.card-parking{
    position: relative;
    height: 100%;
}

.card-parking:hover {
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%);
}
.card-parking {
    border-radius: 0 !important;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
    margin-top: 30px;
}
.card-img-top{
    border-radius: 0 !important;    
    
}
.card-parking a:hover{
    text-decoration: none;
    
}

.card-parking a .card-body h3{
    text-align: left;
    padding: 0;
    color: #333333;
    font-size: 20px;
    font-family: Gilroy-Bold;
}
.grey{
    font-size: 16px;
    color: #808080;
}
.red{
    color: #E92C40;
}

a.grey.link:hover{
    border-bottom: 1px solid #E92C40;
    color: #808080;
}
.link:hover{
    border-bottom: 1px solid #808080;
    color: #808080;
}
a.grey, a.red{
    border-bottom: 1px solid transparent;
    text-decoration: none;
}

a{
    transition: all 0.3s;
}
::placeholder{
    font-family: Exo_Regular,sans-serif;
}

.navbar.navbar-expand-lg.navbar-light.bg-light{
    height: 77px;
    background-color: white;
}

header{

    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
    background-color: white;
    
}

.project-tab {
    padding: 10%;
    margin-top: -8%;
}

.project-tab #tabs h6.div-title{
    color: #eee;
}
.project-tab #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #E92C40;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 3px solid !important;
    font-size: 12px;
    font-family: Exo_Regular,sans-serif;
}
.project-tab .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #333333;
    font-size: 12px;
    font-family: Exo_Regular,sans-serif;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
.project-tab thead{
    background: #f3f3f3;
    color: #333;
}
.project-tab a{
    text-decoration: none;
    color: #333;
    font-weight: 600;
}

.btn.noborder{
    font-size: 20px;
    font-family: Gilroy-Bold;
}



button.btn.btn-type2 {
    border: 2px solid #E92C40;
    background-color: white;
    color: black;
    border-radius: 0;
    width: 100%;
    height: 60px;
    font-family: Gilroy-Bold;
}
button.btn.btn-light {
    border: 2px solid #E92C40;
    background-color: white;
    color: black;
    border-radius: 0;

 
    font-family: Gilroy-Bold;
}
.btn-type2:not(:disabled):not(.disabled).active, .btn-type2:not(:disabled):not(.disabled):active, .show>.btn-type2.dropdown-toggle {
    color: #fff;
    background-color: #E92C40;
    border-color: #E92C40;
}





button.btn.btn-type1{

    background-color: #F2F2F2;
    border: none;
    border-radius: 0;
    font-size: 20px;
    min-height: 84px;
    font-family: Gilroy-Bold;
    color: #808080;
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 5%); 
    width: 100%;
}


.btn-type1:not(:disabled):not(.disabled).active, .btn-type1:not(:disabled):not(.disabled):active, .show>.btn-type1.dropdown-toggle {
    color: white;
}
button.btn.btn-type1:active {
    background-color: #E92C40!important;
    border: none!important;
    box-shadow: none;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
    color: white;
}
.btn-type1.focus, .btn-type1:focus {
    box-shadow: none;
    color: white;
}


.btn-type1:not(:disabled):not(.disabled).active:focus, .btn-type1:not(:disabled):not(.disabled):active:focus, .show>.btn-type1.dropdown-toggle:focus {
    box-shadow: none;
    color: white;
}
.btn-type2.focus, .btn-type2:focus {
  
    box-shadow:none;
}
.btn-type2:not(:disabled):not(.disabled).active:focus, .btn-type2:not(:disabled):not(.disabled):active:focus, .show>.btn-type2.dropdown-toggle:focus {
    box-shadow:none;
    
}
.input_type1 {
    height: 60px;
    border-radius: 0;
    text-align: center;
}

