html {
    position: relative;
    min-height: 100%;
    overflow-y: scroll;
}
body {
    font-family: 'Open Sans', sans-serif;
    background-color: #f8f8f8;
}
body.modal-open {
    padding-right:0 !important; ;
}
h1 {
    font-size: 30px;
}
h3 {
    font-size: 20px;
}
a {
    color: #E8891F;
    /*font-weight: bold;*/
}
a:hover, a:focus, a:active {
    color: #E8891F;
}
.btn-primary {
    background-color: #E8891F;
    border-color: #E8891F;
    border-radius: 0;
}
.btn-primary.green {
    background-color: #008000;
    border-color: #008000;
}
.btn-primary:hover {
    background-color: #7C7A7B;
    border-color: #7C7A7B;
}
.btn-default {
    border-radius: 0;
}

.navbar-gray {
    background-color: #7C7B7B;
    border-color: #545353;
    box-shadow: 0 4px 2px -2px rgba(0,0,0,0.4);
}
.navbar-brand>img {
    display: inline-block;
    margin-top: -4px;
}
.navbar-gray a {
    color: #FFF;
}
.navbar-gray .nav>li>a:focus, .navbar-gray .nav>li>a:hover {
    background-color: #545353;
    color: #ecf0f1;
}
.navbar-toggle {
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #FFF;
    border-radius: 4px;
    color: #7C7B7B;
}
.navbar-toggle:hover, .navbar-toggle:active {
    color: #E8891F;
}
.navbar-right {
    margin-right: 0;
}
.navbar-nav>li i {
    margin-right: 10px;
}


/*
    Menu Left
*/
#side-menu li,
#side-menu li a {
    color: #34495e;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
#side-menu li.active a{
    font-weight: bold;
}
#side-menu li a i.fa-check-square-o{
    color: #008000;
}
#side-menu li a i {
    margin-top: 5px;
    float: right;
    width: 14px;
}



/*
    Content
*/
#page-wrapper {
    margin: 70px auto 30px;
    background-color: #FFF;
    border: 1px solid #e7e7e7;
    padding: 30px 15px 30px;
}
.page-header {
    /*margin-top: 10px;*/
    margin-top: 0;
}
.form-group label {
    font-weight: 600;
}
.form-group.required .control-label:after {
    content: ' *';
    vertical-align: super;
    font-size: smaller;
}

/*
    Components
*/
.tooltip-inner {
    max-width: 350px;
    width: 350px;
}
.tooltip-inner li {
    text-align: left;
}
.ttip {
    cursor: pointer;
    color: #4183D7;
}
.form-group.topdown {
    margin-bottom: 10px;
}
.form-group.topdown label {
    text-decoration: underline;
    margin-bottom: 0;
}

.errorMessage,
label.errorMessage,
label.error
{
    color: #E8891F;
    margin-bottom: 0;
    font-size: 14px;
    float: left;
}


.dropzone-widget label.error
{
    float: none;
    margin-top: 10px;
    display: block;
}


input.error, select.error, textarea.error {
    border-color: #CE1719;
}
input.error:focus, select.error:focus, textarea.error:focus {
    border-color: #CE1719;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255, 0, 0, 0.60);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255, 0, 0, 0.60);
}
input.valid, select.valid, textarea.valid {
    border-color: #008000;
}
input.valid:focus, select.valid:focus, textarea.valid:focus {
    border-color: #008000;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0, 128, 0, 0.60);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0, 128, 0, 0.60);
}
input[type="radio"].valid:focus {
    border-color: inherit;
    box-shadow: none;
    -webkit-box-shadow:none;
}

/*
    DataTables
*/
table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc, table.dataTable thead .sorting {
    background: none;
}

/* Sidebar Styles */
#sidebar{
    border: 1px solid #7C7B7B;
}
.sidebar-nav {
    list-style: none;
}
#sidebar .navbar-collapse {
     padding-right: 0;
     padding-left: 0;
}



.back-to-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    text-decoration: none;
    color: #34495e;
    background-color: #EBEBEB;
    font-size: 12px;
    padding: 1em;
    display: none;
}

.back-to-top:hover, .back-to-top:focus {
    background-color: rgba(135, 135, 135, 0.50);
    color: #FFF;
}
hr.dark {
    border-color: #7C7B7B;
}
.init-hidden{
    display: none;
}
/*.errorMessage {*/
    /*color: #CE1719;*/
    /*font-weight: bold;*/
    /*margin-top: 5px;*/
/*}*/
ul.documents {
    padding-left: 20px;
}
ul.documents li {
    margin-top: 5px;
}
ul.documents li a{
    color: black;
    font-size: 12px;
    text-decoration: underline;
}
ul.documents i {
    margin-left: 10px;
    color: #E8891F;
    visibility: hidden;
    padding: 5px;
    cursor: pointer;
}
ul.documents li:hover i {
    visibility: visible;
}

.dataTables_wrapper .fa-trash,
.dataTables_wrapper .fa-info{
    float: right;
    cursor: pointer;
    padding: 5px 15px;
    margin-left: 10px;
}
.datepicker{z-index:1151 !important;}

#filebox54 .documents{
    padding-left: 40px;
}