/* Minification failed. Returning unminified contents.
(2106,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '@media'
(2121,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '@media'
(2248,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2249,31): run-time error CSS1046: Expect comma, found '232'
(2249,39): run-time error CSS1046: Expect comma, found '/'
(2249,41): run-time error CSS1047: Expected number or percentage value in rgb function, found 'var('
(2249,45): run-time error CSS1034: Expected closing parenthesis, found '-'
(2249,45): run-time error CSS1042: Expected function, found '-'
(2249,46): run-time error CSS1039: Token not allowed after unary operator: '-tw-bg-opacity'
(2249,60): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
 */
.card-login {
    width: 350px;
}

.brand-link {
    background-color: #ed1c24;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    list-style: none;
    padding: 17px;
}

    .brand-link .ankara-logo {
        background-image: url(/assets/images/ankara-sigorta-logo.png);
        background-position: center center;
        background-repeat: no-repeat;
        height: 55px;
        width: 92px;
        padding-right: 15px;
        display: list-item;
    }

    .brand-link .ankara-quote {
        background-image: url(/assets/images/mutlulugun-sigortasi.png);
        background-position: center center;
        background-repeat: no-repeat;
        height: 55px;
        width: 115px;
        display: list-item;
        border-left: 1px solid rgba(255, 255, 255, .5);
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        padding-left: 15px;
    }

.sidebar-collapse .brand-link {
    padding: 17px 10px;
}

    .sidebar-collapse .brand-link .ankara-logo {
        background-size: contain;
    }

    .sidebar-collapse .brand-link .ankara-quote {
        display: none;
    }

[class*='sidebar-light-'] {
    background-color: #ecedf0;
}

[class*='sidebar-light'] .brand-link {
    border-bottom: 1px solid rgba(222, 226, 230, .5);
}

[class*='sidebar-light-'] .nav-sidebar > .nav-item > .nav-link.active {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
}

.sidebar {
    padding-left: 0;
    padding-right: 0;
}

.nav-sidebar .nav-item > .nav-link {
    line-height: 3;
}

.nav-sidebar .nav-link > .right, .nav-sidebar .nav-link > p > .right {
    top: 1.25rem;
}

.nav-sidebar > .nav-item {
    margin-bottom: 0;
    border-bottom: 1px solid #d4d5d8;
}

.nav-sidebar .nav-item > .nav-link {
    margin-bottom: 0;
}

.brand-link-top-nav {
    background-size: contain;
    height: 50px;
    width: 75px !important;
}

.main-header {
    height: 90px;
}

    .main-header.navbar-danger {
        background-color: white;
    }

.sidebar-collapse .sidebar .nav-treeview {
    display: none;
}

.content-header {
    position: relative;
    padding: 10px 15px 10px 15px;
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
    margin-bottom: 25px;
    background: #fff;
}

    .content-header h1 {
        margin: 0;
        font-size: 24px;
    }

    .content-header .breadcrumb {
        background: transparent;
        /*margin-top: 0;
        margin-bottom: 0;*/
        font-size: 12px;
    }

        .content-header .breadcrumb > li > a {
            color: #444;
            text-decoration: none;
            display: inline-block;
        }

            .content-header .breadcrumb > li > a > .fa, .content-header .breadcrumb > li > a > .glyphicon, .content-header .breadcrumb > li > a > .ion {
                margin-right: 5px;
            }


.as-grid-filters {
    display: block;
}

.as-grid.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9 !important;
}

@media (max-width: 1200px) {
    .as-grid-responsive {
        margin-bottom: 0 !important;
    }
}

@media (min-width: 768px) {
    .as-grid-filters .form-group {
        display: inline-block;
    }
}

@media (min-width: 576px) {
    .as-grid-filters label {
        display: inline-block;
    }
}

.empty-row > td {
    background-color: #f2dede !important;
}

.as-pager .pagination > li > a {
    border: 1px solid #ddd;
    font-size: 12px !important;
}

.as-pager .form-control {
    font-size: 12px;
    display: inline-block;
}

.as-pager .form-group {
    margin-bottom: 0;
}

.hide {
    display: none !important;
}

.pull-right {
    float: right !important;
}

@media (min-width: 992px) {
    .pull-right-md {
        float: right;
    }
}

.pull-left {
    float: left !important;
}

.form-control-static {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        margin-bottom: 0;
        text-align: right;
    }
}

.glyphicon {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.glyphicon-search:before {
    content: "\f002";
}

.glyphicon-th:before {
    content: "\f1c3";
}

.glyphicon-remove:before {
    content: "\f00d";
}

.glyphicon-plus:before {
    content: "\f067";
}

.glyphicon-edit:before {
    content: "\f044";
}

.glyphicon-envelope:before {
    content: "\f0e0";
}

.glyphicon-print:before {
    content: "\f02f";
}

.glyphicon-zoom-in:before {
    content: "\f00e";
}

.glyphicon-calendar:before {
    content: "\f073";
}

.glyphicon-play-circle:before {
    content: "\f144";
}

.glyphicon-file:before {
    content: "\f044";
}

.glyphicon-ok:before {
    content: "\f00c";
}

.date-group .col-xs-1 {
    /*width:136px;*/
    width: 146px;
}

#quotation-box .date-group .col-xs-1 {
    width: 200px;
}

.additional-cover .fa:before {
    content: "\f107";
}

.additional-cover.collapsed .fa:before {
    content: "\f105";
}

.alert > ul {
    margin-bottom: 0;
}

.btn {
    box-shadow: 0 0 4px 0 rgba(0,0,0,.14), 0 3px 4px 0 rgba(0,0,0,.12), 0 1px 5px 0 rgba(0,0,0,.2);
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}

    .btn:hover {
        box-shadow: 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12), 0 2px 4px -1px rgba(0,0,0,.2) !important;
    }

    .btn:active {
        box-shadow: 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 3px rgba(0,0,0,.12), 0 4px 15px 0 rgba(0,0,0,.2), inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
    }

    .btn.close {
        box-shadow: none !important;
    }

