@import url(libs/fonts/fontawesome/css/font-awesome.min.css);

body{
    background-color: #E1E7ED;
}

#PageHeader, #PageHeaderCaption, #PageHeaderLogo, #PageHeaderLogin {
    height: 50px;
    font-family: Arial, sans-serif;
    line-height: 50px;
    color: #fff;
    vertical-align: middle;
}

#PageHeader {
    background-color: #41597A;
}

.PageHeaderDemo {
    background-color: #af397A !important;
    ;
}

#PageHeader{
    font: large arial;
}

#PageHeaderCaption{
    float: left;
    font-size: large;
    padding-left: 15px;
    font-weight: bold;
    font-size: 20px;
}

#PageHeaderLogin{
    float: right;
    padding-right: 10px;
    text-align: right;
    font-size: small;
}

#LoginBox, #pnlPwdReset {
    background-color: #fff;
    border: 1px solid #aaa;
    width: 350px;
    padding: 20px 40px;
    margin: 50px auto 0px auto;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

#languageBarWrapper{
    padding-right: 20px;
    color: #000;
}

#Version{
    font-size: 10px;
    font-weight: bold;
}

.ui-datepicker
{
    z-index: 2000 !important;
}

.subSectionHeader {
    border-bottom: 1px dotted #000;
    margin-top: 0px;
    margin-bottom: 15px;
    padding-left: 5px;
    font-size: 18px;
    font-weight: bold;
    background-color: #CDD7E3;
}

.subCaption {
    display: inline-block;
    padding: 1px 6px;
    font-weight: bold;
    color: #ececec;
    white-space: nowrap;
    text-align: center;
    background-color: #217c95;
    border-radius: 7px;
}

.workflowNav {
    padding-left: 15px;
    margin-top: 15px;
    color: #2e6580;
}

.PageName{
    padding: 7px 15px 0px 15px;
    margin-top: 5px;
    font-size: 24pt;
    color: #41597A;
}

.LineSpace{
    height: 10px;
}

.splitter{
    height: 10px;
    margin-bottom: 10px;
    border-bottom: #ccc 2px dotted;
}

.glyphicon-required{
    color: #c00;
    font-family: arial;
    font-style: normal;
    font-weight: bold;
}

.glyphicon-required:before{
    content: "*";
}

.content{
    padding: 18px 15px;
}

.contentContainer{
    padding:1px 15px 15px 15px;
}

