﻿/*Variables*/
/*Color hover row */
/* Fonts */
/*General Classes for font sizes*/
[data-langprefix="en-US"] body {
    font-size: 13px;
}
[data-langprefix="en-US"] .panel-heading h3 {
    font-size: calc(13px + 1px);
}
/*General Classes for rlt and ltr*/
.float-normal {
    float: left !important;
}
[dir="rtl"] .float-normal {
    float: right !important;
}
.float-reverse {
    float: right !important;
}
[dir="rtl"] .float-reverse {
    float: left !important;
}
.text-align-normal {
    text-align: left !important;
}
[dir="rtl"] .text-align-normal {
    text-align: right !important;
}
@media (min-width: 768px) {
    [dir="rtl"] .col-sm-offset-5 {
        margin-right: 41.66666667%;
        margin-left: 0px;
    }
}
@media (min-width: 992px) {
    [dir="rtl"] .col-md-offset-0 {
        margin-right: 0px;
        margin-left: 0px;
    }
    [dir="rtl"] .col-md-offset-4 {
        margin-right: 33.33333333%;
        margin-left: 0px;
    }
}
.text-align-reverse {
    text-align: right !important;
}
[dir="rtl"] .text-align-reverse {
    text-align: left !important;
}

[dir="rtl"] .header-dropdown-menu.dropdown-menu {
    left: 0 !important;
    right: auto !important;
    text-align: right !important;
    padding: 2px 2px 2px 2px !important;
}

[dir="rtl"] .glyphicon-circle-arrow:before {
    content: "\e132";
}

[dir="rtl"] .parentnotificationdialog {
    background: #e6e6e6;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#f7f7f7, #e6e6e6);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#f7f7f7, #e6e6e6);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#f7f7f7, #e6e6e6);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(#f7f7f7, #e6e6e6);
    /* Standard syntax */
    position: absolute !important;
    width: 300px !important;
    max-width: 300px !important;
    bottom: 20px !important;
    height: 100px !important;
    max-height: 100px !important;
    display: block;
    top: auto !important;
    left: 10px !important;
    right: auto !important;
    border-radius: 0px !important;
    border: 5px solid #DCDCDC !important;
    overflow: hidden !important;
}

@font-face {
    font-family: icons;
    src: url(FontAwesome.otf) format('truetype');
}

.fa {
    font-family: icons;
}
/*----------------------------------*/
body {
    font-family: arial, sans-serif;
    background-color: white;
    font-size: 14px;
    color: #2d2d2d;
    -webkit-opacity: 1 !important;
    overflow: hidden;
    clear: both;
    height: 100%;
}

    body.FullScreen {
        background-color: transparent !important;
    }

.parentnotificationdialog {
    background: #e6e6e6;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#f7f7f7, #e6e6e6);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#f7f7f7, #e6e6e6);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#f7f7f7, #e6e6e6);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(#f7f7f7, #e6e6e6);
    /* Standard syntax */
    position: absolute !important;
    width: 300px !important;
    max-width: 300px !important;
    bottom: 20px !important;
    height: 100px !important;
    max-height: 100px !important;
    right: 10px !important;
    display: block;
    top: auto !important;
    left: auto !important;
    border-radius: 0px !important;
    border: 5px solid #DCDCDC !important;
    overflow: hidden !important;
}

.popup-main {
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: white;
    opacity: 0.4;
    border: 1px solid #cecece;
    z-index: 1000;
}

    .popup-main img {
        position: absolute;
        left: 40%;
        top: 40%;
        background: transparent;
    }

.topbar-wrapper {
    background: #0B69A9;
    height: 51px;
    margin: 0;
    padding: 0;
    max-height: 51px;
    border: none;
}

.topbar-flebox-wrapper {
    display: flex;
    height: 100%;
}

.logo-wrapper {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    width: 231px;
}
.glyphicon-circle-arrow:before {
    content: "\e131";
}

.header-dropdown-menu.dropdown-menu {
    right: 0 !important;
    left: auto !important;
    text-align: left !important;
    padding: 2px 2px 2px 2px !important;
}

th,
td {
    text-align: left;
}

.divHeader {
    text-decoration: none;
    border: none;
    height: 50px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding-left: 7px;
    padding-right: 7px;
}

.cvm_Logo {
    width: 174px;
    height: 31px;
    border: 0px;
}

.main_content {
    position: absolute;
    top: 50px;
    width: calc(100%);
    height: calc(95% - 51px);
    display: block;
    overflow: auto;
    background: #e6e6e6;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#f7f7f7, #e6e6e6);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#f7f7f7, #e6e6e6);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#f7f7f7, #e6e6e6);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(#f7f7f7, #e6e6e6);
    /* Standard syntax */
    margin: 0;
    padding: 0;
    padding-top: 6%;
    clear: both;
}

.panel-heading {
    padding: 0px;
}

    .panel-heading h3 {
        min-height: 39px;
        vertical-align: middle;
        line-height: 39px;
        font-size: calc(14px + 1px) !important;
        padding: 7px 5px;
    }