.nav-pills .nav-link.active {
    background-color: #ed1c24;
    color: white !important;
}

.btn-success:hover, .btn-success:active,
.btn-info:hover, .btn-info:active {
    color: white !important;
}

.btn-primary {
    background-color: #ed1c24;
    border-color: #ed1c24;
}

    .btn-primary:hover, .btn-primary:active {
        background-color: #de1219 !important;
        border-color: #de1219 !important;
        color: white !important;
    }

    .btn-primary.disabled, .btn-primary:disabled {
        background-color: #ed1c24;
        border-color: #ed1c24;
    }

    .btn-primary:focus {
        background-color: #c61016 !important;
        border-color: #c61016 !important;
        color: white !important;
    }

.alert-primary {
    background-color: #ed1c24;
    border-color: #367fa9;
}

.bg-primary {
    background-color: #ed1c24 !important;
}

.border-primary {
    border-color: #ed1c24 !important;
}

.text-primary {
    color: #ed1c24 !important;
}

.card-primary:not(.card-outline) > .card-header {
    background-color: #ed1c24;
}

.card-primary.card-outline {
    border-top: 3px solid #ed1c24;
}

.card-primary.card-outline-tabs > .card-header a {
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

    .card-primary.card-outline-tabs > .card-header a.active {
        border-top: 3px solid #ed1c24;
        background-color: #ed1c24;
        color: white;
        border-radius: 6px;
    }

.dropdown-item.active, .dropdown-item:active {
    background-color: #ed1c24;
}

.btn-info {
    background-color: #33b5e5;
    border-color: #33b5e5;
}

    .btn-info:hover, .btn-info:active {
        background-color: #00acd6 !important;
        border-color: #00acd6 !important;
    }

    .btn-info.disabled, .btn-info:disabled {
        background-color: #33b5e5;
        border-color: #33b5e5;
    }

.alert-info {
    background-color: #33b5e5;
    border-color: #00acd6;
}

.bg-info {
    background-color: #33b5e5 !important;
}

.border-info {
    border-color: #33b5e5 !important;
}

.text-info {
    color: #33b5e5 !important;
}

.card-info:not(.card-outline) > .card-header {
    background-color: #33b5e5;
}

.card-info.card-outline {
    border-top: 3px solid #33b5e5;
}

.card-info.card-outline-tabs > .card-header a.active {
    border-top: 3px solid #33b5e5;
}

.callout.callout-info {
    border-left-color: #33b5e5;
}

.bg-gradient-info {
    background: #33b5e5 linear-gradient(180deg, #33b5e5, #00acd6) repeat-x !important;
}

.btn-warning {
    background-color: #ffbb33;
    border-color: #ffbb33;
    color: white !important;
}

    .btn-warning:hover, .btn-warning:active {
        background-color: #ffb31a !important;
        border-color: #ffb31a !important;
    }

    .btn-warning.disabled, .btn-warning:disabled {
        background-color: #ffbb33;
        border-color: #ffbb33;
    }

.alert-warning {
    background-color: #ffbb33;
    border-color: #ffb31a;
}

.bg-warning {
    background-color: #ffbb33 !important;
}

.border-warning {
    border-color: #ffbb33 !important;
}

.text-warning {
    color: #ffbb33 !important;
}

.card-warning:not(.card-outline) > .card-header {
    background-color: #ffbb33;
}

.card-warning.card-outline {
    border-top: 3px solid #ffbb33;
}

.card-warning.card-outline-tabs > .card-header a.active {
    border-top: 3px solid #ffbb33;
}


.card.card-outline-tabs {
    border-top: 0 !important;
}

.datepicker-dropdown {
    padding: 4px !important;
}

.card-pricing.popular {
    z-index: 1;
    border: 3px solid #ed1c24;
    transform: scale(1.05);
}

.card-pricing {
    transition: all .2s ease-in-out;
}

    .card-pricing:hover {
        box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.08);
    }

    .card-pricing .list-unstyled li {
        padding: .5rem 0;
        color: #6c757d;
    }

        .card-pricing .list-unstyled li:nth-child(2n+1) {
            background: #fafafa;
        }

.card-product-icon {
    margin-top: -12px;
}

.bootstrap-select .open > .dropdown-menu {
    display: block;
}

.bootstrap-select .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

    .bootstrap-select .dropdown-menu > li > a:hover {
        background-color: #e1e3e9;
        color: #333;
    }

.bootstrap-select .dropdown-menu > .active > a, .bootstrap-select .dropdown-menu > .active > a:hover, .bootstrap-select .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
}

.hidden {
    display: none !important;
}

/*
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.btn .caret {
    margin-left: 0;
}*/
.form-group.has-error label {
    color: #dd4b39;
}

.form-group.has-error .form-control,
.form-group.has-error .input-group-text {
    border-color: #dd4b39 !important;
    box-shadow: none;
}

    .form-group.has-error .form-control:focus {
        border-color: #ed1c24;
        box-shadow: 0 0 0 0.2rem rgba(220,53,69,.25);
    }

.form-group.has-error .help-block {
    color: #dd4b39;
}

.input-validation-error.error-message {
    font-size: 14px;
}

.content-wrapper {
    /*background: url(/assets/images/bg.png) repeat-y center center;
    background-size: cover;*/
    background-color: #f6f7fa;
}

.card-opaque {
    background-color: rgba(255,255,255,0.9) !important;
}

#quotation-box .small-box {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

    #quotation-box .small-box h3 {
        font-size: 1.6rem;
    }

.nav-tabs-white .nav-item a {
    background-color: white;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
}

