/* CSS Document */

#preloader-web {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: url('/images/web-loader.gif') 50% 50% no-repeat rgb(249, 249, 249);
    opacity: .8;
}

.field-icon {
    float: right;
    margin-left: -43px;
    margin-top: 15px;
    position: relative;
    margin-right: 21px;
    cursor: pointer;
}

form .has-error {
    font-size: 14px !important;
}

.select2-container {
    width: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 13px;
    line-height: 34px !important;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    font-size: 14px;
}

.datepicker {
    padding: 0 !important;
}

.select2-container--default .select2-selection--single {
    height: 34px !important;
}

.employee-form .panel {
    margin-top: 50px;
}

.navbar_div {
    z-index: 1;
}

.login .content .form-actions {
    padding: 5px 30px 15px 30px !important;
    margin-bottom: 10px !important;
}

.error_404 {
    text-align: center;
    margin-top: 50px;
}

.row3 {
    position: relative;
}

.register-custom-padding .form-group ul li {
    margin-bottom: 9px !important;
}

.navbar-nav li a.active {
    color: #FFFFFF;
    outline: none;
    background-color: #a9c9e0 !important;
    border-top: solid 1px #a9c9e0;
}

.thumbnail-upload img {
    position: inherit !important;
    margin-top: 10px;
}

.register-container {
    width: 540px !important;
}

.login .content h3 {
    color: #b3cfe3 !important;
}

.form-group ul {
    padding-left: 0 !important;
}

.width100 {
    width: 100% !important;
}

.register-custom-padding .form-group ul li {
    list-style: none;
    float: left;
    margin-right: 10px;
    width: 175px;
}

.register-custom-padding h3 {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.tab-content h3 {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.register-custom-padding .form-group ul li label {
    color: #9f9e9e;
}


/* .login-container button{background: #00bcd5 ;} */

input.register-btn {
    background: #7999b0 none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    color: #ffffff;
    display: block;
    font-size: 18px;
    height: 40px;
    margin: 0 auto;
    text-align: center;
    width: 130px;
}

#slideout {
    border-radius: 0 5px 5px 0;
    left: 0;
    padding: 5px 0;
    position: fixed;
    text-align: center;
    top: 280px;
    transition-duration: 0.7s;
    width: 30px;
    z-index: 990;
    background: #103047;
    box-shadow: 0px 0px 10px 0px grey;
    color: #FFF;
}

#slideout p {
    margin: 47px -35px 46px;
    transform: rotate(270deg);
    font-weight: bolder;
    text-transform: uppercase;
}

#slideout:hover {
    right: 0;
    cursor: pointer;
    background: #103047;
    color: #FFFFFF;
}

.btn-pref button {
    background: #103047;
    color: #FFF;
    font-weight: bold;
}

.btn-pref button:hover {
    background: #fafbfd;
    box-shadow: none !important;
    color: #000;
    height: 44px;
    padding: 10px 0 0 0;
}

.btn-pref button:hover div {
    border-top: #103047 solid 5px;
    height: 43px;
    margin: 0 25px;
    box-shadow: none;
    font-weight: bold;
    padding-top: 10px;
}

.btn-pref button:focus {
    outline: none !important;
    border: none;
    box-shadow: none !important;
}

.btn-pref .active {
    background: #fafbfd;
    box-shadow: none !important;
    color: #000;
    height: 44px;
    padding: 10px 0 0 0;
}

.btn-pref .active div {
    border-top: #103047 solid 5px;
    height: 43px;
    margin: 0 25px;
    box-shadow: none;
    font-weight: bold;
    padding-top: 10px;
}

.btn-pref .active div:focus {
    box-shadow: none
}

#slideout_inner {
    position: fixed;
    top: 280px;
    box-shadow: 1px 1px 9px 2px;
    background: #FFF;
    width: 180px;
    -webkit-transition-duration: 0.7s;
    -moz-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    transition-duration: 0.7s;
    text-align: left;
    -webkit-border-radius: 0 0 5px 0;
    -moz-border-radius: 0 0 5px 0;
    border-radius: 8px;
    /* overflow: hidden; */
    z-index: 99999;
    color: #666666;
    font-size: 12px;
    left: 51px;
}

.arrow_box {
    position: relative;
}

