﻿
/* DEFAULTS
----------------------------------------------------------*/
html {
    height: 100%;
    cursor: default;
}
#mainbody,
body {
    font-size: 1em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    
}

.blankcontrol {
    border-width: 1px;
    padding-top: 6px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 6px;
    background: transparent;
    background-color: transparent;
    margin: 0px;
    height: 33px;
}

.divblock {
    border-width: 0px;
    padding: 6px 12px;
}

.fcontrol {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    width: 100%;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

/*:required {
        outline: none;
    }*/

input:required:focus {
    outline: none;
}

.InValid,
.ng-reqired {
    border: 3px solid red;
}

.InValid,
.ng-reqired {
    border: 3px solid red;
}

.requiredLabel {
    color: red;
    font-size: 1.3em;
    font-family: sans-serif;
    text-align: right;
}

select {
    color: black;
}

    select option {
        color: black;
    }

.vmarginspacer {
    margin-top: 5px;
    margin-bottom: 5px;
}

/*.popover-content {}*/
p {
    margin-bottom: 10px;
    line-height: 1.6em;
}
/*simple border*/


/*.popover-content {}*/
p {
    margin-bottom: 10px;
    line-height: 1.6em;
}
/*simple border*/


.border_red {
    border: 2px solid red;
}
/*List Opts*/


/*  color   
----------------------------------------------------------*/
.color_green {
    color: lawngreen;
}

.color_green_lawn {
    color: #4cae4c
}

.color_red {
    color: orangered
}

.color_blue {
    color: deepskyblue;
}

.color_yellow {
    color: yellow;
}

.color_white {
    color: whitesmoke
}

.color_black {
    color: black
}

.color_background_red {
    background: red;
}

.color_background_yellow {
    background: yellow;
}

.color_background_green {
    background: rgb(3, 199, 50);
}

.propGreen {
    background: #404040;
}

.bckgrnd_transparent {
    background: transparent;
}

.bckgrnd_none {
    background: none;
}
/* Font Size   
----------------------------------------------------------*/
/*Font Size 0.-(*)em */
.FS_0_1 {
    font-size: 0.1em;
}

.FS_0_2 {
    font-size: 0.2em;
}

.FS_0_3 {
    font-size: 0.3em;
}

.FS_0_4 {
    font-size: 0.4em;
}

.FS_0_5 {
    font-size: 0.5em;
}

.FS_0_6 {
    font-size: 0.6em;
}

.FS_0_7 {
    font-size: 0.7em;
}

.FS_0_8 {
    font-size: 0.8em;
}

.FS_0_9 {
    font-size: 0.9em;
}
/*Font Size 1-(*)em */
.FS_1 {
    font-size: 1em;
}

.FS_1_1 {
    font-size: 1.1em;
}

.FS_1_2 {
    font-size: 1.2em;
}

.FS_1_3 {
    font-size: 1.3em;
}

.FS_1_4 {
    font-size: 1.4em;
}

.FS_1_5 {
    font-size: 1.5em;
}

.FS_1_6 {
    font-size: 1.6em;
}

.FS_1_7 {
    font-size: 1.7em;
}

.FS_1_8 {
    font-size: 1.8em;
}

.FS_1_9 {
    font-size: 1.9em;
}
/*Font Size 2-(*)em */
.FS_2 {
    font-size: 2em;
}

.FS_2_1 {
    font-size: 2.1em;
}

.FS_2_2 {
    font-size: 2.2em;
}

.FS_2_3 {
    font-size: 2.3em;
}

.FS_2_4 {
    font-size: 2.4em;
}

.FS_2_5 {
    font-size: 2.5em;
}

.FS_2_6 {
    font-size: 2.6em;
}

.FS_2_7 {
    font-size: 2.7em;
}

.FS_2_8 {
    font-size: 2.8em;
}

.FS_2_9 {
    font-size: 2.9em;
}
/*Font Size 3-(*)em */
.FS_3 {
    font-size: 3em;
}

.FS_3_1 {
    font-size: 3.1em;
}

.FS_3_2 {
    font-size: 3.2em;
}

.FS_3_3 {
    font-size: 3.3em;
}

.FS_3_4 {
    font-size: 3.4em;
}

.FS_3_5 {
    font-size: 3.5em;
}

.FS_3_6 {
    font-size: 3.6em;
}

.FS_3_7 {
    font-size: 3.7em;
}

.FS_3_8 {
    font-size: 3.8em;
}

.FS_3_9 {
    font-size: 3.9em;
}

/*Font weight
 ----------------------------------------------------*/
.TEXT-BOLD {
    font-weight: bold;
}

.TEXT-BOLDER {
    font-weight: bolder;
}

i {
    vertical-align: central;
}

.menuItemPopOver {
    color: black;
    font-size: 1em;
    background-color: lavender;
}
/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
.H5 {
    height: 5%;
}

.H10 {
    height: 10%;
}

.H15 {
    height: 15%;
}

.H20 {
    height: 20%;
}

.H30 {
    height: 30%;
}

.H40 {
    height: 40%;
}

.H50 {
    height: 50%;
}

.H60 {
    height: 60%
}

.H70 {
    height: 70%
}

.H80 {
    height: 80%
}

.H25 {
    height: 25%;
}

.H33 {
    height: 33%;
}

.H75 {
    height: 75%;
}

.H100 {
    height: 100%;
}

.W5 {
    width: 5%;
}

.W10 {
    width: 10%;
}

.W15 {
    width: 15%;
}

.W20 {
    width: 20%;
}

.W30 {
    width: 30%;
}

.W40 {
    width: 40%;
}

.W50 {
    width: 50%;
}

.W60 {
    width: 60%
}

.W70 {
    width: 70%
}

.W80 {
    width: 80%
}

.W25 {
    width: 25%;
}

.W33 {
    width: 33%;
}

.W75 {
    width: 75%
}

.W100 {
    width: 100%;
}

.SPACER,
.SPACER_30 {
    width: 30px;
}

.SPACER_100 {
    width: 100px;
}

.HYPERLINK:hover,
.HYPERLINK:active,
.HYPERLINK:visited,
.HYPERLINK {
    text-decoration: none;
    color: #428bca;
    cursor: grab;
}

.propWindowSpacer {
    padding-top: 25px;
}

.SCROLL_X {
    overflow-x: scroll;
    overflow-y: hidden;
}

.SCROLL_Y {
    overflow-x: hidden;
    overflow-y: scroll;
}

.SCROLL_X_Y {
    overflow-x: scroll;
    overflow-y: scroll;
}

.SCROLL_NO {
    overflow: hidden;
}

.UNDERLINE_WHITE_FIELD {
    border-bottom: 2px solid white
}

label {
    vertical-align: middle;
    height: inherit;
    /*color: white;*/
    /*line-height: 1.2em;*/
    margin-bottom: 5px;
    margin-top: 5px;
}

input[type=checkbox], input[type=radio] {
    vertical-align: middle;
    position: relative;
    bottom: 1px;
}

    .radio-label,
    input[type=radio] > label {
        margin: 0px 10px 5px;
    }

.input-group-addon {
    /*background-color: #404040;*/
    background: transparent;
    color: white;
    border: 0;
}


label,
.form-control {
    font-size: 1.2em;
}

select {
    font-size: 1.2em;
    text-align: center;
    height: 30px;
}

    select > option {
        text-align: left;
        font-size: 1.2em;
    }

/*fieldset legend fix*/
fieldset > .legendFix {
    background-color: #404040;
}

.legendFix {
    width: auto;
    margin-bottom: 5px;
    font-size: 1.6em;
    font-weight: bold;
}

html {
    height: 100%;
}

body {
    height: 100%;
}

.page {
    width: 960px;
    background-color: #EBEFF0;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

    .header h1 {
        font-weight: 700;
        margin: 0px;
        padding: 0px 0px 0px 20px;
        color: #f9f9f9;
        border: none;
        line-height: 2em;
        font-size: 2em;
    }

.text-required,
.text_required {
    border: 5px solid red;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

.TEXT_LINK {
    cursor: pointer;
    color: #dddddd;
    font-weight: bolder;
}

.LIST_NO_BULLET {
}

    .LIST_NO_BULLET > li {
        list-style-type: none;
    }


/* MISC  
----------------------------------------------------------*/
.radioGroup > label {
    color: white;
}

.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}

.red {
    border: solid 1px red;
}

.blue {
    border: solid 1px blue;
}

.green {
    border: solid 1px green;
}

.orange {
    border: solid 1px orange;
}

/*.form-control {
  display: block;
  width: 100%;
  width: 100px;
  height: 20px;
  padding: 6px 5px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}*/

/*#txtZip {
        width: 100px;
        height: 20px;
        padding: 0px 5px;
        font-size: 14px;
        line-height: 1.428571429;
        color: #555555;
        vertical-align: middle;
        background-color: #ffffff;
        border: 1px solid #c3c3c3;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
        transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    }*/

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

    .close:hover,
    .close:focus {
        color: #000000;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

button.close {
    padding: 0;
    cursor: pointer;
    /*background: transparent;*/
    border: 0;
    -webkit-appearance: none;
}

/*.modal {
    margin-top: 10%;
    position: absolute;
    top: 50% !important;
    left: 50%!important;
    overflow-y: hidden;
    overflow-x:hidden;
    height: 100%;
 
    z-index: 10000;
    transform: translate(-50%, -50%);
    
}*/
/*.modal-header {
    width: auto;

}*/

/*.modal-dialog{
      overflow-y: no-display;
        overflow-x: no-display;
    padding: 0;
    margin: 0;
    height: auto;
    width: auto;
    border-collapse: collapse;
}*/
/*.modal-content {
  

    overflow-y: no-display;
    overflow-x: no-display;
  
}*/


.panel {
    margin-bottom: 20px;
    background-color: #468847;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-heading {
    background-color: #468847;
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading {
        color: #468847;
        background-color: #468847;
        ;
        border-color: #d6e9c6;
    }


.btn-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.MainContent-txtLoginField {
    /*padding-top: 10px;*/
    height: 30px;
    width: 200px;
    /*vertical-align: central;*/
}

.SiteNavBarColor {
    background-color: #006c64;
}

.shrink {
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: collapse;
}

.fullExpand {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
}

.tcell {
    display: table-cell;
}

.trow {
    display: table-row;
}

.loginGroup {
    display: table-row;
    padding-top: 3px;
    padding-bottom: 3px;
    margin: 100px;
    vert-align: middle;
    vertical-align: central;
}

.loginLabel {
    width: 100px;
    text-align: right;
    display: table-cell;
    padding: 0;
    margin: 0;
    vertical-align: middle;
}

.loginSpacer {
    height: 5px;
    width: 5px;
}

.loginFieldTitle {
    width: auto;
    padding-left: 30px;
    display: table-row;
}

.loginStatusMessage {
    color: red;
    width: auto;
    padding-left: 30px;
}

.loginContainer {
    display: table;
    float: left;
    padding-top: 25px;
}

.btnLogin {
    margin-left: 30px;
}

.Show {
    display: block;
}

.hide,
.Hide {
    display: none;
}

.textAreaResizeRestrict {
    resize: none;
    background-color: white;
}

.textReadyOnly {
    background-color: white;
    readonly: readonly;
}

.ticketStatsLabel {
    font-weight: bold;
    text-align: right;
    width: 100px;
    font-size: 1.2em;
}

.ticketStatsLabelValue {
    font-weight: bold;
    text-align: justify;
    width: 100px;
    font-size: 1.2em;
}


canvas {
    border: 0;
    margin: 0;
    border-collapse: collapse;
    padding: 0;
}

.legText {
    border: 0;
    margin: 0;
    border-collapse: collapse;
    padding: 0;
}

.menuLinkItem {
    display: table-cell;
    color: white;
    text-decoration: none;
    width: auto;
    text-wrap: none;
    padding-left: 30px;
}

option:empty {
    display: none;
}

nav {
    list-style: outside none none;
    margin-bottom: 0;
    padding-left: 0;
}

.nav::before, .nav::after {
    content: " ";
    display: table;
}

.nav::after {
    clear: both;
}

.nav::before, .nav::after {
    content: " ";
    display: table;
}

.nav::after {
    clear: both;
}

.nav > li {
    display: block;
    position: relative;
}

    .nav > li > a {
        display: block;
        padding: 10px 15px;
        position: relative;
    }

        .nav > li > a:hover, .nav > li > a:focus {
            background-color: #eeeeee;
            text-decoration: none;
        }

    .nav > li.disabled > a {
        color: #999999;
    }

        .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
            background-color: transparent;
            color: #999999;
            cursor: not-allowed;
            text-decoration: none;
        }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #428bca;
}

.nav .nav-divider {
    background-color: #e5e5e5;
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
}

.nav > li > a > img {
    max-width: none;
}

/*.nav-tabs {
    border-bottom: 0px;
    background-color: #006C64;
    border-radius: 8px 8px 8px 8px;
    color: white;
}*/

.nav-tabs {
    border-radius: 0 !important;
    background: #575e63;
    border-top: 1px solid #878e98;
    border-bottom: 1px solid #878e98;
    border-right: 1px solid #878e98;
    color: #fff;
    letter-spacing: 0.09em;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#575e63), to(#3f4347));
    background: -webkit-linear-gradient(top, #575e63, #3f4347);
    background: -moz-linear-gradient(top, #575e63, #3f4347);
    background: -ms-linear-gradient(top, #575e63, #3f4347);
    background: -o-linear-gradient(top, #575e63, #3f4347);
    /*background: rgba(226,226,226,1);
background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(209,209,209,1) 51%, rgba(219,219,219,1) 73%, rgba(254,254,254,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226,226,226,1)), color-stop(51%, rgba(209,209,209,1)), color-stop(73%, rgba(219,219,219,1)), color-stop(100%, rgba(254,254,254,1)));
background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(209,209,209,1) 51%, rgba(219,219,219,1) 73%, rgba(254,254,254,1) 100%);
background: -o-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(209,209,209,1) 51%, rgba(219,219,219,1) 73%, rgba(254,254,254,1) 100%);
background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(209,209,209,1) 51%, rgba(219,219,219,1) 73%, rgba(254,254,254,1) 100%);
background: linear-gradient(to bottom, rgba(226,226,226,1) 0%, rgba(209,209,209,1) 51%, rgba(219,219,219,1) 73%, rgba(254,254,254,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0 );*/
}

    .nav-tabs > li:first-child > a, .sm-blue > li:first-child > *:not(ul) a {
        border-radius: 8px 0 0 8px;
    }

    .nav-tabs > li:last-child > a, .sm-blue > li:first-child > *:not(ul) a {
        border-radius: 8px 0px 0px 0px;
    }

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
        border-right: 1px solid #006892;
    }

        .nav-tabs > li > a {
            border: 1px solid transparent;
            /*border-radius: 4px 4px 0 0;*/
            line-height: 1.42857;
            margin-right: 2px;
        }

            .nav-tabs > li > a:hover {
                border-color: #eeeeee #eeeeee #dddddd;
                border-radius: 8px 8px 8px 8px;
            }

.highlightTab {
    border-color: #dddddd #dddddd transparent;
    background-color: #c7c6c5;
    /*border-style: solid;*/
    color: black;
}


/*.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus {
    background-color: #A1D1E8;
    border-color: #dddddd #dddddd transparent;
   
    border-radius: 8px 8px 8px 8px;
    border-style: solid;
    border-width: 1px;
    color: #555555;
    cursor: default;
}*/


.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background-color: #A1D1E8;
    border-color: #dddddd #dddddd transparent;
    border-radius: 8px 8px 8px 8px;
    border-style: solid;
    border-width: 1px;
    /*color: #555555;*/
    cursor: default;
}





.nav-tabs.nav-justified {
    border-bottom: 0 none;
    width: 100%;
}

    .nav-tabs.nav-justified > li {
        float: none;
    }

        .nav-tabs.nav-justified > li > a {
            text-align: center;
        }

    /*.nav-tabs.nav-justified > li > a {

    margin-right: 0;
}*/
    .nav-tabs.nav-justified > .active > a {
        /*border-bottom-color: #ffffff;*/
    }

.pageContainer {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0;
}

/*.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: 0px solid #ddd;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}
.table-striped tbody > tr:nth-child(2n+1) > td, .table-striped tbody > tr:nth-child(2n+1) > th {
    background-color: transparent;
}*/

/*.table > tr > td {
     border-top: 1px solid #ddd;
     border-bottom:1px solid #ddd;;
}
.table th, .table td {
    border-top: 1px solid #dddddd;
    line-height: 20px;
    padding: 8px;
    text-align: left;
    vertical-align: top;
}*/


.btnActions {
    background-color: transparent;
    border: 0;
    margin: 0;
}

.btnExpander {
    border: 0;
    margin: 0;
}




.panel-title {
    cursor: pointer;
}

.txtTicketDescription {
    padding: 0;
    margin: 0;
    color: black;
    height: 100px;
    line-height: 15px;
    resize: none;
}


/*smart table fix*/
#tableHeader {
    width: 100%;
}

.table-container {
    height: 500px;
    width: 100%;
    overflow-y: scroll;
    white-space: nowrap;
    font-size: small;
    align-items: stretch;
}

.field-tip {
    position: relative;
    cursor: help;
}

    .field-tip .tip-content {
        position: absolute;
        top: -10px; /* - top padding */
        right: 9999px;
        width: 200px;
        margin-right: -220px; /* width + left/right padding */
        padding: 10px;
        color: #fff;
        background: #333;
        -webkit-box-shadow: 2px 2px 5px #aaa;
        -moz-box-shadow: 2px 2px 5px #aaa;
        box-shadow: 2px 2px 5px #aaa;
        opacity: 0;
        -webkit-transition: opacity 250ms ease-out;
        -moz-transition: opacity 250ms ease-out;
        -ms-transition: opacity 250ms ease-out;
        -o-transition: opacity 250ms ease-out;
        transition: opacity 250ms ease-out;
    }

        .field-tip .tip-content:before {
            content: ' '; /* Must have content to display */
            position: absolute;
            top: 50%;
            left: -16px; /* 2 x border width */
            width: 0;
            height: 0;
            margin-top: -8px; /* - border width */
            border: 8px solid transparent;
            border-right-color: #333;
        }

    .field-tip:hover .tip-content {
        right: -20px;
        opacity: 1;
    }

.BtnIcon {
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin: 0;
    padding: 0;
}

.cursor_pointer,
.MousePointer {
    cursor: pointer;
}

.ticketDetailAccordianTitle {
    width: 1000px
}

.modal {
    /*margin-top: 10%;*/
    /*position: absolute;
    top: 50% !important;
    left: 50%!important;*/
    /*overflow-y: hidden;
    overflow-x:hidden;*/
    /*height: 100%;
 
    z-index: 10000;
    transform: translate(-50%, -50%);*/
    padding-top: 10%;
    /*background: transparent;*/
    /*padding: 20px; 
    width: 200px;
    height: 150px;*/
}

.modal-content {
    border-radius: 15px 15px 15px 15px;
}

.modal-body {
    min-height: auto;
    font-size: 1.2em;
}

.modal-dialog {
    border-radius: 15px 15px 15px 0;
}

.modal-footer {
    height: 50px;
    margin: 0;
    padding: 0;
    padding-top: 5px;
    vertical-align: central;
}

.modal-header {
    background-color: rgb(0,108,100);
    color: white;
    border-radius: 15px 15px 0 0;
    text-align: center;
    height: 40px;
    line-height: 5px;
    vertical-align: text-top;
    font-size: 0.5em;
}
/*.btn {
    background-color: lightgray
}*/
.btnFlat {
    border: 0;
    margin: 0;
    background-color: transparent;
    border-collapse: collapse;
}


.fieldLabel {
    width: 150px;
    text-align: right;
    font-weight: bolder;
    vertical-align: top;
}

.fieldItemTextBox {
    width: 300px;
    height: 50px;
}

.container-black {
    background-color: #000000;
}

.container-fluid .container {
    /*background-color: #0d0d0d;;*/
    /*background-color: #404040;*/
}


.dropListPartsType {
    width: 150px;
}

.dropListPartsModels {
    width: 150px;
}

.cellreturnshipping {
    vertical-align: top;
    padding: 0;
    margin: 0;
}

.ticketStatusPanel {
    /*background-color:black;*/
    color: white;
}

.CellFieldHeader {
    font-weight: bold;
    font-size: 1.3em;
    vertical-align: text-top;
    text-align: right;
    color: white;
}

.CellFieldHeader2 {
    font-weight: bold;
    font-size: 1em;
    vertical-align: text-top;
    text-align: right;
    color: white;
}

.CellFieldItem {
    width: 100%;
    font-size: 1em;
    width: 200px;
    color: white;
}

.panel-title {
    color: white;
    background-color: rgb(0,108,100);
    border-radius: 10px 10px 10px 10px;
}

.panel-body {
    padding: 0;
    background-image: linear-gradient(to bottom, #2D2D2D, #454545);
    border-radius: 10px 10px 10px 10px;
}

.panel-module {
    background-image: linear-gradient(to bottom, #2D2D2D, #454545);
    min-height: 100px;
    min-width: 100px;
    border-radius: 10px 10px 10px 10px;
}

.panel-View-module {
    background-image: linear-gradient(to bottom, #2D2D2D, #454545);
    border-radius: 10px 10px 10px 10px;
}

.sep {
    border: 1px solid #0d0d0d;
    ;
}

.GroupPanel {
    background-color: lightgray;
    height: 500px;
    width: 100%;
    border-top: 1px outset grey;
    border-left: 1px outset lightgray;
}

.gridButtonTable {
    margin: 0;
    padding: 0;
}




.gridBottom {
    border-top: 1px inset white;
    border-left: 1px inset white;
    border-bottom: 1px outset gray;
    border-right: 1px outset gray;
    border-radius: 0 0 2px 2px;
    background-color: lightgrey;
    height: auto;
    padding-top: 1px;
    padding-bottom: 1px;
    vertical-align: middle;
    box-shadow: 2px 2px 2px #4d4d4d;
    /*margin: 0;*/
}

    .gridBottom > .gridShowResultsDisplay {
        vertical-align: middle;
        padding-top: 5px;
    }

    .gridBottom > .gridShowResultsButtonDisplay {
        vertical-align: middle;
        padding-top: 5px;
        padding-right: 15px;
        text-align: right;
    }

.gridShowResultsButtonDisplay > .btnPageButton {
    color: black;
    width: 30px;
    height: 18px;
    margin: -2px;
    margin-top: 1px;
    margin-bottom: 1px;
    border-top: 1px solid #428bca;
    border-bottom: 1px solid #428bca;
    border-left: 1px solid #428bca;
    border-right: 1px solid #428bca;
    border-collapse: collapse;
    /*padding: 0;*/
}

.gridShowResultsButtonDisplay > .btnPageButtonEnabled {
    color: white;
}

.gridShowResultsButtonDisplay > .btnPageButtonSelected {
    background-color: #428bca;
    color: white;
}

.gridShowResultsButtonDisplay > .btnPageButtonNormal {
    background-color: InactiveBorder;
    color: white;
}

.gridShowResultsButtonDisplay > .btnPageButtonDisabled {
    background-color: darkgray;
    color: #555555;
}

.gridShowResultsButtonDisplay > .btnPageButton > .btnPageImage {
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: collapse;
    height: 10px;
    width: 10px;
}

.gridSearchBox {
    border-top: 1px inset white;
    border-left: 1px inset white;
    border-bottom: 1px outset gray;
    border-right: 1px outset gray;
    border-radius: 0 0 2px 2px;
    background-color: black;
    margin: 0px;
    padding-top: 2px;
    height: auto;
    color: white;
}

.gridDropDownShowresults {
    color: black;
    width: auto;
    text-align: center;
    font-size: 1em;
    height: 20px;
    line-height: 0;
    padding: 0;
}

.gridSearchTextBox {
    font-size: 1em;
    width: 50%;
    height: 20px;
    color: black;
    line-height: 0;
    padding: 0;
}

.gridHeaderTable {
    border-top: 1px inset white;
    border-left: 1px inset white;
    border-bottom: 1px outset gray;
    border-right: 1px outset gray;
    border-radius: 2px 2px 0 0;
    width: 100%;
    padding-bottom: 10px;
}

    .gridHeaderTable > thead > tr > td,
    .gridHeaderTable > thead > tr > th {
        text-align: left;
        font-size: 1em;
        background-color: lightgray;
        font-weight: bolder
    }


    .gridHeaderTable > tbody > tr {
        border-bottom: 1px solid white;
    }

        .gridHeaderTable > tbody > tr > td {
            text-align: left;
            font-size: 1em;
            /*background-color: black;*/
        }

        .gridHeaderTable > tbody > tr:nth-child(even) > td {
            background-color: rgb(67,67,67);
            color: white
        }

        .gridHeaderTable > tbody > tr:nth-child(odd) > td {
            background-color: rgb(67,67,67);
            color: white;
        }

.backgroundBlack {
    background-color: black;
}

.list-group-item {
    cursor: pointer;
    text-align: justify;
}

.gridHeaderTable > tbody > tr:nth-child(odd) > td {
    background-color: rgb(67,67,67);
    color: white;
}

.backgroundBlack {
    background-color: black;
}

.list-group-item {
    cursor: pointer;
    text-align: justify;
}


.panel-default > .panel-heading {
    border-radius: 10px 10px 0 0;
    background-color: rgb(0, 108, 100);
    text-align: center;
}

.formGroupScreenCreateUserPanelBodyContainer {
    background-color: black;
}

    .formGroupScreenCreateUserPanelBodyContainer.container-fluid .formGroupScreenCreateUserPanelBodyContainer > .row-fluid .formGroupScreenCreateUserPanelBody .formGroupScreenCreateUserPanelBodyContainer .formGroupScreenCreateUserContainer {
        background-color: black;
    }

.formGroupScreenCreateUser {
    width: 800px;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: black;
}

.fieldScreenCreateUserLabel {
    color: white;
    background-color: transparent;
    width: 100px;
    text-align: right;
}

.fieldScreenCreateUserInput {
}


.ScreenCreateUserTextInput {
    min-width: 50%;
}

.ScreenCreateUserButtonContainer {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: right;
}

.ScreenViewUsersContainer {
    border-top: 1px inset white;
    border-left: 1px inset white;
    border-bottom: 1px outset gray;
    border-right: 1px outset gray;
    border-radius: 2px 2px 0 0;
    margin: 0;
}


.validatorInvalidFieldInput {
    border: 3px solid red;
    border-radius: 5px;
    background-color: lightpink;
}

.validatorHelpBlockInValid {
    color: yellow;
}

.fieldScreenAdminChangePassLabel {
    width: 200px;
    text-align: right;
    color: white;
}

.fieldScreenAdminChangePassInput {
    width: 400px;
}

.fieldScreenAdminChangePassLabelInvalid {
    color: red;
}

.fieldScreenAdminChangePassInputInvalid {
    background-color: palevioletred;
}

.fieldScreenAdminChangePassLabelValidate {
    padding-top: 5px;
    color: red;
}

.passFieldValidated {
    color: forestgreen
}

.passFieldInValidated {
    color: palevioletred;
}

.fieldRequired {
    border-color: red;
    background-color: #db7093;
}

.fieldReqMet {
    border-color: #66afe9;
    background-color: #fff;
}

.form-group {
    min-height: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.MainBackground {
    background-color: #0d0d0d;
}

.control-panel-header {
    border-radius: 10px 10px 0 0;
    background-color: rgb(0, 108, 100);
    text-align: center;
    vertical-align: middle;
    height: auto;
    font-weight: bolder;
    font-size: 5px;
    font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
}

.control-panel-sub-header {
    border-radius: 3px 3px 0 0;
    background-color: #428bca;
    text-align: center;
    vertical-align: middle;
    height: auto;
    font-weight: bolder;
    font-size: 1em;
    font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
    color: white;
}

.control-panel-sub-header2 {
    border-radius: 10px 10px 0 0;
    background-color: rgb(0, 108, 100);
    text-align: center;
    vertical-align: middle;
    height: auto;
    font-weight: bolder;
    font-size: 1.2em;
    font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
    color: white;
}


.properties-body2 {
    border-top: 1px solid white;
    border-left: 2px outset white;
    border-right: 1px solid white;
    border-bottom: 1px outset white;
    color: white;
    background-color: #3c3838;
    font-size: 1.2em;
    color: whitesmoke;
    font-weight: bolder;
}

.properties-container {
    margin: 0;
    width: 100%;
    background-color: #0d0d0d;
    border: 0;
    box-shadow: 2px 2px 2px #4d4d4d;
    display: block;
    padding: 0px;
    border-radius: 5px 5px 0 0;
    border-left: 1px outset white;
    border-top: 1px outset white;
    border-bottom: 1px solid white;
    border-right: 1px solid white;
}

    .properties-container .control-panel-header {
        background-image: #006C64;
        border-bottom: 1px solid #006C64;
        clear: both;
        color: white;
        display: block;
        font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
        font-size: 1.5em;
        margin: 0;
        padding: 0;
        padding-top: 5px;
        text-align: center;
        border-radius: 3px 3px 0 0;
        vertical-align: central;
    }


.container-fluid > .row-fluid > .col-md-6 > .form-inline {
    padding-top: 5px;
}

    .container-fluid > .row-fluid > .col-md-6 > .form-inline > label {
        width: 20%;
        text-align: justify;
        color: white;
    }

.container-fluid > .row-fluid > .col-md-6 > .form-inline {
    text-align: justify;
}

    .container-fluid > .row-fluid > .col-md-6 > .form-inline > select,
    .container-fluid > .row-fluid > .col-md-6 > .form-inline > input[type="email"],
    .container-fluid > .row-fluid > .col-md-6 > .form-inline > input[type="text"] {
        width: 70%;
        padding-top: 5px;
        font-size: 1.2em;
        text-align: justify;
    }

.radioGroup > label {
    vertical-align: middle;
    color: white;
    padding: 0;
}

.radioGroup > input[type='radio'] {
    padding: 0;
    margin: 0;
}

.dashboard-panel-top {
    color: white;
    vertical-align: text-top;
    min-height: 75px;
    padding-top: 0;
}

.dashboard-panel-module {
    color: white;
    float: left;
    width: 33%;
    height: 370px;
    background-image: linear-gradient(to bottom, #2D2D2D, #454545);
    vertical-align: middle;
}

.divsec {
    border: 2px solid #0d0d0d;
    border-radius: 15px 15px 15px 15px;
}

.fieldCreateTicketLabel {
    color: white;
    text-align: justify;
    font-size: 1.5em;
    width: 100%;
}

.fieldCreateTicketInput {
    padding: 0;
}

.fieldBoxCreateTicketEmail {
    height: auto;
    padding-left: 100px;
}

.fieldBoxCreateTicketEmailLabel {
    color: white;
    font-size: 1.5em;
    text-align: justify;
    width: 100%;
}

.fieldBoxCreateTicketSubmit {
    width: 150px;
    float: right;
}

.fieldCreateTicketSelect {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0;
}

.fieldCreateTicketGroupAddress {
    color: white;
    border: 1px outset white;
    font-size: 1.5em;
    vertical-align: text-top;
    text-align: center;
    padding-bottom: 1px;
    padding-top: 1px;
}

    .fieldCreateTicketGroupAddress > legend {
        color: white;
        text-align: left;
        font-size: 1em;
        padding: 0;
        margin: 0;
        border-top: 1px solid white;
        border-bottom: 1px solid white;
    }

.modalAddNoteTextArea {
    width: 500px;
    height: 300px;
    font-size: 1.5em;
}

.TicketDetailLabel {
    text-align: right;
}

    .TicketDetailLabel > label {
        color: white;
        width: 100%;
    }

.TicketDetailStatusLabel {
    text-align: left;
}

    .TicketDetailStatusLabel > label {
        color: white;
        width: 100%;
    }

.TicketDetailTextArea {
    min-height: 100px;
}

.PageButtonOutRandge {
    display: none;
}

.dragDropBox {
    font-size: 1em;
    font-weight: bolder;
    background-color: lightgrey;
    border: 2px dashed black;
    vertical-align: central;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .dragDropBox > span {
        color: #006C64;
        cursor: pointer;
    }

.fileUploadForm {
    background-color: black;
}

    .fileUploadForm > .container-fluid {
        background-color: red;
    }

#divDropzone {
    background: #428bca;
    color: white;
    font-size: 2em;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    vertical-align: central;
    border: 2px dashed black;
    padding-left: 15px;
    padding-right: 15px;
}

    #divDropzone.hover {
        background: #006c64;
        color: white;
    }

    #divDropzone.fade {
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        opacity: 1;
    }

.progress > .bar:after {
    content: "";
    position: absolute;
    top: 0;
    left: 10px;
    bottom: 0;
    right: 0px;
    background-image: linear-gradient( -45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
    z-index: 1;
    background-size: 5px 5px;
    animation: move 2s linear infinite;
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 1px;
    overflow: hidden;
    width: 96%;
    height: 20px;
    text-align: center;
}

.bar {
    height: 30px;
    background-image: linear-gradient(to bottom, cornflowerblue, white);
    color: black;
    font-weight: bolder;
}

.panel-module > .formUploader {
    padding-top: 5px;
}

.fileUploadContainer {
    max-height: 350px;
    border: 3px inset black;
    max-height: 300px;
    background-color: #d3d3d3;
}

.fileUploadInvalidFile {
    color: #ff0000;
    font-weight: bold;
}

.fileUploadValidFile {
    color: #008000;
    font-weight: bold;
}

.fieldsContainer > div {
    background-color: red;
}

#tblKioskDetailCashStatus {
    width: 500px;
    float: right;
}

.tblKioskDetailCashStatus {
    width: 800px;
}

.kdsColumn1 {
    font-size: 5px;
    color: yellow;
}

.kdsColumn2 {
    font-size: 5px;
}

.accordian_label_title > b,
.accordian_label_title {
    width: 200px;
    cursor: pointer;
}

.accordian_label_title_section {
    text-align: left;
    width: 450px
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.navBar > .main-menu > li > a {
    cursor: pointer;
}

.reconcileBtn {
    height: 32px;
    background-color: red;
    color: white;
    border-color: black;
}

.ledgerExpandRow {
    background-color: white;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

    .ledgerExpandRow > td {
        color: black;
        background-color: white;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

.reconcileButton {
    height: 32px;
    background-color: red;
    color: white;
    border-color: black;
}

.unreconcileButton {
    height: 32px;
    background-color: green;
    color: white;
    border-color: black;
}

.btnPleaseWait {
    background-color: yellow;
    color: black;
}

.ledgerBtnModalPendingClose {
    color: white;
    background-color: red;
    border-color: red;
}

.PropShell {
    display: inline-block;
    width: 100%;
}

.PropShellHeader,
.PropShellHeader .container-fluid {
    background-color: #006C64;
    clear: both;
    color: white;
    display: block;
    font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
    font-size: 1.5em;
    font-weight: bolder;
    margin: 0;
    padding: 0;
    padding-top: 5px;
    text-align: center;
    border-radius: 4px 4px 0 0;
    vertical-align: central;
    border-left: 1px outset lightblue;
    border-right: 1px outset lightblue;
    border-top: 1px solid lightblue;
    border-bottom: 1px solid lightblue;
}

.PropShellContainer {
    background-color: #404040;
    border-left: 1px outset lightblue;
    border-right: 1px outset lightblue;
    border-top: 1px solid lightblue;
    border-bottom: 1px solid lightblue;
    display: block;
    width: 100%;
}


    .PropShellContainer > .container-fluid > .row-fluid,
    .PropShellContainer > .container > .row,
    .PropShellContainer > .container > .row-fluid,
    .PropShellContainer > .container > .row-fluid > .col-sm-1,
    .PropShellContainer > .container > .row-fluid > .col-sm-2,
    .PropShellContainer > .container > .row-fluid > .col-sm-3,
    .PropShellContainer > .container > .row-fluid > .col-sm-4,
    .PropShellContainer > .container > .row-fluid > .col-sm-5,
    .PropShellContainer > .container > .row-fluid > .col-sm-6,
    .PropShellContainer > .container > .row-fluid > .col-sm-7,
    .PropShellContainer > .container > .row-fluid > .col-sm-8,
    .PropShellContainer > .container > .row-fluid > .col-sm-9,
    .PropShellContainer > .container > .row-fluid > .col-sm-10,
    .PropShellContainer > .container > .row-fluid > .col-sm-11,
    .PropShellContainer > .container > .row-fluid > .col-sm-12,
    .PropShellContainer > .container > .row-fluid > .col-md-1,
    .PropShellContainer > .container > .row-fluid > .col-md-2,
    .PropShellContainer > .container > .row-fluid > .col-md-3,
    .PropShellContainer > .container > .row-fluid > .col-md-4,
    .PropShellContainer > .container > .row-fluid > .col-md-5,
    .PropShellContainer > .container > .row-fluid > .col-md-6,
    .PropShellContainer > .container > .row-fluid > .col-md-7,
    .PropShellContainer > .container > .row-fluid > .col-md-8,
    .PropShellContainer > .container > .row-fluid > .col-md-9,
    .PropShellContainer > .container > .row-fluid > .col-md-10,
    .PropShellContainer > .container > .row-fluid > .col-md-11,
    .PropShellContainer > .container > .row-fluid > .col-md-12,
    .PropShellContainer > .container > .row-fluid > .col-lg-1,
    .PropShellContainer > .container > .row-fluid > .col-lg-2,
    .PropShellContainer > .container > .row-fluid > .col-lg-3,
    .PropShellContainer > .container > .row-fluid > .col-lg-4,
    .PropShellContainer > .container > .row-fluid > .col-lg-5,
    .PropShellContainer > .container > .row-fluid > .col-lg-6,
    .PropShellContainer > .container > .row-fluid > .col-lg-7,
    .PropShellContainer > .container > .row-fluid > .col-lg-8,
    .PropShellContainer > .container > .row-fluid > .col-lg-9,
    .PropShellContainer > .container > .row-fluid > .col-lg-10,
    .PropShellContainer > .container > .row-fluid > .col-lg-11,
    .PropShellContainer > .container > .row-fluid > .col-lg-12,
    .PropShellContainer > .container-fluid > .row-fluid > .col-lg-12,
    .PropShellContainer > .container-fluid > .row-fluid > .col-lg-12,
    .PropShellContainer > .container-fluid > .row > .col-sm-1,
    .PropShellContainer > .container-fluid > .row > .col-sm-2,
    .PropShellContainer > .container-fluid > .row > .col-sm-3,
    .PropShellContainer > .container-fluid > .row > .col-sm-4,
    .PropShellContainer > .container-fluid > .row > .col-sm-5,
    .PropShellContainer > .container-fluid > .row > .col-sm-6,
    .PropShellContainer > .container-fluid > .row > .col-sm-7,
    .PropShellContainer > .container-fluid > .row > .col-sm-8,
    .PropShellContainer > .container-fluid > .row > .col-sm-9,
    .PropShellContainer > .container-fluid > .row > .col-sm-10,
    .PropShellContainer > .container-fluid > .row > .col-sm-11,
    .PropShellContainer > .container-fluid > .row > .col-sm-12,
    .PropShellContainer > .container-fluid > .row > .col-md-1,
    .PropShellContainer > .container-fluid > .row > .col-md-2,
    .PropShellContainer > .container-fluid > .row > .col-md-3,
    .PropShellContainer > .container-fluid > .row > .col-md-4,
    .PropShellContainer > .container-fluid > .row > .col-md-5,
    .PropShellContainer > .container-fluid > .row > .col-md-6,
    .PropShellContainer > .container-fluid > .row > .col-md-7,
    .PropShellContainer > .container-fluid > .row > .col-md-8,
    .PropShellContainer > .container-fluid > .row > .col-md-9,
    .PropShellContainer > .container-fluid > .row > .col-md-10,
    .PropShellContainer > .container-fluid > .row > .col-md-11,
    .PropShellContainer > .container-fluid > .row > .col-md-12,
    .PropShellContainer > .container-fluid > .row > .col-lg-1,
    .PropShellContainer > .container-fluid > .row > .col-lg-2,
    .PropShellContainer > .container-fluid > .row > .col-lg-3,
    .PropShellContainer > .container-fluid > .row > .col-lg-4,
    .PropShellContainer > .container-fluid > .row > .col-lg-5,
    .PropShellContainer > .container-fluid > .row > .col-lg-6,
    .PropShellContainer > .container-fluid > .row > .col-lg-7,
    .PropShellContainer > .container-fluid > .row > .col-lg-8,
    .PropShellContainer > .container-fluid > .row > .col-lg-9,
    .PropShellContainer > .container-fluid > .row > .col-lg-10,
    .PropShellContainer > .container-fluid > .row > .col-lg-11,
    .PropShellContainer > .container-fluid > .row > .col-lg-12,
    .PropShellContainer > .container-fluid > .row > .col-lg-12,
    .PropShellContainer > .container > .row-fluid > .col-sm-1,
    .PropShellContainer > .container > .row-fluid > .col-sm-2,
    .PropShellContainer > .container > .row-fluid > .col-sm-3,
    .PropShellContainer > .container > .row-fluid > .col-sm-4,
    .PropShellContainer > .container > .row-fluid > .col-sm-5,
    .PropShellContainer > .container > .row-fluid > .col-sm-6,
    .PropShellContainer > .container > .row-fluid > .col-sm-7,
    .PropShellContainer > .container > .row-fluid > .col-sm-8,
    .PropShellContainer > .container > .row-fluid > .col-sm-9,
    .PropShellContainer > .container > .row-fluid > .col-sm-10,
    .PropShellContainer > .container > .row-fluid > .col-sm-11,
    .PropShellContainer > .container > .row-fluid > .col-sm-12,
    .PropShellContainer > .container > .row-fluid > .col-md-1,
    .PropShellContainer > .container > .row-fluid > .col-md-2,
    .PropShellContainer > .container > .row-fluid > .col-md-3,
    .PropShellContainer > .container > .row-fluid > .col-md-4,
    .PropShellContainer > .container > .row-fluid > .col-md-5,
    .PropShellContainer > .container > .row-fluid > .col-md-6,
    .PropShellContainer > .container > .row-fluid > .col-md-7,
    .PropShellContainer > .container > .row-fluid > .col-md-8,
    .PropShellContainer > .container > .row-fluid > .col-md-9,
    .PropShellContainer > .container > .row-fluid > .col-md-10,
    .PropShellContainer > .container > .row-fluid > .col-md-11,
    .PropShellContainer > .container > .row-fluid > .col-md-12,
    .PropShellContainer > .container > .row-fluid > .col-lg-1,
    .PropShellContainer > .container > .row-fluid > .col-lg-2,
    .PropShellContainer > .container > .row-fluid > .col-lg-3,
    .PropShellContainer > .container > .row-fluid > .col-lg-4,
    .PropShellContainer > .container > .row-fluid > .col-lg-5,
    .PropShellContainer > .container > .row-fluid > .col-lg-6,
    .PropShellContainer > .container > .row-fluid > .col-lg-7,
    .PropShellContainer > .container > .row-fluid > .col-lg-8,
    .PropShellContainer > .container > .row-fluid > .col-lg-9,
    .PropShellContainer > .container > .row-fluid > .col-lg-10,
    .PropShellContainer > .container > .row-fluid > .col-lg-11,
    .PropShellContainer > .container > .row-fluid > .col-lg-12,
    .PropShellContainer > .container > .row-fluid > .col-lg-12,
    .PropShellContainer > .container > .row-fluid > .col-lg-12,
    .PropShellContainer > .container > .row > .col-sm-1,
    .PropShellContainer > .container > .row > .col-sm-2,
    .PropShellContainer > .container > .row > .col-sm-3,
    .PropShellContainer > .container > .row > .col-sm-4,
    .PropShellContainer > .container > .row > .col-sm-5,
    .PropShellContainer > .container > .row > .col-sm-6,
    .PropShellContainer > .container > .row > .col-sm-7,
    .PropShellContainer > .container > .row > .col-sm-8,
    .PropShellContainer > .container > .row > .col-sm-9,
    .PropShellContainer > .container > .row > .col-sm-10,
    .PropShellContainer > .container > .row > .col-sm-11,
    .PropShellContainer > .container > .row > .col-sm-12,
    .PropShellContainer > .container > .row > .col-md-1,
    .PropShellContainer > .container > .row > .col-md-2,
    .PropShellContainer > .container > .row > .col-md-3,
    .PropShellContainer > .container > .row > .col-md-4,
    .PropShellContainer > .container > .row > .col-md-5,
    .PropShellContainer > .container > .row > .col-md-6,
    .PropShellContainer > .container > .row > .col-md-7,
    .PropShellContainer > .container > .row > .col-md-8,
    .PropShellContainer > .container > .row > .col-md-9,
    .PropShellContainer > .container > .row > .col-md-10,
    .PropShellContainer > .container > .row > .col-md-11,
    .PropShellContainer > .container > .row > .col-md-12,
    .PropShellContainer > .container > .row > .col-lg-1,
    .PropShellContainer > .container > .row > .col-lg-2,
    .PropShellContainer > .container > .row > .col-lg-3,
    .PropShellContainer > .container > .row > .col-lg-4,
    .PropShellContainer > .container > .row > .col-lg-5,
    .PropShellContainer > .container > .row > .col-lg-6,
    .PropShellContainer > .container > .row > .col-lg-7,
    .PropShellContainer > .container > .row > .col-lg-8,
    .PropShellContainer > .container > .row > .col-lg-9,
    .PropShellContainer > .container > .row > .col-lg-10,
    .PropShellContainer > .container > .row > .col-lg-11,
    .PropShellContainer > .container > .row > .col-lg-12,
    .PropShellContainer > .container > .row > .col-lg-12,
    .PropShellContainer > .container > .row > .col-lg-12,
    .PropShellContainer > .container-fluid > .row-fluid > .col-md-6 .PropShellContainer > .container-fluid > .row-fluid > .col-md-12 .PropShellContainer > .container-fluid > .row > .col-lg-6,
    .PropShellContainer > .container-fluid > .row-fluid > .col-lg-12 {
        background-color: #404040;
        color: white;
    }


.PropShellLayoutMaster {
    display: block;
    width: 100%;
}

.SearchBar {
    Display: block;
    width: 100%;
    background-color: blue;
}

.box-border-bottom-white {
    border-bottom: 1px solid white;
}

.box-border-top-white {
    border-top: 1px solid white;
}

.box-border-left-white {
    border-left: 1px solid white;
}

.box-border-right-white {
    border-right: 1px solid white;
}

.PropShellControlPanelHeader {
    background-color: #006C64;
    font-size: 1.3em;
    color: white;
}

.PropShellAccordPanelHeader {
    font-size: 1.3em;
    background-color: #006C64;
    text-align: left;
    color: white;
}

    .PropShellAccordPanelHeader > div > label {
        padding-left: 10px;
    }


.form-horizontal .clabel {
    margin-bottom: 0;
    padding-top: 7px;
    text-align: right;
}

.has-error.has-danger {
    border-color: red;
}

.form-control .text_required,
.has-error .form-control {
    border-color: red;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
/*.form-control.text_required,
input[type="text"] >.has-error.has-danger {
  border: 1px solid red;
}*/

.form-control .text_required,
.requiredFieldItem {
    border-top-color: red;
    border-right-color: rgb(169, ​ 68, ​ 66);
    border-bottom-color: rgb(169, ​ 68, ​ 66);
    border-left-color: rgb(169, ​ 68, ​ 66);
}

.requiredField {
    margin-top: 10px;
    margin-bottom: 0px;
    border-right-width: 10px;
    color: yellow;
    font-size: 1.3
}

.PanelDarkGray {
    background-color: #404040;
    color: white;
}

    .PanelDarkGray > .row-fluid,
    .PanelDarkGray > .row {
        background-color: #404040;
        color: white;
    }

.menuBarCenter,
.menuBarLeft,
.menuBarRight,
.menuBar {
    height: 30px;
    background-color: darkgrey;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    color: black
}

.menuItemPopOver {
    color: black;
    font-size: 1em;
    background-color: lavender;
}

.fileuploader {
}

.fuploadrow {
    background-color: lightblue;
    border: 1px solid black;
}
.sub-menu > li {
    font-size: 1.2em !important;
}
.gridSearchBar {
    border: 1px outset white;
    background-color: #000000;
}

.gridSearchBarFilter {
}

    .gridSearchBarFilter > span {
        color: white;
        text-align: right;
        background: transparent;
    }

    .gridSearchBarFilter > select,
    .gridSearchBarFilter > .gridSearchBarFilterDropDown {
        width: 50px;
        max-width: 100px;
        height: 25px;
        padding: 0px 4px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

.gridSearchBarBox {
}

    .gridSearchBarBox > .input-group {
        margin-top: 5px;
        margin-bottom: 5px;
    }

        .gridSearchBarBox > .input-group > span {
            margin-top: 5px;
            margin-bottom: 5px;
            background: transparent;
            height: 20px;
            padding-bottom: 1px;
            padding-top: 1px;
            margin-top: 1px;
            margin-bottom: 1px;
        }

        .gridSearchBarBox > .input-group > input[type="text"],
        .gridSearchBarBox > .input-group > .gridSearchBox {
            height: 20px;
            padding-bottom: 1px;
            padding-top: 1px;
            margin-top: 4px;
            margin-bottom: 1px;
            background-color: white;
            color: black;
        }

        .gridSearchBarBox > .input-group > .input-group-btn > .gridSearchButton {
            border: 0;
            margin: 0;
            background-color: transparent;
            border-collapse: collapse;
        }

            .gridSearchBarBox > .input-group > .input-group-btn > .gridSearchButton > img {
            }