/*
	Created on : July 06, 2015, 05:10:00 PM
    Author     : Karthikeyan (Web Designer)
*/

@import url(https://fonts.googleapis.com/css?family=Open Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);
/*@import url(http://fonts.googleapis.com/css?family=Lato:400,700);*/
body
{
    font-family: Roboto, Roboto', "Open Sans", sans-serif;
    font-weight: normal;
    color: #666;
}
/* General Styles */
h1, h2, h4, h5, h6
{
    margin: 10px 0;
    font-family:  Roboto, Roboto', "Open Sans", sans-serif;
    font-weight: 300;
    color: #515050;
}
h3
{
    
    margin: 10px 0;
    font-family:  Roboto, Roboto', "Open Sans", sans-serif;
    font-weight: 300;
    color: #000;
}
h2
{
}
a, a:focus, a:hover, a:active
{
    outline: 0;
    text-decoration: none;
}
ul > li
{
    padding-left: 6px;
    line-height: 20px;
}
.top-margin
{
    margin-top: 20px;
}
.top-space
{
    margin-top: 50px;
}
img.pull-right
{
    margin-left: 10px;
    float: none;
}
img.pull-left
{
    margin-right: 10px;
    float: none;
}
.pull-left
{
    float: left;
}
.pull-right
{
    float: right;
}
.head td {
    background: #62A1C9;
    color: #fff;
    border-bottom: dashed 1px #D9D9D9;
    border-top: dashed 1px #D9D9D9;
}

.headerTab td
{   font-size:24px;
    text-align:center;
    color:white;
}

/* -------------- Login Styles -------------- */

body.login
{
    background-color: #1abc9c;
    background-image: -ms-radial-gradient(center top, circle farthest-side, #55e7ca 0%, #1abc9c 100%);
    background-image: -moz-radial-gradient(center top, circle farthest-side, #55e7ca 0%, #1abc9c 100%);
    background-image: -o-radial-gradient(center top, circle farthest-side, #55e7ca 0%, #1abc9c 100%);
    background-image: -webkit-gradient(radial, center top, 0, center top, 487, color-stop(0, #55e7ca), color-stop(1, #1abc9c));
    background-image: -webkit-radial-gradient(center top, circle farthest-side, #55e7ca 0%, #1abc9c 100%);
    background-image: radial-gradient(circle farthest-side at center top, #55e7ca 0%, #1abc9c 100%);
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    -o-box-shadow: inset 0 3px 3px -3px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: inset 0 3px 3px -3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 3px 3px -3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 3px 3px -3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 3px 3px -3px rgba(0, 0, 0, 0.3);
}
.login-bg
{
    background: url(../images/login-bg.png) no-repeat center;
    height: 100%;
    width: 100%;
    min-height:768px;
}
.login-container
{
    margin: 125px auto 50px auto;
    max-width: 360px;
}
.login-content
{
    background-color: white;
    -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    color: #95a5a6;
    font-size: 13px;
}
.login-content .animated.bounceIn
{
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounceIn;
    -moz-animation-name: bounceIn;
    -o-animation-name: bounceIn;
    animation-name: bounceIn;
}
.login-logo-head
{
    position: relative;
    height: 50px;
}
.login-headbar
{
    position: absolute;
    height: 40px;
    top: 0;
    background-color: #2F406A;
    width: 100%;
}
.login-headlogo
{
    position: absolute;
    top: -90px;
    width: 100%;
    text-align: center;
}
.login-headlogo img
{
    width: 120px;
}
.login-content .section-title
{
    padding: 10px 20px;
    background-color: white;
}
.login-content .section-title h3
{
    color: #3498db;
    text-align: center;
}
.login-content .textbox-wrap
{
    padding: 20px 20px 20px 15px;
    border-left: 5px solid transparent;
    -moz-transition: border-left-color 0.5s, box-shadow 0.5s, background-color 0.5s;
    -o-transition: border-left-color 0.5s, box-shadow 0.5s, background-color 0.5s;
    -webkit-transition: border-left-color 0.5s, box-shadow 0.5s, background-color 0.5s;
    transition: border-left-color 0.5s, box-shadow 0.5s, background-color 0.5s;
}
.login-content .textbox-wrap.focused
{
    border-left-color: #3498db;
    background-color: #f0f0f0;
    -o-box-shadow: inset 0 0 3px rgba(0,0,0,.1);
    -ms-box-shadow: inset 0 0 3px rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 0 3px rgba(0,0,0,.1);
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.1);
    box-shadow: inset 0 0 3px rgba(0,0,0,.1);
}
.login-content .textbox-wrap .input-group
{
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
    position: relative;
}
.login-content .textbox-wrap .input-group .required-field
{
    position:absolute;
    right: -10px;
    z-index: 10;
}
.login-content .textbox-wrap .input-group .input-group-addon, .login-content .eternity-form .textbox-wrap .input-group input, .login-content .eternity-form .textbox-wrap .input-group .form-control
{
    background-color: transparent;
    border: none;
    font-size: 13px;
}
.login-content .textbox-wrap .input-group i
{
    color: #cccccc;
}
.login-content .textbox-wrap .input-group input, .login-content .eternity-form .textbox-wrap .input-group .form-control
{
    box-shadow: none;
    outline: none;
    background-color: transparent;
    border: none;
}
.login-content .login-form-action
{
    padding: 15px 20px 30px 20px;
}
.login-content .checkbox
{
    display: inline-block;
    padding-left: 1px;
    margin-top: 7px;
    margin-bottom: 0;
}
.login-content .custom-checkbox
{
    float: left;
}
.login-content .icheckbox_square-blue
{
    display: block;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(../images/radio-checkbox-icons.png) no-repeat;
    border: none;
    cursor: pointer;
}
.login-content .icheckbox_square-blue:hover
{
    background-position: -24px 0;
}
.login-content .icheckbox_square-blue.checked
{
    background-position: -48px 0;
}
.login-content input[type="checkbox"]
{
    position: absolute;
    top: -20%;
    left: -20%;
    display: block;
    width: 140%;
    height: 140%;
    margin: 0px;
    padding: 0px;
    border: 0px;
    opacity: 0;
    background: rgb(255, 255, 255);
}
.login-content .checkbox-text
{
    line-height: 24px;
    padding-left: 5px;
}



/* ------------------ Inner Pages ------------------ */

input, button, select, textarea
{
    font-family: "Helvetica Neue" , Helvetica, Arial, sans-serif;
}
.padding-0
{
    padding: 0px;
}

label, input, button, select, textarea
{
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    vertical-align:middle;
}

input
{
    border: 1px solid #cecece;
}

label
{
    /*display: block;*/
    margin-left: 0px;
    margin-bottom: 5px;
}

.uneditable-input, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"]
{
    font-family: Roboto', "Open Sans", Arial, sans-serif;
    -webkit-appearance: none !important;
    color: #282323;
    outline: 0;
    height: 16px;
    padding: 6px 11px !important;
    line-height: 15px;
    font-size: 13px;
    font-weight: normal;
    vertical-align: middle;
    background-color: #ffffff;
    min-height: 37px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #e5e9ec;
    transition: background 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
.uneditable-input.focus, textarea:focus, select:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .m-uneditable-input:focus
{
    border-color: #f1f1f1;
    background-color: #f4f5f7;
    outline: 0 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.input-lg
{
    border-radius: 3px !important;
    font-size: 18px !important;
    height: 45px !important;
    line-height: 1.33 !important;
}

.input-sm
{
    font-size: 13px !important;
    min-height: 29px !important;
}

.input-group
{
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group-addon
{
    border: 1px solid #E5E9EC;
    color: #9EA9B2;
    font-size: 14px;
    padding: 6px 10px;
    border-radius: 3px;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s, color 0.2s linear 0s, box-shadow 0.2s linear 0s, background 0.2s linear 0s;
}

.input-group .form-control:last-child, .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-left: 0;
}

.input-group-addon.primary
{
    background-color: #0aa699;
    border: 1px solid #0aa699;
    color: #ffffff;
}

.input-group-addon.primary .arrow
{
    color: #0aa699;
}

.input-group-addon .arrow
{
    position: relative;
    right: -6px;
    color: #d1dade;
    z-index: 100;
}

.input-group-addon .arrow:before
{
    font-family: 'FontAwesome';
    content: "\f0da";
    font-size: 23px;
    position: absolute;
    left: 17px;
    top: -2px;
}

.input-group-addon i
{
    position: relative;
    top: 1px;
}

.radio, .checkbox
{
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0px;
}

.checkbox input[type=checkbox]
{
    display: none;
}

.table th input[type="radio"], input[type="checkbox"], .table td input[type="radio"], input[type="checkbox"]
{
    margin-top: -2px;
}

.table th input[type="radio"], input[type="checkbox"], .table td input[type="radio"], input[type="checkbox"]
{
    margin-top: -2px;
}

input[type="radio"], input[type="checkbox"]
{
    margin: 4px 0 0;
    margin-top: 1px;
    line-height: normal;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.checkbox input[type=checkbox]:checked + label
{
    color: #4d5056;
}

.checkbox label
{
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 13px;
    margin-bottom: 6px;
    color: #777a80;
    transition: border 0.2s linear 0s,color 0.2s linear 0s;
    margin-bottom: 10px;
    direction: ltr;
}

.checkbox label:before
{
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: 10px;
    position: absolute;
    left: 0px;
    top: 1.4px;
    background-color: #ffffff;
    border: 1px solid #c2c6cb;
    border-radius: 3px;
    transition: border 0.2s linear 0s,color 0.2s linear 0s;
}

.checkbox input[type=checkbox]:checked + label::after
{
    font-family: 'FontAwesome';
    content: "\F00C";
}

.checkbox label:after
{
    border-radius: 3px;
}

.checkbox label::after
{
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 3.2px;
    top: 0px;
    font-size: 11px;
    transition: border 0.2s linear 0s,color 0.2s linear 0s;
}

.checkbox.check-success input[type=checkbox]:checked + label:before
{
    background-color: #0090d9;
    border: 1px solid #0090d9;
}

.checkbox.check-success input[type=checkbox]:checked + label::after
{
    color: #ffffff;
}

.checkbox.check-primary input[type=checkbox]:checked + label:before
{
    background-color: #0aa699;
    border: 1px solid #0aa699;
}

.checkbox.check-primary input[type=checkbox]:checked + label::after
{
    color: #ffffff;
}

.checkbox.check-info input[type=checkbox]:checked + label:before
{
    background-color: #1f3853;
    border: 1px solid #1f3853;
}

.checkbox.check-info input[type=checkbox]:checked + label::after
{
    color: #ffffff;
}

.checkbox.check-warning input[type=checkbox]:checked + label:before
{
    background-color: #fbb05e;
    border: 1px solid #fbb05e;
}

.checkbox.check-warning input[type=checkbox]:checked + label::after
{
    color: #ffffff;
}

.checkbox.check-danger input[type=checkbox]:checked + label:before
{
    background-color: #f35958;
    border: 1px solid #f35958;
}

.checkbox.check-danger input[type=checkbox]:checked + label::after
{
    color: #ffffff;
}

.checkbox.checkbox-circle label:before
{
    border-radius: 99px;
}

.checkbox input[type=checkbox][disabled] + label
{
    opacity: 0.65;
}

.checkbox input[type=checkbox][disabled] + label:before
{
    background-color: #eceff3;
}

.radio input[type=radio]
{
    display: none;
}

.radio input[type=radio]:checked + label
{
    color: #4d5056;
}

.radio label
{
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 13px;
    margin-bottom: 6px;
    color: black;
}

.radio label:before
{
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    /*bottom: 2.5px;*/
    background-color: #ffffff;
    border: 1px solid #c2c6cb;
    border-radius: 99px;
    top:1px;
}

.radio input[type=radio]:checked + label:before
{
    border: 1px solid #8e9095;
}

.radio label:after
{
    font-size: 13px;
    content: "";
    text-align: center;
    display: inline-block;
    width: 17px;
    height: 17px;
    position: absolute;
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    border-radius: 99px;
    left: 0px;
    top: 1px;
    background-color: #6f7b8a;
    border: 1px solid #6f7b8a;
}

.radio input[type=radio]:checked + label:after
{
    -o-transform: scale(0.63);
    -ms-transform: scale(0.63);
    -moz-transform: scale(0.63);
    -webkit-transform: scale(0.63);
    transform: scale(0.63);
    line-height: 18px;
    -o-transition: -o-transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    -ms-transition: -ms-transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    -moz-transition: -moz-transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    -webkit-transition: -webkit-transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    -o-transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    -ms-transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    -moz-transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    -webkit-transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
}

.radio.radio-success label:after
{
    background-color: #098E83;
    border: 1px solid #098E83;
}
.radio.radio-success input[type=radio]:checked + label:before
{
    border: 1px solid #098E83;
}
.radio.radio-primary label:after
{
    background-color: #0aa699;
    border: 1px solid #0aa699;
}
.radio.radio-primary input[type=radio]:checked + label:before
{
    border: 1px solid #0aa699;
}
.radio.radio-info label:after
{
    background-color: #1f3853;
    border: 1px solid #1f3853;
}
.radio.radio-info label input[type=radio]:checked + :before
{
    border: 1px solid #1f3853;
}
.radio.radio-warning label:after
{
    background-color: #fbb05e;
    border: 1px solid #fbb05e;
}
.radio.radio-warning input[type=radio]:checked + label:before
{
    border: 1px solid #fbb05e;
}
.radio.radio-danger label:after
{
    background-color: #F35958;
    border: 1px solid #F35958;
}
.radio.radio-danger input[type=radio]:checked + label:before
{
    border: 1px solid #F35958;
}

.radio input[type=radio][disabled] + label
{
    opacity: 0.65;
}

.select2-container .select2-choice .select2-arrow b:before
{
    font-family: 'FontAwesome';
    content: "\f0d7";
    position: relative;
    top: 2px;
    right: 5px;
    font-size: 12px;
}
.select2-container.select2-dropdown-open.select2-container-active .select2-choice .select2-arrow b:before
{
    font-family: 'FontAwesome';
    content: "\f0d8";
    position: relative;
    top: 2px;
    right: 5px;
    font-size: 12px;
}
.select2-container .select2-choice .select2-arrow
{
    background: none;
    border: none;
}
.select2-container .select2-choice .select2-arrow b
{
    background: none;
}

.select2-drop-active
{
    border: 1px solid #e5e9ec;
    border-bottom: none;
    border-top: none;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    padding-top: 5px;
}

.select2-search
{
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 3px;
}

.select2-search input
{
    background: #ffffff !important;
    vertical-align: baseline;
    line-height: 28px;
    border-radius: 2px;
    border: none;
    font-size: 12px;
    border: 1px solid #999999;
}

.select2-results
{
    margin: 3px 10px 10px 3px;
}

.select2-results li
{
    color: #6F7B8A;
}

.select2-results li.select2-result-with-children > .select2-result-label
{
    color: #282323;
}

.select2-container-multi .select2-choices
{
    background-image: none;
    border: 1px solid #dae0e4;
    border-radius: 2px;
}

.select2-container-multi .select2-choices .select2-search-choice
{
    background-color: #e8edf1;
    background-image: none;
    border: none;
    box-shadow: none;
    color: inherit;
    border-radius: 8px;
    margin: 8px -5px 7px 10px;
    padding: 4px 8px 4px 21px;
    direction: ltr;
}

.select2-container-multi .select2-search-choice-close
{
    left: 6px;
}

.select2-search-choice-close:before
{
    font-family: 'FontAwesome';
    content: "\f00d";
    font-size: 12px;
    color: #94a1b2;
}
.select2-container .select2-choice
{
    background-image: none;
    border-radius: 2px;
    border: 1px solid #e5e9ec;
    padding: 3px 9px;
    transition: border 0.2s linear 0s;
    height: 35px;
}
.select2-container .select2-choice::after
{
    background-image: none;
    border-radius: 2px;
    border: 1px solid #e5e9ec;
    padding: 3px 9px;
    transition: border 0.2s linear 0s;
    height: 35px;
}

.select2-container-active .select2-choice, .select2-container-active .select2-choices
{
    box-shadow: none;
    border: 1px solid #e5e9ec;
    background: #f4f5f7;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.transparent .input-group-addon
{
    background-color: #ffffff;
    padding: 8px 1px 10px 9px;
}

.transparent.input-group .form-control:first-child, .transparent .input-group-addon:first-child, .transparent .input-group-btn:first-child > .btn, .transparent .input-group-btn:first-child > .dropdown-toggle, .transparent .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle)
{
    border-right: 0px;
    border-left: 1px solid #e5e9ec;
}

.form-group .help
{
    color: #A7ABB1;
    font-size: 12px;
}
.form-group .controls .required-validator
{
    color: red;
    visibility: visible;
    position: absolute;
    top: 0;
    right: -12px;
}
.required-validator
{
    color: red;
}
.form-group .controls
{
    margin-top: 8px;
    position: relative;
    margin-left:10px;
}
.btn
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    display: inline-block;
    padding-top: 7px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #5e5e5e;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #e7e7e7;
    -webkit-border-radius: 3px;
    background-image: none !important;
    text-shadow: none;
    box-shadow: none;
    transition: all 0.12s linear 0s !important;
    font-family: Roboto', "Open Sans", Sans-Serif, Helvetica, Arial;
    font-size: 14px;
    line-height: 20px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 9px;
}

.btn-cons
{
    margin-right: 5px;
    min-width: 120px;
    margin-bottom: 8px;
}

.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled]
{
    background-color: #b9c3c8;
}

.btn-primary
{
    color: #ffffff;
    background-color: #00bc9a;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled]
{
    background-color: #00b38d;
}

.btn-success
{
    color: #ffffff;
    background-color: #098E83;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled]
{
    background-color: #30a6e6;
}

.btn-info
{
    color: #ffffff;
    background-color: #1f3853;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled]
{
    background-color: #1b3148;
}

.btn-warning
{
    color: #ffffff;
    background-color: #f7cf5e;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled]
{
    background-color: #f6c952;
}

.btn-danger
{
    color: #ffffff;
    background-color: #f35958;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled]
{
    background-color: #f14d4d;
}

.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .btn-white.disabled, .btn-white[disabled]
{
    background-color: #fbfcfd;
    border: 1px solid #b4b9be;
}
.btn-white {
    color: #5e5e5e;
    background-color: #ffffff;
    border: 1px solid #e5e9ec;
}

.btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link.active, .btn-link.disabled, .btn-link[disabled]
{
    background-color: transparent;
}

.btn-lg
{
    padding: 11px 19px;
    font-size: 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.btn-sm
{
    padding: 3px 12px;
    font-size: 11.9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn-xs
{
    padding: 2px 9px;
    font-size: 10.5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.progress
{
    height: 12px;
    background-color: #f9f8f8;
    background-image: none;
    box-shadow: none;
    filter: none;
}

.progress-bar
{
    box-shadow: none;
    border-radius: 3px;
    background-color: #0090D9;
    background-image: none;
    -webkit-transition: all 1000ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 1000ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    float: left;
    filter: none;
}

.progress-bar-success
{
    background-color: #00bc9a;
    background-image: none;
}

.progress-bar-info
{
    background-color: #37b0e9;
    background-image: none;
}

.progress-bar-warning
{
    background-color: #fdd01c;
    background-image: none;
}

.progress-bar-danger
{
    background-color: #f35958;
    background-image: none;
}

.progress.progress-small
{
    height: 4px;
}

.progress.progress-large
{
    height: 20px;
}
.progress.transparent {
    background-color: rgba(0, 0, 0, 0.28);
}
.progress-bar-white {
  background-color: #ffffff;
  background-image: none;
}

.table td
{
    border-top: 1px solid #e8edf1;
    vertical-align: top;
    padding: 10px 12px !important;
    color: #233750;
    font-size: 13px;
}

.table th
{
    border-top: 1px solid #e8edf1;
    padding: 10px 12px;
    font-size: 12px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td
{
    padding: 12px;
}

.table > thead > tr > th
{
    border-bottom: 0px;
}

.table-striped tbody > tr:nth-child(2n+1) > td
{
    background-color: #fafafc;
    border: none;
}
.table-hover tbody tr:hover > td {
  background-color: #e2e8eb;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table-striped tbody > tr:nth-child(2n+1) > td, .table-striped tbody > tr:nth-child(2n+1) > th {
    background-color: #ecf0f2;
    border: none;
}
.table-fixed-layout {
  table-layout: fixed;
}
.table-fixed-layout td {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.table td.small-cell, .table th.small-cell {
  width: 40px;
}
.table td.clickable {
  cursor: pointer;
}
.table th.medium-cell {
  width: 112px;
}
.table > tbody > tr > td, .table > tfoot > tr > td
{
    border-top: 1px solid #f1f1f1;
}
.table td.small-cell, .table th.small-cell {
  width: 40px;
}
.table .checkbox {
  margin-left: 3px;
}
table td .checkbox label {
  padding-left: 30px;
  min-height:0;
}
.table td .muted {
  color: #95989a;
}
.table .star {
  margin-left: 3px;
}
.star input[type=checkbox] {
  display: none;
}
.star label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  font-size: 18px;
  transition: border 0.2s linear 0s,color 0.2s linear 0s;
  margin-bottom: 10px;
}
.star label:before {
  font-family: 'FontAwesome';
  content: "\F005";
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  left: 0px;
  top: -4px;
  font-size: 18px;
  color: #97a3b3;
  transition: border 0.2s linear 0s,color 0.2s linear 0s;
}
.star input[type=checkbox]:checked + label:before {
  color: #ffd200;
}

.table-bordered
{
    border-color: #f1f1f1 !important;
}

.table-bordered th
{
    background-color: #2AD0C2;
    border: 0 !important;
    color: #fff;
}

.table-bordered td
{
    border: 1px solid #f1f1f1 !important;
}

.table-hover tbody tr:hover > td
{
    background-color: #edecec;
}
.muted
{
    color: #b6bfc5;
}

.text-warning
{
    color: #fbb05e !important;
}

.text-error
{
    color: #f35958 !important;
}

.text-info
{
    color: #0090d9 !important;
}

.text-success
{
    color: #0aa699 !important;
}

.well
{
    background-color: #d1dade;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    background-image: none;
}

.well.well-large
{
    padding: 24px;
    width: auto;
}

.well.well-small
{
    padding: 13px;
    width: auto;
}

.alert
{
    color: #ce8f22;
    background-color: #fffcee;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    padding: 9px 19px 9px 15px;
    border-radius: 3px 3px 3px 3px;
    border: 1px solid #F0DBB4;
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.alert .close
{
    background: url("../images/icon/noti-cross.png") no-repeat scroll 0 0 transparent;
    background-position: -9px -10px;
    width: 10px;
    height: 9px;
    position: relative;
    opacity: 0.8;
    top: 4.5px;
    float: right;
    margin-left: 20px;
}

.alert-success
{
    color: #438a85;
    background-color: #f3faf8;
    border-color: #bfd1cf;
}

.alert-success .close
{
    background-position: -38px -10px !important;
}

.alert-info
{
    color: #246a8e;
    background-color: #ebf6fb;
    border-color: #bfd4de;
}

.alert-info .close
{
    background-position: -67px -10px !important;
}

.alert-danger, .alert-error
{
    color: #e76e70;
    background-color: #fff6f4;
    border-color: #f8cdcd;
}

.alert .btn-small
{
    position: relative;
    top: -3.5px;
}

.alert-error .close, .alert .alert-danger .close
{
    background-position: -95px -10px !important;
}

.text-success
{
    color: #0aa699 !important;
}

.text-info
{
    color: #0090d9 !important;
}

.text-warning
{
    color: #fbb05e !important;
}

.label
{
    padding: 3px 9px;
    font-size: 11px;
    text-shadow: none;
    
    font-family: Roboto', "Open Sans";
    font-weight: 600;
    color: #5E5E5E;
}

.label-success, .badge-success
{
    background-color: #0aa699;
    color: #ffffff;
}

.label-warning, .badge-warning
{
    background-color: #fdd01c;
    color: #ffffff;
}

.label-important, .badge-important
{
    background-color: #f35958;
    color: #ffffff;
}

.label-info, .badge-info
{
    background-color: #0090d9;
    color: #ffffff;
}

.label-inverse, .badge-inverse
{
    background-color: #1f3853;
    color: #ffffff;
}

.badge
{
    text-shadow: none;
    font-family: Roboto', "Open Sans";
    font-weight: 600;
    background-color: #d1dade;
    font-size: 11px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 4px;
    color: #5E5E5E;
}

.label-success, .badge-success
{
    background-color: #0aa699;
    color: #ffffff;
}

.label-warning, .badge-warning
{
    background-color: #fdd01c;
    color: #ffffff;
}

.label-important, .badge-important
{
    background-color: #f35958;
    color: #ffffff;
}

.label-info, .badge-info
{
    background-color: #0090d9;
    color: #ffffff;
}

.label-inverse, .badge-inverse
{
    background-color: #1f3853;
    color: #ffffff;
}

.popover-title
{
    background-color: #ffffff;
    margin: 0 5px;
    font-weight: bold;
    color: #505458 !important;
    text-align: center;
}

.popover
{
    border-radius: 3px;
    border: none;
    -webkit-box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.15);
    -moz-box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.15);
    box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.15);
    max-width: 350px;
}

.popover-content
{
    font-size: 13px;
}

.modal-header
{
    text-align: center;
    background-color: #098e83;
    color: #fff;
    text-transform:uppercase;
    font-family:Calibri;
    font-size:16px;
}

.modal-error
{
    background-color: #FC5050;

}

.modal-info
{
    
    background-color: #08216B;
   
}

.modal-success
{
    
    background-color: #148404;
    
}

.modal-header h4
{
    color: #fff;
    margin: 0;
}

.overlay-bg {
        display: none;
        padding-top: 90px;
        padding-left: 40px;
        height:100%;
        width: 100%;
        cursor: pointer;
        z-index: 1000; /* high z-index */
        background: #000; /* fallback */
        background: rgba(0,0,0,0.75);
  }


.semi-bold
{
    font-weight: 600;
}

.bold
{
    font-weight: bold;
}

.no-margin
{
    margin: 0px !important;
}
/*
.modal-body
{
    background-color: #FFFFFF;
}

.form-row input, .form-row select, .form-row textarea, .form-row select2
{
    margin-bottom: 10px;
}

.modal-footer
{
    border-top: none;
    box-shadow: none;
    background-color: #F3F5F6;
    margin-top: 0;
    text-align: right;
}
.modal-footer .btn[data-dismiss="modal"]
{
    background-color: #939393;
    color: #fff;
}

.modal-footer .btn + .btn
{
    margin-bottom: 0;
    margin-left: 5px;
}

.modal-dialog
    {
        width: 95% ;
        margin-top: 60px !important;
        height:70% ;
    }
    
.modal-content
    {
        height: 85%;
    }
.modal-body img
    {
        width: auto !important;
    }*/
.menu_links_ddl
{
    text-align: center; 
    margin-top: 5px; 
    text-align:left; 
    font-size:18px;
}
.menu_links_ddl ul 
{
    list-style:none; 
    float:left; 
    padding-left:10px;
}
.menu_links_ddl span 
{
    margin: 0px 12px;
}



.fa-5x
{
    font-size: 5em;
}
.fa-6x
{
    font-size: 6em;
}
.fa-7x
{
    font-size: 7em;
}

.v-align-bottom
{
    vertical-align: bottom;
    display: table-cell;
}
.v-align-top
{
    vertical-align: top;
    display: table-cell;
}
.v-align-middle
{
    vertical-align: middle;
    display: table-cell;
}
.h-align-middle
{
    margin-left: auto;
    margin-right: auto;
    display: table;
}
.padding-10
{
    padding: 10px;
}
.padding-20
{
    padding: 20px;
}
.p-t-5
{
    padding-top: 5px;
}
.p-r-5
{
    padding-right: 5px;
}
.p-l-5
{
    padding-left: 5px;
}
.p-b-5
{
    padding-bottom: 5px;
}
.p-t-10
{
    padding-top: 10px;
}
.p-r-10
{
    padding-right: 10px;
}
.p-l-10
{
    padding-left: 10px;
}
.p-b-10
{
    padding-bottom: 10px;
}
.p-t-15
{
    padding-top: 15px;
}
.p-r-15
{
    padding-right: 15px;
}
.p-l-15
{
    padding-left: 15px;
}
.p-b-15
{
    padding-bottom: 15px;
}
.p-t-20
{
    padding-top: 20px;
}
.p-r-20
{
    padding-right: 20px;
}
.p-l-20
{
    padding-left: 20px;
}
.p-b-20
{
    padding-bottom: 20px;
}
.p-t-25
{
    padding-top: 25px;
}
.p-r-25
{
    padding-right: 25px;
}
.p-l-25
{
    padding-left: 25px;
}
.p-b-25
{
    padding-bottom: 25px;
}
.p-t-30
{
    padding-top: 30px;
}
.p-r-30
{
    padding-right: 30px;
}
.p-l-30
{
    padding-left: 30px;
}
.p-b-30
{
    padding-bottom: 30px;
}
.p-t-35
{
    padding-top: 35px;
}
.p-r-35
{
    padding-right: 35px;
}
.p-l-35
{
    padding-left: 35px;
}
.p-b-35
{
    padding-bottom: 35px;
}
.p-t-40
{
    padding-top: 40px;
}
.p-r-40
{
    padding-right: 40px;
}
.p-l-40
{
    padding-left: 40px;
}
.p-b-40
{
    padding-bottom: 40px;
}
.p-t-45
{
    padding-top: 45px;
}
.p-r-45
{
    padding-right: 45px;
}
.p-l-45
{
    padding-left: 45px;
}
.p-b-45
{
    padding-bottom: 45px;
}
.p-t-50
{
    padding-top: 50px;
}
.p-r-50
{
    padding-right: 50px;
}
.p-l-50
{
    padding-left: 50px;
}
.p-b-50
{
    padding-bottom: 50px;
}
.p-t-55
{
    padding-top: 55px;
}
.p-r-55
{
    padding-right: 55px;
}
.p-l-55
{
    padding-left: 55px;
}
.p-b-55
{
    padding-bottom: 55px;
}
.p-t-60
{
    padding-top: 60px;
}
.p-r-60
{
    padding-right: 60px;
}
.p-l-60
{
    padding-left: 60px;
}
.p-b-60
{
    padding-bottom: 60px;
}
.p-t-65
{
    padding-top: 65px;
}
.p-r-65
{
    padding-right: 65px;
}
.p-l-65
{
    padding-left: 65px;
}
.p-b-65
{
    padding-bottom: 65px;
}
.p-t-70
{
    padding-top: 70px;
}
.p-r-70
{
    padding-right: 70px;
}
.p-l-70
{
    padding-left: 70px;
}
.p-b-70
{
    padding-bottom: 70px;
}
.p-t-75
{
    padding-top: 75px;
}
.p-r-75
{
    padding-right: 75px;
}
.p-l-75
{
    padding-left: 75px;
}
.p-b-75
{
    padding-bottom: 75px;
}
.p-t-80
{
    padding-top: 80px;
}
.p-r-80
{
    padding-right: 80px;
}
.p-l-80
{
    padding-left: 80px;
}
.p-b-80
{
    padding-bottom: 80px;
}
.p-t-85
{
    padding-top: 85px;
}
.p-r-85
{
    padding-right: 85px;
}
.p-l-85
{
    padding-left: 85px;
}
.p-b-85
{
    padding-bottom: 85px;
}
.p-t-90
{
    padding-top: 90px;
}
.p-r-90
{
    padding-right: 90px;
}
.p-l-90
{
    padding-left: 90px;
}
.p-b-90
{
    padding-bottom: 90px;
}
.p-t-95
{
    padding-top: 95px;
}
.p-r-95
{
    padding-right: 95px;
}
.p-l-95
{
    padding-left: 95px;
}
.p-b-95
{
    padding-bottom: 95px;
}
.p-t-100
{
    padding-top: 100px;
}
.p-r-100
{
    padding-right: 100px;
}
.p-l-100
{
    padding-left: 100px;
}
.p-b-100
{
    padding-bottom: 100px;
}
.m-t-5
{
    margin-top: 5px;
}
.m-r-5
{
    margin-right: 5px;
}
.m-l-5
{
    margin-left: 5px;
}
.m-b-5
{
    margin-bottom: 5px;
}
.m-t-10
{
    margin-top: 10px;
}
.m-r-10
{
    margin-right: 10px;
}
.m-l-10
{
    margin-left: 10px;
}
.m-b-10
{
    margin-bottom: 10px;
}
.m-t-15
{
    margin-top: 15px;
}
.m-r-15
{
    margin-right: 15px;
}
.m-l-15
{
    margin-left: 15px;
}
.m-b-15
{
    margin-bottom: 15px;
}
.m-t-20
{
    margin-top: 20px;
}
.m-r-20
{
    margin-right: 20px;
}
.m-l-20
{
    margin-left: 20px;
}
.m-b-20
{
    margin-bottom: 20px;
}
.m-t-25
{
    margin-top: 25px;
}
.m-r-25
{
    margin-right: 25px;
}
.m-l-25
{
    margin-left: 25px;
}
.m-b-25
{
    margin-bottom: 25px;
}
.m-t-30
{
    margin-top: 30px;
}
.m-r-30
{
    margin-right: 30px;
}
.m-l-30
{
    margin-left: 30px;
}
.m-b-30
{
    margin-bottom: 30px;
}
.m-t-35
{
    margin-top: 35px;
}
.m-r-35
{
    margin-right: 35px;
}
.m-l-35
{
    margin-left: 35px;
}
.m-b-35
{
    margin-bottom: 35px;
}
.m-t-40
{
    margin-top: 40px;
}
.m-r-40
{
    margin-right: 40px;
}
.m-l-40
{
    margin-left: 40px;
}
.m-b-40
{
    margin-bottom: 40px;
}
.m-t-45
{
    margin-top: 45px;
}
.m-r-45
{
    margin-right: 45px;
}
.m-l-45
{
    margin-left: 45px;
}
.m-b-45
{
    margin-bottom: 45px;
}
.m-t-50
{
    margin-top: 50px;
}
.m-r-50
{
    margin-right: 50px;
}
.m-l-50
{
    margin-left: 50px;
}
.m-b-50
{
    margin-bottom: 50px;
}
.m-t-55
{
    margin-top: 55px;
}
.m-r-55
{
    margin-right: 55px;
}
.m-l-55
{
    margin-left: 55px;
}
.m-b-55
{
    margin-bottom: 55px;
}
.m-t-60
{
    margin-top: 60px;
}
.m-r-60
{
    margin-right: 60px;
}
.m-l-60
{
    margin-left: 60px;
}
.m-b-60
{
    margin-bottom: 60px;
}
.m-t-65
{
    margin-top: 65px;
}
.m-r-65
{
    margin-right: 65px;
}
.m-l-65
{
    margin-left: 65px;
}
.m-b-65
{
    margin-bottom: 65px;
}
.hide
{
    display: none;
}
.margin-top-10
{
    margin-top: 10px;
}
.margin-top-20
{
    margin-top: 20px;
}
.margin-bottom-10
{
    margin-bottom: 10px;
}
.margin-bottom-20
{
    margin-bottom: 20px;
}
.inline
{
    display: inline-block !important;
}
.b-blank
{
    border-color: #000;
}
.b-r
{
    border-right: 1px solid;
}
.b-l
{
    border-left: 1px solid;
}
.b-t
{
    border-top: 1px solid;
}
.b-b
{
    border-bottom: 1px solid;
}

.overlayer
{
    position: absolute;
    display: block;
    z-index: 80;
}
.overlayer.fullwidth
{
    width: 100%;
}
.overlayer-wrapper
{
    position: relative;
    display: block;
    z-index: 9999;
}
.demo-map
{
    width: 100%;
}
.overlay-fixed
{
    top: auto !important;
}
.top-left
{
    position: absolute;
    top: 0;
    left: 0;
}
.top-right
{
    position: absolute;
    top: 1px;
    right: 0;
}
.bottom-left
{
    position: absolute;
    bottom: 1px;
    left: 0;
}
.bottom-right
{
    position: absolute;
    bottom: 0;
    right: 0;
}
.pull-down
{
    vertical-align: bottom;
    display: table-cell;
}
.pull-up
{
    vertical-align: top;
    display: table-cell;
}
.full-height
{
    height: 100%;
}
.full-width
{
    width: 100%;
}
.scroller
{
    overflow: auto;
    position: relative;
    -webkit-overflow-scrolling: touch;
}

.btn-group > .btn + .dropdown-toggle
{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-left: 1px #f7f7f7 solid;
    padding-right: 10px;
    border-left: 1px solid #E5E9EC;
}

.form-label
{
    margin-top: 2px;
    float:left;
    font-weight:600;
    color:#078a35
}
.form-group
{
    margin-bottom: 10px;
    width:50%;
    /*width :325px*/
    height:53px;
}
.divProgress
{
    background-color:#dffbdf;
    width:96%;
    margin-left:2%;
}

.form-group-wide
{
    margin-bottom: 20px;
    /*width:268px; */
    width :80%;
    height:53px;
    float:left;
    
}

.form-group .form-label
{
    color: #1b1e24;
    display: inline-block;
    margin-right: 8px;
    font-weight:bold;
}

.help
{
    font-size:8px;
    color:maroon;
    font-weight:600;
}
 #mask
       {
            position: fixed;
            left: 0px;
            top: 0px;
            z-index: 4;
            opacity: 0.4;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; /* first!*/
            filter: alpha(opacity=40); /* second!*/
            background-color: gray;
            display: none;
            width: 100%;
            height: 100%;
        }

.input-append, .input-append :focus
{
    border-right: 0 !important;
}

.input-prepend, .input-append
{
    border: 0;
    display: inline-block;
}

.input-append input[class*="span"], .input-prepend input[class*="span"], .input-append input, .input-prepend input
{
    display: inline-block !important;
    width: 100%;
    float: left;
}

.input-append .add-on, .input-prepend .add-on
{
    display: inline-block;
    width: auto;
    height: 24px;
    min-width: 16px;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    text-align: center;
    text-shadow: 0 1px 0 #ffffff;
    background-color: #e5e5e5;
    border: 1px solid #e5e5e5;
}

.input-append .add-on, .input-prepend .add-on
{
    position: absolute;
    background-color: #d1dade;
    color: #5E5E5E;
    text-shadow: none;
    border: #d1dade;
    border-radius: 0 2px 2px 0;
    height: 37px;
    min-width: 34px;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 6px;
}

.input-append.primary .add-on, .input-prepend .add-on
{
    background-color: #0aa699;
    color: #ffffff;
}
.input-append.success .add-on, .input-prepend .add-on
{
    background-color: #0090d9;
    color: #ffffff;
    display: inline-block;
    float: left;
}
.input-append.info .add-on, .input-prepend .add-on
{
    background-color: #1f3853;
    color: #ffffff;
}
.input-append.warning .add-on, .input-prepend .add-on
{
    background-color: #fbb05e;
    color: #ffffff;
}
.input-append.danger .add-on, .input-prepend .add-on
{
    background-color: #f35958;
    color: #ffffff;
}
.input-append .add-on:last-child, .input-append .btn:last-child, .input-append .btn-group:last-child > .dropdown-toggle
{
    border-radius: 0 2px 2px 0;
}

.input-append.success .add-on, .input-prepend .add-on
{
    background-color: #0090d9;
    color: #ffffff;
    display: inline-block;
    float: left;
}

.input-append.success .add-on .arrow
{
    color: #0090d9;
}

.input-append .add-on .arrow:before
{
    font-family: 'FontAwesome';
    content: "\f0d9 ";
}

.input-append .add-on > .halflings-icon .input-append .add-on > i, .input-append .add-on > .fa
{
    margin-top: 5px;
    margin-left: 0px;
}

.fa-th:before
{
    content: "\f00a";
}

.clockpicker-popover
{
    z-index: 10;
}

/* ---------------- Header Styles -------------- */

body.condense-menu .header-seperation
{
    display: none;
}
body.condense-menu .page-content
{
    margin-left: 50px;
}
body.condense-menu .footer-widget
{
    display: none;
}
body.condense-menu .scrollup
{
    left: 34px;
}
body.hide-top-content-header .header
{
    width: auto;
}
body.hide-top-content-header .header-quick-nav
{
    display: none;
}
body.hide-top-content-header .page-content .content
{
    padding-top: 25px;
}
body.hide-top-content-header .page-sidebar.mini .page-sidebar-wrapper > ul
{
    padding: 0;
}
body.hide-sidebar .header-seperation
{
    display: none;
}
body.hide-sidebar .page-sidebar
{
    display: none;
}
body.hide-sidebar .page-content
{
    margin-left: 0;
}
body.hide-sidebar .scrollup
{
    left: 34px;
}
body.menu-non-fixed .page-sidebar
{
    position: absolute;
}
body.right-side-bar .page-content
{
    margin-right: 250px;
    margin-left: 0;
}
body.right-side-bar .page-content.condensed
{
    margin-left: 0;
    margin-right: 50px;
}
body.right-side-bar .page-sidebar
{
    right: 0;
}
body.right-side-bar .header .header-seperation
{
    float: right;
}
body.right-side-bar .footer-widget
{
    right: 0;
}
body.bottom-header .header
{
    bottom: 0;
}
.page-content
{
    margin-top: 0px;
    padding: 0px;
    background-color: #e5e9ec;
    overflow: auto;
    position: relative;
    min-height: 100%;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    z-index: 6;
}
.page-content .content
{
    padding-left: 26px;
    padding-right: 26px;
    padding-top: 83px;
    min-height: 655px;
    position:relative;
}
.page-content .breadcrumb
{
    font-family: Roboto', "Open Sans";
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    box-shadow: none;
    background-color: transparent;
    padding: 0px !important;
    margin-bottom: 0px;
    float:right;
    border-left-style: none !important;
    border-left-color: inherit !important;
    border-left-width: medium;
    border-right-style: none !important;
    border-right-color: inherit !important;
    border-right-width: medium;
    border-top-style: none !important;
    border-top-color: inherit !important;
    border-top-width: medium;
    border-bottom-style: none !important;
    border-bottom-color: inherit !important;
    border-bottom-width: medium;
}
.page-content.condensed 
{
      margin-left: 50px;
}
.page-content .breadcrumb a, .page-content .breadcrumb i, .page-content .breadcrumb span, .page-content .breadcrumb li
{
    color: #515050;
    font-weight: 300;
    text-shadow: none;
    text-transform: uppercase;
}
.page-content .breadcrumb li p
{
    font-size:9px !important;
    font-weight: 400;
    color: #7b7d82;
}
.breadcrumb > li + li:before
{
    padding: 0 5px;
    color: #515050;
    font-family: FontAwesome;
    content: "\f105";
}
.page-content .breadcrumb li .active
{
    font-weight: 600;
    font-size:9px !important;
}
.page-content .breadcrumb a
{
    margin-left: 10px;
}
.page-title
{
   
    padding: 0px;
    letter-spacing: -1px;
    display: block;
    color: #666;
    margin: 0 0 10px;
    font-weight: 300;
    font-family: Roboto', "Open Sans";
}
[class^="icon-"], [class*=" icon-"], [class^="icon-"]:hover, [class*=" icon-"]:hover
{
    background: none !important;
}
.page-title i
{
    display: inline-block;
    color: #73777c;
    font-size: 24px;
    margin: 5px 12px;
    position: relative;
    top: 6px;
    float: left;
}
.page-title h3
{
    display: inline-block;
    top: 0px;
    position: relative;
    width: 60%;
}
.page-title .assist
{
    float: right;
    font-size: 12px;
    padding-top: 2px;
    color: maroon;
    font-weight: 600;
}

/*.page-title .icon-custom-left:before {
  content: "\e00d";
}*/
body.bottom-header .page-content .content
{
    padding-top: 25px;
    padding-bottom: 83px;
}
body.open-menu-right-desktop .page-container
{
    position: relative;
    left: -260px;
}
body.open-menu-right-desktop .header
{
    left: -260px;
}
body.open-menu-right-desktop .fonter-widget
{
    display: none;
}
body.modal-open .page-container
{
    position: inherit;
}
body.modal-open .page-content
{
    position: inherit;
}
body.modal-open .chat-window-wrapper
{
    display: none;
}
.navbar, .navbar-inverse
{
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: 0px;
}
.navbar .nav > li > .dropdown-menu::before
{
    position: absolute;
    top: -7px;
    right: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #CCC;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}
.navbar .nav > li > .dropdown-menu::after
{
    position: absolute;
    top: -6px;
    right: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    border-left: 6px solid transparent;
    content: '';
}
.navbar .notifications
{
    background-color: #1B1E24;
    display: block;
    float: left;
    left: 0;
    margin: 0 10px 0 0;
    padding-top: 5px;
    position: relative;
}
.header-seperation
{
    background-color: #09312E;
}
.header
{
    -webkit-transition: -webkit-transform 0.3s ease, left 0.3s ease, right 0.3s ease;
    transition: transform 0.3s ease,left 0.3s ease, right 0.3s ease;
    padding: 0 !important;
    margin: 0 !important;
    position: fixed;
    width: 100%;
    z-index: 999;
    min-height: 60px;
    left: 0;
    -webkit-backface-visibility: hidden;
}
.header .navbar-inner
{
    background-image: none !important;
    background-color: #ffffff !important;
    width: 100%;
    margin: 0;
    border: 0px;
    padding: 0px;
    box-shadow: none;
    border-radius: 0px;
}
.header .navbar-inner [class*="span"]
{
    min-height: 58px !important;
}
.header .btn-navbar
{
    background-color: #1f1f1f !important;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 6px;
    background-image: none;
    box-shadow: none;
    color: #ffffff;
    border: 0;
}
.header .btn-navbar:hover
{
    text-decoration: none;
}
.header .nav
{
    display: block;
}
.header .nav li.dropdown .dropdown-toggle i
{
    color: #eff4f8 !important;
}
.header .nav li.dropdown.user .dropdown-toggle i
{
    display: inline-block;
    margin-top: 5px;
    margin: 0;
    font-size: 16px;
    color: #808080 !important;
}
.header .nav > li
{
    margin: 0px;
    padding: 0px;
    text-align: center;
    display: inline-block;
    float: left;
}
.header .nav > li.dropdown .dropdown-toggle
{
    margin: 0px;
}
.header .nav > li.dropdown .dropdown-toggle i
{
    font-size: 15px;
    margin-left: auto;
    margin-right: auto;
}
.header .nav > li.dropdown .dropdown-toggle .badge
{
    position: absolute;
    font-size: 10px !important;
    font-weight: 700;
    top: 0px;
    right: 2px;
    text-align: center;
    background-color: #f35958;
    padding: 4px 6px;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    border-radius: 12px !important;
    text-shadow: none !important;
    color: #ffffff;
}
.header .nav > li.dropdown .active
{
    background-color: #0d0f12;
}
.header .nav > li.dropdown.user .dropdown-toggle
{
    padding: 8px 4px 7px 9px;
}
.header .nav > li.dropdown.user .dropdown-toggle:hover
{
    text-decoration: none;
}
.header .nav > li.quicklinks i
{
    display: inline-block;
    margin-top: 5px;
    margin: 0;
    font-size: 14px;
    color: #656565 !important;
}
.header .nav > li.quicklinks > a
{
    padding: 4px 2px !important;
}
.header .nav .h-seperate
{
    height: 6px;
    width: 2px;
    margin: 0px 10px 0px 10px;
    border-left: 1px solid #e1e1e1;
    display: inline;
    position: relative;
    top: 2px;
}
.header .nav .dropdown-menu
{
    margin-top: 3px;
}
.header .header-seperation
{
    width: 250px;
    display: block;
    text-align: center;
    float: left;
    height: 70px;
}
.header .header-seperation .notifcation-center
{
    margin-right: 15px !important;
    display:none;
}
.header .header-quick-nav
{
    padding-right: 10px;
    height: 60px;
    -webkit-transition-duration: 1;
    -moz-transition-duration: 1s;
    transition-duration: 1s;
    transition-timing-function: ease-in-out;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}
.header .header-quick-nav input
{
    height: 12px !important;
}
.header .notifcation-center
{
    background-color: #1b1e24;
    margin-top: 12px;
    margin-right: 15px !important;
    display: inline-flex;
    display: -ms-flexbox;
    direction: ltr;
}
.header .notifcation-center li
{
    min-width: 30px !important;
}
.header .notifcation-center li a
{
    padding: 10px !important;
    min-height: 17.5px;
}
.header .notifcation-center li a i
{
    font-size: 13px !important;
}
.header a
{
    text-decoration: none;
}
.header .chat-toggler
{
    position: relative;
    top: 10px;
    margin-right: 5px;
    display: inline-block;
    float: left;
    /*min-width: 163px;*/
}
.header .chat-toggler .user-details
{
    display: inline-block;
    float: left;
    line-height: 35px;
}
.header .chat-toggler .user-details .username a
{
    color: #1b1e24;
    font-size: 15px;
}
.header .chat-toggler .user-details .company a
{
    color: #8b8f92;
    font-weight: 400;
    text-align: right;
    font-size: 12px;
}
.header .chat-toggler .iconset
{
    display: inline-block;
    float: left;
    margin: 15px 10px;
}
.header .chat-toggler .profile-pic
{
    border-radius: 100px 100px 100px 100px;
    margin-left:10px;
    display: inline-block;
    height: 35px;
    overflow: hidden;
    width: 35px;
    float: left;
}
.header .chat-toggler a
{
    color: #1b1e24;
    font-size: 15px;
    display: inline-block;
    float: left;
}
.header .chat-toggler > i
{
    color: #808080;
    text-align: right;
    font-size: 20px;
    position: relative;
    padding: 8px;
    top: 8px;
}
.header .chat-toggler .message-count
{
    display: inline-block;
    float: left;
}
.header .chat-toggler .message-count .badge
{
    position: absolute;
    float: left;
    right: 0;
    top: 0;
}
.header .chat-message-preview
{
    border-left: 1px solid #e5e9ec;
    border-right: 1px solid #e5e9ec;
    padding: 4px 15px;
    margin-right: 12px;
}
.header .chat-message-preview .user-details
{
    display: inline-block;
    float: left;
}
.header .chat-message-preview .user-details .username a
{
    color: #22262e;
    font-weight: 600;
    text-align: right;
}
.header .chat-message-preview .profile-pic
{
    border-radius: 100px 100px 100px 100px;
    display: inline-block;
    float: left;
    height: 35px;
    overflow: hidden;
    width: 35px;
    margin-left: 10px;
}
.header .chat-message-preview a
{
    color: #6F7B8A;
}
.header .chat-message-preview .chat-message
{
    color: #8b8f92;
    background-color: #e5e9ec;
    padding: 5px;
    font-size: 12px;
    border-radius: 3px;
}
.header .quick-section
{
    margin-left: 20px;
    margin-top: 16px;
    margin-right: 10px;
    display: inline-block;
    float: left;
    direction: ltr;
}
.header .search-form
{
    display: inline-block;
    float: left;
    margin-left: 25px !important;
    top: -4.5px;
    position: relative;
}
.header .popover-title
{
    border-bottom: 0px;
    padding-top: 14px;
}

.nav > li > a:hover, .nav > li > a:focus
{
    background-color: transparent;
    color:#89ebdd;
}
.logo
{
    /*width: 120px;*/
}
.input-prepend.inside .add-on:first-child, .input-prepend .btn:first-child
{
    background-color: #ffffff;
    border: 1px solid #e5e9ec;
    position: relative;
    left: 3px;
    border-radius: 2px;
    padding-left: 8px;
    padding-right: 4px;
    padding-top: 4px;
    top: 0px;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s, color 0.2s linear 0s, box-shadow 0.2s linear 0s, background 0.2s linear 0s;
    color: #9ea9b2;
}
.input-prepend.inside.no-boarder .add-on:first-child, .input-prepend.no-boarder .btn:first-child
{
    border: none;
}
.menu-title
{
    color: #808285;
    font-size: 10.5px;
    padding-left: 31px;
    padding-right: 31px;
    padding-top: 25px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.2px;
}
.menu-title a
{
    color: #808285;
}
.menu-title a:hover
{
    text-decoration: none;
}
.menu-title i
{
    font-size: 10px;
    font-weight: normal;
}
.page-sidebar
{
    background-color: #09312E !important;
    height: 100%;
    font-family: Roboto', "Open Sans";
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
}
.page-sidebar.full-length
{
    padding-bottom: 57px;
}
.page-sidebar .outer-tab-nav-section
{
    display: inline-block;
    width: 45px;
    position: absolute;
    height: 100%;
    background-color: #0aa699 !important;
}
.page-sidebar .inner-menu
{
    display: inline-block;
    width: 200px;
}
.page-sidebar .inner-menu ul
{
    width: 200px;
}
.page-sidebar .page-sidebar-wrapper
{
    position: fixed;
    overflow: auto;
    height:100%;
   
}
.user-info-wrapper
{
    display: block;
    margin: 20px 31px;
    margin-bottom: 0px;
}
.user-info-wrapper .profile-wrapper
{
    height: 65px;
    width: 65px;
    border-radius: 100px;
    overflow: hidden;
    display: inline-block;
    margin-right: 11px;
    margin-top: 9px;
    float: left;
}
.user-info-wrapper .user-info
{
    color: #ffffff;
    display: inline-block;
}
.user-info-wrapper .user-info .greeting
{
    font-size: 19px;
    font-weight: 600;
    position: relative;
    top: 1.5px;
}
.user-info-wrapper .user-info .username
{
    font-size: 19px;
}
.user-info-wrapper .user-info .status
{
    color: #929fa5;
    font-size: 13px;
    margin-bottom: 10px;
    margin-top: 2px;
    font-weight: normal;
}
.user-info-wrapper .user-info a
{
    color: #ffffff;
}
.user-info-wrapper .user-info .status-icon
{
    margin: 0px 5px;
}
.status-icon
{
    background: url('../images/status.png') no-repeat;
    position: relative;
    display: inline-block;
    margin-right: 10px;
    top: 2px;
}
.status-icon.green
{
    background-position: -1px -1px;
    width: 14px;
    height: 14px;
}
.status-icon.red
{
    background-position: -17px -1px;
    width: 14px;
    height: 14px;
}
.status-icon.blue
{
    background-position: -33px -1px;
    width: 14px;
    height: 14px;
}

.status-icon.yellow
{
    background-position: -49px -1px;
    width: 14px;
    height: 14px;
}

.status-icon.grey
{
    background-position: -65px -1px;
    width: 14px;
    height: 14px;
}
.page-sidebar .page-sidebar-wrapper > ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    /*margin-top: 40px;*/
}
.page-sidebar .page-sidebar-wrapper > ul > li
{
    display: block;
    margin: 0;
    padding: 0;
    border: 0px;
}
.page-sidebar .page-sidebar-wrapper > ul > li > a
{
    color: #F0F0F3;
    display: block;
    position: relative;
    margin: 0;
    border: 0px;
    padding: 11.5px 31px 11.5px 31px;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
}
.page-sidebar .page-sidebar-wrapper > ul > li > a.open
{
    background: #313131;
}
.page-sidebar .page-sidebar-wrapper > ul > li > a i
{
    font-size: 14px;
    margin-right: 10px;
    text-shadow: none;
}
.page-sidebar .page-sidebar-wrapper > ul > li > a > .arrow.open:before
{
    float: right;
    margin-top: 1px;
    margin-right: 3px;
    display: inline;
    font-family: FontAwesome;
    height: auto;
    font-size: 16px;
    content: "\f107";
    font-weight: 300;
    text-shadow: none;
}
.page-sidebar .page-sidebar-wrapper > ul > li:last-child > a
{
    border-bottom: 1px solid transparent !important;
}
    .page-sidebar .page-sidebar-wrapper > ul > li a i {
        /*color: #8b91a0;*/
        color: #ffffff;
        width: 20px;
        text-align: center;
        display: inline-block;
        margin-right:5px;
    }
.page-sidebar .page-sidebar-wrapper > ul > li.active > a
{
    border-top-color: transparent !important;
    color: #ffffff;
    border: none;
    text-shadow: none;
}
.page-sidebar .page-sidebar-wrapper > ul > li.active > a i
{
    color: #ffffff;
}
.page-sidebar .page-sidebar-wrapper > ul > li.active i
{
    color: #ffffff;
}
.page-sidebar .page-sidebar-wrapper > ul > li.active > ul.sub-menu
{
    display: block;
}
.page-sidebar .page-sidebar-wrapper > ul > li.active > ul.sub-menu > li ul.sub-menu
{
    display: block;
}
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu {
    list-style: none;
    clear: both;
    margin: 0px;
    background-color: #098e83;
    padding: 8px 0px 10px 0px;
}
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu > li
{
    background: none;
    margin: 0px;
    padding: 0px;
    margin-top: 1px !important;
}
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu > li > a
{
    margin-left: 0px;
    padding-left: 5px;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px;
    padding-left: 30px !important;
    color: #e1eaf1;
    text-decoration: none;
    text-shadow: 0 1px 1px #000;
    font-size: 13px;
    font-weight: 300;
    background: none;
}
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu > li > a:hover
{
    background: #1b1e24 !important;
    color: #fff;
}
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu > li > a:hover i
{
    color: #fff;
}
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu > li:first-child > a
{
    border-top: 0px !important;
}
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu > li ul.sub-menu
{
    list-style: none;
    clear: both;
    margin: 0px 0px 0px 0px;
    padding-left: 0;
}
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu > li ul.sub-menu li
{
    background: none;
    margin: 0px;
    padding: 0px;
}
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu > li > ul.sub-menu > li > a
{
    margin-left: 70px;
}
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a
{
    padding-left: 80px;
}
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu li > a > .arrow:before
{
    float: right;
    margin-top: 1px;
    margin-right: 20px;
    display: inline;
    font-size: 16px;
    font-family: FontAwesome;
    height: auto;
    content: "\f104";
    font-weight: 300;
    text-shadow: none;
}
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu li > a > .arrow.open:before
{
    float: right;
    margin-top: 1px;
    margin-right: 18px;
    display: inline;
    font-family: FontAwesome;
    height: auto;
    font-size: 16px;
    content: "\f107";
    font-weight: 300;
    text-shadow: none;
}
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu li > ul.sub-menu > li > a
{
    display: block;
    padding: 5px 0px;
    color: #ccc;
    text-decoration: none;
    text-shadow: 0 1px 1px #000;
    font-size: 13px;
    font-weight: 300;
}
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu li > ul.sub-menu > li > a > i
{
    font-size: 13px;
}
.page-sidebar .page-sidebar-wrapper > ul > li.start > a
{
    border-top-color: transparent !important;
}
.page-sidebar.mini
{
    width: 50px;
    overflow: visible !important;
    background-color: #0aa699 !important;
    height: 100%;
    margin-top: 0;
    position: fixed;
    z-index: 90;
}
.page-sidebar.mini .page-sidebar-wrapper > ul
{
    width: 50px;
    /*padding: 60px 0 0;*/
}
.page-sidebar.mini .page-sidebar-wrapper > ul > li > ul.sub-menu
{
    position: absolute;
    margin-top: -46px;
    margin-left: 50px;
    width: auto;
    z-index: 110;
    min-width: 250px;
}
.page-sidebar.mini .page-sidebar-wrapper > ul > li > a
{
    padding: 13px;
    color: #ffffff;
}
.page-sidebar.mini .page-sidebar-wrapper > ul > li a i
{
    color: #ffffff;
}
.page-sidebar.mini .page-sidebar-wrapper > p
{
    display: none;
}
.page-sidebar.mini .page-sidebar-wrapper > .side-bar-widgets
{
    display: none;
}
.page-sidebar.mini .user-info
{
    display: none;
}
.page-sidebar.mini .status-widget
{
    display: none;
}
.page-sidebar.mini .notification-alert
{
    display: none;
}
.page-sidebar.mini ul li span.title
{
    display: none;
}
.page-sidebar.mini ul li span.arrow
{
    display: none;
}
.page-sidebar.mini ul li span.badge
{
    display: none;
}
.page-sidebar.mini ul li ul li span.title
{
    display: inline;
}
.page-sidebar.mini ul li ul li span.arrow
{
    display: inline;
}
.page-sidebar.mini ul.big-items span.badge
{
    display: inline-block;
}
.page-sidebar.mini ul.small-items span.badge
{
    display: inline-block;
}
.page-sidebar.mini .profile-wrapper
{
    display: none;
}
.dashboard-link h2 a span 
{
    margin-left:10px;
}
.page-sidebar.mini .dashboard-link 
{
    margin: 0;
    margin-top: 85px;
    background: none;
    border-radius: 0;
}
.page-sidebar.mini .dashboard-link h2 a span 
{
    display:none;
}
.page-sidebar.mini .footer-widget
{
    display: none;
}
.page-sidebar ul.folders
{
    list-style: none;
    margin: 0px;
    padding: 0;
}
.page-sidebar ul.folders > li
{
    border: 0 none;
    display: block;
    margin: 0;
    padding: 0;
}
.page-sidebar ul.folders > li > a
{
    padding: 5px 31px;
    font-size: 13px;
    color: #ffffff;
    display: block;
    position: relative;
}
.page-sidebar ul.folders > li > a:hover
{
    text-decoration: none;
}
.page-sidebar ul.folders > li > input
{
    margin: 5px 31px;
    font-size: 13px;
    width: 150px;
}
.page-sidebar ul > li > a > .arrow:before {
    float: right;
    margin-top: 1px;
    margin-right: 5px;
    display: inline;
    font-size: 16px;
    font-family: "Font Awesome 5 Free";
    height: auto;
    content: "\f078";
    font-weight: 900;
    text-shadow: none;
}
.page-sidebar ul > li > a[aria-expanded="true"] > .arrow:before {
    content: "\f077";
}
.label-white, .badge-disable
{
    background-color: #2a2e36;
    color: #8b91a0;
}
.nav-collapse.collapse
{
    height: 100% !important;
}
.page-sidebar .page-sidebar-wrapper > ul > li.open > a, .page-sidebar .page-sidebar-wrapper > ul > li > a:hover, .page-sidebar .page-sidebar-wrapper > ul > li:hover > a
{
    background: #1b1e24;
    color: #ffffff;
}
.page-sidebar.mini .page-sidebar-wrapper > ul > li a > .label
{
    display: none;
}
.page-sidebar.mini .page-sidebar-wrapper > ul > li.open > a, .page-sidebar.mini .page-sidebar-wrapper > ul > li > a:hover, .page-sidebar.mini .page-sidebar-wrapper > ul > li:hover > a
{
    background: #0b9c8f;
}
.page-sidebar.mini .page-sidebar-wrapper > ul > li > a:hover, .page-sidebar.mini .page-sidebar-wrapper > ul > li:hover > a
{
    background: #0b9c8f;
}
.page-sidebar.mini .page-sidebar-wrapper > ul > li.active > a i, .page-sidebar .page-sidebar-wrapper > ul > li:hover > a i
{
    color: #ffffff !important;
}
.page-sidebar .page-sidebar-wrapper ul > li > a > .arrow:before, .page-sidebar .page-sidebar-wrapper > ul > li > a > .arrow.open:before
{
    color: #919091 !important;
}
.page-sidebar .page-sidebar-wrapper ul > li.active > a .arrow:before, .page-sidebar .page-sidebar-wrapper > ul > li.active > a .arrow.open:before
{
    color: #ffffff !important;
}
.page-sidebar .page-sidebar-wrapper ul > li.open > a i, .page-sidebar .page-sidebar-wrapper > ul > li.open > a i
{
    color: #ffffff !important;
}
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu > li.active > a, .page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu > li > a:hover
{
    color: #ffffff !important;
}
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu li > ul.sub-menu > li.active > a, .page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu li > ul.sub-menu > li > a:hover, .page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu li.open > a
{
    color: #ffffff !important;
}
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu a .arrow:before, .page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu a .arrow.open:before
{
    color: #919091 !important;
}
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu > li.active > a
{
    font-weight: 600;
}
.header .nav > li.dropdown, .header .nav > li.dropdown > a
{
    text-align: center;
}
.header .nav .open > a, .nav .open > a:hover, .nav .open > a:focus
{
    background-color: #ffffff;
}
.open
{
    position: relative;
}
.navbar .pull-right > li.open > .dropdown-menu, .navbar .nav > li.open > .dropdown-menu.pull-right
{
    margin-right: -6px;
    margin-top: 7px;
}
.iconset
{
    background: url("../images/top-icons.png") no-repeat;
    position: relative;
    top: 1px;
}
.iconset.top-menu-toggle-white
{
    background-position: -315px -7px;
    width: 18px;
    height: 15px;
}
.iconset.top-home
{
    background-position: -6px -7px;
    width: 16px;
    height: 14px;
    top: -1px;
}
.iconset.top-messages
{
    background-position: -63px -8px;
    width: 16px;
    height: 12px;
    top: 1px;
}
.iconset.top-menu-toggle-dark
{
    background-position: -288px -7px;
    width: 18px;
    height: 15px;
}
.iconset.top-reload
{
    background-position: -147px -6px;
    width: 18px;
    height: 16px;
}
.iconset.top-tiles
{
    background-position: -206px -7px;
    width: 14px;
    height: 14px;
    top: 1.5px;
}
.iconset.top-search
{
    background-position: -261px -6px;
    width: 16px;
    height: 16px;
    top: 5px;
}
span.iconset
{
    display: block;
}
.header .chat-toggler .iconset
{
    display: inline-block;
    float: left;
    margin: 15px 10px;
}
.iconset.top-down-arrow
{
    background-position: -238px -12px;
    width: 7px;
    height: 5px;
}
.iconset.top-settings-dark
{
    background-position: -176px -6px;
    width: 17px;
    height: 16px;
}
.iconset.top-chat-dark
{
    background-position: -341px -6px;
    width: 21px;
    height: 16px;
}
.tiles-container {
  margin-left: 0px;
  margin-right: 0px;
}
.tiles {
  background-color: #bcbcbc;
  color: #ffffff;
  position: relative;
}
.tiles.overflow-hidden {
  overflow: hidden;
}
.tiles.full-height {
  height: 100%;
}
.tiles.added-margin {
  margin-right: -10px;
}
.tiles.no-margin {
  margin-right: 0;
}
.tiles.margin-reset {
  margin-left: 37px;
}
.tiles .tiles-title {
  font-size: 10.5px;
  font-family: Roboto', "Open Sans";
  letter-spacing: 0.5px;
  font-weight: 600;
}
.tiles .tiles-body {
  padding: 19px 18px 15px 24px;
}
.tiles .controller {
  position: relative;
  display: inline-block;
  float: right;
}
.tiles .controller a {
  position: relative;
  background: url('../img/icon/portlet-tray.png') no-repeat;
  transition: all 0.1s linear 0s;
  display: inline-block;
}
.tiles .controller a.remove {
  background-position: -66px -38px;
  height: 10px;
  top: -5px;
  width: 10px;
}
.tiles .controller a.config {
  background-position: -3px -32px;
  height: 22px;
  width: 22px;
}
.tiles .controller a.reload {
  background-position: -37px -38px;
  height: 10px;
  top: -5px;
  width: 12px;
}
.tiles .controller a.expand {
  background-position: -123px -11px;
  width: 10px;
  height: 6px;
  top: -5px;
}
.tiles .controller a:hover.collapse {
  background-position: -95px -40px;
  height: 7px;
  top: -5px;
  width: 9px;
}
.tiles .controller a:hover.remove {
  background-position: -66px -9px;
  height: 10px;
  top: -5px;
  width: 10px;
}
.tiles .controller a:hover.config {
  background-position: -3px -32px;
  height: 22px;
  width: 22px;
}
.tiles .controller a:hover.reload {
  background-position: -38px -9px;
  height: 10px;
  top: -5px;
  width: 12px;
}
.tiles .controller a:hover.expand {
  background-position: -123px -11px;
  width: 10px;
  height: 6px;
  top: -5px;
}
.tiles.white {
  background-color: #ffffff;
  color: #8b91a0;
}
.tiles.white .controller a.remove:hover {
  background-position: -66px -38px;
  height: 10px;
  top: -5px;
  width: 10px;
  opacity: 0.6;
}
.tiles.white .controller a.config:hover {
  background-position: -3px -32px;
  height: 22px;
  width: 22px;
  opacity: 0.6;
}
.tiles.white .controller a.reload:hover {
  background-position: -37px -38px;
  height: 10px;
  top: -5px;
  width: 12px;
  opacity: 0.6;
}
.tiles.white .controller a.expand:hover {
  background-position: -123px -11px;
  width: 10px;
  height: 6px;
  top: -5px;
  opacity: 0.6;
}
.tiles.white > .tile-footer {
  background-color: #eceff1;
  color: #d1d3d9;
  font-size: 13px;
  padding: 8px 15px;
}
.tiles.white.borderall {
  border: 1px solid #e5e9ec;
}
.tiles.white.border-left {
  border-left: 1px solid #e5e9ec;
}
.tiles.white.border-right {
  border-right: 1px solid #e5e9ec;
}
.tiles.white.border-top {
  border-top: 1px solid #e5e9ec;
}
.tiles.white.border-bottom {
  border-bottom: 1px solid #e5e9ec;
}
.tiles.white hr {
  margin: 10px 0px;
  height: 1px;
  border: none;
  background-color: #f2f3f5;
}
.tiles.white label {
  color: #9aa0ad;
}
.tiles.white > .tiles-body > .heading {
  color: #000;
}
.tiles.white .tiles-body > .description {
  color: #8b91a0;
}
.tiles .settings-box {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 1px 4px;
}
.tiles .heading {
  font-size: 18px;
  display: block;
  font-family: Roboto', "Open Sans";
  font-weight: 600;
  margin: 4px 0px;
  padding: 5px 10px;
  border-bottom:1px solid #fff;
}
.tiles .heading .icon-grid {
  top: 1px;
  font-size: 31px;
  position: relative;
}
.tiles p {
  margin: 0 0 5px;
}
.tiles hr {
  margin: 10px 0px;
  height: 1px;
  border: none;
  background-color: #2b3038;
}
.tiles .tiles-body-overlay {
  position: absolute;
  z-index: 100;
  padding: 19px 18px 17px 24px;
  width: auto;
}
.tiles .progress {
  width: 70%;
  margin-bottom: 15px;
}
.tiles .iconplaceholder {
  background-color: rgba(0, 0, 0, 0.28);
}
.tiles .iconplaceholder i {
  color: #ffffff;
}
.tiles > .tiles-body > .description {
  font-size: 13px;
  display: block;
  color: #ffffff;
  display: table-cell;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}
.tiles .description i {
  font-size: 21px;
  color: #ffffff;
}
.tiles .description .mini-description {
  position: relative;
  top: -5px;
}
.tiles label {
  color: #ffffff;
}
.tiles.red {
  background-color: #f35958;
}
.tiles.red .heading
{
  background-color: #D0302F;  
}
.tiles.red .button {
  background: #bf3938;
  color: #f7bebe;
}
.tiles.purple {
  background-color: #735f87;
}
.tiles.purple .heading
{
  background-color: #5F3B83;  
}
.tiles.purple .button {
  background: #736086;
  color: #d7d5d7;
}
.tiles.blue {
  background-color: #3EAFE8;
}
.tiles.blue .heading
{
  background-color: #2E8ABA;  
}
.tiles.green {
  background-color: #0aa699;
}
.tiles.green .heading
{
  background-color: #0B7169;  
}
.tiles.black {
  background-color: #22262e;
}
.tiles.black .blend {
  color: #8b91a0;
}
.tiles.black input {
  background-color: rgba(0, 0, 0, 0.35);
  border: 0;
}
.tiles.dark-blue {
  background-color: #365d98;
}
.tiles.light-blue {
  background-color: #00abea;
}
.tiles.light-red {
  background-color: #f96773;
}
.tiles.grey {
  background-color: #e9ecee;
}
.tiles.gradient-grey {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(131, 131, 131, 0.65) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(131, 131, 131, 0.65)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(131, 131, 131, 0.65) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(131, 131, 131, 0.65) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(131, 131, 131, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(131, 131, 131, 0.65) 100%);
}
.tiles.gradient-black {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
}
.tiles .blend {
  color: rgba(0, 0, 0, 0.42);
}
.tiles .button {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 3px 12px;
}
.tile-more-content {
  background-color: #ffffff;
}
.tile-more-content .tiles-body {
  padding: 19px 18px 17px 24px;
}
.row-fluid.side-content .tiles,
.row-fluid .tile-content {
  margin: 0;
}
.tile-footer {
  background-color: rgba(0, 0, 0, 0.28);
  color: #ffffff;
  font-size: 13px;
  padding: 8px 15px;
}
.chart-wrapper {
  padding-top: 40px;
}
.tiles.red .settings-box,
.tiles.red .button {
  background: #bf3938;
  color: #f35958;
}
.tiles.purple .settings-box,
.tiles.red .button {
  background: #08897e;
  color: transparent;
}
.tiles-chart {
  position: relative;
}
.tiles-chart .tiles-body {
  position: absolute;
  z-index: 100;
  padding: 19px 18px 17px 24px;
}
.tiles-chart .tiles-body .heading {
  color: #0aa699;
}
.tiles-chart .controller {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 100;
}
.tiles-overlay {
  width: 100%;
  height: 100%;
}
.tiles-overlay.auto {
  width: auto;
  height: auto;
}
.tiles-overlay.green {
  background-color: rgba(10, 166, 153, 0.8);
}
.tiles-overlay.blue {
  background-color: rgba(0, 144, 217, 0.8);
}
.spacing-bottom {
  margin-bottom: 30px;
}
.chat-toggler.open .popover
{
    display: block;
    top: 35px;
    left: -102px;
}
.no-border
{
    border: none !important;
}
.search-form input[type=text]:focus + .search-form
{
    background: #eee;
}
.chat-toggler.open .popover
{
    display: block;
    top: 35px;
    left: -102px;
    transition: all 2s linear;
}
.popover-content .notification-messages
{
    padding: 15px 18px 15px;
}
.notification-messages
{
    font-family: 'Arial';
    background-color: #eef9f8;
    padding: 15px 18px 10px;
    display: block;
    color: #8b91a0;
    margin-bottom: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.notification-messages.info
{
    background-color: #edf7fc;
}
.notification-messages .user-profile
{
    border-radius: 100px 100px 100px 100px;
    display: inline-block;
    float: left;
    height: 35px;
    overflow: hidden;
    width: 35px;
    margin-right: 10px;
    margin-top: 2px;
}
.user-profile img
{
    border-radius: 100px 100px 100px 100px;
}
.notification-messages .message-wrapper
{
    display: inline-block;
    width: 70%;
    height: 43px;
    float: left;
}
.notification-messages .message-wrapper .heading
{
    display: block;
    float: left;
    text-align: left;
    color: #1b1e24;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    width: 100%;
    margin: 0;
    line-height: 19px;
    font-weight: 600;
}
.notification-messages .message-wrapper .description
{
    display: block;
    float: left;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    font-size: 11px;
    width: 100%;
    line-height: 19px;
}
.notification-messages .date
{
    display: inline-block;
    font-size: 11px;
    line-height: 15px;
    font-style: italic;
    opacity: 0.4;
}
.notification-messages.danger
{
    background-color: #fef2f2;
}
.notification-messages .iconholder
{
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}
.notification-messages.danger .iconholder i
{
    color: #f35958;
}
.notification-messages .message-wrapper
{
    display: inline-block;
    width: 70%;
    height: 43px;
    float: left;
}
.notification-messages.success
{
    background-color: #eef9f8;
}
.iconset .badge
{
    top: -12px;
    right: -10px;
    position: relative;
    padding: 4px 6px;
    font-size: 10px;
}
.home-link
{
    display: inline-block;
    height: 100%;
    padding: 10px 10px;
}
.college-name h1
{
    font-family: 'Oswald' , sans-serif;
    margin: 0 0 0 13px;
    font-size: 30px;
    color: #0AA598;
}

/* ------------ Page Content Styles ------------*/
.grid
{
    clear: both;
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 10px;
}
.grid.simple
{
    padding: 0px !important;
    border-left-width: 3px;
    border-left-color: #098e83;
    border-left-style: solid;
}
.grid-title
{
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    cursor:pointer;
    height:6px !important;
}
.grid-title-new
{
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    cursor:pointer;    
}
.grid.simple .grid-title
{    
    border-bottom: 1px solid #eee;
    color: #FFFFFF !important;
    background-color: #098E83;
    margin-bottom: 0px;
    border: 1px solid #dddddd;
    border-bottom: 0px;
}
.grid.simple .grid-title-new
{
    padding: 3px 3px 3px 5px;
    border-bottom: 1px solid #eee;
    color: #FFFFFF !important;
    background-color: #098E83;
    margin-bottom: 0px;
    border: 1px solid #dddddd;
    border-bottom: 0px;
}
.grid.simple .grid-title.no-border
{
    border: 0px;
    border-bottom: 0px;
}
.grid-title h4
{
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    padding-top:4px;
    margin-bottom: 0px;
    width: 60%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.grid-title .tools, .grid-title .actions
{
    display: inline-block;
    padding: 0;
    margin: 0;
    margin-top: 6px;
    float: right;
}
.grid.simple .grid-title .tools
{
    margin-top: 0px;
    position: relative;
}
.grid-title .tools > a
{
    display: inline-block;
    height: 16px;
    margin-left: 5px;
}
.grid.simple .grid-title .tools a, .grid.solid .grid-title .tools a
{
    position: relative;
    background: url('../images/grid-tray.png') no-repeat;
    transition: all 0.1s linear 0s;
}
.grid.simple .grid-title .tools > a.collapse, .grid.solid .grid-title .tools > a.collapse
{
    background-position: -95px -40px;
    width: 9px;
    height: 7px;
    top: -5px;
}
.grid.simple .grid-title .tools > a.config, .grid.solid .grid-title .tools > a.config
{
    background-position: -3px -32px;
    width: 22px;
    height: 22px;
}
.grid.simple .grid-title .tools > a.reload, .grid.solid .grid-title .tools > a.reload
{
    background-position: -37px -38px;
    width: 12px;
    height: 10px;
    top: -5px;
}
.grid.simple .grid-title .tools > a.remove, .grid.solid .grid-title .tools > a.remove
{
    background-position: -66px -38px;
    width: 10px;
    height: 10px;
    top: -5px;
}

.grid-body
{
    padding: 0;
}
.grid.simple .grid-body
{
    background-color: #ffffff;
    padding: 10px;
    border-top: 1px solid #dddddd;
    color: #1b1e24;
}
.grid.simple .grid-body.no-border
{
    border: 0px;
    padding-top: 1px;
}
.grid-body:before
{
    display: table;
    content: " ";
}
.grid-body:after
{
    clear: both;
    display: table;
    content: " ";
}
.dropdown
{
   height:35px; 
   border: 1px solid #e5e9ec; 
}
.table-pagination > td
{
    padding: 4px !important;
}
.table-pagination > td table td
{
    padding: 0 !important;
    border: 1px solid #4F5155 !important;
}
.table-pagination > td table
{
    margin-left: 15px;
}
.table-pagination > td table td span
{
    display: block;
    padding: 8px;
    background-color: #4F5155;
    color: #fff;
}
.table-pagination > td table td a
{
    display: block;
    padding: 8px;
    color: #333;
}
.dashboard-link 
{
    background-color: #0d0f12;
    margin: 30px 20px 0 15px;
    border-radius: 5px;
}
.dashboard-link h2
{
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
}
.dashboard-link h2 a
{
    color: #fff;
    display: block;
    padding: 10px 0 10px 15px;
}
.dashboard-link h2 a span.glyphicon
{
    margin: 0 15px 0 0;
}
.table-container 
{
    overflow:auto;
}
.table-container > div
{
    overflow:auto;
}

.module 
{
    text-align: center;
    padding: 25px;
}
.module a
{
    display: inline-block;
    text-align: center;
    width: 100%;
    padding: 15px;
    color: #fff;
    background-color: #711D01;
    max-height: 170px;
    transition: all 0.8s linear;
    box-shadow: 5px 5px 10px #C2C2C2;
    padding-top: 25px;
    margin-bottom: 30px;
}
.module a i
{
    display: inline-block;
    font-size: 60px;
    width:80%;
}
.module a span
{
    font-weight: bold;
    font-size: 16px;
    display: block;
    margin-top: 15px;
}
.module a:hover
{
    /*transform:rotate(360deg);*/
}
.module a.orange
{
    background-color: #f16738;
}
.module a.purple
{
    background-color: #9e629e;
}
.module a.light-green
{
    background-color: #98D815;
}
.module a.yellow
{
    background-color: #E7E40F;
}
.module a.light-blue
{
    background-color: #38C0F1;
}
.module a.cyan
{
    background-color: #0AA598;
}
.module a.dark-blue
{
    background-color: #696ACA;
}
.module a.red
{
    background-color: #EF5858;
}
.module a.green
{
    background-color: #1EB809;
}
.module a.pur-blue
{
    background-color: #000C8C;
}
.module a.pur-green
{
    background-color: #000C3A; 
}
.module a.dark-green
{
    background-color: #0E5C00;
}
.module a.dark-red
{
    background-color: #F51D05;
}
.module h3 
{
    margin-bottom: 40px;
}
.list-arrow 
{
    list-style: none;
    padding-left: 15px;
}
.list-arrow  li
{
    line-height: 24px;
    position: relative;
    padding-left: 15px;
    font-size: 16px;
    padding-bottom: 10px;
}
.list-arrow  li:before
{
    content: "\f054";
    position: absolute;
    font-family: FontAwesome;
    left: 0;
    top: 0;
    font-size: 12px;
    
}
.btn-mini {
  padding: 2px 9px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.btn-group > .btn.btn-white:hover, .btn-group > .btn.btn-white:focus, .btn-group > .btn.btn-white:active, .btn-group > .btn.btn-white.active 
{
      border: 1px solid #E5E9EC;
}

.pagination.mail-pagination 
{
    float: right;
    margin: 0;
    margin-left: 8px;
}
.pagination.mail-pagination ul {
  box-shadow: none;
  font-size: 12px;
  padding: 0;
}
.pagination.mail-pagination ul > li {
  display: inline-block;
  padding-left: 0px;
}
.pagination.mail-pagination ul > li > a, .pagination ul > li > span {
  border: none;
  box-shadow: none;
  border-radius: 3px;
  color: #6F7B8A;
}
.pagination.mail-pagination ul > li > a {
  padding: 5px 10px;
}
.pagination.mail-pagination ul > .active > a, .pagination ul > .active > span {
  background-color: #F3F6F9;
  font-weight: 600;
}
.pagination.mail-pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span {
  background-color: #e8edf3;
}
.pagination.mail-pagination ul > li.prev.disabled > a:hover {
  color: #C2C6CB;
  opacity: 0.65;
  background-color: #ffffff;
}
.pagination.mail-pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span {
  background-color: #e8edf3;
}
.mail_page_info 
{
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 12px;
    float: right;
    display: inline-block;
    padding-right: 14px;
    border-right: 1px solid #cecece;
}

label.inline {
  display: inline-block;
  position: relative;
  top: 0px;
  font-size: 13px;
}
.small-text {
  font-size: 12px !important;
}
.back-to-mail 
{
    color: #8C8C8C;
    font-weight: bold;
}
.back-to-mail:hover
{
    color: #545454;
}
.back-to-mail i
{
    margin-right:5px;
}

.repeater
{
 border: 1px solid #2ad0c2;
 padding: 10px; 
 background-color:#fff;
}

.autocomplete_completionListElement
        {
            background-color: window;
            color: windowtext;
            padding: 1px;
            font-size: small;
            z-index: 10;
            width: 200px;
            visibility: hidden;
            border: buttonshadow;
            border-width: 1px;
            border-style: solid;
            cursor: 'default';
            overflow: auto;
            height: 200px;
            text-align: left;
            list-style-type: none;
            font-family: Arial;
            font-size: 8pt;
            margin-top: 0px;
        }
        .autocomplete_highlightedListItem
        {
            background-color: #8ABBDA;
            color: windowtext;
            width: 300px;
            list-style-type: none;
            font-family: Arial;
            font-size: 8pt;
            cursor: pointer;
            padding: 3px;
        }
        .autocomplete_listItem
        {
            background-color: window;
            color: windowtext;
            width: 300px;
            list-style-type: none;
            font-family: Arial;
            font-size: 8pt;
            cursor: pointer;
            padding: 3px;
        }
        
       
        
        .tblEntry td
        {
            padding: 8px;
        }
        
        .gridheading  td
{
    background-color: #2AD0C2;
    border: 0 !important;
    color: #fff;
    font-weight:bold;
}

#cphAdminMaster_gvResign tbody tr th,#cphAdminMaster_gvNotification tbody tr th,#cphAdminMaster_gvDesignation tbody tr th,#cphAdminMaster_gvSuspension tbody tr th,#cphAdminMaster_gvExperience tbody tr th,#cphAdminMaster_gvAcadDetails tbody tr th,.gvADSubject,.gvADClass,.gvADBoard,.gvADtextbox,.gvExpOrgDesig,.gvExpFromTo,
#cphAdminMaster_gvMySMS tbody tr th, #cphAdminMaster_gvCurriculum tbody tr th,#cphAdminMaster_gvMark2Grade tbody tr th, #cphAdminMaster_gvEvaluation tbody tr th,#cphAdminMaster_gvMyInbox tbody tr th, #cphAdminMaster_gvRoomMaster tbody tr th,#cphAdminMaster_gvBuildingMaster tbody tr th,
#cphAccountsMaster_gvBarcodeDetails tbody tr th,#cphAccountsMaster_gvInvProduct tbody tr td,#cphAccountsMaster_dgSubaccount tbody tr td,#cphAccountsMaster_dgExpensesSubaccount tbody tr td,#cphAccountsMaster_dgExProduct tbody tr td, #cphAdminMaster_gvAdmissionProcess tbody tr th, #cphAdminMaster_gvAdmissionApproval tbody tr th,#cphAdminMaster_gvAdmissionApproval tbody tr th,#cphAccountsMaster_dgProduct tbody tr td{
text-align: center;       
}
.gvExpOrgDesig
{
    width:310px;
}
.gvADSubject
{
 width:140px;
}
.gvADClass
{
 width:65px; 
}
.gvADBoard
{
 width:140px; 
}
.gvADtextbox
{
 width:65px; 
}
.gvADYOP,.gvExpFromTo
{
 width:85px; 
}
.gvADAttachments
{
    width:155px;
    font-size:11px;   
}
 .trViewlabel
{
	color:black;
	cursor:default;	
	font-family:calibri,Arial,Sans-Serif; 
	font-size:15px; 
	font-weight:normal;
	margin-left:10px;
}
 .genmodal-backdrop
        {
            background-color: rgba(0, 0, 0, 0.61);
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            display: none;
            z-index: 1;
        }
        .genmodal
        {
            width: 500px;
            position: absolute;
            top: 10%;
            z-index: 1020;
            background-color: #FFF;
            border-radius: 6px;
            display: none;
            margin-bottom: 10px;
            height: 190px;
        }
        .genmodal-header
        {
            background-color: #eff3ff;
            color: #1f2b97;
            border-top-right-radius: 5px;
            border-top-left-radius: 5px;
        }
        .genmodal-header h3
        {
            margin: 0;
            padding: 0 10px 0 10px;
            line-height: 30px;
        }
        .genmodal-header h3 .genclose-modal
        {
            float: right;
            text-decoration: none;
            color: #1f2b97;
        }
        .genmodal-body
        {
            padding: 20px 10px 20px 10px;
            text-align: center;
        }
        
        
/* Tasks Starts Here*/
.form-group {
    margin-bottom: 10px;
    width: 304px;
    /* width: 325px; */
    height: 60px;
}

.todoWrapper {
    padding: 0 20px!important;
    border-color: transparent!important;
}

.todoWrapper .sort-todo a {
    margin-right: 15px;
    text-transform: uppercase;
    text-decoration: none;
    color: #00e2f0;
}

.todoWrapper .input-group {
   /* width: 100%;  */
    width: 989px;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

input-primary .border-right {
    border-right: 1px solid #00e2f0;
}
.input-primary .input-group-addon {
    background-color: transparent;
}
.input-primary .border-left, .input-primary .border-right {
    border-top: 1px solid #00e2f0;
    border-bottom: 1px solid #00e2f0;
}
.todoWrapper .input-group-addon {
    width: 50px;
    border: 1px solid #00e2f0;
    z-index: 0!important;
}
.input-primary .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #00e2f0!important;
    border-radius: 0;
}

.todoWrapper .form-control {
    height: 50px;
    z-index: 0!important;
}

.todoWrapper .form-control, .todoWrapper .form-control:active, .todoWrapper .form-control:focus, .todoWrapper .form-control:hover {
    background-image: none;
    border: 1px solid #00e2f0;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.todoWrapper .panel-body {
    padding: 0;
}

.todo .action-btns {
    width: 25px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.pull-right {
    float: right!important;
}

.todo .action-btns a {
    margin-left: 20px;
    font-size: 16px;
}
a {
    color: #060000;
    text-decoration: none;
    background-color: transparent;
}

.todo .action-btns a span {
    font-size: 16px;
    color: #00e2f0;
}

.icheckbox_square-pink {
    background-position: 0 0;
}
.icheckbox_square-pink, .iradio_square-pink {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(Calendar/images/pink.png) no-repeat;
    border: none;
    cursor: pointer;
}
.list-group {
    padding-left: 0;
    width:990px;
    margin-bottom: 0px;
}

.task-head
{
    background:none;
    border:none;
    margin-right: 15px;
    text-transform: uppercase;
    text-decoration: none;
    color: #098E83;
    font-weight:600;
}

.taskchkbox input[type=checkbox]:checked + label
{   color:Green;
}

.required-fieldValidator
{
    z-index: 10;
    font-size:12px;
    color:Red;
}

.groupOfTexbox {
}

.chkLabelGreen label
{
    color:green !important;
}
.chkLabelRed label
{
    color:Red !important;
}
.chkLabelOrange label
{
    color:orange !important;
}
.paddingtop-10
{
    padding-top:10px;
}
.paddingleft-0
{
    padding-left: 0px;
}
.inner-container
{
    max-height: 480px;
    overflow: auto;
}
.padding-0
{
    padding: 0px;
}
/*--- salary css details ---*/
.salarybreakup
{
    margin: 10px;
    float: left;
    border: 2px solid #098e83;
    border-radius: 15px;
    padding: 10px;  
}

.modal-dialog.popup-alert.box-shadow-none {
    max-width: 920px;
    margin: 200px auto !important;
    box-shadow: none;
}

.popup-content {
    padding: 2% 5% 5%;
    background: #fff;
    text-align: center;
}

.svg_circle {
    position: relative;
    margin: 0 auto;
    width: 40px;
    height: 40px;
    transform: rotateY(-180deg) rotateZ(-90deg);
}

svg circle {
    stroke-dasharray: 113px;
    stroke-dashoffset: 113px;
    stroke-linecap: round;
    stroke-width: 4px;
    stroke: #aa1919;
    fill: none;
    animation: countdown 60s linear forwards;
}

@keyframes countdown {
    from {
        stroke-dashoffset: 0px;
    }

    to {
        stroke-dashoffset: 113px;
    }
}