.arrow_box:after,
.arrow_box:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 17px 10px 0;
    border-color: transparent #103047 transparent transparent;
    margin-top: -50px;
}

.arrow_box:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 17px 10px 0;
    border-color: transparent #103047 transparent transparent;
    margin-top: -50px;
}

.bluebg {
    background: #103047;
    color: #FFF !important;
}

#slideout_inner ul {
    padding: 0;
}

#slideout_inner ul li {
    text-align: center;
    list-style: none;
    color: #103047;
    border-bottom: #103047 solid 1px;
    padding: 10px 0;
    font-size: 14px;
    text-transform: uppercase;
}

.tooltip-inner {
    text-align: justify !important;
}

.popup-field-error {
    border: #F80105 solid 1px !important;
    color: #F80105 !important;
}

.control-label {
    float: left;
}

input.register-btn:hover {
    background: #103047;
}

.row3 img {
    position: absolute !important;
    left: 1px !important;
    top: 1px !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 1px solid #e1e1e1;
    -webkit-text-fill-color: black;
    -webkit-box-shadow: 0 0 0px 1000px #FFF inset;
    transition: background-color 5000s ease-in-out 0s;
    background: transparent;
}

.navbar_div {
    width: 100%;
    height: 43px;
    background-color: #fdfdfd;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    margin-top: 50px;
    position: relative;
}

.logo {
    position: absolute;
    top: -44px;
    z-index: -1;
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    text-transform: none;
    font-family: 'Open Sans', sans-serif;
}

.navbar-custom .navbar-toggle {
    color: white;
    background-color: #103047;
    font-size: 12px;
    /* display: none; */
}

.navbar {
    z-index: 9999;
}

.navbar-custom .navbar-toggle:focus,
.navbar-custom .navbar-toggle:active {
    outline: none;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: none;
}

.navbar-custom a {
    color: #103047;
}

.navbar-custom .nav li a {
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    border-left: solid 1px #e1e1e1;
    padding: 10px 25px 11px 25px;
}

.navbar {
    border: none !important;
}


/* navbar mouse over style*/

.navbar-custom .nav li a:hover {
    color: #FFFFFF;
    outline: none;
    background-color: #a9c9e0;
    border-top: solid 1px #a9c9e0;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    color: #FFFFFF;
    outline: none;
    background-color: #a9c9e0 !important;
    border-top: solid 1px #a9c9e0;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: none;
    background-color: transparent;
}

.navbar-collapse li a:active {
    color: #FFFFFF;
    outline: none;
    background-color: #a9c9e0 !important;
    border-top: solid 1px #a9c9e0;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: none;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: none;
}

.navbar-custom .nav li.active a {
    background-color: rgba(255, 255, 255, 0.3);
}

.navbar-custom .nav li.active a:hover {
    color: #103047;
}

.content-container {
    margin-top: 100px;
}

.carousel-control.left {
    background: none !important;
}

.carousel-control.right {
    background: none !important;
}

.item>img {
    border-radius: 0 10px;
}

ol {
    display: block;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    display: none !important;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    display: none !important;
}

.login-container {
    background: #fafbfd;
    border-radius: 7px;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    box-shadow: -3px 2px 6px 0 #ccc;
}

.login-padding {
    padding-bottom: 35px;
}

.login-tab {
    border-top: black solid 2px;
    background: #f5f5f5;
}

.carousel-indicators {
    bottom: -46px !important;
}

.carousel-indicators li {
    background: #afaeae !important;
}

.carousel-indicators .active {
    background: #103047 !important;
}

.login-container .btn-default {
    background: #00bcd5;
    border: none;
    border-top: #00bcd5 solid 3px;
}

.login-container .btn-default:hover {
    border-top: #00bcd5 solid 3px;
    background: #fafbfd;
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    border-top: #00bcd5 solid 2px;
}

.forgot-password-container {
    border: 1px solid #e1e1e1;
    border-radius: 0 5px 0 5px;
    margin-top: 148px;
    margin-bottom: 53px;
}

.forgot-head {
    padding: 15px 0 15px 30px;
    border-bottom: 1px solid #e1e1e1;
}

.forgot-head h4 {
    font-size: 21px;
    margin: 0;
    padding: 0;
    color: #103047;
}

