body {
    font-family: LGFontMedium;
    font-size: 14px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background: #dce6f2;
}

.strong {
    font-weight: bold;
}

a, a:hover {
    text-decoration: none;
}

.header {
    width: 100%;
    position: relative;
    height: auto;
    box-shadow: 0px 1px 5px #ccc;
    padding: 5px 0px;
}

.logo {
    width: 110px;
    float: left;
}

    .logo img {
        width: 100%;
    }

.project-title {
    color: #d2227a;
    font-size: 22px;
    font-weight: bold;
    position: absolute;
    top: 14px;
    margin-left: 50px;
}

.btn-danger {
    background-color: #d2227a;
    border-color: #d2227a;
    color: #ffffff;
}

.btnn-dangerR {
    background-color: #eb491e;
    border-color: #eb491e;
    color: #ffffff;
}

.btnn-dangerY {
    background-color: #fdf171;
    border-color: #fdf171;
    color: #323232;
}

.btnn-danger:hover {
    background-color: #C9285C;
    border-color: #C9285C;
    color: #ffffff;
}

.btn-danger:hover {
    background-color: #C9285C;
    border-color: #C9285C;
    color: #ffffff;
}

.btn-default {
    background-color: #ededed;
    border-color: #c4c4c4;
}

.welcome {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

    .welcome p {
        margin-bottom: 0px;
    }

    .welcome .btn {
        margin-left: 15px;
    }

    .welcome h2 {
        font-size: 18px;
        text-transform: capitalize;
        font-weight: bold;
    }

    .welcome .user {
        text-transform: uppercase;
    }

aside {
    position: relative;
    width: 230px;
    background: #dce6f2;
    vertical-align: top;
    display: inline-block;
    padding: 15px 15px 10px 15px;
    min-height: 100%;
    overflow: auto;
    height: 100vh;
}

.d-content {
    position: absolute;
    background: #fff;
    vertical-align: top;
    display: inline-block;
    width: 83.8%;
    margin-top: 0px;
    top: 0px;
    background: #fff;
}

/*Navigation*/
.nav {
}

#nav {
    font-family: LGFontMedium;
    font-weight: 400;
    min-height: 33px;
    position: relative;
    width: 100%;
}

    #nav > a {
        display: none;
    }

    #nav li {
        position: relative;
    }

        #nav li a {
            color: #fff;
            display: block;
            text-decoration: none;
            cursor: pointer;
        }

            #nav li a:active { /*background-color: #ffffff !important;*/
            }

    #nav span:after {
        width: 0;
        height: 0;
        border: 0.313em solid transparent; /* 5 */
        border-bottom: none;
        border-top-color: #f2f2f2;
        content: '';
        vertical-align: middle;
        display: inline-block;
        position: relative;
        right: -0.313em; /* 5 */
    }

    #nav .first span::after {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-color: #d4297e rgba(0, 0, 0, 0) -moz-use-text-color;
        border-image: none;
        border-style: solid solid none;
        border-width: 0.313em 0.313em medium;
        content: "";
        display: inline-block;
        height: 0;
        position: absolute;
        right: 10px;
        top: 15px;
        vertical-align: middle;
        width: 0;
    }

    /* first level */
    #nav > ul {
        list-style: outside none none;
        padding-left: 0;
        margin: 0;
    }

        #nav > ul > li {
            display: block;
            height: auto;
        }

            #nav > ul > li > a {
                background: #c5275d;
                font-family: LGFontMedium;
                font-size: 14px;
                padding: 12px 10px;
                text-transform: uppercase;
                transition: all 0.3s ease-in;
                text-align: center;
                margin: 30px 0px;
            }






            #nav > ul > li:not (:last-child) > a {
                border-right: 1px solid #bf002d;
            }

            #nav > ul > li:hover > a, #nav > ul:not (:hover) > li.active > a {
                background: #c9285c;
            }

    /* second level */
    #nav li .first {
        background-color: rgba(0, 0, 0, 0);
        display: none;
        list-style: outside none none;
        min-width: 200px;
        padding-left: 0;
        position: absolute;
        top: 100%;
        box-shadow: 1px 4px 5px #999999;
        z-index: 4;
    }

    #nav li:hover .first {
        display: block;
        left: 0;
        right: 0;
        transition: all 0.3s ease-in 0s;
    }

    #nav li ul li .second {
        background-color: rgba(0, 0, 0, 0);
        box-shadow: 1px 4px 5px #999999;
        display: none;
        left: 100% !important;
        list-style: outside none none;
        min-width: 200px;
        padding-left: 0;
        position: absolute;
        top: 0;
        z-index: 4;
    }

    #nav li ul li:hover .second {
        display: block;
        left: 0;
        right: 0;
    }

    #nav li:not (:first-child):hover ul {
        left: -1px;
    }

    #nav li ul a {
        background: #f0f0f0 none repeat scroll 0 0;
        border-top: 1px solid #dddddd;
        font-size: 14px;
        padding: 5px 6px;
        text-decoration: none;
        color: #333;
        transition: all 0.3s ease-in;
    }

        #nav li ul a:hover {
            background: #CE0E6E;
            color: #fff;
        }

    #nav li ul li a:hover, #nav li ul:not (:hover) li.active a {
        background-color: #ffffff;
        color: #333;
    }

