/*select.form-control{
    height: auto !important;
    padding: .6rem .8rem calc(.6rem + 1px) .8rem !important;
}
*/

html.l-clear, .l-clear body, .l-clear #main-wrapper {
   height: 100%;
   width: 100%;
   margin: 0;
   padding: 0;
}

.page-wrapper {
    min-height: 1511px !important;
}

.l-clear .page-wrapper {
    min-height: 100% !important;
}

.login-page {
	background: rgb(96, 92, 168);
}

.site-login {
    background: #fff;
    display: block;
    width: 320px;
    padding: 10px 30px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 400px;
    /*border: 2px solid rgb(85, 82, 153);*/
    border-radius: 2px;
}

.site-login .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 0px;
    color: rgb(115, 115, 115);
    height: 15px;
}

.card-body {
    padding: 1rem;
}

.pull-right {
    float: right;
}

.feeds > a {
    color: #333;
}

.is_stuck + div {
    display: none !important;
}

.topbar {
    position: fixed !important;
    width: 100%;
}
.row-red {
    color: red !important;
}

.card_hover {
    border: 1px solid #fff !important;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    -moz-box-shadow:    0 3px 10px rgba(0, 0, 0, 0.08);
    box-shadow:         0 3px 10px rgba(0, 0, 0, 0.08);
}

.card_hover:hover {
    border: 1px solid #ead40f !important;
}

.inn {
    color: #2c2b2e;
    font-weight: 400;
}

.kv-grid-container {
    font-size: 14px;
}

.phone-arrow.text-green {
    margin-left: -9px;
    margin-top: 0px;
}

.text-green {
    color: #00a65a !important;
}

.text-blue {
    color: #0073b7 !important;
}

.phone-arrow {
    vertical-align: top;
    margin-left: -7px;
    margin-top: -2px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.fa-phone {
    margin-top: 6px;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.calls-comment-indicator::after {
    position: absolute;
    content: "\f075";
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 12px;
    text-rendering: auto;
    top: -3px;
    right: -2px;
    color: #000;
    background: #fff;
    border-radius: 8px;
}

.fa-cloud-download-alt {
    vertical-align: top;
    /*font-size: 24px;*/
    margin-left: 5px;
    margin-top: 4px;
}

[type=file] {
    display: block;
}

.img-thumbnail {
    max-width: 100px;
    max-height: 100px;
}

.free {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 40px;
}

.free .row {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
}

.owl-carousel .item {
    height: 200px;
    position: relative;
}

.owl-carousel .owl-nav .owl-next, 
.owl-carousel .owl-nav .owl-prev {
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    width: 30px;
    text-align: center;
    margin: 0 !important;
    border-radius: 0 !important;
}

.owl-carousel .owl-nav .owl-next {
    right: 0;
    left: auto;
}

.owl-carousel .owl-nav .owl-prev {
    left: 0;
    right: auto;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: rgba(255, 255, 255, 0.8) !important;
    color: #333 !important;
}

.owl-carousel .owl-item img {
    display: block;
    width: auto !important;
    max-width: 100%;
    max-height: 200px;
    margin: auto;
    top: 0;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
}



.free__image {
    width: 285px;
    text-align: center;
    margin-bottom: 20px;
    height: 200px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    position: relative;
}

.free__image img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 200px;
    margin: auto;
    top: 0;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
}

.free__remove {
    display: block;
    width: 20px;
    height: 20px;
    background: #f62d51;
    color: #fff;
    line-height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.stars {
    color: #ffbc34;
    width: 80px;
}

.js-send-file {
    cursor: pointer;
}

.has-error .form-control {
    border-color: #dc3545;
}

.has-error .form-control:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.icon {
    position: relative;
}

.icon-mini {
    width: 14px;
    height: 12px;
    text-align: center;
    line-height: 12px;
    border-radius: 50%;
    border: 0px solid #000;
    background: #fff;
    position: absolute;
    right: -9px;
    bottom: -5px;
    font-size: 10px;
}

.blockquote-danger {
    border-left: 5px solid #f62d51;
}

.blockquote-danger.blockquote-reverse {
    border-right: 5px solid #f62d51;
    border-left: 1px solid rgba(120, 130, 140, 0.13);
}

.icon-mini.fa-reply {
    color: #009efb;
}

.icon-mini.fa-share {
    color: #55ce63;
}

.g-width-auto {
    width: auto;
}

.nav-tabs .nav-item {
    margin-right: 10px;
}

.tab-pane {
    padding-top: 20px;
}

.list-view > .pagination > li > a,
.list-view > .pagination > li > span {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    border: 1px solid #dee2e6;
}

.select2-container {
    max-width: 100%;
}

@media screen and (max-width: 768px) 
{
    .sidebar-nav {
        overflow-x: scroll;
        height: 100%;
    }

    .navbar-nav {
        direction: rtl;
        margin-left: auto;
        margin-right: 0 !important;
    }

    .container-fluid {
        padding-top: 20px !important;
    }
}

