/*
 * Original FG CSS
 */

body {
    font-size: 11pt;
    font-family: arial;
    margin: 0;
}

img {
    border: none;
}

table {
//border-collapse:collapse;
}

td, th {
    vertical-align: top;
}

a {
    text-decoration: none;
    color: blue;
}

h1 {
    font-size: 16pt;

}

h2 {
//padding-top: 150px;
    font-size: 14pt;
}

#header {
    height: 124px;
}

#container {
    position: relative;
    /*margin-top: 15px;*/
    border-top: solid 3px #d21033;
    width: 100%;
    min-width: 1100px;
}

#content {
    width: 74%;
    float: left;
    margin-right: 1%;
}

#menu {
    width: 200px;
    float: left;
    margin-right: 30px;
    margin-left: 10px;
}

#menu #welcome {
    height: 20px;
    margin-top: 20px;
    margin-bottom: 34px;
}

#menu #contact_menu {
    height: 230px;
}

#menu #show_menu {
    position: relative;
    /*background-color: pink;*/
}

#menu ul {
    padding: 0px;
    margin: 10px;
    width: 190px;
}

#menu li {
    list-style-type: none;
    background-position:center;
    margin: 10px;
}

#month_label {
    color: #ffffff;
    font-weight: bold;
    width: 100%;
    text-align: center;
    margin-top: -35px;
    padding-bottom: 20px;
}

.clear {
    clear: both;
}

.snapshot-summary-item {
    color: blue;
}

.snapshot-summary-item:hover {
    cursor: pointer;
    text-decoration: underline;
}

.tablesContainer table { /*Snapshot pages*/
    width: 100%;
}

#logo {
    width: 250px;
    margin-left: 15px;
}

#loginBox {
    border: 2px solid #d21033;
    width: 400px;
    margin: auto;
}

#loginBox table {
    width: 400px !important;
}

#loginBox td {
    padding: 20px;
    text-align: left;
}

#loginBox .loginTitle {
    padding: 0px;
}

#loginBox .loginTitle div {
    color: #ffffff;
    font-weight: bold;
    background-color: #d21033;
    margin: 4px;
    padding: 3px;
    text-align: center;
}

#loginBox .error {
    color: #d21033;
}

#loginBox .right {
    text-align: right;
}

.contactMessage {
    position: relative;
    text-align: center;
    /*width: 810px;*/
    font-size: 10pt;
    font-weight: normal;
    float: right;
}

#userProfile {
    border: 2px solid #ccc;
    width: 215px;
    margin: 0px;
    position: relative;
}

#userProfile {
    border: 2px solid #ccc;
    width: 215px;
    margin: 0px;
    position: relative;
}

#storeIssueProfile {
    border: 2px solid #ccc;
    width: 215px;
    margin: 0px;
    position: relative;
}

#userProfileTitle {
    background-color: #DBDBDB;
    font-weight: bold;
    font-size: 11pt;
    color: #d21033;
    padding: 5px;
    border-bottom: 2px solid rgb(176, 176, 176);
    margin: 0px;
}

#userProfileContent {
    padding: 10px;
    font-size: 8.5pt;
    background-color: rgb(232, 232, 232);
    margin: 0px;
}

#storeIssueTitle {
    background-color: #DBDBDB;
    font-weight: bold;
    font-size: 12pt;
    color: #d21033;
    padding: 5px;
    border-bottom: 2px solid rgb(176, 176, 176);
    margin: 0px;
}

#storeIssueContent {
    padding: 10px;
    font-family: arial;
    font-size: 10pt;
    background-color: rgb(232, 232, 232);
    margin: 0px;
}

a.storeIssueContent{
    line-height: 20px;

}

a:hover.storeIssueContent{
    line-height: 20px;
    color:#d21033;
    font-weight: 600;

}

.scroll_area {
    height:4em;

    padding:0.5em;
    margin: 0.5em;
    border:1px solid #C0C0C0;
    overflow:auto;
}

#userProfile .emailAddress {
    font-size: 7.5pt;
}
#storeIssueProfile .emailAddress {
    font-size: 7.5pt;
}

#calendar th {
    background-color: rgb(176,176,176);
    border: 2px solid rgb(176,176,176);

}

#calendar td {
    width: 115px;
    height: 155px;
    border: 2px solid rgb(176,176,176);
    text-align: center;
}

