﻿body {
    /*background: url('../Images/background.jpg') repeat-x #1D417F;*/
    /*background-color: #dedede;*/
    font-family: Open Sans, sans-serif;
}

.resubmissionStatusSelect {
    width: 100%;
}


a, a:hover, a:active, a:visited {
    text-decoration: none;
}

.tree-toggler {
    font-size: 1.5em;
    margin-bottom: 0
}

    .tree-toggler:hover {
        cursor: pointer;
    }

.linkstyle {
    color: #428BCA;
}

.headercontainer .row {
    margin-left: 0px;
    margin-right: 0px;
}

.navbar li a {
    font-size: 17px;
}

.navbar li.active a {
    background-color: #f8f8f8 !important;
    box-shadow: 2px 0 10px -2px rgba(0,0,0,.1),-2px 0 10px -2px rgba(0,0,0,.1);
    background-image: none !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f8f8f8));
}


.ui-state-active, ui-tabs-active {
    border: 1px solid #4F81BD !important;
    background: #4F81BD !important;
}

.navbar-default .navbar-nav > .active > a {
    border-top: 4px solid #ffd500;
}


.header {
    background: url('../Images/box.png') repeat;
    border-bottom: 1px solid #d6d6d6;
}

.headercontainer {
    margin: 0 auto;
    width: 98%;
    background: none;
    border: none;
}

.logincontainer {
    margin: 0 auto;
    padding-top: 150px;
    width: 400px;
}

.container, .footer {
    margin: 0 auto;
    /*margin-left: 2%;
    margin-right: 2%;*/
    width: 98%;
    background: url('../Images/box.png') repeat;
}

.whitebox {
    background: white;
    border: 1px solid black;
    margin: 10px;
    padding: 10px 0 10px 0;
}

.appTable thead tr th input {
    color: black;
    max-width: 130px;
}

/*@media (min-width: 1480px) {
    .headercontainer {
        margin-left: 8%;
        margin-right: 8%;
        width: 84%;
    }

    .container, .footer {
        margin-left: 8%;
        margin-right: 8%;
        width: 84%;
    }
}*/

#maincontent {
    border: 0;
    min-height: 800px;
    position: relative;
}

.rightContent {
    width: 80%;
    float: left;
    padding-left: 1%;
    padding-right: 1%;
    display: table-cell;
    background-color: #eee;
    min-height: 800px;
}

.side-panel {
    background: #ffe14b;
    color: #000;
    font-size: 14px;
    font-size: 1.25rem;
    /*height: 100%;*/
    float: left;
    width: 20%;
    min-height: 800px;
}

@media (min-width: 1280px) {
    /*.rightContent {
        width: 79%;
    }*/

    .loginPanel {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    } 
    
    .side-panel {
        width: 20%;
    }

    .rightContent-wide {
        width: 85%;
    }

    .side-panel-wide {
        width: 15%;
    }
}


.breadcrumb {
    background-color: transparent;
    padding: 8px 0;
}

.row {
}

.input-validation-error {
    border: 0.125em solid #E90F40;
}

.error-box .input-validation-error {
    border: none !important;
}


.footer {
    margin-top: 20px;
}

.container {
    min-height: 500px;
    border: 1px solid #D4D4D4;
    border-radius: 4px;
    padding: 0;
}

.information-box {
    background: #e5f5f9 url('../Images/Icons/information.png') no-repeat 0.833em center;
    border: 1px solid #cae0e5;
    color: #5a9bab;
    text-align: center;
    padding: 0.833em 0.833em 0.833em 3em; /* 10/12 36/12 */
    margin-bottom: 0.833em; /* 20/12 */
}

.form-group, .form-horizontal .radio, .form-horizontal .checkbox {
    margin: 10px 0px 10px 0px !important;
}

.error-box {
    background: #fde8e4 url('../Images/Icons/error.png') no-repeat 8px 12px;
    border: 1px solid #e6bbb3;
    color: #cf4425;
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
}

    .error-box ul {
        text-align: left;
    }

