header, footer, nav, section
{
    display: block;
}

fieldset
{
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend
{
    font-size: 1.2em;
    font-weight: bold;
}

textarea
{
    min-height: 75px;
}

.editor-label
{
    margin: 1em 0 0 0;
}

.editor-field
{
    margin: 0.5em 0 0 0;
}

.field-label
{
    font-size: 12px;
}

.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: inline-block;
    width: 16px;
    height: 16px;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

.ui-state-error-icon
{
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(/Content/images/etc/errorIcon.png) no-repeat;
}

.pageError
{
    padding: 100px;
    text-align: center;
    height: 500px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: xx-large;
    font-weight: bold;
    color: #000000;
}

.metroStylePanelsContainerWrapper
{
    overflow:hidden;
    width: 100%;
}

.metroStylePanelsContainer 
{
    overflow:hidden;
    margin-left: auto;    
    margin-right: auto;
	width: 1000px;
	min-width: 1218px;
    position: relative;
    padding-top: 20px;
    
}

#MetroStyleCenterPanel
{
	float: left;
	margin-right: 36px;
	width: 590px;
}


#MetroStyleRightPanel
{
	float: left;
    width: 590px;

}

.metroStylePanelCell {
    vertical-align: top;
}

.helloMessage
{
    padding: 100px;
    text-align: center;
    height: 400px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: xx-large;
    font-weight: bold;
    color: #C0C0C0;
}

.infoText
{
    padding: 20px;
    color: #C0C0C0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-large;
    font-weight: bold;
}

.page-title
{
    font-size: 11px;
    font-weight: bold;
    margin: 0.1em 0 0.2em;
    padding: 0.3em 0.2em 0.2em 0.3em;
}

.loadingMessage
{
    position: absolute;
    top: 45%;
    left: 45%;
    width: auto;
    z-index: 101;
    padding: 6px;
    margin: 5px;
    text-align: center;
    font-weight: bold;
    display: none;
    border-width: 2px !important;
}

.button-primary
{
    cursor: pointer;
    margin: 4px 4px 4px 4px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 1px;
    padding-bottom: 1px;
    text-align: center;
    vertical-align: middle;
    width: 115px;
    font-size: 12px;
}

.mvcJqGrid
{
    margin-left: 20px;
    margin-right: 20px;
    -moz-box-shadow: 0 1px 10px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.5);
    box-shadow: 0 1px 10px rgba(0,0,0,0.5);
    filter: progid:DXImageTransform.Microsoft.shadow(direction=120, color=#000000, strength=4);
    overflow: hidden !important;
}
.mvcJqGrid .ui-jqgrid-bdiv
{
    overflow-y: auto !important;
    overflow: hidden !important;
}

.mailTo, .callTo, .sort-icon
{
    border: none;
    float: left;
    width: 16px;
    height: 16px;
    margin-top: 6px;
    margin-right: 6px;
    cursor: pointer;
}
.callTo
{
    background: url(../../images/etc/skype.png);
    margin-left: 5px;
    margin-right:12px;
}
.mailTo
{
    background: url(../../images/etc/mail.png);
    margin-left: 7px;
}

.sort-icon
{
    background: url(../../images/etc/sort_icon.png);
    margin-left: 5px;
}
.mvcJqGrid-assistant thead th
{
    height: 33px !important;
    background: url(../../images/etc/top-card-bg.png) !important;
}
.tick
{
    border: 0;
    background: url(../../images/etc/tick.png) no-repeat;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
}
.no-tick
{
    display: none;
}

/* */
.show-details-title
{
    font-size: 16px;
    font-weight: bold;
    font-family: Arial;
    color: #4C5053;
    margin: 1px 1px 1px 0px;
}
.show-details-line
{
    border: 2px solid #CCD1D6;
}
.show-details-table
{
    width: 95%;
    padding-left: 80px;
}

.ui-icon-alert
{
    background-position: 0% 0%;
}

.td-indent
{
    padding-left: 10px !important;
}

textarea:focus
{
    border: 1px solid #46B5FF !important;
    box-shadow: 0px 0px 4px #46B5FF !important;
}

.ui-widget .dropDown-error input
{
    border: 1px solid #FF5E5E;
    box-shadow: 0px 0px 7px #FF5E5E;
}

.ui-combobox .ui-autocomplete-input
{
    border: 1px solid #CDD1D7;
    font-weight: normal;
    width: 165px;
}

.validation-icon
{
    width: 15px;
    margin-left: 5px;
    margin-top: 6px;
}

.note-validation-icon
{
    width: 15px;
    float: right;
    margin-left: 5px;
    margin-top: 0px !important;
}

.file-validation-icon
{
    width: 15px;
    margin-left: 5px;
    margin-top: 9px;
}

.file-download-icon
{
    margin-top: 10px;
}

.hasDatepicker
{
    width: 100px;
    padding-left: 4px;
}

.ui-datepicker {
    border: 1px solid navy;
}

button.ui-datepicker-trigger
{
    background-repeat: no-repeat;
    border-style: none;
    background-color: transparent;
    background-image: url("../../images/toolbar/calendar.png");
    color:rgba(0, 0, 0, 0);
    font-family: Segoe UI;
    font-size: 14px;
    width: 13px;
    height: 13px;
    position: relative;
    top: 8px;
    right: 21px;
    cursor: pointer;
    float: left;
}

input
{
    border-radius: 2px 2px 2px 2px;
}

button, input, a, textarea, span
{
    outline: none;
}

button:focus, input:focus, a:focus, textarea:focus
{
    outline: none;
}

.field-input input[type="checkbox"] {
    height: auto;
    padding: 0 0 0 0;
}

.field-input input
{
    height: 20px;
    padding-left: 4px;
    box-shadow: 1px 1px 1px #e0e0e0 inset;
    border-radius: 3px;
}

.field-label
{
    font-family: Segoe UI;
    font-size: 11px;
    width: 100px;
    float:left;
}

.office-field-label 
{
    font-family: Segoe UI;
    font-size: 11px;
    width: 110px;
    float:left;
}


.ui-combobox .ui-state-default
{
    background: white;
}

.ui-combobox input
{
    border: 1px solid #CDD1D7;
    border-radius: 2px 2px 2px 2px !important;
}

.ui-combobox .dropDownButton
{
    right: 23px;
    height: 20px;
    vertical-align: bottom;
    bottom: 1px;
    border-top: none;
    border-bottom: none;
    border-right: none;
    border-left: 1px solid #ffffff;
    box-shadow: -1px 0px #CCCCCC;
    width: 21px;
}

.imgCheckBox3rd
{
    background-image: url(../../images/etc/CheckboxNull.png);   
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
    display: inline-block;
    position: relative;
    top: 5px;
}

#IsAssgnmentBillable_text {
    position: relative;
    top: 3px;
    left: 20px;
}