#calendar .past_date{
    background-color: rgb(232,232,232);
    color: gray;

}

#calendar .current_date{
    background-color: rgb(246,217,218);

}

#calendar .future_date{

}

#calendar .date_number {
    background-color: rgb(232,232,232);

    text-align: right;
    margin-bottom: 2px;
    color: #000;
}

#calendar .details {
    height: 60px;
    text-align: left;
}

#calendar .order_detail {
    margin-left: 5px;
    color: #000;
    font-size: 9pt;
}

#calendar .order_detail_notes {
    text-align: center;
    color: #000;
    vertical-align: bottom;
    height: 44px;
    font-size: 8pt;
}

#calendar .order_items{

    border-style:none;
    vertical-align: bottom;
    position:relative;
    top:15px;
}

#login {
    padding: 0px;
    margin: 0px;
    position: absolute;
    top: 2px;
    right: 2px;
}

#top_border {
    position: relative;
    background-image: url('../img/checkerboard-top.png');
    background-repeat:repeat-x;
    height:30px;
    margin-bottom: 15px;
}

#bottom_border {
    position: relative;
    background-image: url('../img/checkerboard-bottom.png');
    background-repeat:repeat-x;
    margin-top: 15px;
    height:40px;
}

fieldset {
    padding : 1px;
    border:0px solid white;
    margin: 0 auto 0;
}

.order {
    margin-left: 40px;
}

#order_box input{
    width: 70px;
}

#weekly{
    display: none;

}

#daily{
    display: block;
}

.reports{
    /*float: left;
    position: relative;*/
    clear: both;
    padding-top: 1px;
}

.auto_th{
    background-color: rgb(176, 176, 176);
}

.odd{
    background-color: #ffffff;
    font-size:.8em;

}

.even{
    background-color: #CCCCCC;
    font-size:.8em;

}
#authenticate table {
    width: 300px;

}

#authenticate {
    margin: 100px auto;
    text-align: right;
    /*position: relative;
    left:50px;*/
}

#authenticate td {
    padding: 5px;
}

#forgot_cancel{
    float:left;
}

#forgot_submit{
    float:right;
}

.autotable td ,.autotable th {
    padding: 5px 2px;
}

.autotable th {
    background-color: rgb(176, 176, 176);
}

.autotable {
    margin: 7px;
    width: 845px;
}

.report td ,.report th {
    padding: 5px 2px;
}

.report th {
    background-color: rgb(176, 176, 176);
}

.report {
    margin: 7px;
}

#drilltabs {
    width: 900px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid black;
    padding: 5px;
    padding-left: 20px;
}

#drilltabs li {
    display: inline;
    list-style-type: none;
    margin-left: 5px;
}

#drilltabs li a {
    background-color: #F0F0F0;
    border: solid rgb(202,35,42) 1px;
    border-bottom: 0 none;
    padding: 5px;
}

#drilltabs .active {
    background-color: white;
    border-bottom: solid white 1px;
    padding-bottom: 6px;
}

img.loading_sprite{
    display: block;
    margin-left: auto;
    margin-right: auto;

}

#calendar .button-container {
    font-size: 8pt;
    height: 60px;
    width: 113px;
    margin-bottom: 8px;
}

.button-container img {

    height: 65px;
    width: 75px;


}

#calendar .button-container a{
    margin: 0px auto;
}

input.affected_items {
    width:30px;
    margin-right: 10px;

}

label.issue-head {
    font-size: .9em;
    font-weight: bold;

}

.right-ear{
    float: right;
    margin-right: 20px;
}

.right-ear input, .left-ear input{
    margin-left: 10px;
}

.left-ear{
    float: left;
}

hr.issue-return{
    border: 2px;
}



.issues_req td {
    font-size:.8em;
    padding: 0px;
    vertical-align:middle;
}

.issues_div {
    border-style:solid;
    border-width: 1px;
    padding: 2px;
}

.issues_text_small {
    font-size:.7em;
}

.issues_text_subheader {
    font-size:.9em;
    font-weight: 800;
    margin-top: 1px;
}

.issues_text_header {
    font-size:1em;
    font-weight: 800;
}

.issues_spacer {
    height:8px;
}

.padding_top {
    padding-top:4px;
}

