﻿/*Home Page*/
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: 1px solid #E5E5E5 !important;
    border-bottom-color: transparent !important;
    border-radius: 0px;
}


.panel-default > .panel-heading {
    color: white;
}

.panel-primary {
    border-color: #FFFFFF !important;
}

.panel-body {
    border: none;
    background-color: #F2F2F2;
}

.panel-body-white {
    border: none;
    background-color: #FFFFFF;
}
/*.panel-heading {
    background-color: #A2B7CD !important;
    border-color: #FFFFFF !important;
}*/
.panel-message {
    border: none;
}

.panel-footer {
    background-color: #c0c0c0;
}

.panel-body-spacelab {
    padding: 15px;
    border: 1px solid #F2F2F2;
}

.panel-custom {
    border-color: #dddddd;
    background-color: #fff;
    border-style: solid;
    border-width: 1px;
}

    .panel-custom > .panel-heading {
        background-image: -webkit-linear-gradient(#6d7070, #474949 50%, #3d3f3f);
        background-image: -o-linear-gradient(#6d7070, #474949 50%, #3d3f3f);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#6d7070), color-stop(50%, #474949), to(#3d3f3f));
        background-image: linear-gradient(#6d7070, #474949 50%, #3d3f3f);
        background-repeat: no-repeat;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6d7070', endColorstr='#ff3d3f3f', GradientType=0);
        -webkit-filter: none;
        filter: none;
        border: 1px solid #2e2f2f;
    }

        .panel-custom > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #dddddd;
        }

        .panel-custom > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333333;
        }

    .panel-custom > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #dddddd;
    }

.padding-custom {
    padding: 4px;
}

/*Secure Message Screen Updates*/
.fa-4x {
    font-size: 2em;
}

.fa-3x {
    font-size: 2em;
    padding-right: 10px;
}

@media (min-width: 768px) {
    .lead {
        padding-left: 10px;
    }
}
/*My Facilties Table*/

table.dataTable.compact tbody th, table.dataTable.compact tbody td {
    padding: 8px 10px !important;
}

table.dataTable thead th, table.dataTable thead td {
    border-bottom: 1px solid #D7D7D7 !important;
}

table.dataTable.compact thead th, table.dataTable.compact thead td {
    padding: 10px 18px !important;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #D7D7D7 !important;
}
/*My Messages Table*/
table.dataTable tfoot th, table.dataTable tfoot td {
    border-top: 1px solid #D7D7D7 !important;
}
/*Visual update for Form Controls*/
.form-control {
    border-radius: 0px;
}

.input-group-addon {
    border-radius: 0px;
}
/*sticky footer*/
html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 25px;
    background-color: white; /*Changes background color beneath side navigation*/
}

.footer-text {
    color: #446e9b;
    opacity: .6;
    text-align: center;
    clear: both;
}

#footer {
    background-color: #e5e5e5;
    margin-top: 25px;
    padding: 40px;
    position: absolute;
    clear: both;
    bottom: 0;
    width: 100%;
    height: 100px;
}

.footer-container {
    padding-left: 25px;
    padding-right: 15px;
}
/*Makes column on progress page 100% width*/
@media (min-width: 992px) {
    .col-md-5 {
        width: 100%;
    }
}
/*Button updates*/
.btn-default {
    border-radius: 0px;
}

.btn-primary {
    border-radius: 0px;
}

.btn-success {
    border-radius: 0px;
}

.btn-info {
    border-radius: 0px;
}
/*Login Page main div*/
.well {
    border-radius: 0px;
    border: none;
}
/*Disclaimer updates*/
.alert-info {
    border-radius: 0px;
    border: none;
}
/*Dropdown visual updates*/
.dropdown-menu > li > a {
    color: #446e9b;
}

.dropdown-menu {
    border: none;
    border-radius: 0px;
}

.navbar-top-links li a {
    padding-top: 40px;
    padding-bottom: 40px;
}

#page-wrapper {
    border-left: none;
    background-color: white;
    min-height: 0px !important;
}
/*Making the Training Screens one giant column.*/
.col-lg-7 {
    width: 100%;
}

/*Welcome User visual udpates*/
.sidebar-search {
    background-color: white;
    margin-top: -20px;
}

.sidebar-image {
    float: left;
    color: #446e9b;
    font-size: 2em;
}

