@font-face {
    font-family: 'fontello';
    src: url('../fonts/fontello/fontello.eot?61845317');
    src: url('../fonts/fontello/fontello.eot?61845317#iefix') format('embedded-opentype'),
         url('../fonts/fontello/fontello.woff?61845317') format('woff'),
         url('../fonts/fontello/fontello.ttf?61845317') format('truetype'),
         url('../fonts/fontello/fontello.svg?61845317#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
  height: 100% !important;
}

body 
{
    background: url('../images/body_bg.png') 0px 0px repeat-x #f3f3f4;
    padding:0px; 
    margin:0px auto; 
    font-family: 'Open Sans', sans-serif;
    overflow-y: scroll; 
    overflow: -moz-scrollbars-vertical;        
}

input, textarea, keygen, select, button 
{
    font-family: 'Open Sans', sans-serif;
}

button 
{
    font-weight: 600;
}

#main
{
    padding-bottom: 0px; 
    padding:0px; 
    margin:0px auto;       
    width: 1200px;   
    overflow: auto;
    min-height: 100%;
}

#header 
{
    background: url(../images/banner.png) no-repeat;
    width: 1200px;
    height: 57px;
    position: relative;
    background-position: -187px 0px;
}

#user 
{
    width: auto;
    color: #676a6c;
    float: right;
    position: relative;
    top: 78px;
    right: 12px; 
    z-index: 100;
}

.logged_user
{
    padding: 0px 5px 0px 0px;
    line-height: 18px;
    float: left;
    font-size: 12px;        
}

.button_logoff 
{
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    background: transparent;
    border: 0px solid;
    font-size: 15px;
    float: left;
    cursor: pointer;
    color: #676a6c;
}

#content 
{
    background-color: #f3f3f4;
    padding:15px 0px 15px 0px; 
    float: left;
    margin: 0px auto 60px auto;
    width: 1200px;     
    color:#383838;
    font-size: 11px;
    font-weight: 600;
    position: relative;
    min-height:300px;
    _height:300px;    
}

#content p 
{
    font-weight: normal;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;    
}

#content h2 
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 5px 0px;    
}

#content h3 
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;    
}

a
{
    color: #ab1f21; 
}

#breadcrumb
{
    clear: both;
    float: left;
    font-size: 1px;
    color:#373737;    
    margin: 43px 10px 0px 0px;
    right: 0px;
    display: none;
    text-align: right;
    width: auto;    
    position: absolute;
}

#breadcrumb a
{
    color:#c9c9c9;    
    text-decoration: none;    
    padding: 0px 0px 0px 20px;
    margin: 0px 10px 0px 0px;    
    font-size: 14px;
    background: url(../images/breadcrumb-arrow.png) no-repeat left;
    float: left;                    
}

#breadcrumb #home
{
    width: 17px;
    height: 18px;
    float: left;
    margin: 0px 10px 0px 0px;               
}

#breadcrumb #home a
{
    background: url(../images/home.png) no-repeat;
    width: 17px;
    height: 18px;
    float: left;            
}

#copyright 
{
    position: relative;
    color: #676A6C;
    background-color: #FFFFFF;
    padding: 15px 0px 13px 0px;
    height: 20px;
    width: 100%;
    font-size: 12px;
    margin-top: -48px;
}
#copyright span 
{
    margin: 0px 0px 0px 15px;
}
div.copyright-center {
    margin: 0px auto 0px auto;
    width: 1200px;
}

h1 
{
    color:#699ad2;
    font-size: 16px;

    float: left;
    /*background: url(../images/symbol.png) no-repeat bottom right ;*/
    padding: 5px 0px 10px 0px;
    margin: 0px 0px 0px 0px;          

}

#content_panel_left, #content_panel_right 
{
    float: left;
    width:100%;    
    max-width:595px;
    _width:595px;    

}

.form_header 
{
    height: 22px;
    background: url('images/grid_wrapper_top.png') repeat-x top left #FFFFFF;
    color: #676a6c;
    font-weight: 600;
    padding: 12px 12px 10px 23px;
    position: relative;
    top: 0px;
    font-size: 18px;     
}