.navbar-toggle {
    background-color: #d2227a;
    border: 1px solid #d2227a;
    padding: 7px 8px;
    margin: 0 0 0 10px;
}

    .navbar-toggle .icon-bar {
        background: #ffffff none repeat scroll 0 0;
        width: 18px;
    }

.navbar-header {
    float: right;
}

.tiels a i {
    display: block;
    font-size: 42px;
    margin-bottom: 10px;
}
/*Navigation End*/
.tiels li:first-child a {
    margin-top: 30px !important;
}

.no-pd {
    padding: 0px;
}

.no-pd-l {
    padding-left: 0px;
}

.no-pd-r {
    padding-right: 0px;
}
/*footer Start*/
.nav-tiles {
    position: relative;
    margin: 0 auto;
}

a:focus {
    outline: none;
}
/*footer End*/

#nav .first li a span::after {
    border-top-color: #000;
    transition: all 0.3s;
}

#nav .first li a:hover span::after {
    border-top-color: #fff;
}

.h-left, .h-right {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

    .h-left li, .h-right li {
        padding: 0px;
        margin: 0px;
        display: inline-block;
        vertical-align: top;
        margin-left: -3px;
    }

    .h-left .cal {
        padding: 2px 6px 2px 6px;
        background: #e9e9e9;
        border: 1px solid #ddd;
        border-radius: 3px;
        color: #3682ff;
        margin-right: 0px;
        margin-left: 0px;
        margin-top: 3px;
        display: block;
    }

    .h-left label {
        display: block;
        margin-bottom: 0px;
    }

    .h-left .t-date {
        color: #3682ff;
        line-height: 15px;
    }

.form-control {
    height: 36px;
    padding: 2px 19px 2px 5px;
}

.h-left li {
    padding: 0px 10px;
}

    .h-left li:nth-child(2) {
        border-right: 1px solid #ddd;
        padding-right: 20px;
    }

    .h-left li:nth-child(3) {
        padding-left: 20px;
    }

.h-right a {
    padding: 5px 7px;
    color: #b5bbc9;
    margin-top: 0px;
    display: block;
    transition: all 0.3s;
}

.h-left .btn {
    padding: 2px 10px;
    min-width: 150px;
    text-align: left;
}

.dropdown-toggle::after {
    margin-left: 0;
    vertical-align: middle;
    float: right;
    margin-top: 10px;
}

.h-left .btn-secondary {
    color: #333;
    background-color: #ffffff;
    border-color: #ddd;
}

.h-left li:last-child {
    padding: 0px 0px;
}

.h-right a i {
    font-size: 16px;
}

.h-right a:hover {
    color: #333;
}

.h-right li {
    padding: 0px 0px;
}

.h-left li ul li:nth-child(2) {
    border-right: 0px solid #ddd;
}

.tiels-section {
    width: 100%;
    position: relative;
    height: auto;
    padding: 25px 10px;
}

    .tiels-section ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
        width: 100%;
    }

        .tiels-section ul li {
            padding: 0px;
            margin: 0px;
            display: inline-block;
            margin-left: -3px;
            width: 25%;
            vertical-align: top;
        }

            .tiels-section ul li:first-child {
                margin-left: 0px;
            }