.welcome-text {
    padding-left: 35px;
    color: #446e9b;
    font-weight: bold;
}
/*Setup for full page image below*/
/*#jumbowrapper {
    width: 100%;
    height: 100%;
    min-height: 100%;
    margin: 0;
    left: 0;
    position: fixed;
}
#cover {
    background-image: url('../areas/operators/content/images/homepageimage.jpg');
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}*/
/*Update look to splash page*/
.jumbotron {
    color: white;
    border-radius: 0px !important;
    margin-left: -40px;
    margin-right: -40px;
    margin-top: -10px;
    height: auto;
    background-image: url('../areas/operators/content/images/homepageimage.jpg');
    background-size: cover;
    background-position-y: -95px;
    background-repeat: no-repeat;
    background-color: inherit;
    text-align: center;
    vertical-align: middle;
    text-shadow: 1px 1px 6px #795B3B;
}
/*Menu Label visual updates*/
.label-primary {
    background-color: #446E9B;
    opacity: .5;
    font-weight: normal;
    padding: .8em;
}

.fa-inverse3 {
    color: white;
    font-size: 120%;
}

.fa-inverse2 {
    font-style: italic;
    color: white;
    padding-top: 3px;
    font-size: 100%;
}

.navbar-header {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}

.img {
    padding-right: 15px;
}
/*"Oklahoma Corporation Commission Petroleum Storage Training Portal"*/
.navbar-brand {
    padding-left: 20px;
}

.navbar-right {
    height: 120px;
}
/*Added padding to navbar*/
.navbar {
    background-color: #446e9b !important;
    border: none;
    color: white;
}
/*Added padding to sidebar to fit longer navbar*/
@media (min-width: 768px) {
    .navbar-default.sidebar {
        margin-top: 120px !important;
        background-color: white;
    }
}

.navlogo {
    height: 70px;
    width: 70.5px;
    float: left;
}

.applicationrow {
    margin-left: 0px!important;
    margin-right: 0px!important;
}

.GrayRowNoPad {
    background-color: rgb(250, 250, 250);
}


.applicationrow .GrayRow15 {
    background-color: rgb(250, 250, 250);
    padding-top: 15px;
}

.GrayBox15 {
    background-color: rgb(250, 250, 250)!important;
    padding-top: 15px!important;
}

