﻿body {
}
/*.buttons-style {
    float: right;
    margin-right: 50px;
}*/
/*.portlet.light.bordered {
    border: 1px solid #d2d2d2 !important;
}*/

.btn-margin-right {
    margin-right: -12px;
}

.caption-of-list {
    /*margin-left: -17px;*/
    font-size: 17px;
    margin-top: 8px;
}
/*.caption {
    margin-left: -17px;
    font-size: 17px;
    margin-top: 8px;
}*/
.user-login-5 .login-container > .login-content > .login-form input {
    /*background-color: #efefef;*/
}

.user-login-5 .login-container > .login-content > h1 {
    /*border-bottom: 1px solid #a0a9b4;*/
    border-bottom: 1px solid #cfd3d8;
    padding-bottom: 15px;
}

.mt-checkbox > input, .mt-radio > input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0);
}

.mt-checkbox, .mt-radio {
    display: inline-block;
    position: relative;
    /*padding-left: 30px;*/
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 14px;
    webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.user-login-5 .login-container > .login-content > .login-form .rem-password {
    margin-top: 10px;
}
/*span  {
 border: 1px solid #d9d9d9;
    background: 0 0;
}*/
.mt-checkbox > span, .mt-radio > span {
    border: 1px solid #a0a9b4;
    position: absolute;
    top: 0;
    left: 0;
    height: 19px;
    width: 19px;
    background: #fbfbfb;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #b7b7b7;
}

.bg-grey-steel {
    min-height: 164px;
}

.hidden {
    display: none;
}

.unhidden {
    display: block;
}

@media only screen and (max-width:479px) {
    .employee-category {
        font-size: 14px;
    }
}

.alert {
    border-width: 1px;
    text-align: center;
    padding: 24px;
    border: 1px solid #ead7d7;
}

.page-sidebar .page-sidebar-menu .sub-menu {
    margin: 8px 0px 8px 0px;
}
/*table.dataTable thead .sorting{
        background-position: center left;
}*/

/*table.dataTable thead th, table.dataTable thead td{
            padding: 10px 15px !important;
}*/
.page-sidebar .page-sidebar-menu > li.active.open > a, .page-sidebar .page-sidebar-menu > li.active > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active.open > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active > a {
    color: #005693;
}

/*table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
    padding-left: 19px;
}*/

/*icon color*/
.icon-color {
    color: #005693;
    /*color: #2baab5;*/
}

.label-blue {
    background-color: #00bdce;
    color: white;
}

/*Theme color blue*/
/*.btn.green:not(.btn-outline) {
    color: #FFFFFF;
    background-color: #0665b5;
    border-color: #0665b5;
}

    .btn.green:not(.btn-outline):hover {
        color: #FFFFFF;
        background-color: #3583ca;
        border-color: #3583ca;
    }

.font-green {
    color: #0665b5 !important;
}

.btn-success {
    background-color: #0665b5;
    border-color: #0665b5;
}

.btn.green:not(.btn-outline):hover {
    color: #FFFFFF;
    background-color: #3583ca;
    border-color: #3583ca;
}

.portlet.light > .portlet-title > .caption > .caption-subject {
    font-size: 16px;
    color: #0665b5 !important;
}



.btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open > .btn-success.dropdown-toggle {
    background-color: #3583ca;
    border-color: #3583ca;
}

.tabbable-line > .nav-tabs > li.active {
    border-bottom: 4px solid #0665b5 !important;
}
.font-green {
    color: #0665b5 !important;
}
.label-blue{
    background-color:blue;
    color:white;
}*/
.bg_light_color_1 {
    background-color: gray;
    height: 10px;
    width: 10px;
}



.btn-left-xs {
    float: right;
}

.btn-white {
    background-color: white;
    color: #1e8a94;
    margin-top: 4px;
}

/*media query*/

@media(max-width:768px) {
    .btn-left-xs {
        float: left;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}



.rotate {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.icon-rotate {
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    display: inline-block;
}
/*@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: left;
        margin-bottom: 0;
        padding-top: 7px;
        margin-left: 20px;
    }
}*/

/*.btn-white {
    background-color: white;
       color: #1e8a94;

    margin-top: 3px;
}
@media(max-width:768px) and (min-width:417px) {
    .btn-white {
        background-color: white;
        color: #1e8a94;
        margin-top: -6px;
    }
}*/

/*tooltip*/

/*.tooltip{
    display: inline;
    position: relative;
}
.tooltip:hover:after{
    background: #333;
    background: rgba(0,0,0,.8);
    border-radius: 5px;
    bottom: 26px;
    color: #fff;
    content: attr(title);
    left: 20%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 220px;
}
.tooltip:hover:before{
    border: solid;
    border-color: #333 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
}*/
.help-tip {
    /*position: absolute;
    top: 5px;
    right: 18px;
    text-align: center;
    background-color: #32c5d2;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 22px;
    cursor: default;
    border-radius: 50px;*/
    padding: 0px 6px;
}

    .help-tip:before {
        content: '?';
        font-weight: bold;
        color: #fff;
    }

    .help-tip:hover p {
        display: block;
        transform-origin: 100% 0%;
        -webkit-animation: fadeIn 0.3s ease-in-out;
        animation: fadeIn 0.3s ease-in-out;
    }

    .help-tip p {
        display: none;
        text-align: left;
        background-color: #1E2021;
        padding: 20px;
        width: 300px;
        position: absolute;
        border-radius: 3px;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
        right: -4px;
        color: #FFF;
        font-size: 13px;
        line-height: 1.4;
    }

        .help-tip p:before {
            position: absolute;
            content: '';
            width: 0;
            height: 0;
            border: 6px solid transparent;
            /*border-bottom-color:#1E2021;*/
            right: 10px;
            top: -12px;
        }

        .help-tip p:after {
            width: 100%;
            height: 40px;
            content: '';
            position: absolute;
            top: -40px;
            left: 0;
        }

/*login page*/

.cancel-btn {
    margin-bottom: 30px;
    padding: 5px;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        transform: scale(0.6);
    }

    100% {
        opacity: 100%;
        transform: scale(1);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 100%;
    }
}

.m_20 {
    margin-top: 0px !important;
}

.m_20_reverse {
    margin-top: 20px !important;
}

@media only screen and (max-width:992px) {
    .m_20 {
        margin-top: 20px !important;
    }

    .m_20_reverse {
        margin-top: 0px !important;
    }
}

/*----------------------------
	The Demo Footer
-----------------------------*/


.dashboard-stat.blue .visual > i {
    color: #3598dc;
    opacity: 0.2;
}

.dashboard-stat.blue .details .desc {
    color: #3598dc;
}

.dashboard-stat.blue {
    border-bottom: 3px solid #3598dc;
    background: #fff;
}

.dashboard-stat.red .visual > i {
    color: #e7505a;
    opacity: 0.2;
}

.dashboard-stat.red .details .desc {
    color: #e7505a;
}

.dashboard-stat.red {
    border-bottom: 3px solid #e7505a;
    background: #fff;
}

.dashboard-stat.green .visual > i {
    color: #32c5d2;
    opacity: 0.2;
}

.dashboard-stat.green .details .desc {
    color: #32c5d2;
}

.dashboard-stat.green {
    border-bottom: 3px solid #32c5d2;
    background: #fff;
}

.dashboard-stat.purple .visual > i {
    color: #8E44AD;
    opacity: 0.2;
}

.dashboard-stat.purple .details .desc {
    color: #8E44AD;
}

.dashboard-stat.purple {
    border-bottom: 3px solid #8E44AD;
    background: #fff;
}

.dashboard-stat.green-haze .visual > i {
    color: #44b6ae;
    opacity: 0.2;
}

.dashboard-stat.green-haze .details .desc {
    color: #44b6ae;
}

.dashboard-stat.green-haze {
    border-bottom: 3px solid #44b6ae;
    background: #fff;
}

.dashboard-stat.yellow-casablanca .visual > i {
    color: #f2784b;
    opacity: 0.2;
}

.dashboard-stat.yellow-casablanca .details .desc {
    color: #f2784b;
}

.dashboard-stat.yellow-casablanca {
    border-bottom: 3px solid #f2784b;
    background: #fff;
}

.dashboard-stat.yellow .visual > i {
    color: #c49f47;
    opacity: 0.2;
}

.dashboard-stat.yellow .details .desc {
    color: #c49f47;
}

.dashboard-stat.yellow {
    border-bottom: 3px solid #c49f47;
    background: #fff;
}

.help-tip {
    background-color: #005693;
}

.tabbable-line > .nav-tabs > li.active {
    border-bottom: 4px solid #005693;
}

.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
    border-bottom: 4px solid #6094ba;
}

.portlet.light > .portlet-title > .caption > .caption-subject {
    color: #005693;
}

.btn.green:not(.btn-outline) {
    background-color: #005693;
    border-color: #005693;
}

    .btn.green:not(.btn-outline):hover {
        color: #005693;
        background-color: #ffffff;
        border-color: #005693;
    }

    .btn.green:not(.btn-outline):focus, .btn.green:not(.btn-outline).focus {
        color: #005693;
        background-color: #ffffff;
        border-color: #005693;
    }

    .btn.green:not(.btn-outline):active, .btn.green:not(.btn-outline).active, .open > .btn.green:not(.btn-outline).dropdown-toggle {
        color: #005693;
        background-color: #ffffff;
        border-color: #005693;
    }

        .btn.green:not(.btn-outline):active:hover, .btn.green:not(.btn-outline):active:focus, .btn.green:not(.btn-outline):active.focus, .btn.green:not(.btn-outline).active:hover, .btn.green:not(.btn-outline).active:focus, .btn.green:not(.btn-outline).active.focus, .open > .btn.green:not(.btn-outline).dropdown-toggle:hover, .open > .btn.green:not(.btn-outline).dropdown-toggle:focus, .open > .btn.green:not(.btn-outline).dropdown-toggle.focus {
            color: #005693;
            background-color: #ffffff;
            border-color: #005693;
        }

.page-sidebar .page-sidebar-menu .sub-menu > li.active > a, .page-sidebar .page-sidebar-menu .sub-menu > li.open > a, .page-sidebar .page-sidebar-menu .sub-menu > li:hover > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu > li.active > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu > li.open > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu > li:hover > a {
    color: #005693;
}

.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active > a > i, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active.open > a > i, .page-sidebar .page-sidebar-menu > li.active > a > i, .page-sidebar .page-sidebar-menu > li.active.open > a > i {
    color: #005693;
}

.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active > a, .page-sidebar .page-sidebar-menu > li.active > a {
    border-left: 3px solid #005693 !important;
}

    .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active > a > .arrow:before, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active > a > .arrow.open:before, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active.open > a > .arrow:before, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active.open > a > .arrow.open:before, .page-sidebar .page-sidebar-menu > li.active > a > .arrow:before, .page-sidebar .page-sidebar-menu > li.active > a > .arrow.open:before, .page-sidebar .page-sidebar-menu > li.active.open > a > .arrow:before, .page-sidebar .page-sidebar-menu > li.active.open > a > .arrow.open:before {
        color: #005693;
    }

.font-green {
    color: #005693;
}

.btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open > .btn-success.dropdown-toggle {
    color: #005693;
    background-color: #ffffff;
    border-color: #005693;
}

    .btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .btn-success.dropdown-toggle.focus, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle:hover {
        color: #005693;
        background-color: #ffffff;
        border-color: #005693;
    }

.btn-success {
    color: #fff;
    background-color: #005693;
    border-color: #005693;
}

.portlet > .portlet-title {
    margin-bottom: 0px;
}

table.dataTable.no-footer {
    border-bottom: 0px solid #111 !important;
}

.form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .form-horizontal .control-label {
        text-align: left;
        margin-bottom: 5px;
    }
}