.page-title {
    padding: 3rem 0 !important;
    color: white;
}

    .page-title h1 {
        background-color: #ed1c24;
        text-shadow: 3px 3px 5px #333;
        border-radius: 0.25rem;
        box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px !important;
        padding: 0.75rem 1rem;
        text-align: center;
    }

.app-title {
    padding-left: 15px;
    line-height: 48px;
    font-size: 20px;
    color: white;
    text-shadow: 2px 0px 6px #666;
}

.card-home {
    border: 2px solid white;
}

    .card-home:hover {
        border: 2px solid #ed1c24;
    }

    .card-home .card-header {
        font-weight: bold;
        text-align: center;
        line-height: 1.1;
        color: #333a4e;
    }

    .card-home .card-body img {
        height: 100px;
    }


.box-home .btn-app {
    padding: 15px;
    margin: 15px 0 15px 15px;
    min-width: 100px;
    min-height: 200px;
    font-size: 16px;
}

.productbox-item {
    height: 150px;
}

.box-home .btn-app > .fa, .box-home .btn-app > .glyphicon, .box-home .btn-app > .ion {
    font-size: 46px;
}

.box-home .btn-app > .fi:before, .box-home .btn-app > .fif:before {
    font-size: 46px;
    font-weight: bold;
    line-height: 46px;
    display: block;
}
/*.box-home .btn-app:hover {
        color: #fff;
        background-color: #dd4b39;
        border-color: #ac2925;
    }*/
.card-list {
    height: calc(100% - 1rem);
}

.main-footer {
    text-align: center;
}

input,
select,
textarea,
.input-group {
    max-width: 480px;
}

.form-control + .progress {
    max-width: 480px;
}

/*.row-quotation .form-group{
    margin-bottom:5px;
}*/

.jqbtk-row {
    text-align: center
}

.jqbtk-container .btn {
    font-size: 1.5em;
    width: 2.2em;
    height: 2em;
    text-align: center;
    margin: 2px
}

.jqbtk-container .jqbtk-space {
    width: 12em
}

.jqbtk-container .jqbtk-shift {
    width: 4.4em
}

.popover {
    max-width: 800px
}

#quotation-box .ank-progress {
    display: none;
}

@font-face {
    font-family: "flaticon";
    src: url("/fonts/flaticon.eot");
    src: url("/fonts/flaticon.eot#iefix") format("embedded-opentype"), url("/fonts/flaticon.woff") format("woff"), url("/fonts/flaticon.ttf") format("truetype"), url("/fonts/flaticon.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="fi-"]:before, [class*=" fi-"]:before,
[class^="fi-"]:after, [class*=" fi-"]:after {
    font-family: flaticon;
    font-size: 36px;
    font-style: normal;
}

.fi-carservice:before {
    content: "\e00b";
}

.fi-dask:before {
    content: "\e006";
}

@font-face {
    font-family: "fi-family";
    src: url("/fonts/fi-family.eot");
    src: url("/fonts/fi-family.eot#iefix") format("embedded-opentype"), url("/fonts/fi-family.woff") format("woff"), url("/fonts/fi-family.ttf") format("truetype"), url("/fonts/fi-family.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="fif-"]:before, [class*=" fif-"]:before,
[class^="fif-"]:after, [class*=" fif-"]:after {
    font-family: fi-family;
    /*font-size: 20px;*/
    font-style: normal;
    /*margin-left: 20px;*/
    line-height: 1;
}

.fif-family:before {
    content: "\f100";
}

.as-grid [class^="fi-"]:before, .as-grid [class*=" fi-"]:before, .as-grid [class^="fi-"]:after, .as-grid [class*=" fi-"]:after {
    font-size: 16px !important;
}

.radio > input[type="radio"], .checkbox > input[type="checkbox"] {
    margin-left: 0 !important;
}

.bootstrap-select {
    width: 100% !important;
    max-width: 480px;
}

.help-block {
    color: #aaa !important;
}

    .help-block:before {
        font-family: 'Font Awesome 5 Free';
        content: "\f059";
        position: relative;
        top: 1px;
        padding-right: 5px;
        margin-left: 5px;
    }

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    text-decoration: line-through;
}


#premium-box .alert-danger {
    margin-bottom: 0;
}

#plate_option {
    margin-bottom: 5px;
}

.hr-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.premium-result label {
    font-size: 14px;
}

.premium-result .form-control-static {
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
}

.result-in-box {
    margin-top: 15px;
}

    .result-in-box .alert {
        margin-bottom: 0;
    }

.img-polsan {
    width: 50%;
    margin-left: 25%;
    margin-bottom: 1.5rem;
    box-shadow: rgba(237, 28, 36,0.1) 6px 2px 16px 0px, rgba(237, 28, 36,0.1) -6px -2px 16px 0px;
}

/*#plate-container{
    max-height:100px;
    overflow-y:scroll;
    margin-bottom:10px;
    max-width: 480px;
    border: 1px solid #d2d6de;
    padding: 0 0 10px 15px;
}*/

/*.validation-summary-errors,*/
.input-validation-error.error-message {
    color: #dd4b39;
    clear: left;
}

#asbis-info .alert-danger .validation-summary-errors ul {
    padding-left: 15px;
}

.alert-danger .validation-summary-errors {
    color: white;
}

    .alert-danger .validation-summary-errors ul {
        margin-bottom: 0;
    }

.form-horizontal .checkbox input[type="checkbox"] {
    margin-left: 0 !important;
}

.form-horizontal .checkbox label input[type="checkbox"] {
    margin-left: -20px !important;
}

.col-md-3 .small-box h3 sup,
.col-md-4 .small-box h3 sup {
    font-size: 20px
}

.box-branch {
}

    .box-branch .btn {
        text-align: left !important;
    }

        .box-branch .btn .caret {
            position: absolute;
            right: 12px;
            top: 50%;
        }