#vital{
    float: right;
}
#issue-head{
    float: none;
    width: 100%;
    text-align: center;
    font-size: 18px
}
#creation-details{
    width: 50%;
    margin-top: 10px;
}
#affected{
    width: 30%;
    border: 1px solid;
    padding-top: 5px;
    padding-bottom: 5px;

}
#contact-info{
    width: 90%;

}
#contact-name{
    float: left;
}
#contact-phone{
    float: right;
}
#contact-email{
    float: left;
}
#items{
    width: 100%;
    border-collapse:collapse;
    border: 0px;
}

div.content {
    border: #48f solid 3px;
    clear: left;
    padding: 0;
}

ul#tabmenu {
    list-style: none;
    margin: 50px 0px 0px 0px;
    padding: 0px;
    width:860px;
}

.tabtext_active {
}

.tabtext_not_active {
}

ul#subtabmenu {
    list-style: none;
    position: relative;
    margin: 0px;
    padding: 0px;
    z-index: 10;
}

li.subtab_active {
    width:180px;
    display: inline;
    margin: 0;
    padding: 0;
}

li.subtab_not_active {
    width:180px;
    display: inline;
    margin: 0;
    padding: 0;
}

li.subtab_active a {
    width:180px;
    display: inline;
    margin: 4px;
    padding: 2px;
    font-weight: 700;
    color:#000;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    background-color:#D0D0D0;
    text-decoration: none;
    float: left;
    -moz-border-radius: 9px;
    border-radius: 9px;
    border: 2px solid #ddd;
}

li.subtab_not_active a {
    width:180px;
    display: inline;
    margin: 4px;
    padding: 2px;
    font-weight: 700;
    color:#fff;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    text-decoration: none;
    float: left;
    -moz-border-radius: 9px;
    border-radius: 9px;
    border: 2px solid #9e1200;
}

li.subtab_not_active a:hover {
    width:180px;
    display: inline;
    margin: 4px;
    padding: 2px;
    font-weight: 700;
    color:#000;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    background-color:#D0D0D0;
    text-decoration: none;
    float: left;
    -moz-border-radius: 9px;
    border-radius: 9px;
    border: 2px solid #ddd;
}

.subtabtext_active {
}

.subtabtext_not_active {
}

.submenu {
    background-color:#9e1200;
    height:30px;
    position:relative;
    width:100%;
    float:left;
    padding-right: 22px;
}

.tab_content {
    border-style:solid;
    border-width: 1px;
    border-color: #9e1200;
    height:100%;
    position: relative;
    width:100%;
    padding: 10px;
    clear: both;
}

*+html .tab_content { /*IE7 ONLY*/
    top:0px;
}

#searchBox {
    width: 150px;
    position: relative;

    text-align: right;
    float: right;
}


#searchBox p {
    margin-top: 5px;
}

#toggle-container{
    height:85px;
    float: left;
    border-style:solid;
    border-width:1px;
    border-color:#D0D0D0;
    background-color: #F0F0F0;
    margin-left:10px;
    width:325px;
}

#toggle-container th {
    text-align:left;
}

#bms_div {
    position:absolute;
    left:530px;
    top:35px;
    font-family:Helvetica;
    font-weight: 700;
    font-size:20pt;
    color:#282828;
}

#bms_div_2 {
    position: absolute;
    left: 450px;
    top: 80px;
    font-family:Helvetica;
    font-weight: 700;
    font-size:11pt;
    color:#282828;
}

#bms {
    width:400px;
}

.alert_message {
    padding-top: 10px;
    margin-left: -155px;
}

.store_header {
    position:relative;
    top:10px;
    font-family: Helvetica, Arial;
    font-weight:500;
    font-size:12pt;
}

.store_number {
    font-family: Helvetica, Arial;
    font-weight:700;
    font-size:16pt;
}

.user_name {
    font-family: Helvetica, Arial;
    font-weight:700;
    font-size:12pt;
}

.secondary-selector{

}


.entered_by {
    float: right;
    font-size:12pt;
}

.required_text {
    color:#9e1200;

}

.overflow-container{
    position: relative;
    float: left;
    height: 90%;
    width: 100%;
    margin-bottom: 10px;
}

.overflow-header{
    float: left;
    height: 10%;
    width: 100%;
}

#bread-summary{
    float: left;
    width: 100%;
    border: black 5px;
}