.forgot-detail {
    padding: 20px;
}

.login-head {
    padding: 15px 45px;
    border-bottom: 1px solid #e1e1e1;
}

.login-head h1 {
    line-height: normal;
    padding: 0;
    margin: 0;
    font-size: 28px;
    color: #999999;
}

.login-detail {
    padding: 0 35px 0 35px;
}

.forgot-btn-container {
    float: right;
}

.form-group {
    position: relative;
}

.form-group img {
    position: absolute;
    top: 0px;
    left: 5px;
}

input.field-user {
    border: 1px solid #e4e4e5;
    height: 40px;
    padding: 0 0 0 53px;
    width: 100%;
    border-radius: 6px;
    font-size: 14px;
    margin-bottom: 5px;
}

input.company-code {
    background: rgba(0, 0, 0, 0) url("../images/company_code.png") no-repeat scroll 15px 7px;
    border: 1px solid #e1e1e1;
    height: 57px;
    padding: 0 0 0 72px;
    width: 100%;
    font-size: 16px;
    margin-bottom: 5px;
}

input.message {
    border: 1px solid #e1e1e1;
    height: 57px;
    padding: 0 0 0 72px;
    width: 100%;
    font-size: 16px;
    margin-bottom: 5px;
}

input.field-password {
    border: 1px solid #e4e4e5;
    height: 40px;
    padding: 0 0 0 53px;
    border-radius: 6px;
    width: 100%;
    font-size: 14px;
    margin-bottom: 15px;
}

select.field-user {
    border: 1px solid #e4e4e5;
    height: 40px;
    padding: 0 0 0 53px;
    width: 100%;
    border-radius: 6px;
    font-size: 14px;
    margin-bottom: 5px;
}

input.reset-btn {
    background: #103047;
    border-radius: 5px;
    height: 38px;
    width: 107px;
    font-size: 17px;
    color: #FFFFFF;
    text-align: center;
    border: none;
}

input.submit-btn {
    background: #103047;
    border-radius: 5px;
    height: 38px;
    width: 107px;
    font-size: 17px;
    color: #FFFFFF;
    text-align: center;
    border: none;
}

input.cancel-btn {
    background: #fdfdfd;
    border-radius: 5px;
    height: 38px;
    width: 107px;
    font-size: 17px;
    color: #989797;
    text-align: center;
    border: #e1e1e1 solid 1px;
}

.login-detail a {
    color: #103047;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.forgot-btn-container {
    padding: 25px 0 0 0;
}

.btn-container {
    width: 159px;
    margin: 0 auto;
    margin-top: 25px;
}

.login-bottom-btn {
    margin-top: 25px;
}

input.login-btn {
    width: 100%;
    height: 33px;
    background: #103047;
    border-radius: 8px;
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    border: none;
}

input.register-btn {
    width: 100%;
    height: 33px;
    background: #103047;
    border-radius: 8px;
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    border: none;
}

.footer-container {
    margin-top: 95px;
}

.register-custom-padding {
    padding: 0 25px 25px 25px;
    height: 380px;
    overflow-x: auto;
}

.footer-container {
    background: #575a5d none repeat scroll 0 0
}

.footer-container img {
    vertical-align: bottom;
    width: 100%;
}

.footer-inner {
    background: #575a5d none repeat scroll 0 0;
    padding: 10px 0;
    display: flex;
    justify-content: center;
}

.footer-inner p {
    padding: 0;
    margin: 0;
    line-height: normal;
    color: #FFFFFF;
    font-size: 11px;
}

.footer-inner a {
    color: #FFF;
}

.footer-inner a:hover {
    color: #FFF;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 40% !important;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 15% !important;
}

.borderright {
    border-right: solid 1px #e1e1e1;
}

.main-page-title h1 {
    font-size: 50px !important;
    font-weight: bold;
    color: #103047;
}

.main-page-title {
    text-align: center;
}

.main-page-title p {
    font-size: 18px;
    color: #606060;
    margin-bottom: 40px;
}

.specs-head {
    display: flex;
    align-items: center;
}

.specs-head img {
    width: 64px;
}

.specs-head p {
    text-decoration: underline;
    font-size: 24px;
    padding-left: 12px;
    color: #103047;
}

