﻿
body {
    background: url(../Content/Shared/halftone.png) repeat 0 0;
    color: black;
    overflow-y: scroll;
    font: 12px arial !important;
        
}

.box {
    background: url(../Content/Shared/cream_pixels_@2X.png) repeat 0 0;
    -ms-background-size: 20%;
    background-size: 20%;
    -ms-border-radius: 10px;
    border-radius: 10px;
    padding: 1%;
}

.grid-edit-form .row {
    margin-top: 1em;
}

h1 { 
    text-shadow: 1px 1px 1px #ccc;
}

.field-validation-error, .validation-summary-errors {
    color: #a94442;
    font-weight: 700;
}


.formLabel {
    display: inline-block;
    text-align: right;
    width: 35%;
    margin-bottom: 5px;
}

.formControl {
    display: inline-block;
    text-align: left;
    width: 60%;
    vertical-align: middle;
}

.fieldSet {
    display: table;
    border-collapse: separate;
    width: 100%;
    border: 1px Solid #9F9F9F;
    border-radius: 3px;
    padding: 0 0 12px;
    margin: 10px 0;
}

.fieldSetTitle {
    background-color: White;
    color: #818181;
    display: inline-block;
    left: 9px;
    line-height: 16px;
    padding: 0px 3px 0px 3px;
    position: relative;
    top: -9px;
}

.center-grid {
    margin: 0 auto;
}

ul.dropdown-menu-form {
    padding: 5px 10px 0;
    max-height: 300px;
    overflow-y: scroll;
}

.ajax-loader {
    background-image: url(../Content/Shared/loading.GIF);
    background-size: 32px 32px;
    height: 32px;
    width: 32px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 25%;
}

.value {
    font-weight: bold
}

.detail-grid {
    border-bottom-width: 1px;
    border-bottom-color: black;
    border-bottom-style: dashed;
}

.info-panel  {
    padding: 4px;
    background-image: none;
    display: block;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 0;
}

#contract-info-fields {
    height: 82px;
}
#contract-group-name {
    height: 28px;
}

.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td {
    padding: 3px !important;
}

.panel-condensed .panel-heading {
    padding-top: 8px;
    padding-bottom: 8px;
}

.panel-condensed .panel-body {
    padding: 0;
}

#other-disps table, #farm-outs table {
    width: 100%
}

#assignment-form .row {
    margin-right: 0;
}

.no-transition {
  -webkit-transition: height 0.001s;
  -moz-transition: height 0.001s;
  -ms-transition: height 0.001s;
  -o-transition: height 0.001s;
  transition: height 0.001s;
}

.row-height {
    height: 1em;
}

#info-tab-panes .panel-heading, #info-tab-panes .panel-title {
   
    padding: 0;
    font-size: 1em;
}

.address-info {
    margin: 0;
    height: 60px;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
}

#dispatch-command-buttons button {
    width: 75px;
}


.sm-simple a {
    padding: 11px 10px;
}

#lrModal .modal-dialog
{
    width: 1200px; /* your width */
}

/*#lrModal input[type='text'] {
    border: 1px solid;
    width: 90px;
    border-color: #cccccc;
}*/

.margin-top {
    margin-Top: 20px;
}

.margin-bottom {
    margin-bottom: 20px;
}

.margin-top-small {
    margin-Top: 10px;
}

.margin-top-custom {
    margin-Top: 8px;
}


.margin-left-custom {
    /*margin-left: 10px;*/
    padding-left: 15px
}

.margin-bottom-small {
    margin-bottom: 10px;
}

.margin-top-xtrasmall {
    margin-Top: 5px;
}

.margin-bottom-xtrasmall {
    margin-bottom: 5px;
}

.bckgrndcolornotes {
    background-color: floralwhite;
}

#payrollLockOutDate {
    background-color:rgba(0, 0, 0, 0);
    color:black;
    border: none;
    outline:none;
    height:30px;
    transition:height 1s;
    -webkit-transition:height 1s;
    font-weight: normal;

}
#payrollLockOutDate:focus {
    height:50px;
}

#expenseLockOutDate {
    background-color:rgba(0, 0, 0, 0);
    color:black;
    border: none;
    outline:none;
    height:30px;
    transition:height 1s;
    -webkit-transition:height 1s;
    font-weight: normal;
}
    #expenseLockOutDate:focus {
        height: 50px;
    }


.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('images/page-loader.gif') 50% 50% no-repeat rgb(249,249,249);
}

.row-centered {
    text-align: center;
}

.col-centered {
    display: inline-block;
    float: none;
    text-align: left;
    margin-right: -4px;
}

.vertical-center {
  display: table-cell;
vertical-align: middle;
}

.boxmargin {
    margin:15%
}

.ui-resizable-helper { border: 2px dotted #00F; }

/*
 #dispatchContainer   .dxeTAR {
    padding: 0 !important;
    margin: 0 !important;
    height: 10px;
    width: 10px;
    overflow: hidden;
    font-family: Nobile, Helvetica, Arial, sans-serif !important;
    font-size: 7.68000030517578px !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: bold !important;
}
*/

#dispatchContainer .dxichSys {
    padding: 0 !important;
    margin: 0 !important;
}


#dispatchContainer .dxWeb_edtCheckBoxUnchecked_MetropolisBlue {
    background-position: 0 0 !important;
    width: 10px !important;
    height: 10px !important;
    background-image: url(./images/CheckBoxUnchecked.png) !important;
}

#dispatchContainer .dxWeb_edtCheckBoxChecked_MetropolisBlue {
    background-position: 0 0 !important;
    width: 10px !important;
    height: 10px !important;
    background-image: url(./images/CheckBoxChecked.png) !important;
}   

.SearchPazzaz {
border: 2px solid lightgray;  
margin: 1px !important;  
padding: 5px !important;  
    border-radius: 5px;
}

.button
{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #191F59;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8780b1', endColorstr='#0072C6'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#8780b1), to(#0072C6)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #8780b1,  #0072C6); /* for firefox 3.6+ */
    color: White;    
    font-weight: bold;   
    text-shadow: black 1px 1px 1px;
    cursor: pointer;
    border:none;
    padding: 0px 15px;
    text-align:center;
     
}
.view_button
{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    height:20px;
    line-height: 18px;
    font-size: 12px;
    display:inline-block;
    padding-bottom:auto
}

#PriceWheelMasterContainer {
    border: 2px solid lightgray;  
    background: black;
    padding: 10px;
    color: white;
   
}
#WheelLabel {
    color: white;
    font-weight: bold;
    font-size: larger;
}

#WheelIncrement {
    color: white;
    
    text-align: right;
}

p.messagetext {
    font-weight: normal;
    font-size: 15px;
    color: #000000;
    letter-spacing: 2pt;
    word-spacing: 0pt;
    font-size: 22px;
    text-align: left;
    line-height: 2;
    color: #000000;
    //text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3);
    font-family: 'Raleway',Arial,sans-serif;
}

.comments {
    width: 100%;
    height: 100%;
}