.form_wrapper
{
    float: left;
    background: #FFFFFF;
    position: relative;
    clear: both;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.form_wrapper
{
    margin: 0px 15px 15px 0px;
}

.form_wrapper form
{
    padding: 15px;
}

#sfCoreHelpFile_wrapper
{


    width: 636px;
    resize: none ; 
    }

#content input, #content select, #content textarea  
{
    color:#555555;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;                  
}

input[type="button"]
{
    cursor: pointer;
}
.form_wrapper input[type="button"]
{
    font-size: 12px;
    font-weight: 600;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    background-color: #546672;
    border: 1px solid transparent;
    border-color: #546672;
    color: #ffffff !important;
    cursor: pointer;
}

input.mandatory_style 
{
    border:1px solid #8898a7 !important;
    background: #FFF8DD;        
}

textarea.mandatory_style
{
    border:1px solid #8898a7 !important;
    background: #FFF8DD;
}

select.mandatory_style
{
    border:1px solid #8898a7 !important;
    background: #FFF8DD;
}

.form_wrapper input, .form_wrapper select, #content textarea, #sfCoreHelpFile input
{
    border: 1px solid #dddddd !important;
    margin: 0px 0px 0px 0px;
    padding: 7px 9px 8px 9px;
}

.form_wrapper input[readonly='readonly'] 
{
    background-color: #f5f5f5;
    cursor: not-allowed;
}

.btn_detail 
{
    background: url(../images/select.png) no-repeat;
    width: 20px;
    height: 17px;
    border:0px solid;
    font-size:0px !important;
    margin: 0px 0px 0px 20px !important;    
    cursor: pointer;
}

.btnDoCopy, .btnDelete, .btnSetCopyDestination
{
    background: url(../images/copy.png) no-repeat;
    width: 20px;
    height: 17px;
    border:0px solid;
    font-size:0px !important;
    margin: 3px 5px 2px 6px !important;
    float: left;    
    left: 5px;
}


.btnDoCopy
{
    background: url(../images/copy.png) no-repeat;
}

.btnDelete
{
    background: url(../images/delete-btn.png) no-repeat;
}

.btnSetCopyDestination
{
    background: url(../images/insert-location.png) no-repeat;
}

.btnSetCopyDestinationSelected
{
    background: url(../images/insert-location-select.png) no-repeat;

}


.unrow
{
    position: absolute;
    right: 20px;
    top: 14px;
    width: 100%;
}


.form_wrapper select, .ui-dialog select, .ui-dialog input, #sfCoreHelpFile select
{
    display: block;
    overflow: hidden;
    padding: 7px 9px 8px 9px;     
    height: 34px;
    border: 1px solid #dddddd !important;    
}

.ui-dialog input
{
    background-color: #f5f5f5;
}

form #save
{
    background: url(../images/icons.png) 0px -60px no-repeat;
    width: 20px;
    height: 20px;
    border: none !important;
    font-size: 0px;
    float: right;
    display: inline;
    z-index: 1001;               
}
form #save:hover
{
    background-position: -40px -60px;
}

form #delete 
{
    background: url(../images/icons.png) -20px -40px no-repeat;
    width: 20px;
    height: 20px;
    border: none !important;
    font-size: 0px;
    float: right;
    display: inline;
    z-index: 1001;               
}  

#reportLangSelectorForm  
{
    float: left;
}

#reportLangSelectorForm .language_selection
{
    
    float: left;
}

#reportLangSelectorForm input[type=submit]
{
    /*background: url(../images/save.png) no-repeat;
    width: 30px;
    height: 24px;
    border: 0px solid #3580b7 !important;
    font-size: 0px;
    width: 30px;
    display: inline;
    z-index: 1001;               
    float: left;
    font-size: 0;
    left: 185px;
    position: absolute;
    top: 0;         */
    float: left;
    width: 80px;
    height: 35px;
    margin: 0px 0px 0px 20px;
    padding: 0px 5px 0px 5px;    
    border:1px solid #8898a7 !important;
    line-height: 15px;               
    -webkit-border-radius: 3px;
    -moz-border-radius:  3px;
    border-radius:  3px;

}   

form #reset, .ui-icon-closethick 
{
    background: url(../images/icons.png) 0px -40px no-repeat;
    width: 20px;
    height: 20px;
    border: none !important;
    font-size: 0px;    
    float: right;
    display: inline;
    z-index: 1001;                
}    
form #reset:hover
{
    background-position: -40px -40px;
}

form #reportPreviewBtn 
{
    background: url(../images/icons.png) -20px -80px no-repeat;
    width: 20px;
    height: 20px;
    border: none !important;
    font-size: 0px;
    float: right;
    display: inline;
    z-index: 1001;                 
}  
form #reportPreviewBtn:hover
{
    background-position: -60px -80px;
}

form #reportBtn 
{
    background: url(../images/icons.png) -20px 0px no-repeat;
    width: 20px;
    height: 20px;
    border: none !important;
    font-size: 0px;
    float: right;
    display: inline;
    z-index: 1001;               
} 
form #reportBtn:hover
{
    background-position: -60px 0px;
}

form #reportSendBtn
{
    background: url(../images/send.png) no-repeat;
    width: 30px;
    height: 24px;
    border: 0px solid #3580b7 !important;
    font-size: 0px;
    float: right;
    width: 30px;
    display: inline;
    z-index: 1001;                
}

#div_copy_report_button #reportBtn
{
    background: url(../images/print.png) no-repeat;
    width: 30px;
    height: 24px;
    border: 0px solid #3580b7 !important;
    font-size: 0px;
    width: 30px;
    float: right;
    display: inline;
    z-index: 1001;     
    margin-top: -23px;
    margin-right: 10px;
}   

.helpIcon, 
a.helpEditIcon
{
  float: left;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;  
}

/* HELP */
.helpIcon span 
{
    display: none;
}

.helpIcon
{   
    cursor: pointer;
    background: url(../images/help.png) no-repeat;
    width: 31px;
    height: 29px;                                   
}

a.helpEditIcon
{
    background: url(../images/help_edit.png) no-repeat;
    width: 31px;
    height: 29px;                                            
}

.helpEditIcon span 
{
    display: none;
}

.grid_wrapper
{
	float:left;
}

.editable
{
    width: 100%;
    background: none repeat scroll 0 0 #d1fcd1;
    border:1px #fff solid;
}

.btnSetCopyDestination,
.btnDoCopy
{
	float:right;
}

#header .logo_link div
{
    float: left;
    height: 100%;
    width: 500px;
}

#ajax_preloader
{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #000000;
  background-image: url('images/ajax_preloader.gif');
  background-repeat: no-repeat;
  background-attachment:fixed;
  background-position:center;  
  z-index: 10000;
  visibility: hidden;  
  opacity: 0.7;
}

#divPreloaderText
{
    padding: 20px 20px 20px 20px;    
}


@media screen and (-webkit-min-device-pixel-ratio:0) {  
    table td { margin: -3px; }
}

#sfTradeCase_wrapper,
#sfOffer_wrapper
{  
  width: 527px;
}

#language-selector
{
    display: none;
    position: absolute;
    right: 0px;
}

.has_warranty, .has_warranty input
{
    color: #FF0000 !important;
}

.center {
    text-align: center;
}

.total_cost_travel, .total_cost_labour, .total_cost_material {
    clear: left;
    margin-top: 14px;
    float: left;
}
.total_cost_travel {
    margin-left: 430px;
}
.total_cost_labour {
    margin-left: 388px;
}
.total_cost_material {
    margin-left: 610px;
}
input#serial_number.red {
    color:#FF0000;
}