.content-tiels {
    margin: 0px 14px;
    padding: 10px 20px 10px 20px;
    background: #dbe5f3;
    border-radius: 2px;
    min-height: 102px;
}

    .content-tiels a i {
        display: block;
        font-size: 80px;
        font-weight: lighter;
        color: #3882ff;
    }

    .content-tiels a img {
        width: 35px;
        display: block;
        margin: 10px auto;
    }

    .content-tiels a label {
        color: #333;
    }

.do-list .form-control {
    background: transparent;
    border: 0px;
    width: auto;
    height: 20px;
    padding: 0px;
    color: #3882ff;
}

.content-tiels .date {
    display: block;
    font-size: 25px;
    margin: 2px 0px;
}

.content-tiels .detail {
    color: #3882ff;
    transition: all 0.3s;
}

    .content-tiels .detail:hover {
        color: #0e67fc;
    }

.to-do-list, .your-list {
    width: 100%;
    position: relative;
    height: auto;
    padding: 15px 24px;
}

    .to-do-list p {
        margin-bottom: 0px;
        line-height: 10px;
    }

.list-title {
    border-bottom: 2px solid #eef3f9;
    font-size: 24px;
    color: #333333;
    padding-bottom: 6px;
}

    .list-title .form-control {
        background: #dbe5f3;
        width: 140px;
        height: 28px;
    }

