@color_lightblue: #52b9e9;
@color_orange: #B6A16B;
@color_lightorange: #B6A16B;
@color_darkorange: #C6401B;
@color_blue: #1171a3;
@color_success: #43c83c;
@color_warning: #f88529;
@color_important: #fa3031;
@color_violet: #932ab6;
@color_darkbackground: #333333;
@color_darkgrey: #8E8F8E;
@color_lightgrey: #C1C1C1;
@color_superlightgrey: #efefef;
@color_mediumlightgrey: #E9EAEB;
@sidebar_width: 180px;
@sidebar_width_medium: 160px;


/*Generic Padding Classes*/

.padtopsm{padding-top:4px;}
.padtopmd{padding-top:10px;}
.padtoplrg{padding-top:16px;}
.padbottomsm{padding-bottom:4px}
.padbottommd{padding-bottom:10px}
.padbottomlrg{padding-bottom:16px}
.padleftsm{padding-left:4px;}
.padleftmd{padding-left:10px;}
.padleftlrg{padding-left:16px;}
.padrightsm{padding-right:4px}
.padrightmd{padding-right:10px}
.padrightlrg{padding-right:16px}

/* Button colors */

.btn.btn-primary {
    background: #B6A16B !important;
    border: 1px solid #8E8F8E;
}

    .btn.btn-primary:hover {
        background:#C6401B !important;
    }

.btn.btn-info {
    background: #52b9e9 !important;
}

    .btn.btn-info:hover {
        background: #459fc9 !important;
    }

.btn.btn-success {
    background: #43c83c !important;
}

    .btn.btn-success:hover {
        background: #36a530 !important;
    }

.btn.btn-warning {
    background: #f88529 !important;
}

    .btn.btn-warning:hover {
        background: #d67323 !important;
    }

.btn.btn-danger {
    background: #fa3031 !important;
}

    .btn.btn-danger:hover {
        background: #d82829 !important;
    }

/* Label colors */

.label.label-success,
.badge.badge-success {
    background: #43c83c !important;
}

.label.label-warning,
.badge.badge-warning {
    background: #f88529 !important;
}

.label.label-important,
.badge.badge-important {
    background: #fa3031 !important;
}

.label.label-info,
.badge.badge-info {
    background: #52b9e9 !important;
}

/* Background colors */


.blightblue {
    background: #52b9e9 !important;
    color: #fff !important;
    border: 0 !important;
}

.bblue {
    background: #1171a3 !important;
    color: #fff !important;
    border: 0 !important;
}

.bgreen {
    background: #43c83c !important;
    color: #fff !important;
    border: 0 !important;
}

.borange {
    background: #B6A16B !important;
    color: #fff !important;
    border: 0 !important;
}

.bred {
    background: #fa3031 !important;
    color: #fff !important;
    border: 0 !important;
}

.bviolet {
    background: #932ab6 !important;
    color: #fff !important;
    border: 0 !important;
}

    .blightblue h2, .blightblue h3, .blightblue h3, .blightblue h4, .blightblue h5, .blightblue h6,
    .bblue h2, .bblue h3, .bblue h3, .bblue h4, .bblue h5, .bblue h6,
    .bgreen h2, .bgreen h3, .bgreen h3, .bgreen h4, .bgreen h5, .bgreen h6,
    .bred h2, .bred h3, .bred h3, .bred h4, .bred h5, .bred h6,
    .bviolet h2, .bviolet h3, .bviolet h3, .bviolet h4, .bviolet h5, .bviolet h6,
    .borange h2, .borange h3, .borange h3, .borange h4, .borange h5, .borange h6 {
        color: #fff !important;
    }

    .blightblue a,
    .bblue a,
    .bgreen a,
    .bred a,
    .borange a,
    .bviolet a {
        color: #eee !important;
    }

        .blightblue a:hover,
        .bblue a:hover,
        .bgreen a:hover,
        .bred a:hover,
        .borange a:hover,
        .bviolet a:hover {
            color: #ddd !important;
        }

/* Text colors */

.lightblue {
    color: #52b9e9 !important;
}

.blue {
    color: #1171a3 !important;
}

.green {
    color: #43c83c !important;
}

.orange {
    color: #B6A16B !important;
}

.red {
    color: #fa3031 !important;
}

.violet {
    color: #932ab6 !important;
}




/* Back to top */

.totop {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 104400;
    background: #fa3031;
    display: none;
}

    .totop a, .totop a:visited {
        display: block;
        width: 30px;
        height: 30px;
        color: #fff;
        text-align: center;
        line-height: 30px;
    }

        .totop a:hover {
            color: #eee;
            text-decoration: none;
        }

/* Half column - CHECK LATER */

.col-left {
    width: 48%;
    float: left;
}

.col-right {
    width: 48%;
    float: right;
}

/* Dropdown menu */

.dropdown-big .dropdown-menu {
    -moz-min-width: 250px;
    -ms-min-width: 250px;
    -o-min-width: 250px;
    -webkit-min-width: 250px;
    min-width: 250px;
    padding: 8px 10px;
    background: #fff;
}

.dropdown-big .dropdown-menu p {
        margin: 1px 0;
        padding: 1px 0;
        font-size: 12px;
        line-height: 18px;
    }

    .dropdown-big .dropdown-menu a {
        font-size: 13px;
        line-height: 23px;
        background: transparent;
        padding: 0;
        color: #444 !important;
        display: inline;
    }

        .dropdown-big .dropdown-menu a:hover {
            color: #777 !important;
            background: transparent !important;
        }

    .dropdown-big .dropdown-menu .drop-foot {
        text-align: center;
    }

        .dropdown-big .dropdown-menu .drop-foot a {
            font-size: 12px !important;
        }

    .dropdown-big .dropdown-menu hr {
        padding: 0;
        margin: 8px 0;
        border-top: 0 solid #aaa;
        border-bottom: 1px solid #eee;
    }

    .dropdown-big .dropdown-menu h5 {
        color: #666 !important;
        line-height: 18px;
        font-weight: bold;
        font-size: 13px;
    }