#bakery-order-summary{
    float: left;
    width: 100%;
    border: black 5px;

}

#store-summary{
    margin-top: 10px;
    height: 50%;
    width: 100%;
}

#invoice-summary{
    margin-top: 10px;
    height: 50%;
    width: 100%;
}
#no-orders{
    position: relative;
    float: right;
    width: 39%;
    padding-left: 5px;

}

#left-side{
    position: relative;
    float: left;
    width: 60%;
//height: 600px;
    margin-bottom: 10px;
}

.summary-scroll{
    height: 12em;
    overflow: auto;

}

.summary-table{
    width: 100%;
    border: 1px solid;
}

#error{
    padding-top: 10px;
    display: none;
}

.search-controls{
    padding-top: 5px;

}

.frcbutton {
    margin-left: 10px;
}



.datepickertable {
    border-style:none;
    border-width:1px;
    background-color:#F0F0F0;
    border-color:#D0D0D0;
    width:150px;
}

.datepickertable td{
    text-align:left
}

.toggletext {
    padding-bottom: 5px;
}

#datepickerlabel {
    font-size:10pt;
}

.background1 {
    background-color:#E0E0E0;
}

input.datepicker {
    width:115px;
}

.export_options {
    border-style:solid;
    float:right;
    border-width:1px;
    background-color:#F0F0F0;
    border-color:#D0D0D0;
    width:150px;
    height:85px;
    margin-right:10px;
}

.export_options td {
    text-align:center;
}

.toggle_td {
    vertical-align:middle;
    width:140px;
}

#new-quickview{
    background: gray;
    width: 120px;
    height: 120px;
    margin-left: 30%;
    float: left;
}

#review-quickview{
    background: gray;
    width: 120px;
    height: 120px;
    margin-right: 30%;
    float: right;
}

.big-num{
    font-size: 3em;
    margin-right: auto;
    margin-left: auto;
    width: 20%;
    text-align: center;
}

#new-detail{

    width: 85%;
    margin-left: auto;
    margin-right: auto;
//margin-top: 170px;
    border: 1px solid;
}

#quickview-container{
    height: 150px;
}

#issue-description{
    margin-top: 15px;
    padding-top: 5px;
    padding-bottom: 20px;

}

#javascript_warning {
    font-family: courier;
    font-size: 14pt;
    color: red;
    width: 300px;
    background-color: white;
    border: solid 3px #9E1200;
    position: absolute;
    top: 30px;
    left: 300px;
    padding: 30px;
}


.holiday {
    background-image: url('/images/holiday.gif');

}

.ui-failure {
    border: 2px solid;
    border-color:#d21033;
    background: #D8D8D8;
    color: #d000;
    height: 65px;
    background-color:#fff;
    text-align: center;

}

.ui-failure-off {
    border: 2px solid;
    border-color:#D8D8D8;
    background: #F0F0F0;
    color: #D8D8D8;
    height: 65px;
    text-align: center;

}

.ui-failure-name{
    color:#000;
    font-weight: 700;
    font-size:11pt;
}

.ui-failure-text{
    border-style:none;
    font-size:11pt;
    font-weight: 500;
}

th.fixed-header{
    background-color: gray;
    text-align: left;
}

th.delivered, td.delivered{
    width: 60px
}

th.submitted-by, td.submitted-by{
    width: 150px
}

th.more-details, td.more-details{
    width: 50px
}

th.more-info, td.more-info{
    width: 38px
}

th.status, td.status{
    width: 45px
}

th.issues-type, td.issues-type{
    width: 80px
}

th.issues-identifier, td.issues-identifier{
    width: 80px
}

th.date-created, td.date-created{
    width: 62px
}

th.desired-resolution, td.desired-resolution{
    width: 87px;
}

th.final-resolution, td.final-resolution{
    width: 92px;
}

th.delivery-date, td.delivery-date{
    width: 62px
}

th.week-of, td.week-of{
    width: 62px
}

th.delivery-date-wide, td.delivery-date-wide{
    width: 72px
}

th.week-of-wide, td.week-of-wide {
    width: 72px
}

th.store-name, td.store-name{
    width:  118px
}

th.store-name-wide, td.store-name-wide{
    width:  175px
}

th.store-number, td.store-number{
    width: 56px
}

