a, a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

body {
        background: #f2f2f2;
}

.inline-block {
    display: inline-block;
}

.nomargin {
    margin: 0 !important;
}

.main_container {
    transition: all 500ms;
}

.header_section {
    background-color: #ffd777;
    color: #fff;
    height: 50px;
    left: 15px;
    overflow: hidden;
    position: fixed;
    right: 15px;
    z-index: 9;
}

.container_section {
    position: relative;
    top: 50px;
}

.header_section h1 {
    font-size: 21px;
    margin: 10px;
}

.logo_area {
    background-color: #083f3c;
    overflow: hidden;
    width: 350px;
    z-index: 10;
}

.logo_area img {
    height: 25px;
    margin: 0 5px;
}

.open_close_menu, .head_buttons_area > div > span {
    background-color: #083f3c;
    color: #fff;
    font-size: 21px;
    margin: 0 -15px;
    padding: 15px;
    cursor: pointer;
    top: 0;
}

.user_info {
    background-color: #e64759;
    border-radius: 5px;
    color: #fff;
    margin: 5px;
    padding: 2px 5px;
    cursor: pointer;
    text-shadow: 1px 1px 0 #74242d;
}

.user_info:hover {
    background-color: #b73847;
}

.user_info img {
    width: 35px;
    height: 35px;
    margin: 0 5px;
}

.user_info .user_name {
    vertical-align: text-bottom;
}

.user_info .glyphicon-cog {
    vertical-align: middle;
    margin: 5px;
    color: #fff;
    animation: rotate_icon 8s linear 0s normal none infinite running;
    font-size: 18px;
}

@keyframes rotate_icon {
    100% {
        transform: rotate(360deg);
    }
}

.main_sidebar {
    background-color: #083f3cbd;
    height: 100%;
    overflow: auto;
    position: fixed;
    top: 50px;
    transition: all 500ms ease 0s;
    width: 350px;
}

.home_pass {
    background-color: #f6f6f6;
    font-size: 16px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding: 5px;
    overflow: hidden;
}

.main_sidebar_wrapper {
    margin-bottom: 100px;
}

.head_buttons_area {
    padding: 0 !important;
}

.head_buttons_area > div > span {
    margin: 0px;
}

.who_online span {
    background-color: #1bc98e !important;
}

.user_details {
    position: fixed;
    height: 100%;
    z-index: 999999999;
    background-color: #222;
    transition: all 500ms;
    padding: 0;
    width: 300px;
}

.employee_name_img {
    overflow: hidden;
    margin: 5px 0;
}

.employee_img img {
    width: 120px;
    display: block;
    margin: 5px auto;
}

.employee_img .btn {
    background-color: #1997c6;
    border: 0 none;
    padding: 3px 8px;
}

.employee_name {
    color: #e64759;
}

.messages span {
    background-color: #333 !important;
    position: relative;
}

.full_screen span {
    background-color: #e64759 !important;
}

.messages .notifications {
    background-color: #f00 !important;
    border-radius: 50%;
    bottom: 8px;
    color: #ffffff;
    font-family: tahoma !important;
    font-size: 12px;
    height: 14px;
    left: 6px;
    position: absolute;
    text-align: center;
    width: 15px;
}

.user_area img {
    width: 120px;
    margin: 5px;
}

.user_area h1 {
    color: #ffffff;
}

.user_area p {
    margin: 0;
}

.user_area a {
    color: #1997c6;
}

.user_area {
    overflow: hidden;
    padding: 10px 0;
}

.who_is_online {
    overflow: hidden;
}

.employee_online {
    overflow: hidden;
    padding: 5px;
    transition: all 500ms;
    cursor: pointer;
}

.employee_online:hover {
    background-color: #555;
}

.employee_online p {
    color: #ccc;
    margin: 0px;
    font-size: 12px;
}

.employee_online p:first-of-type {
    font-size: 16px;
    font-weight: bold;
}