input.input_type2 {
    color: #808080;
    font-family: Exo_Regular;
}
.dropdown-item.emp{
    color: #808080;
    font-family: Exo_Regular;
}
input.input_type2::placeholder {
    color: #808080;
    font-family: Exo_Regular;
    
}
.input_type2 {
    height: 60px;
   

    border-radius: 0;
    text-align: center;
    box-shadow:rgba(0, 0, 0, 0.12) 0px 5px 10px 0px;border:0;

}


.form-group.block
{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

div.payment .value{
    color: #E92C40;
    font-family: Exo-Medium;
}
div.payment{
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    font-family: Exo-Medium;
}


.name_of_parking h1{
    font-size: 28px;  
    font-family: Gilroy-Bold;      
}
.form_cover{
    padding: 30px;
    background-color: #F2F2F2;
}

.mk{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.nav-tabs {
    border-bottom: 0px solid #dee2e6;
}

.nav.nav-tabs.nav-fill,.nav-fill{
    justify-content: center;
}

.nav-fill .nav-item, .nav-fill>.nav-link {
    flex: 0 0 auto;
}
p.card-text {
	padding:0 0 20px 0;
    color: #808080;
}

.newline{
    height: 50px;
}
.mtb{
    margin-top: 30px;
    height: calc(100% - 30px);
}

.parking-links{

    
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.36);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.36);
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.36);

    font-size: 16px;
    padding: 20px;
}
.parking-links-link{
    text-align: left;
}


.parking-links-link a{
    font-size: 16px;
    font-family: Exo_Regular;
}
.parking-links-title{
    font-size: 20px;
    font-family: Gilroy-Bold;
    color: #333333;
    font-weight: bold;
    text-align: left;
}





.break {
    flex-basis: 100%;
    height: 0;
  }


  .admin-panel {
    text-align: center;
    
}


.project-tab .nav-link {
    border: none;
    border-bottom: 3px solid transparent !important;
}
.parking-links-wrapper{

    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
   
}
.between-links{
    display: flex;
    justify-content: center;
}

.login-div{
    
    max-width: 344px;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.36);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.36);
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.36);
    padding-right: 15px;
    padding-left: 15px;
    padding: 30px 15px 30px 15px;
}


@media (min-width: 576px){
    .modal-dialog {
        max-width: 344px;
       
        margin: 1.75rem auto;
    }   
}
.modal-header{
    border-bottom: 0px;
    text-align: center;
}

.modal-body{
    margin-bottom: 20px;
}
h4.modal-title{
    font-size: 28px;


}


.nav-item.nav-link.active {
    color: #E92C40;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 3px solid !important;
    font-size: 12px;
    font-family: Exo_Regular,sans-serif;
}
.nav-item.nav-link{
border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #333333;
    font-size: 12px;
    font-family: Exo_Regular,sans-serif;
}
.dropdown-toggle.input_type2::after {
    content: "";
    display: inline-block;  
    position: absolute;
    right: 2%;
    top: 49%;
}

.dropdown-menu.emp.show{
    right: 0px;
}

.btn-type3.dropdown-toggle.input_type2 {
    color: black;
    background-color: #545b62;
    border-color: #4e555b;
    background: white;
}

.btn-type3:focus{
    box-shadow: rgb(0 0 0 / 12%) 0px 5px 10px 0px;
}

.btn-type3.dropdown-toggle.input_type2 {
    color: black!important;
    background-color: white!important;
    border-color: transparent!important;
}

.dropdown-item.emp{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}



.form-flex h1,a{
    align-self: center;
}


.header-title {
    width: 100%;
    text-align: center;
    margin-bottom:40px;
}



table.table.table-borderless tr {
    white-space: nowrap;
    font-family: Exo_Regular;

}
table.table.table-borderless thead tr th{
    font-family: Gilroy-Bold;
}
table.table.table-borderless thead{
    background-color: #F0EDED;
    font-family: Gilroy-Bold;
}


@media  (max-width: 768px){

    table.table.table-borderless{
   
        overflow-x: scroll;
        display: block;
        width: 100%;
    }

}

.table-borderless tbody+tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
    text-align: center;
}