.work-list {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

    .work-list .work-list-l {
        padding: 0px;
        margin: 0px;
        display: block;
        transition: all 0.3s;
        float: left;
        width: 100%;
        margin-bottom: 15px;
    }

    .work-list .date {
        color: #5d45dd;
        width: 5%;
        text-align: center;
        float: left;
        position: relative;
        margin-right: 5px;
    }

        .work-list .date .day {
            font-size: 15px;
            line-height: 20px;
            margin-bottom: 0px;
        }

        .work-list .date .mont {
            margin-bottom: 0px;
            line-height: 16px;
            font-size: 18px;
        }

.box {
    position: relative;
    float: left;
    width: 94%;
    background: #f3f3f3;
    padding: 5px 8px;
    border-radius: 6px;
}

    .box ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

        .box ul li {
            padding: 0px;
            margin: 0px;
            display: inline-block;
            vertical-align: middle;
        }

            .box ul li:last-child {
                float: right;
            }

    .box .three-dot {
        position: relative;
        width: 10px;
    }

        .box .three-dot span {
            display: block;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: #333333;
            margin-bottom: 2px;
        }

    .box ul li:nth-child(2) label.text {
        display: block;
        font-size: 18px;
        margin-bottom: 0px;
        line-height: normal;
        color: #616161;
    }

    .box ul li:nth-child(2) label.day {
        display: block;
        margin-bottom: 0px;
        color: #3882ff;
        line-height: normal;
    }

    .box ul li:last-child label {
        float: left;
        margin-bottom: 0px;
        margin-top: 8px;
        /*color: #7e7e7e;*/
    }

    .box ul li:last-child .form-control {
        width: 90px;
        margin-left: 10px;
        height: 26px;
        margin-top: 6px;
        border: 1px solid #898888;
        padding: 0px;
        text-align: center;
    }

        .box ul li:last-child .form-control .y {
            color: #f00606;
        }

        .box ul li:last-child .form-control .b {
            color: #F8E904;
        }

        .box ul li:last-child .form-control .r {
            color: #129614;
        }

.work-list li:hover .box {
    box-shadow: 0px 2px 5px #999999;
}

.w-f-list {
    font-size: 18px;
    letter-spacing: 0.8px;
    color: #3882ff;
    transition: all 0.3s;
}

    .w-f-list:hover {
        color: #0e67fc;
    }

.prog-title {
    border-bottom: 2px solid #eef3f9;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

    .prog-title span {
        display: block;
        background: #f2f2f2;
        width: auto;
        font-size: 16px;
        margin-bottom: 6px;
        padding: 2px 15px;
        border-radius: 3px;
        float: left;
    }

.prog-m img {
    max-width: 230px;
    height: auto !important;
    width: 100% !important;
}

.prog-m .day {
    font-size: 44px;
    margin: 8px 0px;
}

.prog-m label {
    background: #ddd9c3;
    padding: 4px 15px;
    font-size: 16px;
}

.your-list .prog-title span {
    font-size: 16px;
    color: #ff0000;
    background: transparent;
    padding: 0px;
    font-weight: bold;
}

.table th {
    /*padding: 8px;*/
    padding: 4px;
    background: #dbe4f3;
    border-color: #dbe4f3;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.table td {
    color: #555;
    padding: 5px 5px;
}

.dashboard .table th:first-child {
    border-radius: 5px 0px 0px 5px;
    border-left: 1px solid #fff;
}

.dashboard .table th:last-child {
    border-radius: 0px 5px 5px 0px;
    border-right: 1px solid #fff;
}

.dashboard .table td:first-child {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    width: 44px;
}

.dashboard .table td:nth-child(2) {
    border-left: 1px solid #fff;
    padding-left: 0px;
}

.dashboard .table td:last-child {
    border-right: 1px solid #fff;
}

.dashboard .table .n-y {
    padding: 4px 6px;
    background: #f3be78;
    border-radius: 2px;
}

.dashboard .table .n-p {
    padding: 4px 6px;
    background: #bb79f4;
    border-radius: 2px;
    color: #fff;
}
/*.dashboard .grid-view-r tr td:last-child{
	color:#ff0000;
}*/
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #666666;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #c5275d;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #000000;
    }
/*new*/
.border-box {
    padding: 15px 15px 10px 15px;
    /*border:1px solid #666;*/
    display: block;
    width: 100%;
    margin-bottom: 8px;
    border-radius: 4px;
    margin-top: 10px;
}

.bb-title {
    display: inline-block;
    padding: 0px 10px;
    background: #ddd;
    border-radius: 10px;
    position: absolute;
    top: -2px;
    border: 1px solid #666;
}

.m-auto {
    margin: auto !important;
}

.v-almt-mdl tr td {
    vertical-align: middle !important;
}

#divrow table tr th:nth-child(1) {
    background: #29BC11;
}

#divrow table tr th:nth-child(2) {
    background: #FCFC05;
}

#divrow table tr th:nth-child(3) {
    background: #CF1515;
}

#divrow table tr th:nth-child(4) {
    background: #D1D7D4;
}

#divrow .gridview-btn {
    width: auto;
    font-size: 12px;
    padding: 0px 3px;
    float: right;
    line-height: 16px;
}

#divrow .lb {
    background: #4A549A !important;
    color: #FFFFFF !important;
}

.page-title {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 0px solid #666;
}

.modal-backdrop {
    z-index: 0;
}

.ui-datepicker {
    z-index: 99999 !important;
}



.radio-list tr td input[type="radio"] {
    margin-right: 3px;
    vertical-align: middle;
}

.radio-list tr td label {
    margin-right: 10px;
    vertical-align: middle;
    margin-bottom: 0px;
}

#tbldetailsatt tr th, #tbldetailsatt tr td {
    text-align: center;
    white-space: nowrap;
}

.ui-autocomplete {
    max-height: 200px;
    overflow: auto;
}

.ui-menu .ui-menu-item a {
    font-size: 12px;
}