.emptyContainer{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.tabContainer{
    padding:15px;
    max-width: 850px;
}

.HiddenItem{
    display: none;
}

.tableToolbar {
    float: left;
    padding-top: 7px;
}

.highlight {
    background-color: #99ff99 !important;
}

.photo {
    width: 160px;
    height: 200px;
    border: 1px solid #41597A;
}

/* JGrowl for notifications */
div.jGrowl div.successNotification {
    background: url(images/success.png) no-repeat 10px 10px;
    background-color: #68c66a;
    border:1px solid #4d8f4f;
    height: 65px;
    padding: 0px 5px 0px 75px;
    vertical-align: middle;
    display: table-cell;
    color: white;
    width: 350px;
    font-size:large;
    text-align: left;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

/* DataTables FixedHeader */
table.fixedHeader-floating{
    position:fixed !important;
    background-color:white
}
table.fixedHeader-floating.no-footer{
    border-bottom-width:0
}
table.fixedHeader-locked{
    position:absolute !important;
    background-color:white
}
@media print{
    table.fixedHeader-floating{
        display:none
    }
}
table.dataTable {
    margin-top: 0px !important;
}

/*---------------------------------
MESSAGES
-----------------------------------*/
#PageError, #PageSuccessMessage, #PageErrorMessage, #PageWarningMessage{
    border-radius: 0px;
}

.waitMessage{
    display:none;
    line-height:30px;
    padding:20px 0px;
    font-size:x-large;
    text-align:center;
}

/*---------------------------------
LINKS
-----------------------------------*/
a.WhiteLink {
    color: #fff;
}
a.BlueLink {
    color: #41597A;
}
a.RedLink {
    color: #ff5000;
}

/*---------------------------------
LISTS
-----------------------------------*/
ul{
    list-style: square;
}

/*---------------------------------
BOOTSTRAP OVERLOADS
-----------------------------------*/
.dropdown-menu .divider{
    margin: 0 !important;
}

.navbar{
    margin-bottom: 0px;
    border-radius: 0px;
}

.alert{
    margin-bottom: 0px;
}

.dropdown-menu {
    padding: 0px;
}

.dropdown-menu > li > a{
    padding: 10px 20px;
}

div.tooltip-inner {
    max-width: 400px;
}

.nav > li > a {
    padding: 8px 15px !important;
}

.navbar {
    min-height: 42px !important;
}

.nav-tabs {
    background-color: #fff !important;
    padding-top: 4px !important;
    padding-left: 4px !important;
    border-bottom: 1px solid #fff !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: #E1E7ED !important;
}

.nav-tabs > li > a {
    background-color: #fff !important;
    margin-right: 0px !important;
    border: 0px solid transparent !important;
    border-radius: 0px 0px 0px 0px !important;
    border-right: 4px solid #eee !important;
}
.selectedMenuItem{
    border-bottom: #41597A solid 4px;
}

.selectedMenuLink{
    padding-bottom:11px !important;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #677B9B !important;
    border-color: #677B9B !important;
}

/*---------------------------------
        TABLES
-----------------------------------*/
.table.dataTable.white thead{
    background-color:#fff;
    color:#000;
    font-size: 14px;
    vertical-align: top !important;
}

.table.dataTable th{
    background-color:#677B9B;
    color:#fff;
    vertical-align: top !important;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: #F3FAFF;
}

.table{
    background-color:#fff !important;
}

.table-cell{
    padding-right: 10px;
}

.selectedRow, .selectedRow:hover, .selectedRow:hover td {
    background-color: #ddffdd !important;
}

.photoFrame{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.photoContainer{
    position: relative;
    text-align: center;
    border: #428BCA 1px solid;
}
.photoTools {
    background-color: whitesmoke;
    z-index: 10;
    text-align: center;
    /*padding-top: 50%;*/
    opacity: 0.8;
    display: none;
}

.logList {
    line-height: 30px;
    padding-left: 10px;
}

.col-md-3ths-1or,
.col-md-3ths-2or,
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-or {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
    font-weight: bold;
    padding-top: 30px;
    float: left;
    color: #999;
    width: 5%;
}

.col-md-3ths-1or {
    width: 31.66%;
    float: left;
}

.col-md-3ths-2or {
    width: 30%;
    float: left;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths, .col-md-5ths {
        width: 20%;
        float: left;
    }
    .navbar-collapse {
        padding-left: 0px !important;
    }
    .person-dialog > .modal-dialog{
        min-width: 800px;
    }
    .le-dialog > .modal-dialog {
        min-width: 700px;
    }
    
    .docDialog > .modal-dialog {
        min-width: 700px;
    }
    
    .searchDialog > .modal-dialog {
        min-width: 765px;
    }
}

@media (max-width: 768px) {
    .navbar-collapse {
        padding-left: 15px;
    }
    .col-xs-6, .col-xs-12 {
        min-height: 45px;
        margin-bottom: 10px;
    }
    .tabContainer {
        padding: 15px 5px;
    }
    .workflowNav {
        padding-left: 0px;
    }
    .col-sm-5ths, .col-md-5ths {
        width: 50%;
        float: left;
    }
}

@media (max-width: 500px) {
    h1, .h1 {
        font-size: 24px;
    }
    .btn {
        padding: 6px 8px;
    }
    .hidden-mobile {
        display: none;
    }
    
    .col-or {
        min-height: 10px !important;
        padding-top: 0px !important;
        line-height: 15px;
        width: 100%;
        text-align: left;
        padding-left: 15px;
    }
    .col-md-3ths-1or,
    .col-md-3ths-2or,
    .col-xs-5ths,
    .col-sm-5ths,
    .col-md-5ths,
    .col-lg-5ths {
        padding-right: 15px;
        padding-left: 15px;
        margin-bottom: 10px;
        width: 100%;
    }

    .col-xs-5ths {
        width: 50%;
        float: left;
    }
    
    .x-btn-text {
        font-size: 0 !important;
    }
}