.dropdown-menu {
    background: #fff;
    -ms-border-radius: 0;
    border-radius: 0;
    border: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.dropdown-menu li {
        color: #777;
        font-size: 13px;
        line-height: 18px;
    }

        .dropdown-menu li > a {
            color: #555;
            line-height: 23px !important;
        }

            .dropdown-menu li > a:hover {
                background: #f9f9f9 !important;
                filter: none;
                color: #888;
            }

    .dropdown-menu a:hover, .dropdown-menu a:focus {
        filter: none !important;
        background: #fff !important;
    }

    .dropdown-menu::after, .dropdown-menu::before {
        border: none !important;
    }





/*Classes yet to categorize */
.main_content{ clear:both;}
.main_content img {
max-width: 280px;
margin-top: 90px;
display: inline-block;
padding: 0px;
background-repeat: no-repeat;
height: auto;
}

.addsectionttitle {font-weight:bold;}
button.close {background:#C6401B;font-size:15px;}
.statusfilter {float:right;}
.statusDD {width:250px;}
h4.faq {color:#C6401B;}
.exemptevalcheckbox {padding-top:10px;float:left}


    /*Framework*/

    * {font-family:Arial, Helvetica, sans-serif;-webkit-font-smoothing: antialiased;font-size: 14px;}
    body {line-height: 23px;color: #4D4D4D;background: #333333;padding-top: 40px;-webkit-font-smoothing: antialiased;margin:0 auto;}
    body .container {padding-left: 43px;padding-right: 15px;}
    #wrap {margin:auto;width:1000px;padding:0 0 40px 0;}


    /*Framework - Inputs, Checkbox, Drop-downs and Buttons*/

    .btn, .badge, .modal, .modal-dialog, .modal-content, input, select {-ms-border-radius: 0 !important;border-radius: 0 !important;}
input, select {
    padding: 6px 10px 6px 8px !important; /*width: 65% !important;*/
    display: inline-block !important;
    font-weight: bold;
    border-radius: 3px !important;
}
    .navbar * {background-image: none !important;-webkit-text-shadow: none !important;-ms-text-shadow: none !important;text-shadow: none !important;}
input, textarea {
    background-image: none !important;
    border: 1px solid #ccc !important;
    font-family: Arial, Helvetica,'Roboto', sans-serif;
    padding: 6px 10px;
    border-radius: 3px !important;
}
    select {font-size: inherit !important;font-family: Arial, Helvetica,'Roboto', sans-serif;}
    input[type="radio"], input[type="checkbox"] {margin: 0 0 0 !important;margin-right: 5px !important;line-height: 23px !important;border: 0 !important;}
    label.checkboxtextalign {display: block;padding-left: 15px;text-indent: -24px;font-weight:inherit;}
    .checkboxalign {padding-left:24px;}
    .checkboxalign_move {padding-left: 2px;}
    .btn {background-image: none !important;font-family: Arial, Helvetica,'Roboto', sans-serif;font-size: 14px !important;font-weight: bold;padding: 8px 8px;}
    .btn.btn-form-md { margin: 0 .5em .2em .5em;width: 9em;}
    .btn.btn-mini {font-size: 11px !important;}
    .btn-delete {float:left;background-color:#777777;color:#FFFFFF;}
    :focus {outline: none;}
    ::-moz-focus-inner {border: 0;}
    .well {padding: 10px 15px;}
    a.btn {font-size: 13px !important;}
    .label {font-weight: 400;padding: 3px 6px !important;font-size: 13px;}
    .control-label{font-weight: 400 !important;font-size: 14px;}
    .badge {font-weight: 400;padding: 3px 8px;font-size: 13px;}
    select[disabled] {background-color: #CCC;}


    /*Framework - Core Text and Links*/

    h1, h2, h3, h4, h5, h6 {padding: 2px 0;margin: 2px 0;color: #777;font-weight: 400;letter-spacing: -.5px; }
    h2 {font-size: 28px;line-height: 32px;}
    h3 {font-size: 23px;line-height: 33px;padding-top:15px;}
    h4 {font-size: 20px;line-height: 30px;}
    h5 {font-size: 16px;line-height: 28px;font-weight:bold;}
    h6 {font-size: 15px;line-height: 25px;}
    p {padding: 1px 0 !important;margin: 1px 0 !important;}
    a {color: #333;text-decoration: none !important;}
    a:hover {color: #888; text-decoration: none;}
    a:hover, a:focus, a:active {outline: 0;}
        .bodylink:link {color:#B6A16B;}
        .bodylink:hover {color:#333333;}
        .bodylink:focus {color:#333333;}
        .bodylink:active {color:#333333;}
    .bold {font-weight: 600;}
    hr {margin: 8px 0 8px 0 !important;padding: 0 !important;border-top: 0;border-bottom: 1px solid #ddd !important;height: 0;}
    

    /*Framework - Date and Logged in As Header*/

    .container-fluid, .subheader-container {margin-left:10px; margin-right:25px}
    .subheader {background-color:#E9EAEB;display: block;position: fixed;top: 60px;height:34px;width:100%;z-index:1000;}
    .subheader-date {padding:4px 0px 0px 15px;float:left;}
    .subheader-loggedinas {padding:4px 15px 0px 0px;float:right;}
    

    /*Framework - Breadcrumb*/

    .breadcrumb-container {display: block;position: fixed;top: 84px;height:34px;width:100%;z-index:1001;}
    .breadcrumb {padding:4px 0px 0px 41px;float:left;background:#FFFFFF;color:#B3B3B3;width:100%;}
    .activecrumb {}


    /* Framework - Form */

    form * {font-family: Arial, Helvetica,'Roboto', sans-serif;}
    form {margin: 2px;}
    form input, form button, form textarea, form select {font-size: inherit;}
    form label {font-size: inherit;line-height: inherit;}
    .form-inline button {margin-left: 15px;}
    .form-horizontal .control-label {width: 90px;}
    .form-horizontal .controls {margin-left: 110px;}
    .form-horizontal .controls:first-child {*padding-left: 100px;}
    .form-horizontal .form-actions {padding-left: 110px;}
    .form-actions {padding: 5px 20px 5px;background: transparent;border-top: 0;}


    /*Framework - Custom Back to Top Function */

    .scroll-top-wrapper {
    position: fixed;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
    background-color: #777777;
	color: #eeeeee;
	width: 50px;
	height: 48px;
	line-height: 48px;
	right: 30px;
	bottom: 30px;
	padding-top: 2px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
    }
    .scroll-top-wrapper:hover {background-color: #B6A16B;}
    .scroll-top-wrapper.show {visibility:visible;cursor:pointer;opacity: 1.0;}
    .scroll-top-wrapper i.fa {line-height: inherit;}


    /*Framework - Custom Scrollbar*/

    html {overflow-y:scroll;}
    ::-webkit-scrollbar {width: 20px;}
    ::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); -webkit-border-radius: 0px;border-radius: 0px;}
    ::-webkit-scrollbar-thumb {-webkit-border-radius: 3px;border-radius: 3px;background: #C1C1C1; -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);}
    ::-webkit-scrollbar-thumb:window-inactive {background: rgba(255,0,0,0.4);}


    /* Framework - Modal */

    .modal-header {padding-top: 0px;padding-bottom: 0px;background:#B6A16B;height:40px;}
    .modal-header .close {color: white;opacity: 1;border: 1px solid white;padding: 6px 8px 6px 8px;border-radius: 3px;margin-top:5px;}
    .modal-title {font-family:inherit;color:#FFFFFF;padding-top:4px;}
    .modal-footer {margin:0px 15px;}
    .evidencesteps {background:#B6A16B;color:#FFFFFF;font-weight:bold;border-bottom:2px solid white;}
    .sectionspacer {padding-top:18px;padding-bottom:4px;}
    .progress {height: 17px;line-height: 17px;margin: 5px 0 !important;border: 0;}
    .progress .bar {font-size: 12px;}
    .modalfielddivider {padding-top:5px;}
    .textarea.ng-pristine.ng-valid.ng-touched {border-radius:4px!important;}
    .css-form input.ng-invalid.ng-touched {background-color:linen;}

    /*Confirmation Modal Classes*/

    .modal-dialog {width: 600px;margin: 0px auto;}
    .modal-body {position: relative; padding: 32px;overflow: auto;-webkit-overflow-scrolling: touch}
    

    /* Home Page  - Dashboard */

    .dash-section {
        cursor: default !important;
        &.featured {
            cursor: pointer !important;
        }
    }

    /*#homeicongrouping {position: relative; top:24px;}*/
    /*#homefunction {position: absolute; left: 25px; z-index: 1;}*/
    .homefunctiongrouping {position: relative; top: 50px; width: 100%; left: 0;}

    .homeicon {border: 4px solid #FFFFFF;height: 120px;width: 120px;border-radius: 60px;position: relative;left: 11px;top: 10px;}
    /*#homeuseravatar {position: absolute; left: 38px; top:12px; z-index: 2;}*/
    .homeuseravatarcontainer {z-index: 2; width: 116px; margin: auto; margin-top: -128px;padding-bottom: 11px;}
    .homeuseravatar {height:116px!important; width:116px!important; border-radius: 58px; border:2px solid white; position: relative; left: 1px}
    .homeuserminiavatar {height:50px!important; border-radius:58px; border:2px solid #cccccc; position:relative; left:1px;top:10px}
    .homefunction {background:#B6A16B; height:140px; width:140px; border-radius: 70px; margin: auto; margin-top: 50px;}
    img.homefunctionicon {position: absolute;left: 15px;top:14px;width:80px;}
    /*#homefunctiongrouping {position:relative; top:190px; right:22px}*/
    h2.centered_functiontitle{text-align:center; color:#B6A16B;}
    h2.centered_functiontitle strong{font-size:26px; text-align:center; color:#B6A16B;}
    h2.centered_functiontitle.disabled strong{font-size:26px; text-align:center; color:#B3B3B3;}
    h2.disabled {color:#B3B3B3;}
    .disabledicon {background-color:#B3B3B3;}
    .userstatscontainer {display:block;}
    .userstats {text-align:center; font-weight:bold;font-size:19px; padding-bottom:12px;}
    .populationstatscontainer {display:block;padding:3px;}
    .populationstats {text-align:center; padding-bottom:12px; color:#B3B3B3;}
    .section_one_four {
        background: white;
        border: 1px solid transparent;
        border-left-color: #e8e8e8; 
        border-bottom-width: 5px; 
        float:left;
     
        min-height:500px; 
        margin:0 0 0 0; 
        border-radius:2px;
        /*width:33%;*/ 
    }
    .section_one_four:first-of-type {border-left-color: transparent;}
    .section_one_four:hover {cursor: pointer; border-bottom-color: #B6A16B;}
    .featured {background: #fdfdfd;}

    /*Evidence and Evaluation - User Image*/

    .shadowed {
   
    box-shadow: inset 0px 0px 10px 0px #ABABAB,5px 5px 5px 1px #DDDDDD;
-webkit-box-shadow: inset 0px 0px 10px 0px #ABABAB,5px 5px 5px 1px #DDDDDD;
-moz-box-shadow: inset 0px 0px 10px 0px #ABABAB,5px 5px 5px 1px #DDDDDD;
-o-box-shadow: inset 0px 0px 10px 0px #ABABAB,5px 5px 5px 1px #DDDDDD;
    }
    .evaluserborder {background: #B6A16B;width: 258px;height: 258px;border-radius: 149px;left: 23px;position: relative;}
    #evaluseravatar {position: relative; left: 9px; top:9px; z-index: 2; }
    .evaluseravatar {height:240px!important; width:240px!important; border-radius: 120px; border: 6px solid #FFFFFF;}


    /*Goal, Evidence and Evaluation - Badges*/
.badge_goals {
    z-index: 10;
    position: relative;
    background-color: transparent;
    bottom: 62px;
    width: 67px;
    margin-bottom: -127px;
    float: right;
    margin-right: 140px;
}
.badge_self_eval {
    z-index: 10;
    position: relative;
    background-color: transparent;
    bottom: 62px;
    width: 67px;
    margin-bottom: -127px;
    float: right;
    margin-right: 70px;
}
.badge_final {
    z-index: 10;
    position: relative;
    background-color: transparent;
    bottom: 62px;
    width: 67px;
    margin-bottom: -127px;
    float: right;
}

    /*Evidence and Evaluation - Accordian Panel Customization*/
    
    .panel {box-shadow:none;border:none;}
    .panel-heading {padding:0px;}
    .panel-title { font-size: 10.5pt;
    color: #B6A16B;
    display: inline;
    font-weight: bold;
    text-transform: uppercase;}
    div.uncategorized > h4.panel-title {
    color: #ffffff;
}
    .accordian-link:link {color:#FFFFFF;}
    .accordian-link:hover {color:#C6C6C7;}
    .accordian-link:focus {color:#C6C6C7;}
    .accordian-link:active {color:#C6C6C7;}
    .panel-group {margin-bottom:0px;}
    .panel-group .panel + .panel {margin-top:2px;}
    .panel-body {background:#FFFFFF; padding: 0px 15px 15px 15px;}
    .panel-default > .panel-heading {background-color:transparent;}
    .panel-default > .panel-heading + .panel-collapse > .panel-body {border-top-color:transparent;}
    i.pull-left.glyphicon.glyphicon-chevron-right, i.pull-left.glyphicon.glyphicon-chevron-down {background: none;}
    .glyphicon {top:11px;color:#FFFFFF; padding-right: 6px; padding-left:6px;}
    .evalaccordion-sectionheader {font-family: Arial, Helvetica,'Roboto', sans-serif;font-size:15pt;color:#8E8F8E;}
    .uncategorized {background:#C6401B!important; padding: 5px 14px; border-radius:4px; min-height: 40px;}
    .categorized {
        background-color:#333333;
        color: #ffffff;
        padding: 5px 14px;
        border-radius:4px;
        min-height: 40px;
     }
     .newitem {color:#43c83c; font-weight:normal; padding-left:4px;}
     .evalbuttoncontainer {height:42px;margin-right:-15px;}
     .next, .previous, .submit {float:right;  border-radius: 4px!important;}
     .submitcontainer {margin-right:-3px!important; margin-top:20px!important;}
     .evidencecount {display:inline;float:right;padding-right:6px;font-size: 13px;
    padding-top: 3px;
    color: #ffffff;
    font-weight: normal;
    text-transform: capitalize;}
     div.accordion-group.expand {
        height: auto
    }

    /*Evidence and Evaluation - Evidence Item Classes*/

    .addevidence {padding-top:13px; color:#B6A16B;}
    .addevidence-text, .addgoal-text {font-size:12pt;padding-left:4px;}
    .addcap {color:#B6A16B;}
    .addgoal {width:100px;padding-top:13px; color:#B6A16B; float:right; margin-left: 20px;}
    .noevidence {margin:4px 0px 16px 0px; padding:10px 20px;left:14px;width:96%;border-radius:6px;color:#8E8F8E;}
    .loadedattachments {padding:6px 0px; margin:0px; border-top:1px solid #C1C1C1;}
    .progress-bar {background-color:#43c83c; border-radius:3px;}
    .evidencetoolpanel {display:block; float:right; position:relative; z-index: 2;}
    .evidenceedit, .evidencecomment {display:block; float:right; padding-right:6px;}
    .evidenceitem {border-bottom:1px solid #C1C1C1;padding-top:14px;margin-bottom:0px;border-bottom: 1px solid silver;}
    .evidenceitem:last-of-type {border-bottom:1px solid #FFFFFF;}
    .evidencedetail {padding:0px 0px 0px 75px; display:inline-block; position:relative;top:-29px;width:100%;}
    .evidencetype {font-weight:normal; color:#B6A16B;display:block; float:left;padding-left: 13px;position:relative;z-index:1}
    .evidencetype > span {font-size: 22px;}
    .evidencetitle { font-weight: bold;width:62%;margin-bottom:8px!important;}
    .evidencedescription {display: inline;}
    .evidencemodifieddate {padding-left: 6px;}
    span.evidencemodifieddate {}
    .evidenceoptionlabels {color:#000000; padding: 4px 12px 4px 0px; margin: 2px 0px 0px 0px;}
    .allocationlabels {color: #B6A16B; padding:4px 100px 4px 0px; position: relative; bottom: 0px;}
    .firstitemseparator {}
 

    /*Evidence and Evaluation - Attachment Item Classes*/

    .attachmentsection {padding:12px 0 0 0;}
    .attachmentgrouping {background-color: #efefef;border-radius: 4px;border: 1px dotted #C1C1C1;}
    .attachmentitems {  padding: 8px 0px 8px 0px;
  margin: 3px 12px; border-bottom:1px solid #C1C1C1;}
    .attachmentitems:last-of-type {  padding: 8px 0px 8px 0px;
  margin: 3px 12px;border-bottom:1px solid transparent;}
    .attachmenticon,.attachmentfilename, .attachmentloadeddate {display:inline-block; float:left;padding:4px 8px 0 0;}
    .attachmentloadeddate, .evidencemodifieddate {color:#C1C1C1;}
    .commentaddeddate {color:#C1C1C1;}
    a.attachmentlink:link {text-decoration:underline;}
    a.attachmentlink:active {text-decoration:underline;}
    a.attachmentlink:visited {text-decoration:underline;}
    a.attachmentlink:hover {text-decoration:underline;}
    a.attachmentlink.ng-binding {color:#777777;font-style:italic;}
    a.attachmentlink.ng-binding:link {color:#000000;}
    a.attachmentlink.ng-binding:active {color:#000000;}
    a.attachmentlink.ng-binding:visited {color:#000000;}
    a.attachmentlink.ng-binding:hover {color:#C6401B;}
    

    a.downloadlink {float:right;padding-right:12px;}

    /*Evidence and Evaluation - Evidence Icon Classes*/

    .attachmenticon {width:43px;height: 30px; padding: 0 8px;}
    i[class*="icon-"] {display: block;background-image: url(../../images/docicon_sm_transbg.png);width:30px;height:31px;}
    .icon-ZIP, .icon-application\/zip, .icon-application\/x\-zip, .icon-\*\.zip, .icon-application\/octet\-stream, .icon-application\/x\-rar\-compressed {background-position: -11px -82px;}
    .icon-AI, .icon-application\/postscript {background-position: -11px -6px;}
    .icon-EPS, icon-application\/postscript {background-position: -45px -6px;}
    .icon-PDF, .icon-application\/pdf {background-position: -77px -6px;}
    .icon-PSD, icon-image\/vnd\.adobe\.photoshop {background-position: -109px -6px;}
    .icon-TIF, .icon-image\/tiff {background-position: -142px -6px;}
    .icon-JPG, .icon-image\/jpeg {background-position: -11px -45px;}
    .icon-PPT, .icon-PPTX, .icon-application\/vnd\.ms\-powerpoint, .icon-application\/vnd\.openxmlformats\-officedocument\.presentationml\.presentation, .icon-application\/vnd\.ms\-publisher, .icon-application\/x\-mspublisher {background-position: -45px -45px;}
    .icon-DOC, .icon-DOCX, .icon-application\/msword, .icon-application\/vnd\.openxmlformats\-officedocument\.wordprocessingml\.document {background-position: -77px -45px;}
    .icon-XLS, .icon-XLSX, .icon-CSV, .icon-application\/excel, .icon-application\/vnd\.openxmlformats\-officedocument\.spreadsheetml\.sheet, .icon-application\/vnd\.ms\-excel {background-position: -109px -45px;}
    .icon-EML, .icon-message\/rfc822 {background-position: -142px -45px;}
    .icon-MP3, .icon-audio\/mp3, .icon-video\/mp3 {background-position: -45px -82px;}
    .icon-GIF, .icon-image\/gif {background-position: -77px -82px;}
    .icon-PNG, .icon-image\/png {background-position: -109px -82px;}
    .icon-HTML, icon-image\/html {background-position: -142px -82px;}
    .icon-SVG, .icon-image\/svg\+xml {background-position: -11px -119px;}
    .icon-TXT, .icon-text\/plain {background-position: -45px -119px;}


    /*Evidence and Evaluation - Comment Item Classes*/

    .commentssection {padding:12px 0 0 0}
    .commentgrouping {background-color: linen;border-radius: 4px;border: 1px dotted #C1C1C1;}
    
    .commentitems {padding: 0px 0px 0px 0px;margin: 4px 12px; border-bottom:1px solid #C1C1C1;}
    .commentitems:last-of-type {border-bottom:1px solid transparent}
    .commentdetail {padding:10px 6px;font-style: italic;}
    .commentaddeddate {font-style:normal;}

    /*Evidence and Evaluation - Move Evidence Classes - */
    .moveevidence_header {background: #cccccc; width: 100%; padding: 8px 16px; border-radius: 4px;}
    .moveevidence_headerlink {text-align:right}
    .moveevidence_headerlabel {text-align: left; text-transform:uppercase;font-weight:bold;float:left}
    .moveevidence_sectionheader {color: #B6A16B;text-transform: uppercase;padding: 8px 0px}

    /*Evidence and Evalution - Self Evaluation Classes*/
    .evaluationquestionpanel {
        padding: 14px 38px;
        margin: 0px 0px 12px 0px;
        border-radius: 4px;
        border: 1px solid #ddd;
    }

    /*Evidence and Evaluation - Flag Evidence Classes*/

.evidenceflag, .thumbsupflag, .thumbsdownflag {
    //display:none
    display: block;
    float: right;
    padding-right: 0px;
}

.evidenceflag i, .thumbsupflag i, .thumbsdownflag i {
    font-size: 25px;
    color: orange;
    padding-right: 6px;
}

/**/
.evaluationquestiontitle {
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 13px !important;
    margin-bottom: 22px !important
}

.green{
    color: green;
}

.comment-icon {
    font-size: 17px;
    margin-left: 5px;
    color: black !important;
}

.goalstatus{
    float: right;
    margin-right: 15px;
    margin-top: 10px;
    width: 100px;}
/*.goalachievementstatusheader {display:none}
.goalachievementstatusheader:first-of-type {display:block}*/

.disabled {
    //pointer-events: none;
    cursor: not-allowed;
} 


.summaryquestionpanel {
    padding: 14px 14px;
    margin: 12px -15px 12px 0px;
    border-bottom: 1px solid #c1c1c1;
}
    h3.percentagevalue {font-weight:bold; padding-top:0px; padding:0px; float:right; line-height:normal;}
    .selectratingDD {width:100%; border: 1px solid #ccc !important;}
    .evaluationquestion-footer {margin:12px 0px 0px 0px; float:right;}
    .evalevidencepanel-thinline {background-image: linear-gradient(to bottom, #CACBCD 0%, #FBFBFB 76%); height:6px; margin-top:14px;}
    .evalevidencepanel {background-image: linear-gradient(to bottom, #CACBCD 32%, #FBFBFB 76%);padding: 2px 6px;border-radius: 4px; border: 1px solid silver;}
    .evalevidencepanel-title {text-align:center;font-size:13px;color:color#8E8F8E;width:100%;height:32px;}
    .evaluationsummarysectiontitle {font-weight:bold;text-transform:uppercase;color:#000000;;padding-top: 13px!important;margin-bottom: 22px!important}
    .evaluationsummarycomment {font-style:italic;}
    h3.summarypercentagevalue {font-weight:bold; padding-top:0px; padding:0px; float:right; line-height:normal;white-space:nowrap}
    .summarypercentagevalueextra {position:relative; font-size: 1em; left:4px;}
    .scoresectionlabel {width:225px;background:antiquewhite;text-align:center;color:#000000;float:right;margin-top:20px;padding: 7px;-moz-border-radius: 0px;-webkit-border-radius: 3px 3px 0px 0px;border-radius: 3px 3px 0px 0px;}
    .scoreratingcontainer {width:225px;background:#efefef; text-align:center;color:#000000;float:right;}
    h3.score {font-weight:bold;color:#000000; padding-top:6px;}
    .scoreextra {font-weight:bold; color:#000000; padding-top:6px; font-size:1em;}
    .row.scorelabel {color:#000000; width:225px; text-align:center;float:right;}
    .summarytotalcontainer {padding-top: 0px;margin: 0px -15px 20px 0px;background: linen;border-radius: 4px;}
    h3.summarytotallabel {font-weight:bold;color:#000000; padding: 14px 44px 14px 14px;}
    h3.summaryfinalcalculation {font-weight:bold;color:#000000;  padding: 14px 14px; text-align:right;}
    
    /*Evidence and Evaluation - Goals*/
    
    .nextyeargoalspanel {background:#F7F9D4;margin: 12px -15px 12px -15px ;border-radius: 4px;}
    .goalssectiontitle {font-weight:bold; color:#000000; text-transform:uppercase; background:#F1F4B1;padding: 14px 38px;}
    .goalitemtitle {font-weight:bold; padding: 14px 38px 0px 38px;}
    .goalssectiondescription {padding: 0px 38px 6px 38px;}
    .goalssectiondescription:last-of-type {padding: 0px 38px 38px 38px;}
    .currentyeargoalitemtitle {font-weight:bold; padding: 14px 0px 0px 0px;}
    .currentyeargoalitemindicator { padding: 0px 0px 12px 0px;}
    .currentyeargoalitemdescription {padding: 0px 0px 6px 0px;}
    .currentyeargoalitemdescription:last-of-type {padding: 0px 0px 14px 0px;}  
    .addgoalnote {padding:16px 14px;}
    .goalitem {padding:14px 14px 0px 14px;margin-bottom:0px;}
    .goaltoolpanel {}
    .goaledit {display:block; float:right; padding-right:12px;padding-top:10px;}
    .goalitemindicator {padding: 0px 38px 12px 38px;}
    .previous2 {top: 77px;position: relative;float:right;  border-radius: 4px!important;}


    /*Evidence and Evaluation - CourseEvaluationData*/

    .courseevaluationcontainer {}
    .courseevaluationheadercontainer {margin: 4px 0px 2px 0px;clear: both;border-radius: 4px; background:#efefef;}
    .courseevaluationheader {padding: 3px 0px 3px 0px;margin: 0px 0px 0px 0px;color: #000;}
    .courseevaluationheader:last-of-type {padding: 3px 0px 3px 0px;margin: 0px 0px 0px 0px;color: #000;text-align:right;}
    .courseevaluationitemcontainer {clear: both; border-radius: 4px; border-bottom: 1px solid #C1C1C1;background:#E9EAEB;}
    .courseevaluationitem {padding: 6px 0px;}
    .courseevaluationitem:last-of-type {text-align:right;}
    .questionscorecontainer {padding:12px 0px 12px 0px; border-bottom: 1px solid #efefef;}
    .questionlabel {font-style:italic;}
    .questionscore {content:"";  text-align: right;}
    .rotate90 {    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);}



    /*FAQ and Standards*/

    .fs1 {border:1px dotted #8E8F8E; border-radius:8px;padding: 16px 40px 22px 40px; margin:12px 0px; }
    .fs2 {padding: 16px 40px 22px 40px; background:#efefef;margin:12px 0px; border-radius:8px;}
    .pi {color:#B6A16B;}
    .back_button {
        margin-top: -31px;
        margin-bottom: 21px;
        margin-left: 8px;
        color: #777777;
        text-decoration: underline;
        padding: 2px 8px 2px 8px!important;
    }
    .anchor {
        display:block;
        height:100px;
        margin-top:-100px;

    }
      
    .pdfContainer  {

        min-height:50px;
        width:82%;
        padding-left: 15px;
        padding-right: 15px;
        float:right;
    }
    .pdfInline {
        width:800px; 
        height:600px;
    }

    /*Evidence and Evaluation - CAP Indicator*/
    #leftnav_sectionheaderskewedbg_1 {
    margin: 0 0 0 0;
    position: relative;
    padding: 0px 16px;
    border-top: 40px solid #B6A16B;
    border-left: 0px solid transparent;
    border-right: 12px solid transparent;
    height: 0;
    width: 106%;
    float: left;
}
    .evalcap_elementtitle {
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 0px;
    padding-top: 0px;
    position: relative;
    top: -37px;
}
span.evalcap_elementtitle {
    padding-right: 6px;
    margin-left: -24px;
}
ul.evalcap_versionitem {
    -webkit-padding-start: 0px;
    width: 100%;
}

li.evalcap_versionitem {
    border-top: 1px solid #EFEFEF;
    list-style-type: none;
    padding: 12px 0px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: -.5px;
    line-height: 19px;
}

li.evalcap_versionitem:first-of-type {
    border-top: 0px solid #EFEFEF;
    list-style-type: none;
    padding: 12px 0px;
        text-transform: uppercase;
    font-weight: bold;
    letter-spacing: -.5px;
    line-height: 19px;
}
    .evalcap_container {padding-left:26px;padding-top:20px;max-width:270px}
    .evalcap_statuscontainer,.evalnav_container {margin-left:4px;padding-top:0px;float:left;width:100%;}
    .evalcap_statusheadertext {background-color:#555555;text-align:center;color:#ffffff;text-transform:capitalize;padding:4px;border-top-left-radius:4px;border-top-right-radius:4px;font-size: 13px;margin-right: -4px;}
    .evalcap_statusrowcontainer {padding:6px;border-bottom:1px solid silver;display:block;float:left;width:100%;}
    .evalcap_statuscontentleft {display:inline-block;padding:0px;}
    .evalcap_statuscontentright {display:inline-block;float:right;white-space:nowrap;text-align:right;padding:0px;}

    /*Evidence and Evaluation - Left Navbar */

    .evalnav {padding-top:24px;max-width: 310px;}
    ul.evalnav-bullet {list-style-image: url('/images/SidebarArrow.png');}
    

    /*Academic Admin - Direct Report Listing and Dashboard*/
    .druserborder {background: #B6A16B;width: 124px;height: 124px;border-radius: 62px;position: relative;display:inline-block;text-align:center;}
    #useravatar {position:relative; top:4px; display:inline-block; z-index: 2; }
    .useravatar {height:116px!important; width:116px!important; border-radius: 58px; border:3px solid white;}
    .drpagetitle {display:inline-block; padding:0px;position:relative;top: 20px;left:0px;}
    #nonefound,#requestpending {font-size: 20pt; font-weight: bold; margin-top: 20pt; text-align: center;}
    #directReportsSelectFilters {padding-left: 15px;padding-top:12px}
   

    .drsearchbox {width:400px; margin-top:12px;}
    .drbgcontainer {padding:0px 12px 0px 0px; border-radius:4px;}
    .drbgcontainer.nostatus {padding:12px; background: transparent;min-width: 142px;}
    .drbgcontainer.exempt {padding:12px; background: transparent;min-width: 142px;border:1px solid silver}
    .drbgcontainer.complete {padding:12px; background: #EFF2A7;}
    .drbgcontainer.incomplete {padding:12px; background: #FDDFB3;}
    .drbgcontainer.unavailable {padding:12px; background: #D6D6D6;}
    .directreportavatar {height:60px!important; width:60px!important; border-radius: 30px; border: 2px solid grey; }
    .directreportavatarcontainer {display:inline-block;vertical-align: top;padding-top:6px;padding-left:10px}
    a.directreportlink {font-weight:bold; color:#B6A16B}
    .directreportemployeename {padding-left:12px;display:inline-block;width:100%}
    .directreportevaluatorselect {border-radius: 2px!important;width:100%}
    .directreportevalfilterselect {border-radius: 2px!important}
    .directreportevaltype {padding-bottom:8px!important}
.directreportheader_duedate {
    font-weight: normal;
    font-size: 14px;
    color: #000000;
}
.directreportattribute {
    font-weight: bold;
    font-size: 20px;
    color: #000000;
}
    .directreportattributelabel {font-size:9pt}
    .directreport_capindicator {text-align: center;background-color: #C6401B;color: #fff;position: relative;top: -15px;border-radius:4px;font-weight:bold;font-size:11px;padding:2px}


    th.header.sortable {background:#E9EAEB;font-weight:normal;}
    .thead.ng-scope {background:#101010!important;color:#FFFFFF;}
    .ng-table th.sortable .sort-indicator:after, .ng-table th.sortable .sort-indicator:before {color:#FFFFFF;}
    .evaltype-sectionheader{font-family: Arial, Helvetica,'Roboto', sans-serif;font-size:15pt;color:#8E8F8E;}

  
   
    /*Academic Admin - Final Evaluation Classes*/
    .questionpanel {padding: 20px 38px;margin: 12px -15px; background:#efefef;border-radius:4px;}
    .scoreratingcontainer2 {width:225px;background:#FFFFFF; text-align:center;color:#000000;float:right;padding-bottom:15px;}
    .evidenceoptionlabels2 {color:#000000; padding:4px 12px; background:#efefef; margin:2px 0px 8px 0px;}
    .percentselectorcontainer {padding:16px 0px 20px 0px;}
    .percentselectordescription {padding:12px 14px;border-top:1px solid #C1C1C1;}
    .percentselectorlabel {font-weight:bold;padding-top:5px;}
    .selectvalueDD {}
    .selectindicatorDD {float:left;}
    .scorelabel.ng-binding {padding:12px 12px;position: relative;}


    /* Admin Left Navbar */

    .navbar {background: #E9EAEB;min-height: 60px;}
    .navbar .container {width: 97% !important;min-height:60px;padding-top:13px;}
    .navbar .nav > li > a {font-size: 14px !important;color: #9d9d9d;}
    .navbar i {margin-right: 3px;}
    .navbar .caret {border-top-color: #fff !important;border-bottom-color: #fff !important;}
    .navbar .nav-user-pic {width: 20px;margin-right: 10px;}
    .navbar .badge { margin-left: 5px;}
    .navbar-brand small {display:block;font-size:12px;}
    a.navbar-brand.insighteduappmenu,a.navbar-brand.insighteduappmenu:hover,a.navbar-brand.insighteduappmenu:visited  {height: 60px;background-color:#B6A16B}
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {color: #fff;background-color: transparent}
    .navbar .divider-vertical {height: 20px;margin: 0 9px;margin-top: 17px;border-right: 1px solid #ffffff;border-left: 1px solid #efefef;}
    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {background-color:transparent;}


    .navbar-inverse .divider-vertical {border-right-color: #888;border-left-color: #888;}


    @media (max-width: 767px) {
        .navbar-collapse .nav > .divider-vertical {
        display: none;
        }

    }

   


/* Sidebar */

.sidebar {
    width: 180px;
    float: left;
    display: block;
    background: #333333;
    color: #eee;
    position: relative;
}

    .sidebar hr {
        border-bottom: 1px solid #333 !important;
    }

    .sidebar ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

        .sidebar ul li {
            list-style-type: none;
        }

    .sidebar .sidebar-inner {
        display: block;
        width: 100%;
        margin: 0 auto;
        position: absolute;
        z-index: 60;
        background: #333333;
    }

    .sidebar .navi li i {
        margin-right: 5px;
    }

    .sidebar .navi li span i {
        margin: 0;
    }

    .sidebar .navi > li > a {
        display: block;
        padding: 12px 20px;
        font-size: 15px;
        line-height: 25px;
        color: #fff;
        text-decoration: none;
        border-bottom: 1px solid #222;
        background-color: #333333;
    }

        .sidebar .navi > li > a:hover, .sidebar .navi > li.open > a {
            border-bottom: 1px solid #222;
            background-color: #222;
            color: #fff;
        }

    .sidebar .navi li ul {
        display: none;
        background: #181818;
    }

    .sidebar .navi li.open ul {
        display: block;
    }

    .sidebar .navi li ul li a {
        display: block;
        background: none;
        padding: 10px 0;
        padding-left: 30px;
        text-decoration: none;
        color: #999;
        border-bottom: 1px solid #222;
    }

    .sidebar .navi li ul li.active a {
        background: #131313;
        border-bottom: 1px solid #222;
    }

    .sidebar .navi li ul li a:hover {
        background: #131313;
        border-bottom: 1px solid #222;
    }

    /* Sidebar colors */

    .sidebar .navi > li.norange > a:hover,
    .sidebar .navi > li.open.norange > a,
    .sidebar .navi > li.current.norange > a {
        background: #B6A16B !important;
        -webkit-transition: background 0.5s ease;
        -moz-transition: background 0.5s ease;
        -o-transition: background 0.5s ease;
        transition: background 0.5s ease;
    }

    .sidebar .navi > li.nblue > a:hover,
    .sidebar .navi > li.open.nblue > a,
    .sidebar .navi > li.current.nblue > a {
        background: #1171a3 !important;
        -webkit-transition: background 0.5s ease;
        -moz-transition: background 0.5s ease;
        -o-transition: background 0.5s ease;
        transition: background 0.5s ease;
    }

    .sidebar .navi > li.ngreen > a:hover,
    .sidebar .navi > li.open.ngreen > a,
    .sidebar .navi > li.current.ngreen > a {
        background: #43c83c !important;
        -webkit-transition: background 0.5s ease;
        -moz-transition: background 0.5s ease;
        -o-transition: background 0.5s ease;
        transition: background 0.5s ease;
    }

    .sidebar .navi > li.norange > a:hover,
    .sidebar .navi > li.open.norange > a,
    .sidebar .navi > li.current.norange > a {
        background: #B6A16B !important;
        -webkit-transition: background 0.5s ease;
        -moz-transition: background 0.5s ease;
        -o-transition: background 0.5s ease;
        transition: background 0.5s ease;
    }

    .sidebar .navi > li.nred > a:hover,
    .sidebar .navi > li.open.nred > a,
    .sidebar .navi > li.current.nred > a {
        background: #fa3031 !important;
        -webkit-transition: background 0.5s ease;
        -moz-transition: background 0.5s ease;
        -o-transition: background 0.5s ease;
        transition: background 0.5s ease;
    }

    .sidebar .navi > li.nviolet > a:hover,
    .sidebar .navi > li.open.nviolet > a,
    .sidebar .navi > li.current.nviolet > a {
        background: #932ab6 !important;
        -webkit-transition: background 0.5s ease;
        -moz-transition: background 0.5s ease;
        -o-transition: background 0.5s ease;
        transition: background 0.5s ease;
    }

/* Sidebar dropdown */

    .sidebar .sidebar-dropdown* {
        text-decoration: none;
    }

    .sidebar .sidebar-dropdown {
        display: none;
    }

        .sidebar .sidebar-dropdown a {
            color: #ddd;
            background-color: #343434;
            padding: 6px;
            text-transform: uppercase;
            text-align: center;
            font-size: 13px;
            display: block;
            border-top: 1px solid #666;
            border-bottom: 1px solid #333;
        }

            .sidebar .sidebar-dropdown a:hover {
                text-decoration: none;
            }

    /* Sidebar widget */

    .sidebar .sidebar-widget {
        padding: 10px 5px;
    }

    .sidebar .ui-datepicker {
        width: 95%;
        margin: 0 auto;
        background: #333333;
        color: #888;
        border: 0;
        padding: 0;
    }

    .sidebar .ui-datepicker-header {
        background: #222;
        border: 1px solid #212121;
    }

    .sidebar .ui-datepicker-prev:hover {
        background: transparent;
        border: 0;
        top: 2px !important;
        left: 2px !important;
    }

    .sidebar .ui-datepicker-next:hover {
        background: transparent;
        border: 0;
        top: 2px !important;
        right: 2px !important;
    }

    .sidebar .ui-state-default {
        background: #222;
        border: 0;
        text-align: center;
        color: #ccc;
    }

        .sidebar .ui-state-default:hover {
            background: #282828;
            color: #999;
        }

    .sidebar .ui-state-hightlight, .sidebar .ui-state-active {
        background: #444;
    }

/* Main */

.mainbar {
    position: relative;
    margin-left: 180px;
    margin-right: 0;
    width: auto;
    background: #fff;
    min-height: 900px;
}

    .mainbar .container {
        width: 100%;
        padding: 0px 0px !important;
        margin-top:122px;
    }

    .mainbar-no-left-margin {
        margin-left: 0;
        width: 100%;
        padding: 0px 0px !important;
        margin-top:122px;
    }


/* Pagination*/

.pagination {
    margin: 10px 0 5px 0;
}

    .pagination ul > li > a, .pagination ul > li > span {
        border: 1px solid #ccc;
        margin-right: 3px;
        padding: 3px 8px;
        background-color: #fff;
        color: #666;
    }

        .pagination ul > li > a:hover {
            color: #333;
            background: #fafafa;
        }

/* Page head */

.mainbar .page-head {
    padding: 15px 20px;
    border-bottom: 1px solid #fff;
}

.mainbar .page-meta {
    font-size: 13px;
    line-height: 15px;
    margin-left: 2px;
    display: block;
}


/* Matter */

.mainbar .matter {
    border-top: 0px solid #ddd;
    margin: 2em;
}

.matter {margin:122px 0px;}

/* Widget */

.widget {
    margin-top: 10px;
    margin-bottom: 20px;
    background: #fff;
}

    .widget hr {
        margin: 4px 0;
        padding: 4px 0;
        border-top: 0;
        border-bottom: 1px solid #ddd;
    }

    .widget .table {
        margin: 0;
        width: 100%;
    }

    .widget .table-bordered {
        border: 0;
    }

        .widget .table-bordered th {
            border-bottom: 1px solid #ccc !important;
        }

        .widget .table-bordered td {
            border-top: 0 !important;
            border-bottom: 1px solid #ccc !important;
        }

            .widget .table-bordered td:first-child, .widget .table-bordered th:first-child {
                border-left: 0;
            }

    .widget .padd {
        padding: 15px;
    }

    .widget .widget-head {
        background-color: transparent;
        border: 1px solid transparent;
        color: #777;
        font-size: 18px;
        padding: 12px 15px;
    }

        .widget .widget-head .widget-icons i {
            font-size: 14px;
            margin: 0 4px;
        }

        .widget .widget-head .widget-icons a {
            color: #aaa;
        }

            .widget .widget-head .widget-icons a:hover {
                color: #888;
            }

    .widget .widget-content {
        /*border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;*/
        border-left: 1px solid transparent;
        border-right: 1px solid transparent;
        border-bottom: 1px solid transparent;
    }

    .widget .widget-foot {
        /*background-color: #f9f9f9;
        border: 1px solid #ddd;*/
        background-color: transparent;
        border: 1px solid transparent;
        border-top: 0;
        padding: 8px 15px;
        font-size: 13px;
        color: #555;
    }

    /* Widget colors */

    .widget.wred .widget-head {
        background-color: #fa3031;
        border: 1px solid #fa3031;
        color: #fff;
    }

    .widget.wlightblue .widget-head {
        background-color: #52b9e9;
        border: 1px solid #52b9e9;
        color: #fff;
    }

    .widget.wblue .widget-head {
        background-color: #1171a3;
        border: 1px solid #1171a3;
        color: #fff;
    }

    .widget.wgreen .widget-head {
        /*background-color: #43c83c;
         border: 1px solid #43c83c;*/
        background-color:#8E8F8E;
        border: 1px solid #8E8F8E;
        color: #fff;
    }

    .widget.worange .widget-head {
        background-color: #f88529;
        border: 1px solid #f88529;
        color: #fff;
    }

    .widget.wviolet .widget-head {
        background-color: #932ab6;
        border: 1px solid #932ab6;
        color: #fff;
    }

        .widget.wdarkgrey .widget-head {
        background-color: transparent;
        border: 1px solid transparent;
        color: #fff;
    }
        .widget.wred .widget-head .widget-icons a,
        .widget.wblue .widget-head .widget-icons a,
        .widget.wlightblue .widget-head .widget-icons a,
        .widget.worange .widget-head .widget-icons a,
        .widget.wgreen .widget-head .widget-icons a,
        .widget.wviolet .widget-head .widget-icons a ,
        .widget.wdarkgrey .widget-head .widget-icons a {
            color: #fff;
        }

            .widget.wred .widget-head .widget-icons a:hover,
            .widget.wblue .widget-head .widget-icons a:hover,
            .widget.wlightblue .widget-head .widget-icons a:hover,
            .widget.worange .widget-head .widget-icons a:hover,
            .widget.wgreen .widget-head .widget-icons a:hover,
            .widget.wviolet .widget-head .widget-icons a:hover {
                color: #eee;
            }

    /* Widget white extras */

    .widget .nav-tabs > li a {
        padding: 5px 10px;
    }

    .widget .nav-tabs {
        margin-bottom: 5px;
    }

    .widget .tab-content {
        margin-bottom: 10px;
    }





/*HR Classes*/

.ng-table th {text-align:left;}
.text-info {color:inherit;}
.pagetitle {float:left; font-size:2em; padding-right:20px; padding-top:4px;padding-bottom:12px;font-weight:bold; width:100%;color:#000000}
.HRsearchbox {width:400px;}
.hrlistuseravatar {height:40px!important; width:40px!important; border-radius: 20px; border: 2px solid grey;}
.hrfieldlabel {text-align:right;}
.hrfieldlabelID {text-align:right;padding-top:12px;}
.hrfielddata {font-weight:bold;}



/*   */
.row.vertical-divider {
  overflow: hidden;
}
.row.vertical-divider > div[class^="col-"] {
  text-align: center;
  padding-bottom: 100px;
  margin-bottom: -100px;
  border-left: 1px solid #131313;
  border-right: 1px solid #131313;
}
.row.vertical-divider div[class^="col-"]:first-child {
  border-left: none;
}
.row.vertical-divider div[class^="col-"]:last-child {
  border-right: none;
}

/* Today datas */

.today-datas {
    list-style-type: none;
    padding: 0;
    margin: 10px 0;
}

    .today-datas li {
        display: inline-block;
        margin-bottom: 5px;
        margin-right: 10px;
        padding: 1.5em 1em;
        background-color: #f8f8f8;
        background: #f8f8f8;
        border: 1px solid #ccc;
        max-width: 100%;
        text-align: center;
    }

        .today-datas li .spark {
            margin-right: 10px;
        }

        .today-datas li .datas-text {
            font-size: 13px;
            padding: 7px 0 0 0;
            font-weight: normal;
        }

            .today-datas li .datas-text span {
                display: block;
                font-size: 24px;
                margin-bottom: 5px;
            }

        .today-datas li i {
            font-size: 50px;
            margin-right: 10px;
        }

        .today-datas li .dial {
            margin-right: 10px !important;
        }

/* Toggle button */

.toggle-button span {
    font-size: 13px !important;
}

/* Gallery */

.gallery img {
    max-width: 170px;
    margin: 5px;
}





/* Responsive */

@media (max-width: 480px) {
    .mainbar .page-head h2 {
        float: none;
    }

    .mainbar .bread-crumb {
        float: none;
        margin-top: 10px;
    }

    .col-left {
        width: 100%;
        float: none;
        margin-right: 0;
    }

    .col-right {
        width: 100%;
        float: none;
    }
}

@media (max-width: 767px) {
    body {
        margin: 0 auto;
    }

        body .container {
           width:90%;
            padding-left: 15px;
            padding-right: 15px;
        }

        .container {margin-left:25px;}

        .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
          margin-right: -24px;
          margin-left: -32px;
        }

        .addevidence {width:auto;padding-bottom:5px;padding-top:13px;}
        .addgoal {padding-bottom:5px;padding-top:13px;}
        .evalaccordion-sectionheader {top: 31px;position: relative;}

    .content {
        margin-left: 0px;
        margin-right: 0px;
    }

    .mainbar .matter {
        padding-left: 20px;
        padding-right: 20px;
    }

    .form-inline button {
        margin-left: 0;
    }

    .navbar {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .nav-collapse .dropdown-big .dropdown-menu {
        color: #bbb !important;
    }

        .nav-collapse .dropdown-big .dropdown-menu a {
            color: #ccc !important;
            padding-left: 0 !important;
            padding-right: 0 !important;
        }

            .nav-collapse .dropdown-big .dropdown-menu a:hover {
                color: #aaa !important;
            }

        .nav-collapse .dropdown-big .dropdown-menu h5 {
            color: #eee !important;
        }

    .nav-collapse .dropdown-menu {
        padding: 10px 10px !important;
    }

        .nav-collapse .dropdown-menu a {
            color: #fff !important;
        }

            .nav-collapse .dropdown-menu a:hover {
                background: transparent !important;
            }

        .nav-collapse .dropdown-menu hr {
            border-top: 0 solid #eee;
            border-bottom: 1px solid #333;
        }

    .sidebar {
        float: none;
        width: 100%;
    }

        .sidebar .sidebar-dropdown {
            display: block;
        }

        .sidebar .sidebar-inner {
            display: none;
        }

        .sidebar .sidebar-widget {
            text-align: center;
        }

    .mainbar {
        margin: 0;
        float: none;
    }

    .today-datas {
        text-align: center;
    }
    .subheader-loggedinas {
        padding: 10px 15px 10px 15px;
        float: left;
        width: 100%;
        background: #ffffff;
        margin-top: 7px;
    }
    .section_one_four {
        min-height: 425px;
        border-left-color: #ffffff;
    }
    .homefunction {
        margin-top:20px
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .form {
        margin: 0 !important;
    }

    form .control-group {
        margin: 0 !important;
    }

    form .control-label {
        float: none !important;
        width: auto !important;
        text-align: left !important;
    }

    form .controls {
        float: none !important;
        margin-left: 0 !important;
    }

    form .form-actions {
        padding-left: 0 !important;
    }

    .navbar {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .nav-collapse .dropdown-big .dropdown-menu {
        color: #bbb !important;
    }

        .nav-collapse .dropdown-big .dropdown-menu a {
            color: #ccc !important;
            padding-left: 0 !important;
            padding-right: 0 !important;
        }

            .nav-collapse .dropdown-big .dropdown-menu a:hover {
                color: #aaa !important;
            }

        .nav-collapse .dropdown-big .dropdown-menu h5 {
            color: #eee !important;
        }

    .nav-collapse .dropdown-menu {
        padding: 10px 10px !important;
    }

        .nav-collapse .dropdown-menu a {
            color: #fff !important;
        }

            .nav-collapse .dropdown-menu a:hover {
                background: transparent !important;
            }

        .nav-collapse .dropdown-menu hr {
            border-top: 0 solid #eee;
            border-bottom: 1px solid #333;
        }

    .sidebar {
        width: 180px_medium;
    }

    .mainbar {
        margin-left: 180px_medium;
    }
      .addevidence {width:auto;padding-bottom:5px;padding-top: 0px;}
        .addgoal {padding-bottom:5px;padding-top: 2px!important;}
}

@media (min-width: 1178px) and (max-width: 1199px){
      .addevidence {width:auto;padding-bottom:5px;padding-top: 0px;}
        .addgoal {padding-bottom:5px;padding-top: 3px!important;}

}

/*#region Widgets */

/* maps */

.map iframe {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

/* maps ends */

/* Users starts */

.user h6 {
    line-height: 17px !important;
}

.user {
    font-size: 12px !important;
    line-height: 20px !important;
}

    .user img {
        max-width: 70px;
        margin-top: 10px;
        cursor: pointer;
    }

    .user .user-pic {
        float: left;
        width: 80px;
    }

    .user .user-details {
        margin-left: 85px;
    }

    .user .btn {
        font-size: 11px !important;
    }

/* Users ends */


/*#endregion */



















/*#region Override background color theme */

/*For Bootstrap 3*/
.nav, .pagination, .carousel, .panel-title a { cursor: pointer; }

body {
    background-color: #FFF;
}

.navbar-inverse {
    background-color: #333;
}

.sidebar-widget form {
    margin: 0em -1em;
}

.sidebar .navi > li > a {
    background-color: #333 !important;
}

.sidebar .navi li ul li a {
    color: #fff;
}

    .sidebar .navi li ul li a:hover {
        color: #52b9e9;
    }

    .sidebar .navi li ul li a:disabled {
        color: #999;
    }

.navbar-inverse .btn-navbar {
    background-color: #333;
}

    .navbar-inverse .btn-navbar:hover {
        background-color: #333;
    }

    .navbar-brand {
            float: left;
    /*height: auto;*/
    padding: 0px 15px;
    font-size: 14px;
    line-height: 20px;
    }

.sidebar {
    margin-top: -2px;
}

    .sidebar .sidebar-inner {
        background-color: #333;
    }

.sidebar-filler {
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    background-color: none;
    width: 180px;
}

/*#endregion */

/* #region Main Styles */

ul.image-group {
  padding:0 0 0 0;
  margin:0 0 0 0;
}
ul.image-group li {
  list-style:none;
  margin-bottom:25px;
}

.ng-cloak {
    display: none !important;
 }

select > option {
    color: black;
}

input.form-control,
select.form-control,
textarea.form-control {
    /*width: 205px;*/
    display: inline;
    display: block;
    width: 50%;
    max-width: 30em;
}

.widget .padd {
    /*margin-bottom: 0;*/
    /*padding: 1em 0;*/
    height: 12em;
}

    .widget .padd.padd-tight {
        padding: 6px;
    }

.list-flow.list-flow-tight {
    width: 90px;
}


.map {
    height: 228px;
}

.btn > i {
    margin-right: 8px;
}

.btn {
    margin-right: 4px;
    margin-left: 4px;
      border-radius: 4px!important;
}

    .btn.btn-notext > i {
        margin-right: 0;
    }

.btn-group{
    margin: .2em;
}


small {
    font-size: 14px;
}

.text-subtle {
    color: #b7b7b7;
}

.page-title-subtle {
    color: white;
}

.page-title {
    color: #EEE;
    margin-right: 12px;
}

.right {
    clear: right;
    float: right;
}

.widget-content .padd:hover {
    cursor: pointer;
    color: white;
    background-color: #52b9e9;
}

    .widget-content .padd:hover * {
        color: white;
    }

.list-flow {
    margin: 6px;
    float: left;
    width: 110px;
    height: 120px;
    border-bottom: solid 0 transparent;
    padding: 1.5% .5%;
}

.name-stack h5 {
    text-align: center;
    padding: 0;
    margin: 0;
    line-height: 18px !important;
}


.search-query {
    margin: 2px auto 8px auto !important;
}

.fa-search {
    color: #FFFFFF;
}

.form-search {
    min-height: 2em;
}

.input-group[class*="col-"] {
    width: 80%;
    margin: 0 1.5em;}

.user .user-pic {
    display: block;
    margin: auto;
}

.user .user-details {
    margin-left: 100px;
    margin-right: 10px;
}

.widget-content {
    padding: 1em;
    margin: 0;
}

.stacked {
    float: none !important;
    display: block;
    margin: auto;
}

.navbar .navbar-brand {
    /*background: url(../images/gg.png) no-repeat left top !important;*/
    margin: 0 0;
    height: 50px;
}

.navbar-fixed-top {
    border: none;
}

#navIndicator {
    height: 3px;
    /*background-color: #B6A16B;*/
    background-color: transparent;
    position: fixed;
    top: 47px;
    left: 100%;
    right: 0px;
    will-change: left, right;
    width: auto;
    display: none;
}

.navbar .brand-title {
    /*margin-left: 4em;*/
    color: #FFFFFF;
    font-family: Arial, Helvetica,'Roboto', sans-serif;
    font-size:20pt;
    letter-spacing: -2px;
    text-transform:uppercase;

}

.navbar-logo img {
    height: 20px;
}

.today-datas li {
    padding: 20px 14px;
    height: 9em;
}

/*#region Splash */
#splash-page {
    z-index: 99999 !important;
    display:none;
}

    #splash-page .bar {
        width: 100%;
    }

.page-splash {
    z-index: 99999 !important;
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    opacity: .9;
    pointer-events: auto;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.page-splash-message {
    text-align: center;
    margin: 20% auto 0 auto;
    font-size: 400%;
    font-family: Arial, Helvetica,'Roboto', sans-serif;
    font-weight: normal;
    -webkit-text-shadow: 2px 2px #000000;
    text-shadow: 2px 2px #000000;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.15);
    text-transform: uppercase;
    text-decoration: none;
    color: #F58A00;
    padding: 0;
}

    .page-splash-message.page-splash-message-subtle {
        margin: 30% auto 0 auto;
        font-size: 200%;
    }

.flag-haschanges {
    position: fixed !important;
    display: inline;
}

.fa-asterisk.fa-asterisk-large {
    font-size: 180%;
    vertical-align: middle;
    color: #F58A00;
}

.fa-asterisk.fa-asterisk-alert {
    color: #F58A00;
}

.fa-asterisk-inline {
    padding: 0 4px 0 0;
}


.progress,
.page-progress-bar {
    margin: 30px 10% !important;
}

.ngplus-overlay-background {
    top: 0px;
    left: 0px;
    padding-left: 100px;
    position: absolute;
    z-index: 10000;
    height: 100%;
    width: 100%;
    background-color: #222222;
    opacity: 1;
}

.ngplus-overlay-content {
    position: absolute;
    /*border: 1px solid #000;*/
    /*background-color: #fff;*/
    font-weight: bold;
    height: 100px;
    width: 300px;
    height: 15em;
    width: 20em;
    z-index: 10000;
    text-align: center;
}

.page-spinner-message {
    text-align: center;
    font-size: 400%;
    font-family: Arial, Helvetica,'Roboto', sans-serif;
    font-weight: normal;
    -webkit-text-shadow: 2px 2px #000000;
    text-shadow: 2px 2px #000000;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.15);
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    padding: 0;
}

.page-spinner-message.page-spinner-message-subtle {
    margin: 30% auto 0 auto;
    font-size: 200%;
}

.overlay-message {
    font-size: 200%;
}
.spinner {
    margin: 20% auto 0 auto;
    left: auto;
    top: auto !important;

}
/*#endregion*/

table th > a {
    font-weight: bold;
}

table th,
table td {
    text-align: left;
    vertical-align: middle;
}

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
    cursor: pointer;
}


.widget-content.referrer {
    border-width: 0;
}

a {
    cursor: pointer;
}

/* #endregion */



.customer-name {
    font-size: 1.2em;
}
.customer-thumb {
    margin: 0.1em !important;
    padding: 0.1em;
}

/*#region wrapper for angular ng-include and ng-view animations*/
.view-container {
    position: relative;
    overflow: hidden;
}
/*#endregion */

/*#region Angular ng-include, ng-view, ng-repeat shuffle animations*/

html { overflow-x: hidden }

.shuffle-animation {
    width: 100%;
    position: absolute;
}

.shuffle-animation.ng-leave {
    -webkit-transition: opacity .2s ease-in-out 0s, left .4s ease-in-out 0s;
    -moz-transition: opacity .2s ease-in-out 0s, left .4s ease-in-out 0s;
    -ms-transition: opacity .2s ease-in-out 0s, left .4s ease-in-out 0s;
    -o-transition: opacity .2s ease-in-out 0s, left .4s ease-in-out 0s;
    transition: opacity .2s ease-in-out 0s, left .4s ease-in-out 0s;
    opacity: 1;
    left: 0%;
}

.shuffle-animation.ng-enter {
    -webkit-transition: opacity .2s ease-in-out .2s, left .4s ease-in-out 0s;
    -moz-transition: opacity .2s ease-in-out .2s, left .4s ease-in-out 0s;
    -ms-transition: opacity .2s ease-in-out .2s, left .4s ease-in-out 0s;
    -o-transition: opacity .2s ease-in-out .2s, left .4s ease-in-out 0s;
    transition: opacity .2s ease-in-out .2s, left .4s ease-in-out 0s;
    opacity: 0;
    left: 100%
}


.shuffle-animation.ng-leave.ng-leave-active {
    left: 100%;
    opacity: 0;
}
.shuffle-animation.ng-enter.ng-enter-active {
    left: 0%;
    opacity: 1;
}

/*#endregion*/

/*#region Angular ng-include, ng-view, ng-repeat fader animation */
.fader-animation.ng-enter,
.fader-animation.ng-leave,
.fader-animation.ng-move {
    position: absolute;
    width: 100%;
}

.fader-animation.ng-enter,
.fader-animation.ng-leave {
    -webkit-transition: cubic-bezier(0.250, 0.460, 0.450, 0.940) all 275ms;
    -moz-transition: cubic-bezier(0.250, 0.460, 0.450, 0.940) all 275ms;
    -o-transition: cubic-bezier(0.250, 0.460, 0.450, 0.940) all 275ms;
    transition: cubic-bezier(0.250, 0.460, 0.450, 0.940) all 275ms;
    opacity: 1;
}

.fader-animation.ng-enter,
.fader-animation.ng-leave.ng-leave-active {
    opacity: 0;
}

    .fader-animation.ng-enter.ng-enter-active {
        opacity: 1;
    }

.fader-animation.ng-move {
  opacity:0.5;
}
.fader-animation.ng-move.ng-move-active {
  opacity:1;
}

/*#endregion*/

/*#region Angular ng-show dissolve animation */
.dissolve-animation.ng-hide-remove,
.dissolve-animation.ng-hide-add {
    position: fixed !important;
    display: inline !important;
    -webkit-transition: 0.5s linear all;
    -moz-transition: 0.5s linear all;
    -o-transition: 0.5s linear all;
    transition: 0.5s linear all;
}

    .dissolve-animation.ng-hide-remove.ng-hide-remove-active,
    .dissolve-animation.ng-hide-add {
        opacity: 1;
    }

        .dissolve-animation.ng-hide-add.ng-hide-add-active,
        .dissolve-animation.ng-hide-remove {
            opacity: 0;
        }
/*#endregion */

/*#region toastr */
#toast-container.toast-top-full-width > div, #toast-container.toast-bottom-full-width > div {
    margin: 4px auto;
}
/*#endregion */

/*#region Responsive */

@media (max-width: 979px) {
    .sidebar-filler {
        width: 180px_medium;
    }

    .nav-collapse {
        clear: none;
    }

        .nav-collapse .nav > li {
            float: left;
        }

    .navbar .btn-navbar {
        display: none;
    }

    .nav-collapse,
    .nav-collapse.collapse {
        height: inherit;
        overflow: inherit;
    }

    .page-splash-message {
        font-size: 300%;
    }

    .btn-group.pull-right {
        float: none !important;
        display: block;
    }
}

@media (min-width: 768px) {
    .sidebar .sidebar-inner {
        display: block !important;
    }

.navbar-nav.navbar-right:last-child {
    margin-right: 15px;
}
ul#navUl {
    padding-top: 5px;
}
}

@media (max-width: 767px) {
    .sidebar-filler {
        display: none;
    }

    .nav-collapse {
        clear: both;
    }

        .nav-collapse .nav > li {
            float: none;
        }

    .navbar .btn-navbar {
        display: block;
    }

    .nav-collapse,
    .nav-collapse.collapse {
        height: 0;
        overflow: hidden;
    }

    .page-splash-message {
        font-size: 200%;
        margin: 40% auto 0 auto;
    }

        .page-splash-message.page-splash-message-subtle {
            font-size: 150%;
        }

    .sidebar .sidebar-inner {
        height: inherit;
    }
}

@media (max-width: 480px) {
    input.form-control, select.form-control, textarea.form-control {
        width: 70%;
    }
}

@media (max-width: 320px) {
    .today-datas li {
        padding: 1em .5em;
        line-height: 1em;
    }

        .today-datas li i {
            font-size: 2em;
        }

        .today-datas li .datas-text span {
            font-size: 1em;
        }

    .btn {
        margin: .2em;
        width: 7em;
    }

    .btn-group > .btn {
        display: block;
        width: 7em;
    }

    .btn-group.pull-right {
        margin: .2em 0;
    }

    input,
    select {
        width: 85% !important;
    }

    textarea {
        width: 80%;
    }

    .img-thumbnail.user-pic {
        width: 5em;
    }

    .user .user-details {
        margin-left: 7em;
        margin-right: .5em;
    }

    h3 {
        font-size: 1.5em !important;
        line-height: 1.2em !important;
    }

}

/*#endregion */

.modal {
  text-align: center;
}

.modal:before {
  display: inline-block;
  vertical-align: middle;
  content: " ";
  height: 100%;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.button {
    -moz-appearance: button;
    /* Firefox */
    -webkit-appearance: button;
    /* Safari and Chrome */
    padding: 10px;
    margin: 10px;
    width: 70px;
}
.drop-box {
    background:#efefef;
    border: 1px dotted #C1C1C1;
    width: auto;
    height: 100px;
    text-align: left;
    vertical-align: middle;
    // padding-top: 25px;
    // margin: 10px;
    cursor: pointer; 
    cursor: hand;
    padding:20px;
    border-radius:4px;
}
#drop.ng-valid-parse {

    background-color:  #FA787E;
}
.dragover {
    border: 3px dotted #B6A16B;
}

.css-form input.ng-invalid.ng-touched {
    background-color: #FA787E;
}



ul.evalnav-bullet li a {
  display: block;
}

#back_button {

margin-top: -31px;
    margin-bottom: 21px;
    margin-left: 32px!important;


}
.back_button {

    color: #FFFFFF;
    text-decoration: none;
        background: #B6A16B !important;
    border: 1px solid #8e8f8e;
    border-radius:4px;
    padding: 4px 12px 4px 12px!important;
}

table.generalreport-table {
    width: 100%;
    margin-top:24px;
    margin-left:auto;
    margin-right:auto;
    td {
        border-bottom: 1px solid silver;
        border-top: 1px solid silver;
        font-size:11pt;
    }
    th {
        background: #efefef;
        font-size:11pt;
    }
    th, td {
        padding: 6px;
        vertical-align: top;
    }
}

.radio-group {
    label {
        cursor: pointer;
        margin-right: 10px;
    }

/*IO: I think we need to move the style sheet back to the original location.  These compound classes are no longer working.*/

    input[type="radio"] {
        position: absolute;
        width: 0;
        height: 0;
        visibility: hidden;

        &:checked + label {
            color: #B6A16B;
        }

        &:disabled + label {
            opacity: .7;
            cursor: default;
        }
    }
}


input[type="submit"]:disabled {
    opacity: 0.7;
}
a.reportbuttons{
    background-color:#efefef;
    border: 1px solid #bfbfbf;
    padding:6px 10px;
    margin-right:5px;
}
div.personalreportbuttons
{
    display:table;
    position:relative;
    background-color:#efefef;
    border: 1px solid #bfbfbf;
    padding:6px 10px;
    margin-right:5px;
    height:100px;
    width:100px;
    border-radius:4px;
    text-align:center;
    vertical-align:middle;
    font-weight:bold;
}

.hierarchy {
    text-align: left;
    padding: 5px;
    background: #efefef;
}
.hierarchy-img {
    border-radius: 100%;
    width: 30px;
    height: 30px;
}
 .scorecolumnlabel {width:225px;background:#000000;text-align:center;color:#FFFFFF;float:right;}
 .scorecolumnlabelitem, .scorecolumnitem {width:75px;float:left;display:inline-block;}
 .scorecolumnlabelitem {padding: 4px;}
 .scorecolumnitem {font-weight:bold;font-size:22px;padding:12px 0px;}
 .scoredivider {margin: 0px 0px 0px 12px;height: 1px;float:left;width:90%; border-bottom: 1px solid #c1c1c1;}
 .totalscoredivider {margin: 2px 0px 0px 0px;height: auto;float:left;width:100%; border-bottom: 1px solid #c1c1c1;}
 .totalscorelabel {width: 144px;display: inline-block;text-align: right;padding-right: 8px;}
 .scorecolumntotal {font-weight: bold; font-size: 22px; padding: 7px 0px 12px 0px; display: inline-block;}
 .scoresummarylabel {clear: both; padding: 30px 0px 0px 0px;}
.impschedulecontainer_inline {display:inline;}
.reportsectionheader {font-weight: bold; padding-left:30px; color:#B6A16B;}
.drpagetitle {display:inline-block; padding:0;position:relative;top: 20px;left:48px;}
.emulating { color: #FFFFFF; background-color: rgb(254, 188, 72);border-color: transparent;}
div.categorized.thisyearsgoals {
    color: #FFFFFF;
    background-color: orange;
    border-color: transparent;
}
h4.panel-title.thisyearsgoals {color:#FFFFFF}
a.bodylink.startemulating {color:#B6A16B;font-weight:bold;}
a.bodylink.stopemulating {color:#FFFFFF;font-weight:bold;}
iframe.tscplayer_inline.embeddedObject {border-radius: 6px;}

.insighteduappmenu {
    text-align: center;
    padding: 8px 0px 18px 0px;
    background-color: #B6A16B;
    width: 48px;
    height: 60px;
    float: left;
    border-width: 0px;
}

/*Generic padding classes*/

.pl_0 {padding-left: 0px}
.pl_2 {padding-left: 2px}
.pl_4 {padding-left: 4px}
.pl_6 {padding-left: 6px}
.pl_8 {padding-left: 8px}
.pl_10 {padding-left: 10px}
.pl_12 {padding-left: 12px}
.pl_16 {padding-left: 16px}
.pl_20 { padding-left: 20px}
.pl_24 {padding-left: 24px}
.pl_32 {padding-left: 32px}

.pr_0 {padding-right: 0px}
.pr_2 {padding-right: 2px}
.pr_4 {padding-right: 4px}
.pr_6 {padding-right: 6px}
.pr_8 {padding-right: 8px}
.pr_10 {padding-right: 10px}
.pr_12 {padding-right: 12px}
.pr_16 {padding-right: 16px}
.pr_20 {padding-right: 20px}
.pr_24 {padding-right: 24px}
.pr_32 { padding-right: 32px}

.pt_0 {padding-top: 0px}
.pt_2 {padding-top: 2px}
.pt_4 {padding-top: 4px}
.pt_6 {padding-top: 6px}
.pt_8 {padding-top: 8px}
.pt_10 {padding-top: 10px}
.pt_12 {padding-top: 12px}
.pt_16 {padding-top: 16px}
.pt_20 {padding-top: 20px}
.pt_24 {padding-top: 24px}
.pt_32 {padding-top: 32px}

.pb_0 {padding-bottom: 0px}
.pb_2 {padding-bottom: 2px}
.pb_4 {padding-bottom: 4px}
.pb_6 {padding-bottom: 6px}
.pb_8 {padding-bottom: 8px}
.pb_10 {padding-bottom: 10px}
.pb_12 {padding-bottom: 12px}
.pb_16 {padding-bottom: 16px}
.pb_20 {padding-bottom: 20px}
.pb_24 {padding-bottom: 24px}
.pb_32 {padding-bottom: 32px}

.ml_0 {margin-left: 0px}
.ml_2 {margin-left: 2px}
.ml_4 {margin-left: 4px}
.ml_6 {margin-left: 6px}
.ml_8 {margin-left: 8px}
.ml_10 {margin-left: 10px}
.ml_12 {margin-left: 12px}
.ml_16 {margin-left: 16px}
.ml_20 {margin-left: 20px}
.ml_24 {margin-left: 24px}
.ml_32 {margin-left: 32px}

.mr_0 {margin-right: 0px}
.mr_2 {margin-right: 2px}
.mr_4 {margin-right: 4px}
.mr_6 {margin-right: 6px}
.mr_8 {margin-right: 8px}
.mr_10 {margin-right: 10px}
.mr_12 {margin-right: 12px}
.mr_16 {margin-right: 16px}
.mr_20 {margin-right: 20px}
.mr_24 {margin-right: 24px}
.mr_32 {margin-right: 32px}

.mt_0 {margin-top: 0px}
.mt_2 {margin-top: 2px}
.mt_4 {margin-top: 4px}
.mt_6 {margin-top: 6px}
.mt_8 {margin-top: 8px}
.mt_10 {margin-top: 10px}
.mt_12 {margin-top: 12px}
.mt_16 {margin-top: 16px}
.mt_20 {margin-top: 20px}
.mt_24 {margin-top: 24px}
.mt_32 {margin-top: 32px}

.mb_0 {margin-bottom: 0px}
.mb_2 {margin-bottom: 2px}
.mb_4 {margin-bottom: 4px}
.mb_6 {margin-bottom: 6px}
.mb_8 {margin-bottom: 8px}
.mb_10 {margin-bottom: 10px}
.mb_12 {margin-bottom: 12px}
.mb_16 {margin-bottom: 16px}
.mb_20 {margin-bottom: 20px}
.mb_24 {margin-bottom: 24px}
.mb_32 {margin-bottom: 32px}