.ScreenPageTiltle h3 {
    padding: 8px 15px !important;
}

.panel-body {
    /*Do not set an overflow for this div because searchable combobox will open its list inside this list*/
    width: 100%;
    height: calc(50% - 51px) !important;
}

.panel-footer {
    padding: 5px;
    text-align: right;
    /*This was added to overcome a problem in the buttons aligment inside the div on IE9: (If (min-width) set for the styling on buttons, the div they are contained in ends up with additional spacing to the right)*/
}

[dir="rtl"] .panel-footer {
    text-align: left;
}

.panel-default > .panel-heading {
    color: #ffffff;
    padding-left: 7px;
    padding-right: 7px;
    background: #0B69A9 !important;
    border-radius: 0px !important;
}
/******************* Sidebar Styles *******************/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 100;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 14px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10px;
}

h3,
h4,
h5 {
    padding: 5px;
    margin: 0px;
    font-weight: 600;
}

a {
    cursor: pointer;
}

    a:hover,
    a:focus {
        text-decoration: none;
    }

.U.glyphicon-plus,
.U.glyphicon-minus {
    padding: 5px 0px;
    font-size: xx-small;
}

.U.glyphicon-triangle-bottom,
.U.glyphicon-triangle-top {
    padding: 5px 0px;
    font-size: xx-small;
}

.nav {
    background-image: none;
}

.navbar-nav > li {
    float: inherit;
}

.navbar-default {
    background-image: none;
}

.panel-default {
    margin: auto auto !important;
    background: white !important;
}

.navbar-static-side {
    background: #e6e6e6;
    /*z-index: 101;*/
    position: absolute;
    width: 231px;
    margin-top: 50px;
    border-radius: 0;
    box-shadow: inset 0px 1px 0px #e6e6e6;
    overflow: auto;
    overflow-y: auto;
    height: calc(100%);
    border: 3px solid #b9b9b9;
    border-top-width: 0px;
}

.accordion {
    margin-bottom: 50px;
}

.panel {
    background: #e6e6e6;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#f7f7f7, #e6e6e6);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#f7f7f7, #e6e6e6);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#f7f7f7, #e6e6e6);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(#f7f7f7, #e6e6e6);
    /* Standard syntax */
    border: 0;
}

    .panel.active {
        border-left: 5px solid #0081c6;
        background: #e6e6e6;
        /* For browsers that do not support gradients */
        background: -webkit-linear-gradient(#f7f7f7, #e6e6e6);
        /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(#f7f7f7, #e6e6e6);
        /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(#f7f7f7, #e6e6e6);
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(#f7f7f7, #e6e6e6);
        /* Standard syntax */
    }

        .panel.active > .nav.nav-second-level {
            background: none;
        }

html[dir="rtl"] .panel.active {
    border-right: 5px solid #0081c6;
    border-left: none;
}

.panel > ul > li > a {
    padding: 15px 10px;
    color: #2d2d2d;
}

.UserName {
    vertical-align: middle;
    padding: 7px 10px;
}

.panel > ul > li:hover {
    display: block;
    background: #e6e6e6;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#f7f7f7, #e6e6e6);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#f7f7f7, #e6e6e6);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#f7f7f7, #e6e6e6);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(#f7f7f7, #e6e6e6);
    /* Standard syntax */
    border: none !important;
}

.panel > ul > li > a:hover,
.panel > ul > li > a:focus {
    background: #e6e6e6;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#f7f7f7, #e6e6e6);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#f7f7f7, #e6e6e6);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#f7f7f7, #e6e6e6);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(#f7f7f7, #e6e6e6);
    /* Standard syntax */
}

.panel > ul > li.active > a {
    font-weight: bold;
}

.nav {
    padding: 0px 0px;
}

    .nav.nav-second-level > li > a {
        padding: 7px 20px;
    }

.glyphicon-arrow {
    content: "\e251";
}

[dir="rtl"].glyphicon-arrow {
    content: "\e250";
}
/*****************************************************/
.footer {
    z-index: 2;
    position: fixed;
    clear: both;
    width: auto;
    overflow: hidden;
    max-height: 5%;
}

.footer-bar {
    background-image: url(Images/footer-bar-repeat.png);
    background-repeat: repeat-x;
    width: auto;
}

.footer-sedco {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 14px;
    color: #215686 !important;
    text-align: center;
    padding: 4px 15px;
}

.footer-image-container{
    direction:ltr;
    display:inline-block;
}
.footer-Image {
    padding: 0px 6px 2px 6px;
}

.btn-small {
    margin: 0px;
}

.no-padding {
    padding: 0px;
}



@media (max-width: 496px) {
    .panel-default {
        width: 80% !important;
    }
}

@media(min-width:576px) {
    .panel-default {
        width: 60% !important;
    }
}



@media (min-width: 768px) {
    .panel-default {
        width: 60% !important;
    }
}

@media (min-width: 992px) {

    .panel-default {
        width: 40% !important;
    }
}

@media (min-width: 1200px) {

    .panel-default {
        width: 40% !important;
    }
}
