﻿
.skin-green-light .sidebar-menu > li > a {
    font-weight: normal !important
}

.sidebar-menu > li > a {
    padding: 6px 5px 6px 15px;
    display: block;
}

.skin-green-light .main-header .navbar {
    background-color: #015C91 !important;
}

.skin-green-light .main-header .logo {
    background-color: #015C91 !important;
    color: #fff !important;
}

.skin-green-light .main-header .navbar .nav > li > a {
    color: #172ab5 !important;
}

/*.skin-green-light .main-header .logo .logo-lg {
    margin-top: 8px;
}*/

.skin-green-light .main-header .navbar .sidebar-toggle:hover {
    background-color: #002a4a !important;
}

.skin-green-light .wrapper, .skin-green-light .main-sidebar, .skin-green-light .left-side {
    background-color: #fff !important;
}

label {
    color: #001f3f !important;
    font-weight: normal !important
}

.ui-datepicker-month, .ui-datepicker-year {
    padding: 5px;
    border-color: #d2d6de;
}

.container-check {
    display: inline-block;
    position: relative;
    padding-left: 21px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .container-check input[type=checkbox] {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: #fff;
    border: 1px solid #d2d6de !important;
}

.container-check input[type=checkbox]:checked ~ .checkmark {
    background-color: #337ab7;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container-check input[type=checkbox]:checked ~ .checkmark:after {
    display: block;
}

.container-check .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 9px;
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ckgrid{
    margin-bottom:18px
}

.navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
    position: absolute;
    right: 0;
    left: auto;
    box-shadow: #a0a0a0 0px 7px 7px;
}

.skin-green-light .main-header .navbar .sidebar-toggle {
    color: #ffffff !important;
}


.checkbox-list {
    padding-left: 20px;
}

    .checkbox-list label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-left: 5px;
        cursor: pointer
    }

        .checkbox-list label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            /*border-radius: 3px;*/
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        }

        .checkbox-list label::after {
            display: inline-block;
            position: absolute;
            width: 16px;
            height: 16px;
            left: 0;
            top: 0;
            margin-left: -20px;
            padding-left: 3px;
            padding-top: 1px;
            font-size: 11px;
            color: #555555;
        }

    .checkbox-list input[type="checkbox"] {
        opacity: 0;
        z-index: 1;
        cursor:pointer
    }

        .checkbox-list input[type="checkbox"]:checked + label::after {
            font-family: "FontAwesome";
            content: "\f00c";
        }

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #337ab7;
    border-color: #337ab7;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff;
}

table td a i  {
    font-size: 18px !important;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 2px 7px !important;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}