#divSingleformSignature {
    clear: left;
}
img.person_signature {
    max-width: 350px;
    max-height: 200px;
}

.form_wrapper input.btn_clear_canvas {
    padding: 3px 5px;
    float: right;
    clear: left;
    margin: 5px;
}

canvas {
    touch-action: double-tap-zoom;
    border: 1px solid black;
    float: left;
}

.colorpicker_border {
    background-image: url('../images/colorpicker.png');
    width: 36px;
    height: 36px;
    float: right;
}
.colorpicker {
    position: relative;
    top: 4px;
    left: 4px;
    width: 28px;
    height: 28px;
    background: url('../images/colorpicker.png') center;
    background-color: #ffffff;
}

.err_not_exist
{
    width: 500px;
    margin: 50px;
}

.form_wrapper .databasekeyerror, .form_wrapper .databaselongerror
{
    border: 2px dotted red !important;
}

#tis_filter
{
    height: 30px;
    background: #ffffdd;
    padding: 5px;
    margin-bottom: 15px;
    border-top: 4px solid #f0f0ce;
}

#div_filter_caption
{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 19px;
    padding-right: 20px;
    float: left;
    font-size: 15px;
}

#div_filter_month, #div_filter_year, #div_filter_employee, #div_filter_all_records, #div_filter_submit
{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 20px;
    float: left;
}

#div_filter_submit button 
{
    margin: -4px 0px 0px 0px;
    padding: 4px 16px 5px 16px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    background-color: #676a6c;
    background-color: #FFFFFF;
    border: 1px solid #cccccc;
    color: #676a6c;
    font-size: 12px;
}

.clear_both {
    clear: both;
}