.box-channel .bootstrap-select {
    max-width: 100%;
}

    .box-channel .bootstrap-select .btn {
        margin-bottom: 0;
    }

    .box-channel .bootstrap-select > .dropdown-toggle.bs-placeholder,
    .box-channel .bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
    .box-channel .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
    .box-channel .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
        color: white;
    }

.chart-loading {
    position: relative;
    min-height: 70px;
}

.ranking-tabs .nav-tabs {
    width: 100%;
}

    .ranking-tabs .nav-tabs li {
        width: 50%;
        padding: 0;
        margin-right: 0;
        text-align: center;
    }

.box-title.block {
    display: block;
}

    .box-title.block a {
        display: block;
        width: 100%;
    }

.padding-10 {
    padding: 10px;
}

.padding-1-10 {
    padding: 1px 10px;
}

.dropdown-menu .divider {
    margin: 0;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a {
    white-space: initial !important;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #3c8dbc;
    border-color: #367fa9;
}

#loading-wrapper {
    position: relative;
}

    #loading-wrapper .loading-overlay {
        display: none;
    }



    #loading-wrapper.loading .loading-overlay {
        display: block;
        z-index: 9;
        position: absolute;
        width: 100%;
        min-height: 160px;
        height: 100%;
        /*background-image:url(/assets/images/ankara_logo_white_shadow.png);
            background-position:center top;
            background-repeat:no-repeat;
            background-size:contain;*/
        background-color: white;
        opacity: 0.9;
        border: 1px solid #1476a3;
    }

    #loading-wrapper.loading .bar {
        position: absolute;
        left: 10px;
        bottom: 10px;
        right: 10px;
        text-align: center;
    }

        #loading-wrapper.loading .bar img {
            height: 100px;
        }

        #loading-wrapper.loading .bar h4 {
            margin: 0;
            text-align: center;
            margin-bottom: 5px;
            font-size: 15px;
        }

        #loading-wrapper.loading .bar .progress {
            margin-bottom: 0;
        }


/*<menu-submenu*/
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu-submenu {
    max-height: 200px;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .navbar-nav > .tasks-menu > .dropdown-menu > li .menu-submenu > li > a {
        display: block;
        white-space: nowrap;
        /* Prevent text from breaking */
        border-bottom: 1px solid #f4f4f4;
    }

        .navbar-nav > .tasks-menu > .dropdown-menu > li .menu-submenu > li > a:hover {
            background: #f4f4f4;
            text-decoration: none;
        }

.dropdown-submenu .dropdown-menu {
    padding: 0;
    margin-top: -1px;
}

.dropdown-submenu a {
    padding: 10px !important;
    border-bottom: 1px solid #f4f4f4;
}

    .dropdown-submenu a:hover {
        background-color: #f4f4f4 !important;
    }

.menu-submenu > .dropdown-submenu > a {
    padding: 10px 20px !important;
}

.dropdown-submenu.open > a,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu-submenu > li > a {
    padding: 10px;
    color: #666666 !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .navbar-nav > .tasks-menu > .dropdown-menu > li .menu-submenu > li > a > h3 {
        font-size: 14px;
        padding: 0;
        margin: 0 0 10px 0;
        color: #666666;
    }

    .navbar-nav > .tasks-menu > .dropdown-menu > li .menu-submenu > li > a > .progress {
        padding: 0;
        margin: 0;
    }
/*menu-submenu>*/


/*<box-menu*/
.box-menu a {
    text-decoration: none;
    text-align: center;
    display: block;
    padding: 10px;
    margin: 10px;
}

    .box-menu a .icon-box {
        font-size: 48px;
        padding: 10px 10px 0 10px;
    }

    .box-menu a .icon-text {
        padding: 0 5px 5px 5px;
        font-size: 130%;
    }

.skin-red-light .box-menu a,
.skin-blue-light .box-menu a,
.skin-black-light .box-menu a,
.skin-yellow-light .box-menu a,
.skin-purple-light .box-menu a,
.skin-green-light .box-menu a {
    background-color: #f9fafc;
}

    .skin-red-light .box-menu a:hover,
    .skin-blue-light .box-menu a:hover,
    .skin-black-light .box-menu a:hover,
    .skin-yellow-light .box-menu a:hover,
    .skin-purple-light .box-menu a:hover,
    .skin-green-light .box-menu a:hover {
        background-color: #f4f4f5;
    }

.skin-red .box-menu a,
.skin-blue .box-menu a,
.skin-black .box-menu a,
.skin-yellow .box-menu a,
.skin-purple .box-menu a,
.skin-green .box-menu a {
    background-color: #222d32;
    color: white;
}

    .skin-red .box-menu a:hover,
    .skin-blue .box-menu a:hover,
    .skin-black .box-menu a:hover,
    .skin-yellow .box-menu a:hover,
    .skin-purple .box-menu a:hover,
    .skin-green .box-menu a:hover {
        background-color: #2c3b41;
    }

.skin-red .box-menu a {
    border: 2px solid #ce0c21;
}

.skin-red-light .box-menu a {
    color: #ce0c21;
    border: 1px solid #ce0c21;
}

.skin-blue .box-menu a {
    border: 3px solid #3c8dbc;
}

.skin-blue-light .box-menu a {
    color: #3c8dbc;
    border: 1px solid #3c8dbc;
}

.skin-black .box-menu a {
    border: 3px solid #fff;
}

.skin-black-light .box-menu a {
    color: #000;
    border: 1px solid #000;
}

.skin-yellow .box-menu a {
    border: 3px solid #f39c12;
}

.skin-yellow-light .box-menu a {
    color: #f39c12;
    border: 1px solid #f39c12;
}

.skin-purple .box-menu a {
    border: 3px solid #605ca8;
}

.skin-purple-light .box-menu a {
    color: #605ca8;
    border: 1px solid #605ca8;
}

.skin-green .box-menu a {
    border: 3px solid #00a65a;
}

.skin-green-light .box-menu a {
    color: #00a65a;
    border: 1px solid #00a65a;
}

/*box-menu>*/

/*<grid*/
.as-grid .as-row.bg-success {
    background-color: #dff0d8;
}

.as-grid .as-row.bg-warning {
    background-color: #fcf8e3;
}

.as-grid .as-row.bg-danger {
    background-color: #f2dede;
}

.as-grid .as-row.bg-selected, .as-grid .as-row.bg-selected:hover td {
    background-color: skyblue !important;
}

.as-grid-responsive {
    box-shadow: none;
}

.as-grid caption {
    font-size: 18px;
}

.as-grid > thead > tr > th {
    color: white;
    vertical-align: middle;
    font-size: 12px;
    font-weight: bold;
}

.as-grid td {
    color: #545861 !important;
}

.as-grid tr.empty-row td {
    color: #991C41 !important;
}


.as-grid.table-bordered > thead > tr > th {
    border: 1px solid #ccc;
}

.as-grid thead tr {
    background: #ed1c24 !important;
}

.as-grid th.sortable {
    background: url('data:image/gif;base64,R0lGODlhFQAJAPcAAAAAANzSzwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAVAAkAAAgqAP8JHEgwAMGDCAsGMJiw4b+FEB0ihEhRosWLAilGxPiwIseMCz8WlBgQADs=') /*ls/bg-white.gif*/ no-repeat center right !important;
}

.as-grid th.asc {
    background: url('data:image/gif;base64,R0lGODlhFQAEAPcAAAAAANzSzwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAVAAQAAAgbAP8JHPgvgMGDAQgqXIgw4cKHAw9CnCjQIcSAADs=') /*ls/asc-white.gif*/ no-repeat center right !important;
}

.as-grid th.desc {
    background: url('data:image/gif;base64,R0lGODlhFQAEAPcAAAAAANzSzwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAVAAQAAAgaAP8JHEjwX4CCCBMaDHBQoUKGEB0ihEgRYUAAOw==') /*ls/desc-white.gif*/ no-repeat center right !important;
}

.as-grid-filters {
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2) !important;
}

    .as-grid-filters .bootstrap-select {
        margin-left: 10px !important;
    }

        .as-grid-filters .bootstrap-select .btn,
        .as-grid-filters .bootstrap-select .form-control {
            margin-bottom: 0 !important;
            margin-left: 0 !important;
        }

    .as-grid-filters .daterange-btn {
        margin-bottom: 0 !important;
    }

    .as-grid-filters .input-group .daterange-btn {
        margin-left: 0 !important;
    }

    .as-grid-filters .bootstrap-select.form-control {
        width: 140px !important;
    }

    .as-grid-filters .bootstrap-select .dropdown-menu {
        min-width: 190px;
    }

    .as-grid-filters .progress {
        display: inline-block;
        margin: 0;
        margin-left: 10px;
        vertical-align: middle;
    }

    .as-grid-filters .form-group input.form-control,
    .as-grid-filters .form-group select.form-control,
    .as-grid-filters .form-group .progress {
        width: auto;
    }

    .as-grid-filters .form-group .progress {
        min-width: 50px;
        height: 10px;
    }

    .as-grid-filters .form-group .input-validation-error.error-message {
        display: inline;
        padding-left: 5px;
    }

