body {
    /*font-size: 1.6rem;*/
    font-family: "Open Sans", sans-serif;
    color: #2b3e51;
    margin: 0!important;
    padding: 0 !important;
}

.login-container {
    width:100%;
    height:100%;
    position: absolute;
    background-color: #9f9da7;
}

h2 {
    font-weight: 300;
    text-align: center;
}

#login-form-wrap {
    background-color: #fff;
    width: 35%;
    margin: 50px auto;
    text-align: center;
    padding: 20px 0 0 0;
    border-radius: 4px;
    box-shadow: 0px 30px 50px 0px rgba(0, 0, 0, 0.2);
}

#login-form {
    padding: 0 60px;
}

input[type="text"], input[type="email"], input[type="password"] {
    width: 100%;
    padding: 0 0 0 10px;
    margin: 0;
    color: #8a8b8e;
    border: 1px solid #c2c0ca;
    font-style: normal;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    display: inline-block;
    background: none;
}

input[type="submit"] {
    border: none;
    display: block;
    background-color: #3ca9e2;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-size: 18px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    text-align: center;
}

[type=submit], [type=reset], button, html [type=button] {
    -webkit-appearance: button;
}

input {
    display: block;
    box-sizing: border-box;
    width: 100%;
    outline: none;
    height: 60px;
    line-height: 60px;
    border-radius: 4px;
}

input[type="checkbox"] 
{
    height: 20px;
}

.form-footer {
    background-color: #eeedf1;
    color: #8a8b8e;
    font-size: 14px;
    width: 100%;
    padding: 10px 0;
    border-radius: 0 0 4px 4px;
}
.footer 
{
    position: absolute;
    bottom:0;
    left: -20px;
    text-align:center;
    background-color: #eeedf1;
    color: #8a8b8e;
    font-size: 14px;
    width: calc(100% + 20px);
    height: 80px;
    padding: 10px 0;
    border-radius: 0 0 4px 4px;
}

.container 
{
    width: 100%;
    height: 100%;
    padding: 20px;
    overflow: hidden;
    box-sizing: border-box;
}
.tabs {
    display: table;
    table-layout: fixed;
    background-color: #3ca9e2;
    color: #ffffff;
    width: 100%;
    padding-inline-start: 0 ! important;
}
.tabs li 
{
    padding: 10px 0;
    text-align: center;
    display: table-cell;
}
.tabs li.selected 
{
    background-color: #0047AB;
}
.tab-content
{
    position: relative;
    height: calc(100% - 170px);
}
/**/
.requestsTableHeader 
{
    font-style: italic;
    font-weight: bold;
    border-bottom: 2px solid #000000;
    padding-inline-start: 0 ! important;
}
.requestsTableContent
{
    height: calc(100% - 180px);
    overflow:auto;
    padding-inline-start: 0 ! important;
    user-select: none;
}
.requestsTableContent[data-rowsonpage="10"]
{
    height: calc(100% - 285px);
}
.requestsTableRow {
    display: table;
    padding: 7px 0px;
    table-layout: fixed;
    width: 100%;
    padding-inline-start: 0 ! important;
}
.requestsTableRow:nth-child(even)
{
    background: #e5f4ff;
}
.requestsTableRow li {
    text-align: center;
    display: table-cell;
}
.filterWrapper {
    display: inline-block;
    margin-right:20px;
}
.filterWrapper input 
{
    width: 150px;
    font-size:12px;
    padding:0;
    line-height:30px;
    height: 30px;
}
.filterWrapper div {
}
.requestsPageWrapper 
{
    padding-right: 50px;
    width: 100%;
    line-height: 40px;
    text-align: center;
    font-size: 24px;
    position: absolute;
    bottom: -10px;
}
.requestsPageWrapper div{
    display: inline-block;
}
.requestsNextPage 
{
    margin-left: 20px;
}
.requestsPrevPage 
{
    margin-right:20px;
}
/**/
.vehicleInfoContainer
{
    width: 50%;
    min-width: 400px;
}
.vehicleInfoContainer .header 
{
    font-style: italic;
    font-weight: bold;
    border-bottom: 2px solid #000000;
}
.vehicleInfoContainer ul {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.vehicleInfoContainer li {
    text-align: center;
    display: table-cell;
}
.vehicleInfoContainer ul li:first-child  {
    text-align: left;
}

/*Services*/
.services 
{
    position:absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.service
{
    position:relative;
    display:inline-block;
    font-size:30px;
    padding: 40px 20px 40px 20px;
    margin:40px;
    background: #939393;
    color: #ffffff;
    border: 2px solid #000000;
}
.service::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -40px;
    left: 50%;
    height: 18px;
    border-radius:10px;
    width: 100%;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    background-color: rgba(0, 0, 0, 0.15);
    transform: translate(-50%, 0);
    transition: transform 1s;
}

/*vehicleTypes*/
.vehicleTypes
{
    position:absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align:center;
}
.vehicleType
{
    display:block;
    position:relative;
    width:300px;
    font-size:25px;
    padding:10px;
    margin:40px;
    margin-left: auto;
    margin-right: auto;
    background: #939393;
    color: #ffffff;
    border: 2px solid #000000;
}
.vehicleTypes::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -50px;
    left: 50%;
    height: 12px;
    border-radius:10px;
    width: 300px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    background-color: rgba(0, 0, 0, 0.15);
    transform: translate(-50%, 0);
    transition: transform 1s;
}