#div_tis_contact {
    margin: 20px;
}

.div_tis_contact_item { 
  clear: both;
  float: left;
  font-size: 11px;
  width: 100%;
  height: 34px;
  border-top: 1px solid #E1E8F5;
}

.div_tis_contact_item:last-child {
  border-bottom: 1px solid #E1E8F5;
}

.div_tis_contact_item div {
  float: left;
  width: 174px;
  line-height: 20px;
  padding: 3px 15px 3px 3px;
}

div.div_tis_contact_item:nth-child(odd) {
    background-color: #f3f3f4;
}

div.div_tis_contact_item:nth-child(even) {
    background-color: #fff;
}

div.div_tis_contact_desc {
    width: 174px;
    font-weight: 600;
}
div.div_tis_contact_email {
    width: 220px;
    font-weight: normal;
}
div.div_tis_contact_name {
    width: 174px;
    font-weight: normal;
}

div.div_tis_contact_desc,
div.div_tis_contact_email,
div.div_tis_contact_name {
    padding-top: 6px;
}

#div_tis_version {
  margin: 35px 0px 0px 16px;
  clear: both;
  float: left;
  font-size: 11px;
  font-weight: normal;
}

div#bmEmployeeDetailbookmarkarea_0 div#sfPasswordChange_wrapper,
div#bmEmployeeDetailbookmarkarea_0 div#sfEmployee_wrapper,
div#bmEmployeeDetailbookmarkarea_2 div#sfPayInformation_wrapper
{
    width: 1165px;
}

.timesheetsummary_errorlink
{
    color: red;
}

#div_ts_header, #div_ts_approve_absence, .not_editable_msg, .export_message
{
    background: #fff;
    /*border: 1px solid #c0c0c0;*/
    border-top: 4px solid #DEDEDE;
    box-sizing: border-box;
    display: inline-block;
    margin: 0 0 10px;
    padding: 16px;
    width: 100%;
}

.not_editable_msg, .export_message {
    text-align: center;
}

#div_ts_summary
{
    float: left;
}

#div_ts_day
{
    float: right;
}

#div_ts_data
{
    /*float: left;*/
}

a.sublevel[href*="pageid=34"]
{
    border-top: 1px solid #676a6c;
}

.is_negative
{
    color:  red;
}

.succes_message {
    color: green;
}

.error_message {
    color: red;
}

.record_td {
    width: 80px;
    padding-right: 20px;
}

.record_entry {
    width: 46px;
    display: inline-block;
}

#div_pg_contact {
    background-color: white;
    min-height: 380px;
    border-top: 4px solid #DDDDDD;
}

.div_header {
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    color: #676a6c;
    padding: 10px 10px 10px 20px !important;
    float: left;
    margin: 0.1em 0.2em 20px 0.2em;
    border-bottom: 1px solid #f3f3f4;
    width: 100%;
}

.div_delimiter {
    width: 20px;
}

/* TABLE */
#div_pg_contact table {
    border-collapse: collapse;
    width: calc(100% - 40px);
    margin: 20px;
}

#div_pg_contact tr {
    font-size: 11px;
    height: 34px;
    border-top: 1px solid #E1E8F5;
}

#div_pg_contact td.bold {
    font-weight: 600;
}
#div_pg_contact td {
    padding: 5px;
    font-weight: normal;
}

#div_pg_contact tr:last-child {
    border-bottom: 1px solid #E1E8F5;
}

#div_pg_contact tr:nth-child(odd) {
    background-color: #f3f3f4;
}

#div_pg_contact tr:nth-child(even) {
    background-color: #fff;
}

#div_pg_contact table td.col1,
#div_pg_contact table#table_contact td.col2 {
    width: 150px;
}

/* absence */
.extendableBlock, .page_header {
    background-color: #fff;
    font-size: 18px;
    font-weight: 600;
    color: #676a6c;
    padding: 10px 20px;
    border-top: 5px solid #dedede;
    border-bottom: 1px solid #dedede;
}

.extendableBlock {
    cursor: pointer;
}

.extendableBlock.collapsed, .blockContent {
    margin-bottom: 10px;
}

.extendableBlock, .blockContent {
    background-color: #fff;
}

.filterCalendar.blockContent {
    padding: 20px;
}

.filterCalendar .usersCheckBoxList {
    column-count: 7;
}

.collapsed + .blockContent {
    display: none;
}

.expanded + .blockContent {
    display: block;
}

.page_content {
    background-color: #fff;
    padding: 20px;
}