.as-pager {
    box-shadow: none !important;
    border-top: 0 none;
}

    .as-pager .form-group label {
        color: #ed1c24;
    }

    .as-pager .form-group input.form-control,
    .as-pager .form-group select.form-control,
    .as-pager .form-group .progress {
        width: auto;
    }

    .as-pager .as-grid-info {
        color: #ed1c24 !important;
    }


@media (max-width: 1200px) {
    .table-responsive {
        border: 1px solid #DDDDDD;
        margin-bottom: 15px;
        overflow-x: scroll;
        overflow-y: hidden;
        width: 100%;
    }
}


/*.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus
/*,.ls-pager .page-selection .form-control*-/ {
    /*background-color: #31708f !important;*-/
}*/

.pagination > li > a, .pagination > li > span {
    color: #31708f;
}

.as-pager .pagination > .active > a,
.as-pager .pagination > .active > span,
.as-pager .pagination > .active > a:hover,
.as-pager .pagination > .active > span:hover,
.as-pager .pagination > .active > a:focus,
.as-pager .pagination > .active > span:focus,
.as-pager .page-selection .form-control {
    background-color: #ed1c24 !important;
    border-color: #991C41 !important;
    color: white;
}

.as-pager .pagination > li > a,
.as-pager .pagination > li > span {
    color: #ed1c24;
}

.as-grid .btn {
    min-width: 25px;
}

.as-pager .form-group {
    margin-left: 0;
    margin-right: 0;
}

.compare-table-overflow {
    overflow-x: auto !important;
}
/*
@media only screen and (max-width: 991px) {

    .table-bordered > thead > tr > th,
    .table-bordered > tbody > tr > th,
    .table-bordered > tfoot > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > td {
        border: 0 none;
        border-top: 1px solid #ddd;
    }

    .table-bordered,
    .as-grid thead {
        border: 0 none;
    }

    table.as-responsive, .as-responsive thead, .as-responsive tbody, .as-responsive th, .as-responsive td, .as-responsive tr,
    table.as-grid, .as-grid thead, .as-grid tbody, .as-grid th, .as-grid td, .as-grid tr {
        display: block;
    }

        .as-responsive thead tr,
        .as-grid thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }


    .as-grid tr,
    .as-responsive tr {
        border-bottom: 1px solid #999;
        display: block;
    }

        .as-grid tr:hover td, .as-responsive tr:hover td {
            background-color: transparent !important;
        }

    .as-grid td,
    .as-responsive td {
        position: relative;
        padding-left: 50% !important;
        text-align: left !important;
        min-height: 36px;
    }

    .as-grid td .dropdown.pull-right{
        float:none !important;
    }

        .as-grid td:before,
        .as-responsive td:before {
            font-weight: bold;
            position: absolute;
            left: 10px;
            top: 50%;
            width: 45%;
            transform: translate(0,-50%);
        }

        .as-grid td .btn,
        td .btn {
            margin-bottom: 0;
        }

    .as-responsive caption,
    .as-grid caption {
        width: 200%;
    }

    .as-grid tr.empty-row td,
    .as-responsive tr.empty-row td {
        padding-left: 0 !important;
        text-align: center !important;
    }

        .as-grid tr.empty-row td:before,
        .as-responsive tr.empty-row td:before {
            left: -9999px;
        }

    .empty-header td {
        padding-left: 10px !important;
    }

    .empty-header caption {
        width: 200%;
    }

    .as-grid .loading-row td{padding-left:8px !important;}
    .loading-row td:before{content:'' !important;}
}*/
/*inline details*/
.modal-body .tab-content-striped {
    padding: 0;
}