/*branches*/
.branches
{
    position:absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align:center;
}
.branch
{
    display:block;
    position:relative;
    width:300px;
    font-size:25px;
    padding:10px;
    margin:40px;
    margin-left: auto;
    margin-right: auto;
    background: #939393;
    color: #ffffff;
    border: 2px solid #000000;
}
.branches::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -50px;
    left: 50%;
    height: 12px;
    border-radius:10px;
    width: 300px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    background-color: rgba(0, 0, 0, 0.15);
    transform: translate(-50%, 0);
    transition: transform 1s;
}

/*calend*/
.calend
        {
            position:relative;
            height: calc(100% - 110px);
            overflow: auto;
            top:10px;
            left:0;
            right:0;
            margin:auto;
            width: 790px;
            border: 1px solid #535353;
        }
        .calendDay
        {
            text-align: center;
            border: 1px solid #ffffff;
            color: #ffffff;
            background: #535353;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
        }
        .calendDate
        {
            text-align: center;
            border: 1px solid #ffffff;
            color: #ffffff;
            background: #535353;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
        }
        .calendColumn
        {
            display: inline-block;
            width: 110px;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
        }
        .hour0
        {
            text-align: center;
            height:40px;
            line-height:40px;
            border: 1px solid #535353;
            background: #ffffff;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
        }
        .hour1
        {
            text-align: center;
            height:40px;
            line-height:40px;
            background: #fe7575;
            border: 1px solid #535353;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
        }
        .hour2
        {
            text-align: center;
            height:40px;
            line-height:40px;
            background: #939393 !important;
            border: 1px solid #535353;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
        }
        .navigationPanel
        {
            width: 100%;
        }
        .back
        {
            z-index:1;
            width: 150px;
            height: 30px;
            line-height: 30px;
            background-color: #939393;
            color: #ffffff;
            position: absolute;
            left: 50px;
            bottom:-70px;
            border: 2px solid #000000;
            text-align: center;
            font-size: 18px;
        }
        .next
        {
            z-index:1;
            width: 150px;
            height: 30px;
            line-height: 30px;
            background-color: #939393;
            color: #ffffff;
            position: absolute;
            right: 50px;
            bottom:-70px;
            border: 2px solid #000000;
            text-align: center;
            font-size: 18px;
        }
        .next.edit
        {
            bottom:-50px;
        }
        .next.cancel
        {
            bottom:-90px;
        }
        
        .calendNav
        {
            text-align:center;
            width:100%;
            padding-top:60px;
        }
        .prevWeek
        {
            width: 206px;
            height: 30px;
            line-height: 30px;
            background-color: #afafaf;
            position: relative;
            margin-right: 6px;
            border: 1px solid #7d7d7d;
            border-radius: 5px;
            display: inline-table;
            text-align: center;
            font-size: 18px;
        }
        
        .prevWeek:before
        {
            content: "";
            display: block;
            position: absolute;
            left: -14.7px;
            top: 0px;
            width: 0;
            height: 0;
            border-right: 15px solid #7d7d7d;
            border-top: 15px solid transparent;
            border-left: 0 solid transparent;
            border-bottom: 15px solid transparent;
        }
        .prevWeek:after
        {
            content: "";
            display: block;
            position: absolute;
            left: -13.7px;
            top: 0px;
            width: 0;
            height: 0;
            border-right: 15px solid #afafaf;
            border-top: 15px solid transparent;
            border-left: 0 solid transparent;
            border-bottom: 15px solid transparent;
            border-radius: 2px;
        }
        .nextWeek
        {
            width: 206px;
            height: 30px;
            line-height: 30px;
            background-color: #afafaf;
            position: relative;
            margin-left: 6px;
            border: 1px solid #7d7d7d;
            border-radius: 5px;
            display:inline-table;
            text-align: center;
            font-size: 18px;
        }
        
        .nextWeek:before
        {
            content: "";
            display: block;
            position: absolute;
            right: -14.7px;
            top: 0px;
            width: 0;
            height: 0;
            border-left: 15px solid #7d7d7d;
            border-top: 15px solid transparent;
            border-right: 0 solid transparent;
            border-bottom: 15px solid transparent;
        }
        .nextWeek:after
        {
            content: "";
            display: block;
            position: absolute;
            right: -13.7px;
            top: 0px;
            width: 0;
            height: 0;
            border-left: 15px solid #afafaf;
            border-top: 15px solid transparent;
            border-right: 0 solid transparent;
            border-bottom: 15px solid transparent;
            border-radius: 2px;
        }
        .curWeek
        {
            width: 206px;
            height: 30px;
            line-height: 30px;
            background-color: #afafaf;
            position: relative;
            right: 0;
            left:0;
            margin:auto;
            border: 1px solid #7d7d7d;
            border-radius: 5px;
            display:inline-table;
            text-align: center;
            font-size: 18px;
        }