@media (min-width: 992px){
    .applicationtablehead {
        display: block !important;
    }

    .applicationrowhead {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .applicationtablehead {
        display: none !important;
    }
    .applicationrowhead{
        display: block !important;
    }
}

/*Making Navbar look good when at smaller sizes*/
@media (max-width: 767px) {
    .navbar-top-links li a {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    /*.fa-inverse {
        padding-top: 18px;
    }*/

    .navbar-header {
        padding-left: 0px;
    }
}

@media (max-width: 499px) {
    .navlogo {
        width: inherit;
        height: inherit;
    }

    .fa-inverse3 {
        font-size: inherit;
    }

    .navbar-header {
        padding-top: 0px;
        padding-bottom: 15px;
    }

    .navbar-brand {
        padding-left: 15px;
    }
}

@media (max-width: 348px) {
    .fa-inverse3 {
        font-size: 89% !important;
    }
}

@media (max-width: 315px) {
    .navbar-brand {
        padding-bottom: 50px;
    }
}

@media (max-width: 290px) {
    .navbar-brand {
        padding-bottom: 70px;
    }
}

@media (max-width: 218px) {
    .navbar-brand {
        padding-bottom: 90px;
    }
}


.navbar-right {
    height: 50px !important;
}

/*Sidebar Navigation when collapsed, making flush on both sides*/
.navbar-collapse.in {
    overflow-y: inherit;
}

.collapsing {
    width: 100% !important;
}

/*Header styling*/
.panel-heading {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.panel {
    border-radius: 0px;
}

.panel-primary > .panel-heading {
    background-color: #A2B7CD;
    border-color: #A2B7CD;
}
/*View Details Color*/
a {
    color: #446E9B;
}
/*Breadcrumb visual update*/
.breadcrumb {
    background-color: white;
    border-bottom: thin solid #e5e5e5;
    border-radius: 0px;
    margin-top: 2px;
    margin-left: 15px;
    margin-right: 0px;
}

.alert-warning {
    border: none;
    margin-bottom: 0px;
    opacity: .7;
    border-radius: 0px;
    color: #000000;
    background-color: #FFF4BA;
}

.alert-success {
    border: none;
    margin-bottom: 0px;
    border-radius: 0px;
}

.alert-danger {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
}

.sidebar .sidebar-nav.navbar-collapse {
    height: 100%;
    padding-top: 20px;
}

.label {
    border-radius: 0px;
}
/*Hamburger Icon*/
.navbar-default .navbar-toggle {
    border-radius: 0px;
    background-color: #446e9b;
}

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: #325C88;
    }

/*RJ END*/


/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

h4 {
    margin-top: 20px;
    margin-bottom: 10px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    float: left;
    width: 220px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.dl-horizontal dd {
    margin-left: 240px;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 220px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 240px;
    }
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 560px;
}

textarea {
    max-width: 100%;
    width: 100%
}

/*RB - Needs to be the same max-width as select in order for the help link to render correctly*/
.input-group {
    max-width: 560px;
}

/*RB - Added to make the menu highlight stand out*/
.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #e5e5e5;
}

/*RB - Added to use different icons for the plus/minus menu dropdown */
.fa.fa-plus-square:before {
    content: "\f196";
}

/*RB - Added to use different icons for the plus/minus menu dropdown */
.active > a > .fa.fa-plus-square:before {
    content: "\f147";
}

/*RB - Move hamburger to left  */
.navbar-toggle {
    float: left;
    margin-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #e5e5e5;
    padding: 5px 7px 5px 7px;
}

/*RB - Move account links to right  */
.navbar-top-links {
    text-align: right;
}

    /*RB - Messages dropdown needs to move to viewable screen when on phone  */
    .navbar-top-links .dropdown-messages {
        left: -180px;
    }

/*RB - Style for panel that displays user message (~/SecureMessage/ViewMessage)*/
.panel-message {
    border-color: #3e648d;
}

.panel-heading {
    border-color: #3e648d;
    color: #fff;
    background-color: #3e648d;
    overflow: hidden;
    border-top-left-radius: 0px;
}


/*RB - Change top navbar to be solid dark color */
.navbar {
    background-image: none;
    background-color: #194470;
}

/*RB - Change menu links on side menu bar to match top nav */
/*.label-menu {
    background-color: #194470;
}*/

/*RB - Change top links to dark theme*/
.navbar-top-links > li > a:hover,
.navbar-top-links > li > a:focus,
.navbar-top-links > li > a:active {
    background-color: #3e648d;
}

/*RB - Change top links to dark theme when drop down is open*/
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #3e648d;
}
/*CE: added overflow hidden so floating divs will not float outside the well.
    NOTE: inner divs and spans will need style="display: inline;"
*/
.well {
    overflow: hidden;
}

/*CE: Alternative well for MyProgress */
.alternativeWell {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    background-repeat: no-repeat;
    -webkit-filter: none;
    background-color: #F5F5F5;
}

.warningWell {
    min-height: 20px;
    padding: 19px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    background-repeat: no-repeat;
    -webkit-filter: none;
    background-color: #EAF0F6;
}

.progress {
    border-radius: 0px;
}

.panel-primary {
    border-color: #d7d7d7;
}

/*CE: Had to adjust the carousel to move the indicators below and center the images since the Operator Training slides include the text with the image. */
.carousel-inner > .item > img {
    margin: 0 auto;
}

.carousel-indicators {
    bottom: -50px;
}

    .carousel-indicators li {
        border-color: #999;
        background-color: #ccc;
    }

/*CE: Bootsrap Confirmation Addon uses popover css from bootstrap, but was defaulted to generic grey, so I switched to the bootstrap warning css for contrast. */
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    background-color: white;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    /*border: 2px solid #d47500;
    border: 2px solid rgba(212, 117, 0, 2);
    border-radius: 6px;*/
    /*-webkit-box-shadow: 0 5px 10px rgba(212, 117, 0, 2);*/
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal;
    border-radius: 0px;
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    color: white;
    font-weight: bold;
    background-color: #A2B7CD;
    /*background-image: linear-gradient(#d47500, #FF910A 50%, #d47500);*/
    border-bottom: 2px solid #575757;
    border-radius: 0px;
    border-bottom: none;
}


/*CE: Allows font-awesome icons used in jquery datatables to have a hover */
.datatablesLinkHover:hover {
    color: #474949;
}