.divTriPosition
{
    padding-right: 16px;
    height: 28px;
}

.ui-tabs-selected, .ui-tabs-selected a, .ui-tabs-selected a span, .ui-tabs-selected a div
{
    cursor: default !important;
}

.container-combobox-custom .ui-combobox
{
     bottom: 0px;
}

.container-combobox-custom-grayButton .ui-combobox .ui-button{
   /* IE 9 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9fafa', endColorstr='#dce0e3');
    
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #f9fafa, #dce0e3);
    
    /* Safari 4-5, Chrome 1-9 */ 
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9fafa), to(#dce0e3)); 
     
    /* Safari 5.1, Chrome 10+ */ 
    background: -webkit-linear-gradient(top, #f9fafa, #dce0e3);
}

.container-combobox-custom-grayButton .ui-combobox .ui-button:hover{
   /* IE 9 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee');
    
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #ffffff, #eeeeee);
    
    /* Safari 4-5, Chrome 1-9 */ 
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#eeeeee)); 
     
    /* Safari 5.1, Chrome 10+ */ 
    background: -webkit-linear-gradient(top, #ffffff, #eeeeee);
}

.container-combobox-custom-grayButton .ui-combobox .ui-button:active{
   /* IE 9 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0d4d6', endColorstr='#e8ebec');
    
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #d0d4d6, #e8ebec);
    
    /* Safari 4-5, Chrome 1-9 */ 
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d0d4d6), to(#e8ebec)); 
     
    /* Safari 5.1, Chrome 10+ */ 
    background: -webkit-linear-gradient(top, #d0d4d6, #e8ebec);
}

textarea {
    resize: none;
}

.container-combobox-custom-grayButton .ui-combobox input {
    padding-right: 32px;
    width: 132px;
}

.container-combobox-custom-grayButton .ui-combobox .ui-button .ui-button-icon-primary.ui-icon.ui-icon-triangle-1-s {
    background-image: url(../../images/common/i-down-gray.png);
    background-position: 3px 6px;
}

.details-wrapper
{
    background-color:#f0f0f0;
    width:100%;
    position:relative;
}
.details-title 
{
    font-size:24px;
    font-family: Segoe UI, Arial;
    font-weight:600;
    text-align: center;
    padding-top: 14px;
    padding-bottom: 2px;
    background: #f0f0f0;
 }
 
 
 /*VALIDATION ICON STYLES*/
 .validation-icon-positioning
 {
     margin-top : 6px;
 }
 
 .validation-time-icon-positioning
 {
     margin-left: -8px;
 }

/*.text-field-validation-icon-positioning
{
    margin-left: 3px;
}*/

.dropdownlist-validation-icon
{
    display: inline-block;
    margin-left: 10px !important;
    margin-top: 6px;
}

.datepicker-validation-icon
{
    display: inline-block;
    margin-left: 10px;
    margin-top: -2px;   
}

.small-datepicker-validation-icon
{
    margin-left: -11px;
    margin-bottom: -2px;
}

.textbox-validation-icon
{
    margin-bottom: -2px;
    margin-left: 2px;   
}
/*END OF VALIDATION ICON STYLES*/

span.required
{
    color: #FF0000;
}

div.personalContactsContainer
{
    overflow-y: auto;
    overflow-x: hidden;
    height: 110px;
    width: 451px;
}
