﻿.col-btn {
    /*color: #777;*/   
    width: 30px;
}
.col-btns {
     width: 55px;
}

.btn-select {
    color: #000;
    background-color: #fff;
    border-color: #ccc;
    border: 1px solid #dfd7ca;
    text-transform: none;
    text-overflow: ellipsis;
}

    .btn-select:focus,
    .btn-select.focus {
        color: #000;
        background-color: #fff;
        border-color: #8c8c8c;
    }

    .btn-select:hover {
        color: #000;
        background-color: #fff;
        border-color: #adadad;
    }

    .btn-select:active,
    .btn-select.active,
    .open > .dropdown-toggle.btn-select {
        color: #000;
        background-color: #fff;
        border-color: #adadad;
    }

        .btn-select:active:hover,
        .btn-select.active:hover,
        .open > .dropdown-toggle.btn-select:hover,
        .btn-select:active:focus,
        .btn-select.active:focus,
        .open > .dropdown-toggle.btn-select:focus,
        .btn-select:active.focus,
        .btn-select.active.focus,
        .open > .dropdown-toggle.btn-select.focus {
            color: #000;
            background-color: #fff;
            border-color: #8c8c8c;
        }

    .btn-select:active,
    .btn-select.active,
    .open > .dropdown-toggle.btn-select {
        background-image: none;
    }

    .btn-select.disabled,
    .btn-select[disabled],
    fieldset[disabled] .btn-select,
    .btn-select.disabled:hover,
    .btn-select[disabled]:hover,
    fieldset[disabled] .btn-select:hover,
    .btn-select.disabled:focus,
    .btn-select[disabled]:focus,
    fieldset[disabled] .btn-select:focus,
    .btn-select.disabled.focus,
    .btn-select[disabled].focus,
    fieldset[disabled] .btn-select.focus,
    .btn-select.disabled:active,
    .btn-select[disabled]:active,
    fieldset[disabled] .btn-select:active,
    .btn-select.disabled.active,
    .btn-select[disabled].active,
    fieldset[disabled] .btn-select.active {
        background-color: #fff;
        border-color: #ccc;
    }

    .btn-select .badge {
        color: #000;
        background-color: #fff;
    }

    /* ************************************ */
/* BEGIN: Submit Message Display Styles */
/* ************************************ */
.wait-progress-bg {
    /*transition: opacity 100 ease-in-out;*/
    background-color: lightgray;
    opacity: .20;
}

.wait-progress i {
    margin-right: 0.5em;
}

.wait-progress {
    position: fixed;
    top: 50%;
    left: 50%;
    height: 6em;
    padding-top: 2.3em;
    z-index: 1001;
    /* The following properties are the ones most likely to change */
    padding-top: 2em;
    width: 23em;
    margin-left: -11.5em; /* Set to a negative number that is 1/2 of the width */
    padding-left: 2.1em;
    background-color: #316231;
    color: white;
}

/* ********************************** */
/* END: Submit Message Display Styles */
/* ********************************** */

/*Risk Matrix color*/
.severity-matrix {   
   color:#fff !important;
   -webkit-box-shadow: 0 0 5px 2px #fff;
    -moz-box-shadow: 0 0 5px 2px #fff;
    box-shadow: 0 0 5px 2px #000 inset;
}
.vertical-text {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    vertical-align: middle;
    bottom:20px;
    float:left;
}
.header-link {
    text-decoration:none;
    color:#fff;
    padding-top:17px;
    float:left;
}


.tree, .tree ul {
    margin:0;
    padding:0;
    list-style:none
}
.tree ul {
    margin-left:1em;
    position:relative
}
.tree ul ul {
    margin-left:.5em
}
.tree ul:before {
    content:"";
    display:block;
    width:0;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    border-left:1px solid
}
.tree li {
    margin:0;
    padding:0 1em;
    line-height:2em;
    color:#369;
    font-weight:700;
    position:relative
}
.tree ul li:before {
    content:"";
    display:block;
    width:10px;
    height:0;
    border-top:1px solid;
    margin-top:-1px;
    position:absolute;
    top:1em;
    left:0
}
.tree ul li:last-child:before {
    background:#fff;
    height:auto;
    top:1em;
    bottom:0
}
.indicator {
    margin-right:5px;
}
.tree li a {
    text-decoration: none;
    color:#369;
}
.tree li button, .tree li button:active, .tree li button:focus {
    text-decoration: none;
    color:#369;
    border:none;
    background:transparent;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    outline: 0;
}
.severity-print{
    float:left;
    width:60px;
    height:60px;
    text-align:center;
    vertical-align:middle;
    -webkit-print-color-adjust: exact; 
}
.form-group.required .control-label:after {
  content:"*";
  color:red;
}


.guidepost-btn-open {
    position: relative !important;
    right:0;    
    float:right;   
    width: 30px !important;
    height: 30px !important;
    background: #709c2d url('../images/close.png') center center no-repeat !important;/*#E09437*/
    background-size:16px !important;
    cursor:pointer;
}

.guidepost-btn-close
{
    position:fixed !important;
    top:52px;
    width:30px !important;
    height:30px !important;      
    background: #709c2d url('../images/open.png') center center no-repeat !important;
    background-size:16px !important;
    cursor:pointer;
}

.guide-post-panel-open{   
    position: absolute;
    top:52px;left: 0;
    z-index: 10101010;
    border-right:5px solid #ccc;
    background:#fff;
    width:260px;
    overflow:hidden;
    
}

.guide-post-panel-close{   
    position:absolute;
    overflow:hidden;
    top:52px;left: 0;
    z-index: 10101010;
    border-right:5px solid #ccc;
    background:#fff;
    width:0px;
    height:0px;   
}
.main-logo {color:#fff;font-size:18px;font-weight:bold;text-decoration:none !important;margin-top:3px;float:left}
.main-logo:hover{text-decoration:none !important;color:#fff;}
.mobile-menu .main-logo{color:#fff;font-size:18px;font-weight:bold;text-decoration:none !important;margin-top:14px;float:left}
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.42;
  border-radius: 15px;
}
.invoice {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #f4f4f4;
    margin: 10px 25px;
    padding: 20px;
    position: relative;
}
.pull-text-left
{
    text-align:left !important;
}