

.login-panel {
    width: 460px;
    margin: 100px auto 0px;
}

    .login-panel .panel-title {
        padding: 8px 16px;
    }

    .login-panel .panel-body .user-input-body {
        margin-bottom: 5px;
    }
/*Loader classes*/

.loader-wrapper {
    background-color: #fff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.loader {
    animation: 1.5s linear 0s normal none infinite running osahanloading;
    background: #fed37f none repeat scroll 0 0;
    border-radius: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    position: absolute;
    top: 50%;
    width: 50px;
}

    .loader::after {
        animation: 1.5s linear 0s normal none infinite running osahanloading_after;
        border-color: #85d6de transparent;
        border-radius: 80px;
        border-style: solid;
        border-width: 10px;
        content: "";
        height: 80px;
        left: -15px;
        position: absolute;
        top: -15px;
        width: 80px;
    }

@keyframes osahanloading {
    0% {
        transform: rotate(0deg);
    }

    50% {
        background: #85d6de none repeat scroll 0 0;
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#select2-selectClientCategory-results, #select2-selectBusinessCategory-results, #select2-selectBusinessSubCategory-results, #select2-selectClientSubCategory-results, #select2-selectYear-results {
    max-height: none !important;
    overflow-y: auto;
}


.round-sm {
    max-height: 40px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin: 6px 15px 0px 46px;
    position: absolute;
    top: 0px;
    left: 0px;
}

@media (max-width: 1130px) {
    .round-sm {
        display: none;
    }
}

.tb-box {
    border-left: 1px solid gainsboro;
    box-shadow: 2px 2px 2px silver;
}

.fw-nav {
    box-shadow: 0px 3px 2px silver;
}

.cont-fw {
    margin: 0px 40px;
}

    .cont-fw div {
        margin-left: 10px;
        margin-right: 10px;
    }

.top-link, .top-link:visited, .top-link:active {
    color: #c1f0ff !important;
    display: inline-block;
    margin: 10px 10px 0px 10px;
    font-size: 24px;
}

    .top-link:hover {
        color: white !important;
    }

.top-title {
    color: white;
    margin-top: 10px;
}

.top-content {
    width: 1120px;
    margin: 0px auto;
}

@media (max-width: 1560px) {
    .top-content {
        width: 840px;
        margin: 0px auto;
    }
}

@media (max-width: 1360px) {
    .top-content {
        width: 840px;
        margin: 0px;
        margin-right: 220px;
    }
}

.right-menu-top {
    position: absolute;
    right: 0px;
    width: 200px;
}


.right-menu {
    position: absolute;
    top: 90px;
    right: 20px;
    width: 200px;
}

    .right-menu hr {
        margin: 2px 0px;
    }

.r-menu-item {
    background-color: transparent;
    border: none;
    padding: 8px;
    cursor: pointer;
    font-size: 14px;
}

    .r-menu-item:hover {
        background-color: #ebebeb;
    }

    .r-menu-item span {
        margin: 0px 10px;
        font-size: 16px;
    }

    .r-menu-item a {
        margin: 0px 32px;
        font-size: 14px;
        color: black;
    }


.dropleftCustom {
    top: 43px;
    right: 190px;
}

.dropleftCustomWin {
    top: 429px;
    right: 190px;
}


.selected {
    background-color: #e8e8e8;
    /*color:white;*/
    font-weight: bold;
}

.rm-badge {
    font-weight: normal !important;
    font-size: 12px !important;
    display: inline-block;
    margin: 4px 0px 0px 0px !important;
}

.table > tbody + tbody {
    border-top: none;
}

.row-exp td {
    background-color: #efefef;
}

.row-cl td {
    background-color: #ffffff;
}


/*.highlight {
            background-color: #ffc;
            -moz-border-radius: 1px; /* FF1+ */
-webkit-border-radius: 1px; /* Saf3-4 */
border-radius: 5px; /* Opera 10.5, IE 9, Saf5, Chrome */
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* FF3.5+ */
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* Saf3.0+, Chrome */
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* Opera 10.5+, IE 9.0 */
}
*/ #select2-selectClientCategory-results, #select2-selectBusinessCategory-results, #select2-selectBusinessSubCategory-results, #select2-selectClientSubCategory-results, #select2-selectYear-results {
    max-height: none !important;
    overflow-y: auto;
}
