﻿/* FONTS
----------------------------------------------------------*/
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(DXI1ORHCpsQm3Vp6mXoaTRsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(uYKcPVoh6c5R0NpdEY5A-Q.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(MTP_ySUJH_bn48VBG8sNShsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(k3k702ZOKiLJc3WVjuplzBsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}


/* DEFAULTS
----------------------------------------------------------*/

@media print
{
    .no-print, no-print *, .buttonn, buttonn *, .gridview1>tbody>tr>td:first-child>a, .gridview1>tbody>tr>td:first-child>a *, lvlselectclosediv
    {
        display:none !important;
    }
       
}


body   
{
    background: rgb(242, 242, 242);
    font-size: .80em;
    /*font-family: "Segoe UI", Helvetica, Verdana, sans-serif;*/
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-weight: 300;
    text-transform: none;
    /*font-weight: 200;*/
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 100%;
    min-width: 999px;
    /*max-width:1800px;*/
    background-color: #f2f2f2;
    margin: 0px auto 0px auto;
   /* border: 1px solid #496077;*/
    min-height: 492px;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    /*background: #5AA918;*/
    width: 100%;
    top: 0px;
    left: 0px;
    /*height:90px;*/
    white-space:nowrap;
}

.headertop
{
    height:70px;
    background:#f8f8f8;    
}

.headerbottom
{
/*    border-top:1px solid green;
    border-bottom:1px solid green;*/
    background: #66b016;
    background: -moz-linear-gradient(
		top,
		#78ce2a 0%,
		#66b016);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#78ce2a),
		to(#66b016)) !important;
    box-shadow:  inset 0 9px 2px -7px rgba(31, 73, 125, 0.5), inset 0 -9px  2px -7px rgba(31, 73, 125, 0.5);    
    height:50px;
    position:relative;
    z-index:3;
}

.headertitletext
{
    font-size: 32px;
    color: #70767a;
    font-weight:lighter;
}

.header h1
{
    font-weight: lighter;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    /*padding: 0px 12px;
    margin: 0px 8px 8px 8px;*/
    min-height: 420px;
    background-color: #F2F2F2;
}

.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;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:inherit;
    width:100%;
}

div.menu
{
    padding: 4px 0px 6px 9px;
    font-weight:700;
    font-size:12px;
    letter-spacing:-0.2;
    position:absolute;
    bottom:4px;
    z-index:30;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: inherit;
 /*   border: 1px #4e667d solid;*/
    color: #fff;
    display: block;
    line-height: 1.35em;
    padding: 4px 15px;
    text-decoration: none;
    white-space: nowrap;
    font-size: 18px;
    font-weight:200;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
    border-radius: 4px;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

.menu a.level2.static.selected
{
    /*border-bottom: thick solid #226622;*/
    background:#f0f0f0;
    color:rgb(90, 169, 24);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 4px;
}

.menu a.level1.static.selected
{
    background:#f0f0f0;
    color:rgb(90, 169, 24);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 4px;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
    cursor: hand;
    cursor: pointer;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
    top:15px;
    left:27px;
    position:relative;
    z-index:1000;
}

.loginDisplay
{
    font-size: 13px;
    display: block;
    text-align: right;
    padding: 10px;
    color: #66b016;
    position:relative;
    top:10px;
    right:20px;
    z-index:500;
}

.customerLogoDiv
{
    width:100%;
    position:absolute;
    text-align:center;
    top:10px;
}

.customerLogoImg
{
    height:51px;
}

.loginDisplay a:link
{
    color: #66b016;
}

.loginDisplay a:visited
{
    color: #66b016;
}

.loginDisplay a:hover
{
    color: #66b016;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.logoutImage {
    top: 5px;
    position: relative;
    margin-left: 30px;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.center
{
    margin-left:auto;
    margin-right:auto;
    width:100px;
    text-align:right;
    vertical-align:top;
}

.maintable
{
       width: 100%;
}

.container > div {
    display: inline-block;
    display: -moz-inline-box;
    *display: inline; /* For IE7 */
    zoom: 1; /* Trigger hasLayout */
    width: 33%;
    margin: 20px 0 0 0;
}

.mainmenuitem 
{
    /*border: thin solid black;*/
}
.topcontainer 
{
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}
/*
::-webkit-scrollbar {
    width: 12px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
} */


/* GridView Styling 
------------------------------------*/

.GridViewPagerStyle
{
    /*color: #8888ff;*/
    color: red;
    right:0px;

}

.GridViewStyle a
{
   /*color: #6666ee;*/
   color: #ffffff;
   text-decoration: none;
}

.GridViewStyle td a
{
    color: #000000;
}


.GridViewStyle th
{
    /*background: url(../ui-bg_glass_75_dadada_1x400.png) repeat-x scroll 50% 50% rgb(230, 230, 230); */
    /*background: url(../ui-bg_glass_75_dadada_1x400.png) repeat-x scroll 50% 50% rgb(270, 270, 270);*/
    background: #66b016;
/*    background: #f0f0f0; */
	background: -moz-linear-gradient(
		top,
		#78ce2a 0%,
		#66b016);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#78ce2a),
		to(#66b016));
    /*background: url(../ui-bg_glass_75_dadada_1x400.png) repeat-x scroll 50% 50% rgb(270, 270, 270);*/
    text-align: left;
    padding-left: 7px;
    white-space: nowrap;
    height: 30px;
    /*color: #595959;*/
    color:White;
    font-weight:600;
    font-size:13px;
}


.GridViewStyle td
{
    /*background: url(../ui-bg_glass_75_dadada_1x400.png) repeat-x scroll 50% 50% rgb(230, 230, 230); */
    /*background: url(../ui-bg_glass_75_dadada_1x400.png) repeat-x scroll 50% 50% rgb(270, 270, 270);*/
    padding-left: 7px;
    padding-right: 5px;
    height:24px;
    border-color:White;
}


.GridViewStyle tr
{
    /*background: url(../ui-bg_glass_75_dadada_1x400.png) repeat-x scroll 50% 50% rgb(230, 230, 230); */
    /*background: url(../ui-bg_glass_75_dadada_1x400.png) repeat-x scroll 50% 50% rgb(270, 270, 270);*/
   background-color: #f9f9f9;
   border-color:#FDFDFD;
}

.altrow

{
    background-color: #f2f2f2 !important;
}

.altrow a

{
   /*color: #6666ee;*/
   color: Black;
   text-decoration: none;

}

.subgridrow
{
    padding:10px 20px 20px 20px;
    background-color:#fafafa !important;
}

.ChildGrid>tbody>tr>th:first-child, .ChildGrid>tbody>tr>th:nth-child(2), .ParentGrid>tbody>tr>th:first-child, .detailgrid>tbody>tr>th:first-child
{
    width:30px;
}

.ChildGrid
{
    margin-bottom: 10px;
    border:1px solid #ddd;
    width:100%;
}

.ChildGrid>tbody>tr>th:first-child, .ChildGrid>tbody>tr>th:nth-child(2)
{
    width:30px;
}

.ChildGrid2>tbody>tr>th:nth-child(3)
{
    width:30px;
}

.ChildGrid>tbody>tr>th:last-child, .ParentGrid>tbody>tr>th:last-child
{
    border-right:1px solid #ddd !important;
}

.ChildGrid>tbody>tr>td:last-child, .ParentGrid>tbody>tr>td:last-child
{
    border-right:1px solid #ddd !important;
}

.detailgrid 
{
    margin-top: 0px !important;
}

.GridCommandButton 
{/*
    background: #66b016;*/
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    padding:2px 4px;
    color:#66b016 !important;
}

.GridCommandButton:hover
{
    /*background: #66b016;*/
    color:White !important;
}

.levelselectlink 
{
    cursor: hand;
    cursor: pointer;
}
.levelselectlink:hover
{
    color:Blue;
}

.detailTextarea, .detailtextarea 
{
    width: 97%;
}

#ui-datepicker-div
{
    display:none; /* Fix for datepicker's 'ghost div' */
    z-index:300;
}
    
#ui-timepicker-div
{
    z-index:300;
}

#ui-timepicker-div .ui-datepicker-title
{
    margin-bottom: -2px !important;
}
    
    
select.inputbox
{
    width: 173px !important;
}
    
    
.inputbox, .inputbox>*:first-child
{
    width: 170px !important;
}

.lvlselect 
{
    display: none;
    position: fixed;
    margin-left: 10px;
    margin-right: auto;
    background-color: #fff;
    height: 95%;
    width: 90%;
    border: thin solid #444444;
    overflow:auto;
    top: 20px;
    z-index:101;
}

.NestedGridTitle 
{
    font-size:14px; 
    
}

.submenu 
{
    margin-left:23px;
    position:relative;
    /*top:7px;*/
}

.workerlist
{
    height:100%;
    min-width: 150px;
}

.emptyTb
{
    height:20px;
    width:20px;
    background:#444444;
    display: inline-block;
    cursor: hand;
    cursor: pointer;
}


input[type="checkbox"] 
{
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance:none;
    appearance: none;
    width: 22px;
    height: 22px;
    background: url(../Pictures/checkbox_uncheck.png);
}
input[type="checkbox"]:checked 
{
    background: url(../Pictures/checkbox_check.png);
} 
input[type="checkbox"]:checked:disabled
{
    background: url(../Pictures/checkbox_check_disabled.png);
} 
input[type="checkbox"] + label 
{
    position:relative;
    top: -8px;
}
/*
    input[type=checkbox] {  
        display: none;  
    } 
    input[type="checkbox"]+label:before {  
    border-radius: 3px;  
} 
    input[type=checkbox]:checked + label:before {  
        content: "\2713";  
        text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);  
        font-size: 15px;  
        color: #f3f3f3;  
        text-align: center;  
        line-height: 15px;  
    }   
  */

input[type="text"], input[type="password"]
{
    border: 1px solid #bbb;
    height: 26px;
}

select, textarea 
{
    border: 1px solid #bbb;    
}

select {
    height: 30px;
}

.wcgenerated 
{
    background:green;
    color:White !important;
}

.wcnotgenerated 
{
    background:red;
    color:White !important;
}

.peoplelist
{
    width:100%;
    height:400px;
}

.searchindicator 
{
    float:left;
    margin-left: 60px;
    position:relative;
    top:24px;
    font-size: 30px;
    font-weight: 300;    
}

.minorheader
{
    font-size: 20px;
    font-weight: 300;
}

.nowrap 
{
    white-space: nowrap;
}

.novalid, .novalid>ul
{
    background: #ffff55 !important;
}

.eventtextlabel 
{
    position:relative;
}

.calendar-weekend
{
    background: #f4f4f4;
}

.warrantyEnded 
{
    color:Red;
}

.warrantyEndClose 
{
    color:#cc8400;
}

.css50
{
    color:orange;
}

.css0
{
    color:Red;
}

.l2header
{
    font-size:16px;
}

.noticetext 
{
    top: 24px;
    left: 300px;
    position: absolute;
    font-size: 18px;
    color: #d60000;
    font-weight: bold;
}

.gridsubheader
{
    font-size:14pt;
}

.latedays
{
    color:Red;
    font-size:14pt;
}

.red {
    background-color: red !important;
}

input[type="text"].select2-input {
    height: 16px !important;
}

.mandatory-field::after {
    content: " *";
    margin-left: -2px;
}