.grey{
    columns: #808080;
}
.header-title.history-of-payment h1{
    font-family: 'Gilroy-Bold';
    font-size: 34px;
}
.header-title h1{
    font-size: 28px;
    font-family: 'Gilroy-Bold';
}

.admin-panel .header-title h1{
    font-size: 36px;
    font-family: Gilroy-Bold;
}



/* панель администратора */
@media  (max-width: 768px){
    .card-parking p{
        margin: 0;
        padding: 10px;
    }
    .card-parking h3{
        margin: 0;
        padding: 10px!important;
    }
    .card-parking a .card-body h3 {

        font-size: 16px;

    }

    .card-parking {
        position: relative;
        height: calc(100% - 30px);
    }
    .navbar-nav .dropdown-menu {
        position: absolute!important;
        float: none;
    }

    .admin-panel h1{
        font-size: 28px;
    }
    .admin-panel p{
        margin-bottom: 15px;
        line-height: 20px;
        text-align: left;  
        max-width: 80%; 
      }
      .mtb{
        height: calc(100% - 30px);
      }
}


.dropdown-menu.show{
    border-radius: 0 !important;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);    
}
@media  (max-width: 768px){
    

    .navbar-collapse.collapse.show{
        background-color: white;
    }
    a.login{
        padding-left: 0;
    }
    .admin-panel .header-title h1 {
        font-size: 28px;
    }
    button.btn.btn-type1{
        width: 100%;
    }
    .card.mobile {
        margin-top: 0px;
    }
    .header-title.history-of-payment h1{
        font-family: 'Gilroy-Bold';
        font-size: 28px;
    }
    .card-parking.mobile a {   
        display: flex;
        flex-direction: row;
        min-height: 94px;
       
        border-radius: 0;
        border: none;
       
    }
    .card-body {
        width: 71%;
        border-radius: 0;
    }

    .card.mobile {
        border-radius: 0 !important;
    }
    .card-img-top{
        width: 29%;
        border-radius: 0;
    }

    a.btn.noborder {
        font-size: 16px;
        margin-left: 10px;
        text-align: left;
        padding: 0;
    }
    .card-body {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        min-height: 1px;
        padding: 0rem;
    }
    .oplata-kartochka{
        display: none;
    }
    .name_of_parking {
        width: 100%;
        align-self: center;
    }
    .name_of_parking h1 {
        font-size: 28px;
        text-align: center;
    }
    .nopadding-on-mobile .input_type1{
        width: 100%;
    }
    .nopadding-on-mobile .col-md-6{
        padding-left: 0;
        padding-right: 0;
    }
 
    .nopadding-on-mobile
    {
        padding-left: 0;
        padding-right: 0;
        overflow: auto;
    }
    .payment-card{
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
        
    }


}
.btn.btn-type3.dropdown-toggle.input_type2{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    color: #808080!important;
    font-family: 'Exo_Regular';
}
.parking-links-wrapper a.grey{
    align-self: flex-start;
}


.modal-header .close {
 
    margin-left: 0;
}

.modal-title.parking-settings{
    max-width: 70%;
    margin: 0 auto;
}

.modal-header.parking-settings button{
    
    position: absolute;
    right: 16px;
    top: 16px;

}
.modal-header.parking-settings{
    position: relative;
}

.modal-content.employee-settings{
    height: 520px;
}
.modal-title.employee-settings{
    margin: 0 auto;
    width: 80%;
}

.modal-header.employee-settings button{
    
    position: absolute;
    right: 16px;
    top: 16px;

}
.modal-header.employee-settings{
    position: relative;
}

.navbar-nav.menu{
    position: relative;
}

.navbar a.nav-item.nav-link, .navbar-nav a.nav-link.dropdown-toggle, .navbar-nav a.dropdown-item, .navbar .navbar-nav li.nav-item a{  
    font-family: Exo_Regular;
    font-size: 20px;
    color: #333333;;
}


.space{
    margin-top:18px;
}