.who_is_online h3 {
    background-color: #333;
    color: #ffffff;
    font-size: 20px;
    margin: 0 0 15px;
    padding: 10px;
}

.employee_online img {
    width: 40px;
    height: 40px;
    margin: 0 5px;
}

.employee_online img:after {
    content: "g";
}

.change_lang {
    background-color: #1997c6;
    display: inline-block;
    padding: 15px;
    cursor: pointer;
    transition: all 500ms;
    color: #ffffff;
}

.change_lang:hover {
    background-color: #333;
}

.user_header_area {
    padding: 0;
}

.main_sidebar_wrapper ul, .home_pass ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.main_sidebar_wrapper li {
    background-color: #083f3c;
    color: #fff;
    font-size: 21px;
    margin-top: 2px;
    overflow: hidden;
    position: relative;
}

.main_sidebar_wrapper li:hover {
    background-color: #2980b9;
}

.main_sidebar_wrapper li a {
    color: #fff;
    display: block;
    font-size: 15px;
    padding: 12px;
}

.main_sidebar_wrapper ul span {
    background-color: #083f3c;
    float: right;
    font-size: 17px;
    padding: 15px;
    top: 0;
}

.drop_main_menu {
    background-color: #18191e;
    margin: auto !important;
    width: 100%;
}

.drop_main_menu li, .drop_main_menu a {
    background-color: #158a83;
    font-size: 15px !important;
    margin: 0 !important;
    padding: 5px;
}

.drop_main_menu li:hover a {
    background-color: #2980b9;
}

.drop_main_menu > li {
    border-bottom: 1px solid #180c0c;
    clear: both;
}

.search_box .form-group {
    position: relative;
    display: inline-block;
    margin: 10px 0;
}

.search_box .btn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    left: -2px;
    position: absolute;
    top: 0px;
}

.search_box input[type="search"] {
    border: 0 none;
    border-radius: 50%;
    height: 30px;
    width: 32px !important;
    transition: width 300ms;
    padding: 0 15px;
    background-color: rgba(255, 255, 255, 0.5);
}

.search_box:hover input[type="search"], input[type="search"]:focus {
    border: 0 none;
    border-radius: 5px;
    height: 30px;
    width: 150px !important;
    background-color: rgba(255, 255, 255, 1);

}

.home_pass ul li + li:before {
    content: "=>";
    margin: 0 10px;
    color: #999;
}

.home_pass ul li a {
    color: #e64759;
}

.main_sidebar_wrapper li ul {
    display: none;
}

.search_box {
    margin: 40px 0;
}

.drop_main_menu::before {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    content: "^";
    display: block;
    font-family: tahoma;
    font-size: 14px;
    height: 18px;
    left: 10px;
    position: absolute;
    text-align: center;
    top: 15px;
    width: 18px;
}

.home_statics > div, .quick_links > a {
    overflow: hidden;
    width: 280px;
    display: inline-block;
    margin: 10px;
}

.quick_links > a {
    width: 180px;
    border-radius: 5px;
    padding: 5px;
    transition: all 300ms;
}

.quick_links > a:hover {
    background-color: #222 !important;
}

.home_statics > div p, .home_statics > div h3, .quick_links > a h4 {
    margin: 0;
    color: #ffffff;
    text-align: center;
    text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.2);
}

.home_statics > div h3, .quick_links > a h4 {
    margin: 10px 0;
}