/**/
.fieldsWrapper
{
    position:absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.inputWrapper 
{
    position:absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.inputWrapper input{
    display:inline-block;
    width:350px;
    height: 40px;
    line-height: 40px;
}
.inputWrapper input.alert{
    border: 2px solid red;
}
.inputWrapper .inputHeader
{
    width:265px;
    display:inline-block;
    text-align:right;
    padding-right: 10px;
    box-sizing: border-box;
}
.fieldsWrapper .inputWrapper
{
    position:relative;
    top: auto;
    left: auto;
    -ms-transform: none;
    transform: none;
    margin:20px;
}

.resultContainer 
{
    text-align: center;
    position:absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.bookingWrapper
{
    position:absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.bookingHeader
{
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 2px solid #000000;
}
.booking
{
    text-align: left;
}
.booking td:nth-child(even)
{
    text-align: right;
}

li.alert
{
    color: Red;
}
.logout
{
    position:absolute;
    right: 20px;
}

/*preloader*/
.blur {
    -webkit-filter: blur(2px);
    filter: url('../img/blur.svg#blur-light');
    filter: blur(2px);
}

.preloader {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.preloader div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.preloader div:nth-child(1) {
  animation-delay: -0.45s;
}
.preloader div:nth-child(2) {
  animation-delay: -0.3s;
}
.preloader div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}