.modal-body .form-group {
    margin-left: 0;
    margin-right: 0;
}

.tab-content-striped > .tab-pane > .form-group:nth-of-type(even),
.tab-content-striped > .tab-pane .panel-body > .form-group:nth-of-type(even),
.tab-content-striped > .tab-pane .box-body > .form-group:nth-of-type(even),
.tab-content-striped > .tab-pane .card-body > .form-group:nth-of-type(even),
.form-group-striped > .form-group:nth-of-type(even) {
    background-color: #f9f9f9;
}

.tab-content-striped > .tab-pane > .form-group,
.tab-content-striped > .tab-pane .panel-body > .form-group,
.tab-content-striped > .tab-pane .box-body > .form-group,
.tab-content-striped > .tab-pane .card-body > .form-group,
.form-group-striped > .form-group {
    margin-bottom: 0;
    border-top: 1px solid #ddd;
}

/*grid>*/

/*<announcement*/
.box-announcement .list-group-item {
    min-height: 60px;
}

    .box-announcement .list-group-item h4 {
        margin-top: 8px;
    }

.box-announcement div.icon {
    float: left;
    margin: 0px 15px -5px 0px;
    font-size: 14px;
    display: block;
    position: relative;
    width: 50px;
    height: 40px;
    background-color: #fff;
    /*margin: 3px auto;*/
    /*border-radius: 7px;*/
    border: 1px solid #f4f4f4;
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);*/
    /*overflow: hidden;*/
}

    .box-announcement div.icon span.month {
        position: absolute;
        top: 0;
        padding: 2px 0;
        font-size: 11px;
        font-weight: 400;
        color: #fff;
        background-color: #3c8dbc;
        /*border-radius: 6px 6px 0 0;*/
    }

    .box-announcement div.icon span {
        display: block;
        font-style: normal;
        text-align: center;
        width: 100%;
        font-weight: 700;
        font-size: 13px;
        /*letter-spacing: -.05em;*/
        padding-top: 19px;
        color: #3c8dbc;
    }
/*announcement>*/

/*<survey*/
.box-survey .box-body,
.box-announcement .box-body {
    padding: 0;
}

.box-survey .list-group,
.box-announcement .list-group {
    margin-bottom: 0;
}

.box-survey .list-group-item,
.box-announcement .list-group-item {
    border: 0 none;
    border-top: 1px solid #f4f4f4;
}

    .box-survey .list-group-item:first-child,
    .box-announcement .list-group-item:first-child {
        border-top: 0 none;
    }


/*.media-list-survey {
}*/

.media-list-ankara > .media {
    /*box-shadow: 0 0 5px 2px rgba(49, 112, 143, 0.5);*/
    box-shadow: 0 0 3px 0px #d2d6de;
    border: 1px solid #d2d6de;
    background-color: white;
    padding: 10px;
}

    .media-list-ankara > .media > .media-left {
        text-align: center;
        vertical-align: middle;
    }

        .media-list-ankara > .media > .media-left > a {
            width: 180px;
            display: block;
        }

            .media-list-ankara > .media > .media-left > a > img {
                max-height: 100%;
                max-width: 180px;
            }

    .media-list-ankara > .media > .media-body .btn-xs {
        padding-left: 10px;
        padding-right: 10px;
    }

    .media-list-ankara > .media > .media-body > h4 > i {
        font-size: 80%;
    }

