﻿body{
    font-family:Arial;
}
.small-fonts{
    font-size:16.25px;
}
.medium-fonts {
    font-size: 26.25px;
}
.big-fonts{
    font-size:48px;
}
.color-number-of-person {
    background-color: #E6E6E6;
    
}

.actives:hover {
    color: white;
    text-decoration: none;
}
.hideValidate {
    font-size:12px;
    display:none;
}
.actives {
    background-color: #4B565E!important;
    color:white;
    width: 32px !important;
}
.activesss{
    background:white!important;
}

.color-number-of-persons {
    background-color: #E6E6E6;
    border: 2px solid rgba(0, 0, 0, 1);
    width: 32px !important;
}
.color-number-of-persons-nots {
    background-color: rgba(255, 255, 255, 1);
    border-color: #E6E6E6;
    color: #E6E6E6;
    width: 32px !important;
}
.color-number-of-persons-not {
    background-color: rgba(255, 255, 255, 1);
   
}
.anchor-font a {
    font-size: 10px;
    color: #6BA4B8!important;
}
.period-of-salary {
    font-size: 14px;
    width: 67px !important;
    background-color: #E6E6E6;
    border: 2px solid rgba(0, 0, 0, 1);
 
}
.activess {
    font-size: 14px;
    width: 67px !important;
    background-color: #4B565E;
    color:white;
    
}

 
.border-high {
    background-color: #E6E6E6;
    border-color: rgba(0, 0, 0, 1) !important;
    stroke-width:1;
    font-size:14px;
}

.button-money {
    font-size: 24px;
    color: white;
    font-weight: 600;
    background-color: #00263A;
}
.callApartmentName {
    color: #00263A;
    font-weight:bold;
}
.color-last {
    color: white;
    font-weight: 600;
    background-color: #00263A;
    border-color: rgba(0, 0, 0, 1) !important;
}
.color-last:hover {
    color: #6BA4B8;
    font-weight: 600;
    background-color: #00263A;
    border-color: rgba(0, 0, 0, 1) !important;
}
.NextButtonSelectInfo {
    color: #6BA4B8;
    font-style:italic;
    font-size:10px;
}

.border-accordian {
    overflow: hidden;
    font-size: 1em;
    line-height: 1.2em;
  
   
}
.card-body {
    background-color: #E6E6E6;
    font-size: 20px;
    text-align: center;
    font-weight: 800;
    color: #6BA4B8;
}

.card-header {
    background: white;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0 !important;
}


.navDark {
    background: #E6E6E6;
}

.card-header:active {
    background: #4B565E;
}

.nav-item {
    border: 1px solid black!important;
}

.seconMan {
    display: none;
}

.hideShow{
    display:none;
}

.smaill-font{
font-size:  10px;   
}

.nav-tabs{
    border: 0px;
}

.loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #00263A;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}