.specs-bullet p,
.specs-bullet li {
    color: #606060;
    font-size: 15px;
}

.specs-bullet li::marker {
    color: #102f46 !important;
    font-size: 25px;
}

.specs-bullet {
    padding-left: 75px;
}

.specs-bullet ul {
    padding-left: 15px;
}

.vid-title p {
    font-size: 19px;
    color: #103047;
    font-weight: bold;
    text-align: center;
}

video {
    object-fit: cover !important;
    width: 100%;
}

.btn-bottom .get-in-touch {
    background: #0a1f2e;
    border-radius: 10px;
    text-transform: uppercase;
    color: #FFF;
    font-size: 22px;
    padding: 8px 55px;
    border: none;
}

.btn-bottom {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.btn-bottom a {
    color: #FFF;
}

.btn-bottom a:hover {
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-dots .owl-dot span {
    display: none !important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    font-size: 40px !important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot:hover {
    background: #FFF !important;
    color: #000 !important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot:focus {
    outline: none;
}

.terms-condition h2 {
    font-size: 18px;
    font-weight: bold;
    color: #103047;
}

.terms-condition h1 {
    font-size: 40px;
    text-align: center;
    color: #103047;
}

.video-slider {
    margin-top: 50px;
}

.video-slider .item {
    padding: 0 20px;
}

.footer-inner a {
    cursor: pointer;
}

.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -20px;
    top: 13%;
}

.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -20px;
    top: 13%;
}

input.field3 {
    background: #f0f0f0;
    border-radius: 20px;
    font-size: 14px;
    padding: 10px 15px;
}

.get-in-touch .modal-body textarea {
    resize: none;
    border-radius: 20px;
}

.greybg {
    background: #f0f0f0 !important;
}

.modal-submit-btn {
    background: #102f46;
    width: 220px;
    height: 40px;
    border-radius: 50px;
    text-align: center;
    margin: 0 auto;
    color: #FFF;
    font-size: 16px;
    text-transform: uppercase;
    line-height: normal;
    padding: 10px;
    border: none;
}

.get-in-touch .modal-footer {
    text-align: center;
    border-top: none;
    padding-top: 0;
}

.get-in-touch .modal-header {
    background: url(../images/get-in-touch-header-img.jpg) no-repeat;
    background-size: cover;
}

.modal-header img {
    margin-top: 50px;
    margin-bottom: 25px;
}

.modal-header p {
    line-height: 30px;
}

.contact-info {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 15px;
}

.contact-info p {
    margin: 0 10px;
}

.contact-info span {
    padding-right: 6px;
}

.contact-details img {
    margin-right: 10px;
    width: 15px;
}

.modal.in .modal-dialog {
    border-radius: 10px;
    border: 5px #103047 solid;
    overflow: hidden;
    border-radius: 30px;
}

@media (max-width: 680px) {
    .employee-form .content {
        padding: 0 !important;
    }
    .login-container {
        margin-top: 45px;
    }
    .navbar-collapse ul {
        padding-top: 22px;
    }
    .navbar-custom .nav li a {
        color: #FFFFFF;
    }
    .navbar-collapse {
        padding-left: 12px !important;
    }
    .borderright {
        border-right: none !important;
    }
    .remember {
        font-size: 11px !important;
    }
    .remember a {
        font-size: 11px !important;
        float: right;
        margin-top: 5px;
    }
    .login .content {
        width: auto !important;
        padding: 10px 15px 30px !important;
        margin: 0 15px !important;
    }
    .login .content .form-actions {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .login .content .form-title {
        padding-bottom: 15px;
    }
    .login .register-container {
        margin-top: 70px !important;
    }
    .login .content .form-title {
        padding-bottom: 0;
    }
    .navbar-nav li a.active {
        background-color: #103047 !important;
    }
    .navbar-custom .nav li a:hover {
        background-color: #103047;
    }
    .navbar-custom .nav li a {
        background-color: #103047;
    }
    .navbar_div {
        height: 54px;
    }
}

@media (min-width: 768px) {
    .navbar-custom {
        padding-right: 0px;
        border-bottom: none;
        letter-spacing: 1px;
        background: transparent;
        -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
        -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
        transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    }
    .navbar-custom.top-nav-collapse {
        padding: 0;
        background: black;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }
}