th.bakery, td.bakery{
    width: 57px
}

th.QTY, td.QTY{
    width: 31px;
    text-align: center;
}

th.QTY-wide, td.QTY-wide{
    width: 41px;
    text-align: center;
}

th.item1, td.item1{
    width: 31px;
    text-align: center;
}

th.item1-wide, td.item1-wide{
    width: 37px;
    text-align: center;
}

th.UOM1, td.UOM1{
    width: 48px
}

th.item2, td.item2{
    width: 30px;
    text-align: center;
}

th.item2-wide, td.item2-wide{
    width: 36px;
    text-align: center;
}

th.UOM2, td.UOM2{
    width: 54px
}

th.item3, td.item3{
    width: 51px
}

th.UOM3, td.UOM3{
    width:40px
}

th.method, td.method {
    width: 52px
}

td.name-paged, th.name-paged{
    width: 60px;
}

td.paged-bakery, th.paged-bakery{
    width: 60px;
}

td.status-paged, th.status-paged{
    width: 50px;
}

td.issue-paged, th.issue-paged{
    width: 100px;
}

td.identifier-paged, th.identifier-paged{
    width: 100px;
}

td.date-paged, th.date-paged{
    width: 100px;
}

td.delivery-paged, th.delivery-paged{
    width: 100px;
}

td.resolution-paged, th.resolution-paged{
    width: 100px;
}

#order-summaries{
    /*height: 12em;*/
    overflow: auto;
}

#issues-scroll{
    /*height: 12em;*/
    overflow: auto;
}

#invoices-summary{
    /*height: 12em;*/
}

#calendar .order_detail_link {
    margin-left: 5px;
    color: blue;
    font-size: .8em;
}

#issue-images{
    padding-top:5px;
    float: right;
    width: 330px;
    height:400px;
    background-color:#F0F0F0;
    border-style:solid;
    border-width:1px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    border-color:#D8D8D8;
    text-align:center;
}

#issue-images-small{
    float: right;
    width: 400px;
}

#issue-details{
    float: left;
    /*width: 60%;*/
}

#bakery-controls{

}

.auto-hide{
    display: none;
}

.issue-ear{
    float: right;
    margin-right: 10px;
    width: 180px;
    text-align: right;
}
#issue-form-scroll{
    overflow-y: auto;
    overflow-x: hidden;
    height: 700px;
}
.warning-row{
    background-color: white;
    border-left: collapse;
    border-right: collapse;
    border-bottom-style: dotted;
}

.gallery-thumb{
    padding: 4px;
    border: solid 1px #E0E0E0;
    margin: 3px;
    background-color: #E0E0E0;
    width:80px;
    height:80px;
}

.gallery-thumb-small{
    padding: 4px;
    border: solid 1px #E0E0E0;
    margin: 3px;
    background-color: #E0E0E0;
    width:50px;
    height:50px;
}

.gallery-thumb:hover{
    border: solid 1px  #F08080;
    background-color:  #F08080;

}

.edit_controls {
    width:40px;

}

.gallery-delete-small	a{
    color:#d21033;
}

.gallery-delete-small	a:hover{
    font-weight: 700;
}

.gallery-images-small {
    float: left;
    margin: 0px;
    text-align:center;
}

.buns_ordered {
    font-size: 12pt;
    font-family: arial;
}

.edit_button {
    display: block;
    width: 40px;
    height: 40px;
    background: url('/images/unlocked_hover.png') bottom;
    text-indent: -99999px;
}
.reply_button {
    display: block;
    width: 40px;
    height: 40px;
    background: url('/images/reply_hover.png') bottom;
    text-indent: -99999px;
}
.edit_button:hover {
    background-position: 0 0;
}
.reply_button:hover {
    background-position: 0 0;
}

.hidden_bullets	{
    list-style: none;
}

.float_left	{
    position:relative;
    left:-30px;
}

.bakery_response {
    width:500px;
    border-style:solid;
    border-width:0px;
    border-color:#D8D8D8;
}

#bakery_response_form	{
    font-size:10pt;
}

.small_text_9ob {
    font-size: 9pt;
    font-style: oblique;
}

.small_text {
    font-size: 9pt;
    font-style: none;
}

.small_text_10b {
    font-size: 10pt;
    font-weight: 600;
}

.email_message_display td{
    font-size:10pt;
}