/*CE: Allows font-awesome icons used as buttons in jquery datatables to work with the 'condensed' style class.  */
.btn-link {
    padding: 0;
}

/*CE: Reworked the style to show contrast. */
.modal-header {
    background-color: #e5e5e5;
    border-bottom: 1px solid #A8A8A8;
}

.modal-footer {
    background-color: #e5e5e5;
    border-top: 1px solid #A8A8A8;
}

/*CE: Bootswatch Sandstone style tabs*/
.nav-tabs {
    border-bottom: 1px solid #E5E5E5;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857143;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
        }

            .nav-tabs > li > a:hover {
                border-color: #E5E5E5 #E5E5E5 #E5E5E5;
                border-radius: 0px;
            }

        .nav-tabs > li.active > a,
        .nav-tabs > li.active > a:hover,
        .nav-tabs > li.active > a:focus {
            color: #446e9b;
            font-weight: bold;
            background-color: #ffffff;
            border: 1px solid #dfd7ca;
            border-bottom-color: transparent;
            cursor: default;
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0;
    }

        .nav-tabs.nav-justified > li {
            float: none;
        }

            .nav-tabs.nav-justified > li > a {
                text-align: center;
                margin-bottom: 5px;
            }

        .nav-tabs.nav-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto;
        }

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }
}
/*.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}*/
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #dfd7ca;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #dfd7ca;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #ffffff;
    }
}

.progress-bar {
    color: #000000;
}

.progress-bar-success {
    background-color: #8ACC7B;
    border: none;
}

#MYCGRadioBtn .notActive {
    color: #3276b1;
    background-color: #fff;
}

.required:before {
    content: "* ";
    font-weight: bold;
    color: red;
}


.just-padding {
    padding: 15px;
}

.list-group.list-group-root {
    padding: 0;
    overflow: hidden;
    border-width: 1px 0 0 0;
    border-top: solid 1px #E0E0E0;
}

    .list-group.list-group-root .list-group {
        margin-bottom: 0;
        border-width: 1px 0 0 0;
        border-top: solid 1px #E0E0E0;
        border-bottom: solid 1px #E0E0E0;
    }

    .list-group.list-group-root .list-group-item {
        border-radius: 0;
        border-width: 0px 0 0 0;
    }

    .list-group.list-group-root > .list-group-item:first-child {
        border-top-width: 0;
    }

    .list-group.list-group-root > .list-group > .list-group-item {
        padding-left: 30px;
    }

    .list-group.list-group-root > .list-group > .list-group > .list-group-item {
        padding-left: 45px;
    }

.container.container-zone {
    background-color: lightgrey;
    padding-left: 0;
}

.badge-inverse {
    background-color: #fff;
    color: #3a87ad;
}

.container.information-label {
    color: #ffffff;
    background-color: #446E9B;
    font-size: 24px;
}

#my-facility-container > div > table > tbody > tr > td > label {
    color: #446E9B;
    font-size: 16px;
    padding-left: 1em;
    padding-right: 5px;
}


.validation-summary-valid {
    display: none;
}

.validation-summary-errors {
    display: block;
}



.left,
control-label {
    text-align: left;
}

.check-box-form-control {
    width: 38px;
    margin-left: 1px !important;
}





/*//////////////////////////////////////////////*/

.sbutton {
    position: relative;
    padding: 8px 16px;
    /*background: #009579; */
    border: none;
    outline: none;
    border-radius: 2px;
    cursor: pointer;
}

.sbutton:active {
    background: #007a63;
}

.sbutton__text {
    font: bold 20px "Quicksand", san-serif;
    color: #000000;
    transition: all 0.2s;
}

.sbutton--loading .sbutton__text {
    visibility: hidden;
    opacity: 0;
}

.sbutton--loading::after {
    content: "";
    position: absolute;
    width: 160px;
    height: 160px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 4px solid transparent;
    border-top-color: #ffff00;
    border-radius: 50%;
    animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
    from {
        transform: rotate(0turn);
    }

    to {
        transform: rotate(1turn);
    }
}
.glyphicon-refresh-animate {
    -webkit-animation: spin 9s linear infinite;
    animation: spin 9s linear infintite;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* Center it full screen */
.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.7);
    z-index: 20000;
    display: none;
    align-items: center;
    justify-content: center;
}

body.is-loading .loading-overlay {
    display:-webkit-box; display:-ms-flexbox; display: flex;
}