.portlet-form .form-actions, .form .form-actions {
    background-color: #ffffff;
}

textarea.form-control {
    min-height: 90px;
    max-height: 150px;
    resize: vertical;
}

.icheck-inline > label {
    margin-left: 10px;
}

a {
    color: #005693;
}

.btn-group-xs > .btn, .btn-xs {
    padding: 6px 12px;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle > img {
    margin-top: 0px;
    height: 50px;
    width: 50px;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle {
    padding: 12px 10px 12px 10px;
}

.portlet.box.green > .portlet-title {
    background-color: #005693;
}

.facebook-block {
    margin: 0 22px 50px 0px;
    background: #fff;
    vertical-align: middle;
    text-align: center;
    padding: 25px 10px;
    box-shadow: 22px 22px #344d86;
}

    .facebook-block:before {
        content: "";
        position: absolute;
        top: 132px;
        left: 80px;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #344d86;
    }

.facebook-div i {
    font-size: 35px;
    color: #344d86;
    margin-top: 20px;
}

.facebook-text {
    font-weight: 400;
    color: #676767;
    margin-top: 20px;
}


.twitter-block {
    margin: 0 22px 50px 0px;
    background: #fff;
    vertical-align: middle;
    text-align: center;
    padding: 25px 10px;
    box-shadow: 22px 22px #02a1e5;
}

    .twitter-block:before {
        content: "";
        position: absolute;
        top: 132px;
        left: 80px;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #02a1e5;
    }

.twitter-div i {
    font-size: 35px;
    color: #02a1e5;
    margin-top: 20px;
}

.twitter-text {
    font-weight: 400;
    color: #676767;
    margin-top: 20px;
}

.youtube-block {
    margin: 0 0px 50px 22px;
    background: #fff;
    vertical-align: middle;
    text-align: center;
    padding: 25px 10px;
    box-shadow: -22px 22px #eb6b9c;
}

    .youtube-block:before {
        content: "";
        position: absolute;
        top: 132px;
        left: 100px;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #eb6b9c;
    }

.youtube-div i {
    font-size: 35px;
    color: #eb6b9c;
    margin-top: 20px;
}

.youtube-text {
    font-weight: 400;
    color: #676767;
    margin-top: 20px;
}


.instagram-block {
    margin: 0 0px 50px 22px;
    background: #fff;
    vertical-align: middle;
    text-align: center;
    padding: 25px 10px;
    box-shadow: -22px 22px #fdc52b;
}

    .instagram-block:before {
        content: "";
        position: absolute;
        top: 132px;
        left: 100px;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fdc52b;
    }

.instagram-div i {
    font-size: 35px;
    color: #fdc52b;
    margin-top: 20px;
}

.instagram-text {
    font-weight: 400;
    color: #676767;
    margin-top: 20px;
}


@media (min-width:1200px) and (max-width:1385px) {
    .youtube-block:before {
        top: 151px !important;
        left: 60px;
    }

    .twitter-block:before {
        top: 151px !important;
    }

    .facebook-block:before {
        top: 151px !important;
    }

    .instagram-block:before {
        top: 151px !important;
        left: 60px;
    }
}


.inquiry-block {
    margin: 0 0px 50px 22px;
    background: #fff;
    vertical-align: middle;
    text-align: center;
    padding: 20px 10px;
    box-shadow: -22px 22px #f7a35c;
}

    .inquiry-block:before {
        content: "";
        position: absolute;
        top: 177px;
        left: 70px;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #f7a35c;
    }

.inquiry-div i {
    font-size: 35px;
    color: #f7a35c;
    margin-top: 10px;
}

.inquiry-text {
    font-weight: 400;
    color: #676767 !important;
    margin-top: 15px;
}

    .inquiry-text a {
        color: #676767 !important;
    }

        .inquiry-text a:hover {
            text-decoration: none;
        }

.dealerinquiry-block {
    margin: 0 0px 50px 22px;
    background: #fff;
    vertical-align: middle;
    text-align: center;
    padding: 20px 10px;
    box-shadow: -22px 22px #565656;
}

    .dealerinquiry-block:before {
        content: "";
        position: absolute;
        top: 177px;
        left: 70px;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #565656;
    }

.dealerinquiry-div i {
    font-size: 35px;
    color: #565656;
    margin-top: 10px;
}

.dealerinquiry-text {
    font-weight: 400;
    color: #676767;
    margin-top: 15px;
}

    .dealerinquiry-text a {
        color: #676767 !important;
    }

        .dealerinquiry-text a:hover {
            text-decoration: none;
        }

.margin-top-0 {
    margin-top: 0 !important;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.pull-rights {
    float: right;
}

@media screen and (max-width:991px) {
    .pull-rights {
        float: left;
    }
}

.visit-block {
    margin: 0 0px 50px 22px;
    background: #fff;
    vertical-align: middle;
    text-align: center;
    padding: 20px 10px;
    box-shadow: -22px 22px #80be2d;
}

    .visit-block:before {
        content: "";
        position: absolute;
        top: 177px;
        left: 70px;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #80be2d;
    }

.visit-div i {
    font-size: 35px;
    color: #80be2d;
    margin-top: 10px;
}

.visit-text {
    font-weight: 400;
    color: #676767 !important;
    margin-top: 15px;
}

    .visit-text a {
        color: #676767 !important;
    }

        .visit-text a:hover {
            text-decoration: none;
        }


.visitanalysis-block {
    margin: 0 0px 50px 22px;
    background: #fff;
    vertical-align: middle;
    text-align: center;
    padding: 20px 10px;
    box-shadow: -22px 22px #b162c1;
}

    .visitanalysis-block:before {
        content: "";
        position: absolute;
        top: 177px;
        left: 70px;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #b162c1;
    }

.visitanalysis-div i {
    font-size: 35px;
    color: #b162c1;
    margin-top: 10px;
}

.visitanalysis-text {
    font-weight: 400;
    color: #676767 !important;
    margin-top: 15px;
}

    .visitanalysis-text a {
        color: #676767 !important;
    }

        .visitanalysis-text a:hover {
            text-decoration: none;
        }

.inquiry-block a {
    color: #676767 !important;
}

    .inquiry-block a:hover, .inquiry-block a:focus, .inquiry-block a:active {
        text-decoration: none;
        color: #676767 !important;
    }

.dealerinquiry-block a {
    color: #676767 !important;
}

    .dealerinquiry-block a:hover, .dealerinquiry-block a:focus, .dealerinquiry-block a:active {
        text-decoration: none;
        color: #676767 !important;
    }

.visit-block a {
    color: #676767 !important;
}

    .visit-block a:hover, .visit-block a:focus, .visit-block a:active {
        text-decoration: none;
        color: #676767 !important;
    }

.visitanalysis-block a {
    color: #676767 !important;
}

    .visitanalysis-block a:hover, .visitanalysis-block a:focus, .visitanalysis-block a:active {
        text-decoration: none;
        color: #676767 !important;
    }

.facebook-block a:hover, .facebook-block a:focus, .facebook-block a:active {
    text-decoration: none;
    color: #676767 !important;
}

.youtube-block a:hover, .youtube-block a:focus, .youtube-block a:active {
    text-decoration: none;
    color: #676767 !important;
}

.twitter-block a:hover, .twitter-block a:focus, .twitter-block a:active {
    text-decoration: none;
    color: #676767 !important;
}

.instagram-block a:hover, .instagram-block a:focus, .instagram-block a:active {
    text-decoration: none;
    color: #676767 !important;
}

