﻿/*NAV BAR*/

.collapse-button:hover {
    background: #0096dc;
}

.cl-vnavigation .parent a {
    background: url("../images/arrow.png") no-repeat scroll right 14px top 19px transparent;
}

@media (min-width: 768px) and (max-width: 979px) {
    .cl-vnavigation .parent a {
        background: none;
    }
}

.parent.open a {
    background: url("../images/arrowdown.png") no-repeat scroll right 14px top 19px transparent;
}


#head-nav .navbar-collapse .side-user .avatar img {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    object-fit: contain;
    outline: 2px solid #0096dc;
    background: white;
}

.navbar {
    border: 0;
    background-color: #0096dc;
    color: #FFF;
    padding-left: 10px;
    padding-right: 0px;
    max-height: 50px !important;
    /*box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);*/
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.navbar-default .navbar-nav > li > a {
    color: #5a5a5a;
    /* padding: 12px 10px;*/
    display: inline-block;
    text-align: right;
    margin-top: 0px;
    /*padding: 15px;*/
    padding-left: 18px;
    padding-right: 18px;
    /* position: absolute; */
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.collapse-button {
    position: absolute;
    left: 0px;
    height: 100%;
    width: 54px;
    background: #0096dc;
    border: none;
    color: #5a5a5a;
    padding: 12px 12px 12px 14px;
}

.vertical {
    border: 0 !important;
    margin-top: 10px !important;
    border-left: 2px solid white !important;
    height: 36px !important;
    float: right !important;
    /*padding-right: 30px; 
    padding-left: 30px;*/
}

.navbar-default .navbar-brand {
    padding-left: 35px;
    margin-left: 0px !important;
    text-align: left;
    width: 500px;
    color: #FFF;
    background: no-repeat 0 11px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    font-weight: 300;
    font-size: 19px;
    line-height: 18px;
    height: auto;
}

.navbar-brand {
    line-height: 12px !important;
    padding-top: 18px;
}

.cl-vnavigation li a {
    padding: 15px 15px 15px 15px;
}


.navbar-nav.navbar-right:last-child {
    margin-right: 0px;
}

/*END OF NAVBAR*/

.label-approved {
    background-color: #00d278;
    color: white;
    position: absolute;
    right: 20px;
    bottom: 10px;
}

.label-rejected {
    background-color: #ff646e;
    color: white;
    position: absolute;
    right: 20px;
    bottom: 10px;
}

.profile-info .avatar img {
    border-radius: 65px;
}

.profile-info .avatar img {
    border-radius: 50%;
    width: 125px !important;
    height: 125px !important;
    /*object-fit: cover;*/
    object-fit: contain;
    border: 3px solid gray;
}

.cl-mcont {
    background-color: #f5f5f5;
}

.toolbar {
    margin-bottom: 13px;
    box-shadow: none !important;
}

.cl-mcont .block,
.block-flat,
.block-wizard,
.accordion .panel {
    box-shadow: none !important;
    border-radius: 6px !important;
}

.cl-mcont {
    background-color: #f5f5f5;
}

.select2-container {
    min-height: 34px;
}

    .select2-container .select2-choice {
        border-radius: 6px !important;
        /*border-top-right-radius: 6px !important;
        border-bottom-right-radius: 6px !important;*/
        /*margin-top: 2px;
        margin-bottom: 2px;*/
    }

        .select2-container .select2-choice > .select2-chosen {
            margin-bottom: 2px;
        }

.form-control, .select2-container {
    border-radius: 6px;
    margin-top: 2px;
    margin-bottom: 1px;
}

.input-group .form-control {
    margin-top: 0px;
}

.input-group {
    margin-bottom: 1px;
}

.block-flat .content {
    padding: 15px 3px 0 3px;
}

.bold {
    font-weight: 600;
}

.grey {
    color: #858585;
}

body {
    background-color: #F6F6F6 !important;
}

.block .header, .nav-tabs,
.list-group-item:first-child,
.fuelux .wizard {
    border-radius: 6px 6px 0 0;
}

.nav-tabs {
    margin-top: 13px;
    border-bottom: 2px solid #efefef;
    background-color: #FFF !important
}

    .nav-tabs > li > a {
        /*padding: 9px 60.6px;*/
        color: #858585 !important;
        font-weight: 500;
    }

    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus {
        border-top: 0px !important;
        border-bottom: 2px solid #0096dc;
        color: #0096dc !important;
        border-left: 0px !important;
        border-right: 0px !important;
        font-weight: 500;
    }

        .nav-tabs > li.active > a:after,
        .nav-tabs > li.active > a:hover:after,
        .nav-tabs > li.active > a:focus:after {
            background: none;
        }

.input-group .btn:first-child {
    /*line-height: 18.7px;*/
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.input-group .btn:last-child {
    line-height: 20px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.input-group .btn-group .btn:first-child {
    line-height: 18.7px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.input-group-addon:first-child,
.input-group-btn:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
}

.input-group-addon:last-child,
.input-group-btn:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

.select2-drop.select2-drop-above.select2-drop-active {
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    border-bottom-right-radius: 7px !important;
    border-bottom-left-radius: 7px !important;
}

.list-group-item {
    border: 0px;
}

a.list-group-item:hover {
    border-left: 5px solid #f5f5f5;
    border-radius: 0px;
}

.list-group-item.active {
    background-color: #f5f5f5 !important;
    color: #0096dc !important;
}

.list-group .active:hover {
    color: #0096dc;
    background-color: #f5f5f5;
    border-left: none;
}

.tab-content, .list-group-item:last-child {
    border-radius: 0 0 6px 6px;
}

.button-profile {
    white-space: nowrap;
    margin-right: 10px;
    width: 140px;
    height: 35px;
    border-radius: 30px;
    background: #f5f5f5;
    border: none;
    margin-bottom: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.input-group-addon {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 6px 11px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

    .input-group-addon input[type="checkbox"] {
        margin-top: 4px;
    }

.shortcut {
    margin-top: 0px !important;
}

.label-primary {
    background-color: #4D90FD;
}

/*ANNOUNCEMENT*/

.block-flat.announcement {
    background: #FFF;
    color: #000;
}

.circle-count {
    font-weight: normal;
    font-size: 80%;
    margin-left: 0px;
    border-radius: 15px;
    color: white;
    padding: 5px 9px;
    background-color: red;
}

.btn-flat.btn-default {
    border: none;
}

.header > .btn-flat.btn-default {
    border: 1px solid #737373;
}

.friend-widget h4 {
    color: black;
}

.friend-widget:hover h4 {
    color: #0096dc !important;
}

.friend-widget p {
    color: black;
}

.friend-widget:hover p {
    color: #0096dc !important;
}

.block .header {
    border-bottom: none;
}

.block .fact-data:first-child {
    border-right: none;
}

.widget-title {
    text-transform: capitalize;
}

.block .fact-data {
    width: 48%;
    padding: 0 0px;
}

    .block .fact-data .fact-data-title {
        height: 35px;
        padding-top: 3px;
        padding-left: 3px;
        padding-right: 3px;
        line-height: 15px;
        vertical-align: middle;
        display: table-cell;
    }

.circle {
    /*background-color: #f5f5f5;*/
    background-color: deeppink;
    border-radius: 51px;
    height: 60px;
    width: 60px !important;
    margin-left: 14px !important;
    margin-left: 23px !important;
    margin-right: 16px !important;
}

.grey.hover {
    outline: 0 none;
    text-decoration: none;
    color: none !important;
}

.friend-widget img {
    max-width: 60px !important;
    max-height: 60px !important;
}

.black {
    color: black;
}

.carousel-inner {
    margin-top: -10px;
}

.input-group .form-control:first-child {
    /*height: 32.5px;*/
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.select2-container-multi.select2-container-disabled .select2-choices {
    border-radius: 6px;
}

.select2-container-multi .select2-choices {
    border-radius: 6px;
}

.rounded-small-image {
    margin-left: 10px;
    height: 40px;
    width: 40px;
    border-radius: 25px;
    object-fit: cover;
}

/*.col-sm-3 {
    padding-left: 0px !important;
}*/

/*.friend-widget {
    min-width: 293px;
}*/

/*.form-group input, .form-group textarea{
text-align:center !important;*/
/*color:white !important;*/
/*}*/

.text-white {
    color: white !important;
}

.login-container .middle-login {
    margin-top: 110px !important;
    background: #0096dc;
    left: 66%;
    width: 75%;
}

.form-group .bar {
    border-bottom: 2px solid #FFF;
}

.login-container .out-links a {
    color: #fff;
    text-shadow: none;
}

.coverimage {
    background-image: url('image/cover.jpg');
}

.sup1 {
    top: -0.5em;
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

.login-container .out-links {
    padding-right: 0px;
    margin-top: 95px;
}

.footer {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0px;
}

.headlogin {
    position: fixed;
    right: 7px;
    top: 18px;
    text-align: center;
}

ul.timeline li > .fa {
    height: 40px !important;
}

/*.input-group {
    display: block;
}*/

.input-group .form-control {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.input-group:has(div.input-group-btn),
.input-group:has(div.input-group-addon),
.input-group:has(span.input-group-btn),
.input-group:has(span.input-group-addon) {
    display: table;
}

    .input-group:has(div.input-group-btn) :last-child.form-control,
    .input-group:has(div.input-group-addon) :last-child.form-control,
    .input-group:has(span.input-group-btn) :last-child.form-control,
    .input-group:has(span.input-group-addon) :last-child.form-control,
    .input-group-addon:last-child,
    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group > .btn,
    .input-group-btn:last-child > .dropdown-toggle,
    .input-group-btn:first-child > .btn:not(:first-child),
    .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
        border-top-left-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
    }

        .input-group:has(div.input-group-btn) :first-child.form-control,
        .input-group:has(div.input-group-addon) :first-child.form-control,
        .input-group:has(span.input-group-btn) :first-child.form-control,
        .input-group:has(span.input-group-addon) :first-child.form-control,
        .input-group-addon:first-child,
        .input-group-btn:first-child > .btn,
        .input-group-btn:first-child > .btn-group > .btn,
        .input-group-btn:first-child > .dropdown-toggle,
        .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
        .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
            border-top-right-radius: 0px !important;
            border-bottom-right-radius: 0px !important;
        }

/*.input-group:last-child:has(.input-group-btn:first-child.form-group) :last-child > .form-group {*/
/*border-top-right-radius: 6px !important;*/
/*border-bottom-right-radius: 6px !important;*/
/*background-color: black !important;
    }*/

.input-group > span.input-group-btn:last-child > .form-control {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

.input-group > span.input-group-btn:first-child > .form-control {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
}

/*.input-group:has(span.input-group-btn) :first-child.form-control {
            border-top-left-radius: 6px !important;
            border-bottom-left-radius: 6px !important;
        }*/

.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0 !important;
}

.input-group .select2-choice {
    margin: 0px;
}

.input-group:first-child:has(.hidden) .form-control:not(:first-child):not(:last-child) {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
}

.input-group .select2:first-child a {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.list-group-item:first-child {
    border-radius: 0px 0px 0 0;
}

.gallery-cont .item:hover {
    background: #EDEDED !important;
    border-radius: 6px;
}

.gallery-cont .item .img:hover {
    transform: scale(1.0);
}

.side-user .nav .navbar-nav .navbar-right {
    width: 100px;
    text-overflow: ellipsis;
    white-space: nowrap !important;
}

.block .fact-data h2, .widget-block .fact-data h2 {
    font-size: 23px;
}

h4 {
    font-size: 16px;
}

.input-group:has(span.input-group-addon) > .select2-container > .select2-choice {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}


table.no-border tr:nth-child(even) td:last-child {
    background: #f0f0f0 !important;
}

.form-control-static {
    min-height: 0px;
    padding-top: 7px;
    padding-bottom: 0px;
    margin-bottom: 0;
}

span.form-control-static {
    display: inline-block;
}

.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 23px;
}

.icheck > label {
    margin-bottom: 0px;
    padding-bottom: 0px;
    vertical-align: bottom;
    padding-top: 5.8px;
}

/*.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display:block;
}*/
.search-box {
    position: relative;
    height: 50px;
    width: 50px;
    margin-right: 12px;
    margin-top: 5px;
    /*border-radius: 50%;*/
    /*box-shadow: 5px 5px 30px rgba(0,0,0,.2);*/
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

    .search-box.active {
        width: 350px;
        background: transparent !important;
    }

    .search-box .search-input {
        width: 100%;
        height: 40px;
        border: none;
        border-radius: 50px;
        background: #fff;
        outline: none;
        padding: 0px 20px;
        color: #252525;
        font-size: 12px;
        opacity: 0;
        transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

        .search-box .search-input.active {
            opacity: 1;
        }

    .search-box .search-icon {
        position: absolute;
        right: 0px;
        top: 42%;
        transform: translateY(-50%);
        height: 40px;
        width: 40px;
        background: transparent;
        border-radius: 50%;
        text-align: center;
        color: #FFF;
        cursor: pointer;
        z-index: 1;
        transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .search-box .search-icon i {
            font-size: 20px;
        }

        .search-box .search-icon.active {
            right: 5px;
            height: 40px;
            width: 40px;
            font-size: 20px;
            background: transparent;
            color: #0d7dd9;
            transform: translateY(-50%) rotate(360deg);
            content: url(../RymIcon/_search-active.svg) !important;
            height: 17px;
        }

    .search-box .autocom-box {
        padding: 0;
        opacity: 0;
        pointer-events: none;
        max-height: 280px;
        overflow-y: auto;
    }

        .search-box .autocom-box.active {
            padding: 10px 8px;
            opacity: 1;
            pointer-events: auto;
            box-shadow: 0 7px 30px -10px rgba(150, 170, 180, 0.5);
            margin-top: 6px;
            background-color: #FFF;
            border-radius: 6px;
        }

            .search-box .autocom-box.active li {
                display: block;
            }

            .search-box .autocom-box.active li {
                display: block;
            }

.autocom-box li {
    list-style: none;
    padding: 8px 12px;
    display: none;
    width: 100%;
    cursor: default;
    border-radius: 4px;
    color: #252525;
}

    .autocom-box li:hover {
        background: #EFEFEF;
    }

    .autocom-box li a {
        color: #252525;
        display: flex;
        width: 100%;
    }

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    /* display: block; */
    display: inline;
}

.processing {
    background: rgba(255,255,255, 0.5) url('../images/processing.gif') no-repeat center center;
}


.gallery-cont .img {
    opacity: 1;
}

@media (max-width: 820px) {

    /*.cl-vnavigation .parent a {
        background: none;
    }*/

    .fa-sliders:after, .fa-sliders.active {
        content: url(../RymIcon/_hamburger-open.svg) !important;
    }
}

@media (max-width: 912px) {

    /*.cl-vnavigation .parent a {
        background: none;
    }*/

    .fa-sliders:after, .fa-sliders.active {
        content: url(../RymIcon/_hamburger-open.svg) !important;
    }
}



.navbar.navbar-default.navbar-fixed-top > .container-fluid {
    padding-right: 0px;
    padding-left: 9px;
}

@media (max-width: 820px) {

    .personal {
        padding-left: 55px;
    }
}

@media (max-width: 912px) {

    .personal {
        padding-left: 55px;
    }
}

@media (max-width: 1024px) {

    .personal {
        padding-left: 45px;
    }
}

.navbar-brand:hover .company-name {
    color: #d3d3d3;
}


blockquote {
    font-size: inherit;
    border-left: 0px;
}