.question-container {
    border-bottom: 1px solid #aaa;
    margin-bottom: 10px;
}

    .question-container .chart-item {
        min-width: 230px;
        height: 300px;
        max-width: 400px;
        margin: 0 0
    }

    .question-container .question {
        padding: 10px;
        margin-bottom: 20px;
        border: 1px solid #eee;
        border-left-width: 5px;
        border-radius: 3px;
        border-left-color: #1b809e;
    }



    .question-container .options .row.has-error .well {
        background-color: #f2dede;
    }

    .question-container .options .row.has-error .radio > label.success
    /*.question-container .options .row.has-error .checkbox > label.success*/ {
        background-color: #f2dede;
    }

    .question-container .last .input-validation-error.error-message {
        padding: 15px 0 0 0;
        float: none;
    }

    .question-container .input-validation-error.error-message {
        position: relative;
        float: left;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .question-container .options .radio,
    .question-container .options .checkbox {
        margin: 0;
    }

    .question-container .options .well-sm {
        padding: 0;
    }

    .question-container .options .radio > label,
    .question-container .options .checkbox > label {
        display: block;
        padding: 9px;
        padding-left: 29px;
    }

    .question-container .options .textarea > label {
        display: block;
        padding: 9px;
    }

    .question-container .options .radio textarea,
    .question-container .options .checkbox textarea,
    .question-container .options .textarea textarea {
        max-width: 100%;
        min-height: 100px;
    }

    .question-container .options .radio > label.success,
    .question-container .options .checkbox > label.success {
        background-color: #dff0d8;
    }


    .question-container .options ul {
        list-style-type: none;
        padding: 0;
    }

        .question-container .options ul li {
            float: left;
            padding: 0 5px;
            /*border-left: 1px dashed #aaa;*/
        }

            /*.question-container .options ul li.value {
                padding-right: 15px;
                border-left: none;
            }*/

            .question-container .options ul li.last {
                clear: both;
                float: none;
            }

            .question-container .options ul li textarea {
                min-width: 350px;
            }

            .question-container .options ul li.result {
                padding: 0 20px;
            }
/*survey>*/

/*<help*/
.help-tip {
    text-align: center;
    background-color: #00c0ef;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    font-size: 14px;
    line-height: 26px;
    cursor: pointer;
    margin-right: 10px;
}

    .help-tip:before {
        content: '?';
        font-size: 22px;
        color: #fff;
    }

    .help-tip:hover .help-content {
        display: block;
        transform-origin: 100% 0%;
        -webkit-animation: fadeIn 0.3s ease-in-out;
        animation: fadeIn 0.3s ease-in-out;
    }

    .help-tip .help-content {
        display: none;
        text-align: left;
        background-color: #00c0ef !important;
        padding: 20px;
        position: absolute;
        border-radius: 3px;
        border: 1px solid #00acd6;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
        left: 10px;
        color: #FFF;
        z-index: 999;
        margin-top: 4px;
    }

        .help-tip .help-content ul {
            margin-bottom: 0;
            padding-left: 20px;
        }

        .help-tip .help-content:before {
            position: absolute;
            content: '';
            width: 0;
            height: 0;
            border: 6px solid transparent;
            border-bottom-color: #00c0ef;
            left: 10px;
            top: -12px;
        }

        .help-tip .help-content:after {
            width: 100%;
            height: 40px;
            content: '';
            position: absolute;
            top: -40px;
            left: 0;
        }

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        transform: scale(0.6);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/*help>*/

/*<asbim*/
.as-grid-filters .toolbar {
    padding-left: 10px;
}

    .as-grid-filters .toolbar .pagernumbers {
        font-size: 14px;
    }

    .as-grid-filters .toolbar .btn, .as-grid-filters .toolbar .form-control {
        margin-left: 0 !important;
    }

    .as-grid-filters .toolbar .btn-success {
        margin-left: 10px !important;
    }

#ReportViewerContentContainer .loadingContainer {
    font-size: 22px;
}

#ReportViewerContentContainer {
    margin-top: 15px;
}

    #ReportViewerContentContainer .alert {
        margin-bottom: 0;
    }

#ReportViewerContent {
    border: 1px solid #DDDDDD;
    background-color: #ffffff;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
    padding: 5px;
    overflow-x: auto;
}

    #ReportViewerContent img {
        max-width: 100%;
        max-height: 100%;
        min-width: 9px;
    }
/*#ReportViewerContent #oReportCell table tr {
    background-color: #f9f9f9;
}*/
.highlight {
    background-color: yellow;
}
/*asbim>*/

.direct-chat-primary .right > .direct-chat-text a {
    color: white;
}

.direct-chat-text a {
    color: #444444;
}

.fileinput-button {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

    .fileinput-button input {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
        font-size: 200px !important;
        direction: ltr;
        cursor: pointer;
    }


#messenger-wrapper {
    position: fixed;
    padding-top: 50px;
    z-index: 1010;
    top: 0;
    right: -770px;
    width: 770px;
    height: 100%;
    -webkit-transition: right 0.3s ease-in-out;
    -o-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;
}

    #messenger-wrapper.open {
        right: 0;
    }

@media (max-width: 768px) {
    #messenger-wrapper {
        right: -350px;
        width: 350px;
    }
}

#messenger-wrapper iframe {
    border: 0 none;
    width: 100%;
    height: 100%;
}

/* Fixes for IE < 8 */
@media screen\9 {
    .fileinput-button input {
        filter: alpha(opacity=0);
        font-size: 100%;
        height: 100%;
    }
}

@media (max-width: 767px) {

    .box-home .btn-app {
        margin: 15px 0 15px 0;
    }

    .nav-tabs-custom > .nav-tabs > li {
        max-width: 49%;
    }

    .as-grid td .dropdown {
        width: 100%;
    }

    .as-grid-filters .form-group input.form-control, .as-grid-filters .form-group select.form-control,
    .as-grid-filters .bootstrap-select.form-control {
        width: 100% !important;
    }

    .as-grid-filters .bootstrap-select.form-control {
        margin-left: 0 !important;
    }

    .main-header .navbar .dropdown-menu li a {
        color: #666666 !important;
    }

    .navbar-nav > .tasks-menu > .dropdown-menu > li .menu-submenu {
        max-height: initial;
    }

    .control-sidebar {
        padding-top: 50px !important;
    }

    .col-lg-4 .info-box .info-box-icon {
        display: none;
    }

    .col-lg-4 .info-box .info-box-content {
        margin-left: 0
    }

    .quick-values .btn {
        margin-bottom: 0 !important;
        margin-top: 5px;
    }

    .content-header .dropdown.pull-left {
        float: none !important;
    }

    .toolbar .btn-group .btn {
        width: auto !important;
    }

    .toolbar .pagernumbers #ReportViewerCurrentPage {
        display: inline-block;
    }

    .toolbar .input-group .btn-primary {
        width: auto !important;
    }

    .as-grid-filters .toolbar .btn-success {
        margin-left: 0 !important;
    }
}

.info-box-double .info-box-icon {
    height: 113px;
}