.loading {
    display: block;
    height: 48px;
}

.logout {
    padding-top: 16px;
    padding-right: 12px;
    float: right;
}

.navbar-oceansoft {
    background: none;
    box-shadow: none;
    border: none;
    margin: 0;
    padding-top: 20px;
}

.form-control {
    height: 34px;
}

.logo img {
    margin-top: 16px;
    margin-bottom: 16px;
    height: 75px;
}

.input-mini {
    width: 40px;
}

.input-small {
    width: 60px;
}

.input-medium {
    width: 100px;
}

.input-large {
    width: 120px;
}

.input-xlarge {
    width: 140px;
}

.input-xxlarge {
    width: 160px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.full {
    width: 100%;
}

.half {
    width: 50%;
}

#statusMsg {
    color: blue;
}

#trash {
    width: 100px;
    height: 100px;
}


    #trash.ui-state-default.trash-hover {
        background-color: #feffbf;
    }

.table > tbody > tr > td {
    background-color: #FAFAFA;
}

.table > thead > tr > td, .table > thead > tr > th {
    background-color: #4F81BD;
    color: #fff;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc {
    background-color: #4F81BD;
}

.ui-dialog-titlebar.ui-widget-header {
    background: none;
    background-color: #4F81BD;
}

.ui-dialog .ui-dialog-title {
    color: #fff;
}

.ui-dialog {
    bottom: 100px;
    overflow: auto;
}

.ui-widget-content a.btn-primary {
    color: #fff;
}

.ui-widget-overlay {
    background-color: #aaaaaa;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    /* IE 5-7 */
    filter: alpha(opacity=50);
    /* Netscape */
    -moz-opacity: 0.5;
    /* Safari 1.x */
    -khtml-opacity: 0.5;
    /* Good browsers */
    opacity: 0.5;
}

.savebutton {
    float: right;
}

.loading, .loading.ui-dialog-content.ui-widget-content {
    background: url(../images/loader.gif) center center no-repeat;
}

.btn-primary {
    color: white !important;
}

.picture {
    width: 125px;
}

button[type=reset] {
    margin-left: 50px;
}

button[type=submit] {
    margin-right: 50px;
}


.notVisible {
    display: none;
}

.alertText {
    color: red;
    margin-top: 10px;
    margin-bottom: 10px;
}

.validText {
    color: green;
    margin-top: 10px;
    margin-bottom: 10px;
}

.panel-heading-with-Buttons {
    padding-top: 20px;
    overflow: hidden;
}

.side-panel select {
    color: #000;
    margin-top: 10px;
    margin-bottom: 20px;
}

.side-panel a {
    color: #000;
}

    .side-panel a:hover {
        color: #000;
    }

.side-panel-btn {
    color: #fff;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 3.7em;
    transition: color 0.3s ease-in-out;
    -webkit-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
}

    .side-panel-btn:hover {
        color: #fff;
    }

.side-panel-content {
    padding: 1em;
}

.side-panel-nav {
    text-transform: uppercase;
}

    .side-panel-nav h3 {
        letter-spacing: 1px;
        margin-bottom: 1em;
    }

    .side-panel-nav ul {
        font-weight: normal;
    }

    .side-panel-nav li {
        padding: 0.25em 0;
    }

.side-panel-text {
    line-height: 1.5;
}

    .side-panel-text p {
        margin-bottom: 1.5em;
    }

        .side-panel-text p:last-child {
            margin-bottom: 0;
        }

.side-panel-nav ul {
    list-style: none;
    padding-left: 8px;
    padding-top: 5px;
}

.activeLink {
    background-color: #D4D4D4 !important;
    color: black !important;
    padding: 5px;
}

.table.dataTable thead th {
    padding: 10px 8px;
}

.customToolBar .ui-widget-header {
    border: none;
    color: #222;
    font-weight: bold;
    background: none !important;
}

.customToolBar .ui-widget-content {
    border-radius: 0px;
}