.home_statics .glyphicon {
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 30px;
    padding: 25px;
    text-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

.heading_title {
    margin-top: 25px;
    border-top: 2px solid #083f3c;
    color: #222;
    border-bottom: 2px solid #083f3c;
    width: 50%;
    padding-bottom: 8px;
    padding-top: 5px;
    margin-left: auto;
    margin-right: auto;
    font-size: 21px;
    text-align: center;
        margin-bottom: 40px;
}

.page_content .form, .page_content .wrap {
    padding: 50px;
}

.page_content .wrap {
    padding: 50px 0;
}

.user_thumb {
    height: 40px;
}

.wrap table tr:first-child, .wrap table tr td:first-child, .wrap table tr td:last-child, .wrap table tr td:nth-child(2) {
    font-weight: bold;
    text-align: center;
}

.wrap table tr td:first-child, .wrap table tr td:nth-child(2) {
    width: 60px;
}

.wrap table td {
    vertical-align: middle !important;
    font-size: 15px;
}

.alert {
    margin: 20px;
}

.wrap div.photo {
    position: relative;
    width: 200px;
    height: 200px;
    overflow: hidden;
    margin: 0 15px 15px;
}

.wrap div.photo img {
    min-width: 100%;
    height: 100%;
}

.wrap div.photo .controls {
    background-color: rgba(0, 0, 0, 0.3);
    bottom: 10px;
    font-size: 20px;
    left: 20px;
    padding: 8px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    border-radius: 5px;
    transition: all 300ms;
}

.wrap div.photo:hover .controls {
    background-color: rgba(0, 0, 0, 0.6);
}

.controls a {
    color: #ffffff;
    text-shadow: 0 0 15px #000;
    margin: 0 5px;
}
.controls a:hover {
    color: #e64759;
}

@media (max-width: 768px) {
    .main_sidebar {
        z-index: 2147483647;
    }

    .main_container {
        margin: 0 !important;
    }

    .content_tabs_container > ul li {
        float: none !important;
        text-align: center;
    }

    .employee_name_img {
        text-align: center !important;
    }

    .employee_name_img > div {
        float: none !important;
    }

    .tab-content {
        margin-bottom: 50px;
    }

    .main_sidebar.right_sidebar {
        right: -100% !important;
    }

    .user_details {
        display: none;
    }

    .logo_area {
        width: 100% !important;
    }
}
















.btn-default3 {
    color: #fff;
    background-color: #083f3c;
    border-color: #083f3c;
}

.btn-default3:hover {
    color: #fff;
    background-color: #083f3c;
    border-color: #083f3c;
}
.btn {
    display: inline-block;
    padding: 8px 25px 11px 25px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
}




.form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}









     .mGrid {   
    width: 100%;   
    background-color: #fff;   
    margin: 5px 0 10px 0;   
    border: solid 1px #525252;   
    border-collapse:collapse;   
}  
.mGrid td {   
    padding: 2px;   
    border: solid 1px #c1c1c1;   
    color: #717171;   
}  
.mGrid th {   
        padding: 4px 2px;
    color: white;
    background-color: #456e6b;
    border-left: solid 1px #456e6b;
    font-size: 0.9em;
    text-align: center
}  
.mGrid .alt { background: #fcfcfc url(grd_alt.png) repeat-x top; }  
.mGrid .pgr { background: #424242 url(grd_pgr.png) repeat-x top; }  
.mGrid .pgr table { margin: 5px 0; }  
.mGrid .pgr td {   
    border-width: 0;   
    padding: 0 6px;   
    border-left: solid 1px #666;   
    font-weight: bold;   
    color: #04766c;   
    line-height: 12px;
    font-family: cursive;   
 }     
.mGrid .pgr a { color: #666; text-decoration: none; }  
.mGrid .pgr a:hover { color: #000; text-decoration: none; }  

.mGrid tr:nth-child(even) td {
    background-color: #FFF;
    font-size: 16px;
}
.mGrid tr:nth-child(odd) td {
    background-color: #ffcc0038;
    font-size: 16px;
}

.mGrid a
{color: White !important;
    background-color: #21a49d;
    text-align: center;
    /*font-weight: bold;*/
    width: 100%;
    display: inline-block;
    /*height: 25px;*/
    line-height: 25px;
    }



div#VisibleReportContentctl00_ContentPlaceHolder1_ReportViewer1_ctl09 {
    display: none;
}