@media (min-width: 992px) and (max-width:1199px) {
    .col-md-4 .info-box .info-box-text,
    .col-md-4 .info-box .progress-description {
        font-size: 12px;
    }

    .col-md-4 .info-box .info-box-number {
        font-size: 14px;
    }

    /*.col-md-4 .info-box .info-box-icon{
        width:40px;
        font-size: 30px;
    }*/

    /*.col-md-4 .info-box .info-box-content{
        margin-left:0
    }*/

    .col-md-4 .info-box .progress {
        /*height: 1px;*/
        /*margin: 2px -10px;*/
    }


    .col-md-3 .small-box .inner,
    .col-md-4 .small-box .inner {
        height: 115px;
    }

    .col-md-3 .small-box h3,
    .col-md-4 .small-box h3 {
        font-size: 24px;
    }

        .col-md-3 .small-box h3 sup,
        .col-md-4 .small-box h3 sup {
            font-size: 13px
        }

    .col-md-3 .small-box p,
    .col-md-4 .small-box p {
        font-size: 14px;
    }

    .col-md-4 .info-box-double .info-box-icon {
        /*height:90px;*/
    }
}

@media (min-width: 1200px) and (max-width:1288px) {
    .col-md-3 .small-box .inner,
    .col-md-4 .small-box .inner {
        height: 115px;
    }

    .col-md-3 .small-box h3 {
        font-size: 26px;
    }

        .col-md-3 .small-box h3 sup {
            font-size: 15px
        }

    .col-md-3 .small-box p {
        font-size: 14px;
    }

    .col-lg-4 .info-box .info-box-number {
        font-size: 16px;
    }
}

@media (min-width: 1288px) and (max-width:1635px) {
    .col-md-3 .small-box .inner {
        height: 115px;
    }
}

@media (min-width: 1200px) and (max-width:1490px) {
    .col-md-4 .info-box .info-box-number {
        font-size: 16px;
    }

    .col-lg-4 .info-box .info-box-icon {
        /*height:112px;*/
        display: none;
    }

    /*.col-lg-4 .info-box .info-box-icon i{
            padding-top: 33px;
    }*/

    .col-lg-4 .info-box .info-box-content {
        margin-left: 0;
    }
}

@media (min-width: 1490px) {
    .col-lg-4 .info-box .info-box-icon {
        width: 70px;
    }

    .col-lg-4 .info-box .info-box-content {
        margin-left: 70px;
    }
}


.table-shadow {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.btn-compare {
    background-color: #f36369;
    color: white;
}

    .btn-compare:hover {
        color: white !important;
        background-color: #ed1c24;
    }


    .sticky-phone {
        position: fixed;
        bottom: 25px;
        right: 1.5rem;
        z-index: 50;
        transition-duration: 700ms;



        @media (min-width: 1024px) {
            right: calc(((100%-1024px)/2)+1.5rem);
        }

        @media (min-width: 1280px) {
            right: calc(((100%-1280px)/2)+1.5rem);
        }

        @media (min-width: 1536px) {
        }
    }

.sticky-phone-img {
    width: 100px;

    @media (min-width: 1024px) {
        width: 250px;
    }
}

.btn-line {
    line-height: 30px !important;
}

.msg-btn {
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: linear-gradient(to bottom, #79bbff 5%, #378de5 100%);
    background-color: #79bbff;
    border-radius: 6px;
    border: 1px solid #aebfd1;
    color: #ffffff !important;
    padding: 5px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #528ecc;
}

    .msg-btn:hover {
        background: linear-gradient(to bottom, #378de5 5%, #79bbff 100%);
        background-color: #378de5;
    }

    .msg-btn:active {
        position: relative;
        top: 1px;
    }


.dty-btn {
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: linear-gradient(to bottom, #d99598 5%, #ed1c24 100%);
    background-color: #79bbff;
    border-radius: 6px;
    border: 1px solid #aebfd1;
    color: #ffffff !important;
    padding: 5px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #528ecc;
}

    .dty-btn:hover {
        background: linear-gradient(to bottom, #ed1c24 5%, #d99598 100%);
        background-color: #ed1c24;
    }

    .dty-btn:active {
        position: relative;
        top: 1px;
    }

.shp-btn {
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: linear-gradient(to bottom, #bad9c1 5%, #28a745 100%);
    background-color: #79bbff;
    border-radius: 6px;
    border: 1px solid #aebfd1;
    color: #ffffff !important;
    padding: 5px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #528ecc;
}

    .shp-btn:hover {
        background: linear-gradient(to bottom, #28a745 5%, #bad9c1 100%);
        background-color: #28a745;
    }

    .shp-btn:active {
        position: relative;
        top: 1px;
    }

/*.mail-btn {
    box-shadow: inset 0px 1px 0px 0px #fce2c1;
    background: linear-gradient(to bottom, #fcb9a1 5%, #f95214 100%);
    background-color: #f95214;
    border-radius: 6px;
    border: 1px solid #f7af31;
    color: #ffffff !important;
    padding: 5px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #528ecc;
}

    .mail-btn:hover {
        background: linear-gradient(to bottom, #f95214 5%, #fcb9a1 100%);
        background-color: #fcb9a1;
    }

    .mail-btn:active {
        position: relative;
        top: 1px;
    }*/

.mail-btn {
    background-color: #0275d8 !important;
    color: white !important;
}
    .mail-btn:hover, .mail-btn:active {
        background-color: #00b3db !important;
        border-color: #009ec2 !important;
        color: white !important;
    }

.comp-table-head {
    background-color: #fef3f4;
    border-color: #fbcfd1;
}

.comp-table-head-tr {
    color: #ed1c24;
}

.comp-table-border-color {
    border-color: #fbcfd1 !important;
}

.table-striped-compare tbody tr:nth-of-type(odd) {
    background-color: #fef3f4 !important;
}

.table-hover-compare tbody tr:hover {
    color: #212529;
    --tw-bg-opacity: 1;
    background-color: rgb(253 232 232 / var(--tw-bg-opacity)) !important;
}

@media (min-width: 1024px) {
    .mail-btn-mt {
        margin-top: 15px;
    }
}


.card-height {
    min-height: 84px;
}

.text-center-title {
    text-align: center !important;
    float: none !important;
}