.td_width {
    width:100px;
    border-style: none;
    text-align: center;
}

.issue_buffer {
    height:28px;
    /*ie 7 hack */
    *height:35px;
}

#name_search_container {
    height: 85px;
    float: left;
    border-style: solid;
    border-width: 1px;
    border-color: #D0D0D0;
    background-color: #F0F0F0;
    margin-left: 10px;
    margin-right: 32px;
    width: 280px;
}

#sticky-anchor {
    clear: both;
}

.sticky-element.sticky {
    position: fixed;
    top: 0;
    margin-left: -2px;
    margin-top: -2px;
}

.fixed {
    position: fixed !important;
    bottom: 0;
    width: 100%;
}

.login-bg{
    background: url("images/hb-bun.png") no-repeat center top;
    height: 768px;
    position: absolute;
    min-width: 860px;
    background-size: contain;
    opacity: .2;
    filter:alpha(opacity=20); /* For IE8 and earlier */
    top: -35px;
    min-height: 600px;
}

/*
Store Alignment tool
*/
.top-menu{
    height: 35px;
    /*margin-top:20px;*/
    /*margin-bottom:34px;*/
    width: 96%;
    text-align: center;
}

.store-list{
    float:left;
    border-style: solid;
    border-width: 2px;
    border-color: #ccc;
    background-color: rgb(232,232,232);
    padding:5px;
    width: 100%;
}

#assigned{
    list-style-type: none;
}

#unassigned{
    list-style-type: none;
}

.left-align{
    float: left;
    padding-left:1%;
    padding-right:1%;
}
.center-align{
    margin:0 auto;
}
.w-50{
    width: 50%;
}

.w-60{
    width: 60%;
}
.w-45{
    width:45%;
}
.w-100{
    width:100%;
}

.no-border{
    border:none;
}

.form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
    display: inline !important;
}

.form-control:focus {
    z-index: 2;
}

.tab_active{
    margin: 0 !important;
    background:  url(../img/button_selected.png) no-repeat !important;
    display: block !important;
    float: left !important;
    padding: 6px 1px 7px 1px !important;
    text-decoration: none !important;
    width:120px !important;
    background-size: 120px !important;
    text-align: center !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size:.8em !important;
    font-weight: 600 !important;
    position:relative !important;
    top:5px !important;
    color:#fff !important;
}

.tab_not_active{
    margin: 0;
    background:  url(../img/button_notselected.png) no-repeat;
    display: block;
    float: left;
    padding: 6px 1px 7px 1px;
    text-decoration: none;
    width:120px;
    background-size: 120px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size:.8em;
    font-weight: 600;
    position:relative;
    top:5px;
    color:#000;
}

.ddbutton {
    /* FG Red #9E1200*/
    /*background-image: url(../img/button_notselected.png);*/
    border-radius: 100px / 50px;
    background-color: #BFBFBF;
    background-repeat: no-repeat;
    height:30px;
    padding-top: 1px;
    padding-bottom: 1px;
    color:#fff;
    text-align:center;
    border-style:none;
    display: block;
    line-height:30px;
    border-style:none;
    font-size:12px;
    width: 150px;
}

.ddbutton:hover {
    /*background-image: url(../img/button_notselected_ro.png);*/
    border-radius: 100px / 50px;
    background-color: #9E1200;
}

.ddbutton_selected {
    /*background-image: url(../img/button_selected.png);*/
    border-radius: 100px / 50px;
    background-color: #9E1200;
    background-repeat: no-repeat;
    height:30px;
    padding-top: 2px;
    padding-bottom: 2px;
    /*margin-left: 10px;*/
    color:#FCFCFC;
    text-align:center;
    border-style:none;
    width:150px;
    line-height:30px;
    display: block;
    font-size:12px;


}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
    text-align: center;
}

/* The Modal Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/*
DatePicker Table
*/
.ui-datepicker{
    z-index: 1051 !important;
}
input.datepickerAdmin {
    width:100px;
}

.modalInput{
    text-align: center;
    border:none;
}

.myNotify{
    float: left;
    width: 40%;
}
.table-bordered {
    border: 1px solid #ddd;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.table-striped tbody tr:nth-child(odd) {
    background-color: #ccc;
}
.dmHeader{
    width:96%;
    text-align: center;
}