/*----------------------------------------------------------------------*/
/* bg/01.png http://ptrn.it/iglrOa
/* bg/02.png http://ptrn.it/ldfM3q
/* bg/03.png http://ptrn.it/jJseqP
/* bg/04.png http://ptrn.it/mkP0FP
/* bg/05.png http://ptrn.it/mntuwU
/* bg/06.png http://ptrn.it/kj7OMC
/* bg/07.png http://ptrn.it/l9Ehl8
/* bg/08.png http://ptrn.it/lOwe5N
/* bg/09.png http://ptrn.it/muLiXq
/* bg/10.png http://ptrn.it/mjwbxK
/* bg/11.png http://ptrn.it/kq6NGq
/* bg/12.png http://ptrn.it/ilzOva
/* bg/13.png http://ptrn.it/jNcpdS
/* bg/14.png http://ptrn.it/iVpjzW
/*----------------------------------------------------------------------*/


.bg01{background-image:url(images/bg/01.png);}
.bg02{background-image:url(images/bg/02.png);}
.bg03{background-image:url(images/bg/03.png);}
.bg04{background-image:url(images/bg/04.png);}
.bg05{background-image:url(images/bg/05.png);}
.bg06{background-image:url(images/bg/06.png);}
.bg07{background-image:url(images/bg/07.png);}
.bg08{background-image:url(images/bg/08.png);}
.bg09{background-image:url(images/bg/09.png);}
.bg10{background-image:url(images/bg/10.png);}
.bg11{background-image:url(images/bg/11.png);}
.bg12{background-image:url(images/bg/12.png);}
.bg13{background-image:url(images/bg/13.png);}
.bg14{background-image:url(images/bg/14.png);}



/*----------------------------------------------------------------------*/
/* Reset
/*----------------------------------------------------------------------*/

html,body,div,span,applet,object,iframe,input,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-weight:100;
    font-style:inherit;
    font-size:100%;
    font-family:inherit;
    vertical-align:baseline;
}
*{
    -webkit-text-size-adjust:none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
/*----------------------------------------------------------------------*/
/* Font Declaration
/*----------------------------------------------------------------------*/

html, textarea, input, input[type=submit], button, a.btn, span, div.alert p, header{
    font-family:'PT Sans', sans-serif;
}
code, pre{
    font-family:"Courier New", Courier, monospace;
}

/*----------------------------------------------------------------------*/
/* General Section
/*----------------------------------------------------------------------*/

html, body, textarea, input {
    font-size:12px;
    -webkit-text-size-adjust:none;
}
html{
    background-attachment:fixed;
    overflow-y:scroll;
}
a{ text-decoration:none; cursor:pointer;}
a:hover { text-decoration:underline; }
a, a:hover, a:visited, a:link {color:#000;}

::-moz-selection{ text-shadow:none; }
::selection { text-shadow:none; }

header, footer, nav, section{
    display:block;
}

h1, h2, h3, h4, h5, h6{
    font-weight:100;
}
h1 {
    font-size:28px;
    line-height:32px;
    margin-top:22px;
}
h2 {
    font-size:24px;
    line-height:26px;
}
h3 {
    font-size:20px;
    line-height:24px;
}
h4 {
    font-size:18px;
    line-height:22px;
}
h5 {
    font-size:16px;
    line-height:22px;
}
h6 {
    font-size:14px;
    line-height:20px;
}
h1 span{
    font-size:14px;
    line-height:14px;
}
h2 span{
    font-size:12px;
    line-height:12px;
}
h3 span{
    font-size:10px;
    line-height:10px;
}

/*pre, */p, ul, ol{
    margin-bottom:18px;
    line-height:18px;
    font-size:12px;
}

blockquote{
    font-size:16px;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-style:italic;
    border-left:5px solid;
    padding:0 18px;
    margin:36px;
}
li{
    margin-left:18px;
}

hr {
    display:block;
    height:0px;
    line-height:0px;
    border:0;
    border-top:1px solid;
    border-bottom:1px solid;
    margin:16px 0;
    float:none;
    clear:both;
    padding:0;
}
strong{
    font-weight:700;
}
em{
    font-style:italic;
}
img{
    border:0;
}

.small{
    font-size:10px;
}

.width-auto{
    width: auto;
}
/*----------------------------------------------------------------------*/
/* Pageoptions
/*----------------------------------------------------------------------*/
#pageoptions{
    position:relative;
    overflow:hidden;
    width:auto;
    padding:0;
    min-height:20px;
    z-index: 10;
}
#pageoptions h1, #pageoptions h2,#pageoptions h3, #pageoptions h4, #pageoptions h5, #pageoptions h6{
}
#pageoptions ul{
    overflow:hidden;
    margin:0;
    padding:1px 6px;
}
#pageoptions ul li{
    float:right;
    list-style:none;
    padding:0;
    margin:0;
    margin-left:1px;
}
#pageoptions ul li a{
    text-decoration:none;
    padding:0 8px 6px;
    -webkit-border-top-left-radius:4px; -moz-border-radius-topleft:4px; border-top-left-radius:4px;
    -webkit-border-top-right-radius:4px; -moz-border-radius-topright:4px; border-top-right-radius:4px;
}
#pageoptions ul li a:hover, #pageoptions ul li a.active{
}
#pageoptions > div{
    position:absolute;
    left:15px;
    right:15px;
    padding:15px;
    overflow:hidden;
    min-height:400px;
    -webkit-border-top-left-radius:4px; -moz-border-radius-topleft:4px; border-top-left-radius:4px;
    -webkit-border-top-right-radius:4px; -moz-border-radius-topright:4px; border-top-right-radius:4px;
}

#pageoptions div li{
    float:none;
}
/*----------------------------------------------------------------------*/
/* Tables
/*----------------------------------------------------------------------*/

table{
    width:100%;
    border-collapse:collapse;
    margin-bottom:18px;
}
table td, table th{
    border:1px solid;
    padding:6px 3px;
    text-align:center;
}
table th{
    font-weight:700;
}
div.chart .legend table{
    border:0;
    width:auto;
}
div.chart{
    max-width:100%;
    margin-bottom:18px;
}
div.chart .legend table td{
    vertical-align:middle;
    text-align:center;
}
div.chart .legend table td.legendColorBox{
    opacity:0.6;
    filter:Alpha(opacity=60);
}

table.documentation{
}

table.documentation th, table.documentation td{
    text-align:left;
}

table.documentation th.c, table.documentation td.c{
    text-align:center;
}


/*----------------------------------------------------------------------*/
/* Header
/*----------------------------------------------------------------------*/


header{
    position:relative;
    border-top:1px solid;
    z-index:10;
    -webkit-border-top-left-radius:4px; -moz-border-radius-topleft:4px; border-top-left-radius:4px;
    -webkit-border-top-right-radius:4px; -moz-border-radius-topright:4px; border-top-right-radius:4px;
}
#logo, #logo a{
    font-weight:700;
    font-size:25px;
    text-decoration:none;
    text-indent:-99999px;
}
#logo a{
}
#header{
    height:60px;
    position:absolute;
    top:0;
    left:240px;
    right:0;
    border:0;
    -webkit-border-top-right-radius:4px; -moz-border-radius-topright:4px; border-top-right-radius:4px;
}
#header ul{
    width:75%;
    height:46px;
    float:left;
    margin:0;
}
#header ul li{
    list-style:none;
    margin:0;
}
#header ul li ul{
    width:100%;
    height:auto;
    float:none;
    padding:18px 0;
    margin:0;
}
#header ul li ul li, ul.submenu li{
    border:1px solid;
    position:relative;
    float:left;
    margin:0 10px 0 0;
    display:block;
    z-index: 1;
    -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;
}
#header ul li ul li a, ul.submenu li a{
    padding:2px 20px 4px 20px;
    font-size:14px;
    display:block;
    border-top:1px solid;
    -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;
}
#header ul li ul li a:hover, ul.submenu li a:hover{
    text-decoration:none;
}
#header ul li ul li a:active, #header ul li ul li a.active, ul.submenu li a:active, ul.submenu li a.active{
    border:0;
    padding:4px 20px 3px 20px;
}
#header ul li ul li:active, #header ul li ul li.active{
}
#header ul li ul li ul, ul.submenu li ul{
    display:none;
    padding:0;
    -webkit-border-bottom-left-radius:4px; -moz-border-radius-bottomleft:4px; border-bottom-left-radius:4px;
    -webkit-border-bottom-right-radius:4px; -moz-border-radius-bottomright:4px; border-bottom-right-radius:4px;
}
#header ul li ul li ul.shown, ul.submenu li ul.shown{
    display:block;
}
#header ul li ul li ul li, ul.submenu li ul li{
    margin:0;
    max-width:180px;
    border-left:0;
    border-right:0;
    border:0;
    border-top:1px solid;
    float:none;
    -webkit-border-radius:0; -moz-border-radius:0; border-radius:0;
}
#header ul li ul li ul li a, ul.submenu li ul li a{
    -webkit-border-radius:0; -moz-border-radius:0; border-radius:0;
}
#header ul li ul li ul li:last-child, #header ul li ul li ul li:last-child a, ul.submenu li ul li:last-child, ul.submenu li ul li:last-child a{
    -webkit-border-bottom-left-radius:4px; -moz-border-radius-bottomleft:4px; border-bottom-left-radius:4px;
    -webkit-border-bottom-right-radius:4px; -moz-border-radius-bottomright:4px; border-bottom-right-radius:4px;
}

#header ul li ul li span, ul.submenu li span{
    font-family:sans-serif;
    display:block;
    position:absolute;
    right:-12px;
    top:-12px;
    font-size:10px;
    line-height:10px;
    font-weight:700;
    padding:4px 4px 5px;
    text-align:center;
    min-width:10px;
    z-index:100;
    border:1px solid;
    cursor:pointer;
    -webkit-border-radius:36px;
    -moz-border-radius:36px;
    border-radius:36px;
}
#searchbox{
    float:right;
    margin:17px 10px 17px 0;
    padding:0;
    border:1px solid;
    -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;
}
form#searchform{
    width:90px;
    padding:0;
    border:0;
    -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;
}
form#searchform input#search{
    -webkit-appearance:none !important;
    padding:3px 0;
    font-size:14px;
    width:100%;
    text-align:center;
    border:0;
    border-top:1px solid;
    margin:0;
    font-style:normal;
}
form#searchform input#search.load{
    background-repeat:no-repeat !important;
    background-position:100% 50% !important;
}
form#searchform input::-webkit-search-decoration,
form#searchform input::-webkit-search-cancel-button,
form#searchform input::-webkit-search-results-button,
form#searchform input::-webkit-search-results-decoration {
    display:none;
}

/* Live Search
/*---------------------------------------------------------------------*/

form#searchform input#search:focus{
    border:0;
    padding:4px 0 3px;
}

ul#searchboxresult{
    margin:0;
    position:absolute;
    overflow:hidden;
    height:auto;
    right:10px;
    top:50px;
    width:250px;
    border-top:1px solid;
    margin:0;
    -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;
    display:none;
    z-index:250;
}
ul#searchboxresult li{
}
ul#searchboxresult li a{
    padding:8px;
    font-size:12px;
    display:block;
    border:1px solid;
    border-left:0;
    border-right:0;
    background-repeat:no-repeat;
    background-position:12px 10px;
    display:block;
    overflow:hidden;
    height:50px;
    line-height:17px;
}
ul#searchboxresult li a:hover{
    text-decoration:none;
}
ul#searchboxresult li a.noresult{
    padding:12px;
    height:auto;
    text-align:center;
    font-size:14px;
}
ul#searchboxresult li a img{
    float:left;
    margin-right:6px;
}



/*----------------------------------------------------------------------*/
/* Navigation
/*----------------------------------------------------------------------*/

nav{
    border-right:0px solid;
    border-left:1px solid;
    -webkit-border-bottom-right-radius:4px; -moz-border-radius-bottomright:4px; border-bottom-right-radius:4px;
}

nav ul{
    border-top:1px solid;
    margin:0;
    -webkit-border-bottom-left-radius:4px; -moz-border-radius-bottomleft:4px; border-bottom-left-radius:4px;
    -webkit-border-bottom-right-radius:4px; -moz-border-radius-bottomright:4px; border-bottom-right-radius:4px;
}
nav ul li{
    list-style:none;
    padding:0;
    margin:0;
    background-repeat:no-repeat;
    background-position:-9999px;
}
nav ul li a{
    display:block;
    padding-right:0;
}
nav ul li a span{
    padding:12px 40px 11px;
    font-size:14px;
    display:block;
    border:1px solid;
    border-left:0;
    border-right:0;
    background-repeat:no-repeat;
    background-position:12px 10px;
    white-space:nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
nav ul li a:hover{
    text-decoration:none;
    cursor:pointer;
    padding-right:0px;
}
nav ul li a:active, nav ul li a.active{
    padding-right:0px;
    padding-bottom:0px;
    background-repeat:repeat-x;
    background-position:left center;
    filter:none;
}
nav ul li a:active span, nav ul li a.active span{
    border-bottom:0;
    padding:12px 40px 12px;
}

nav ul li ul{
    border:0;
    margin-right:10px;
    margin-left:10px;
    display:none;
    margin-bottom:10px;
}
nav ul li ul li:first-child a{
}
nav ul li ul li:last-child, nav ul li ul li:last-child a, nav ul li ul li:last-child a span{
    -webkit-border-bottom-left-radius:4px; -moz-border-radius-bottomleft:4px; border-bottom-left-radius:4px;
    -webkit-border-bottom-right-radius:4px; -moz-border-radius-bottomright:4px; border-bottom-right-radius:4px;
}
nav ul li ul li{
    -webkit-border-radius:0; -moz-border-radius:0; border-radius:0;
}
nav ul li ul li a{
    padding-right:0;
    -webkit-border-radius:0; -moz-border-radius:0; border-radius:0;
}
nav ul li ul li a span{
    border:0;
    font-size:12px;
    line-height:12px;
    border-top:1px solid #ddd;
    padding-top:6px;
    padding-bottom:6px;
    padding-left:15px;
    background-position:-9999px;
    -webkit-border-radius:0; -moz-border-radius:0; border-radius:0;
}
nav ul li ul li:first-child a span{
}
nav ul li ul li a:active, nav ul li ul li a.active{
}
nav ul li ul li a:active span, nav ul li ul li a.active span{
    background-position:-9999px;
    padding-top:6px;
    padding-bottom:6px;
    padding-left:15px;
}
/*----------------------------------------------------------------------*/
/* Content
/*----------------------------------------------------------------------*/


#content{
    border:0;
    padding:15px 5px 15px 230px;
    margin:0;
    min-height:600px;
    border:1px solid;
    overflow:visible;
    -webkit-border-bottom-left-radius:4px; -moz-border-radius-bottomleft:4px; border-bottom-left-radius:4px;
    -webkit-border-bottom-right-radius:4px; -moz-border-radius-bottomright:4px; border-bottom-right-radius:4px;
}



.bgsample{
    border:1px solid;
    float:left;
    margin:8px;
    padding:27px 30px;
}

/*----------------------------------------------------------------------*/
/* Gallery
/*----------------------------------------------------------------------*/

.gallery{
    border:1px solid;
    padding:3px;
    overflow:auto;
    -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;
}
.widget .gallery{
    padding:0;
    border:0;
}

.gallery .sortable_placeholder{
    margin:4px;
}

.gallery li{
    margin:4px;
    position:relative;
    list-style:none;
    float:left;
    padding:8px;
    border:1px solid;
    overflow:hidden;
    -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;
}
.gallery li > a{
    display:block;
    margin:0;
    padding:0;
    height:116px;
    width:116px;
    background-position:center center;
    background-repeat:no-repeat;
    -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;
}
.gallery li img{
    position:relative;
}
.gallery li span{
    position:absolute;
    top:140px;
    left:0;
    display:block;
    height:132px;
    width:132px;
    padding-top:4px;
    border-top:1px solid;
}
.gallery li > a span a{
    /* position:relative; */
    display:block;
    padding-left:24px;
    margin:2px 16px;
    background-position:center left;
    background-repeat:no-repeat;
    height:20px;
}
.gallery li a span a.edit{
}
.gallery li a span a.delete{
}

/*----------------------------------------------------------------------*/
/* Breadcrumb
/*----------------------------------------------------------------------*/


.breadcrumb{
    margin-bottom:20px;
    display:block;
    overflow:hidden;
    -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;
}
.breadcrumb.disabled{
    opacity:0.8;
    filter:Alpha(opacity=80);
}
.breadcrumb li{
    float:left;
    margin:0;
    list-style:none;
    max-width:280px;
}
.breadcrumb li:first-child{
    margin-left:0px;
}
.breadcrumb li a{
    padding:10px 35px 5px 30px;
    /*font-size:14px;*/
    display:block;
    font-weight:700;
    margin-left:-20px;
    border:1px solid;
    border-left:0;
    background-repeat:no-repeat;
    background-position:0px 0px;
    height:25px;
    text-decoration:none;
    -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;
}
.breadcrumb li a span{
    padding:4px 9px;
    height:20px;
    background-repeat:no-repeat;
    background-position:-2px -2px;
    display:block;
    text-indent:-9999px;
}
.breadcrumb li a.previous span{
    opacity:0.6;
    filter:Alpha(opacity=60);
}
.breadcrumb li a.previous:hover span{
    opacity:1;
    filter:none;
}
.breadcrumb li:first-child a{
    border-left:1px solid;
    background-position:-20px 0px;
    margin-left:0px;
    padding-left:20px;
}
.breadcrumb li:last-child a{
    padding-right:20px;
}
.breadcrumb li a.previous{
    background-position:0px -129px;
}
.breadcrumb.disabled li a.previous:hover{
    background-position:0px -129px;
}
.breadcrumb li:first-child a.previous{
    background-position:-20px -129px;
}
.breadcrumb.disabled li:first-child a.previous:hover{
    background-position:-20px -129px;
}
.breadcrumb li a:hover{
    background-position:0px -43px;
}
.breadcrumb.disabled li a:hover{
    background-position:0px 0px;
}
.breadcrumb li:first-child a:hover{
    background-position:-20px -43px;
}
.breadcrumb.disabled li:first-child a:hover{
    background-position:-20px 0px;
}
.breadcrumb li a:active, .breadcrumb li a.active, .breadcrumb.disabled li a.active:hover{
    background-position:0px -86px;
}
.breadcrumb li:first-child a:active, .breadcrumb li:first-child a.active, .breadcrumb.disabled li:first-child a.active:hover{
    background-position:-20px -86px;
}
/*----------------------------------------------------------------------*/
/* Message Box
/*----------------------------------------------------------------------*/

#wl_msg{
    position:absolute;
    top:90px;
    right:25px;
    z-index:1100;
    width:300px;
}
#wl_msg .msg-box:first-child{
    -webkit-border-top-left-radius:4px; -moz-border-radius-topleft:4px; border-top-left-radius:4px;
    -webkit-border-top-right-radius:4px; -moz-border-radius-topright:4px; border-top-right-radius:4px;
}
#wl_msg .msg-box:last-child{
    -webkit-border-bottom-left-radius:4px; -moz-border-radius-bottomleft:4px; border-bottom-left-radius:4px;
    -webkit-border-bottom-right-radius:4px; -moz-border-radius-bottomright:4px; border-bottom-right-radius:4px;
}

#wl_msg .msg-box, #wl_msg .msg-box-close{
    border:1px solid;
    margin-bottom:4px;
    display:none;
}
#wl_msg .msg-box-close{
    text-align:center;
    cursor:pointer;
    -webkit-border-bottom-left-radius:4px; -moz-border-radius-bottomleft:4px; border-bottom-left-radius:4px;
    -webkit-border-bottom-right-radius:4px; -moz-border-radius-bottomright:4px; border-bottom-right-radius:4px;
}
#wl_msg .msg-box-close:hover{
}
#wl_msg .msg-box h3, #wl_msg .msg-close{
    height:28px;
}
#wl_msg .msg-box h3{
    border-bottom:1px solid;
    font-size:14px;
    width:264px;
    line-height:30px;
    padding-left:8px;
    margin:0;
    float:left;
}
#wl_msg .msg-close{
    border-left:1px solid;
    border-bottom:1px solid;
    display:block;
    float:right;
    width:25px;
    line-height:1px;
    padding:0;
    text-indent:-9999px;
    background-position:50% 50%;
    background-repeat:no-repeat;
}
#wl_msg .msg-close:hover{
}
#wl_msg .msg-content{
    clear:both;
    padding:10px;
}


/*----------------------------------------------------------------------*/
/* Alert Boxes
/*----------------------------------------------------------------------*/

div.alert{
    border:1px solid;
    margin-bottom:15px;
    cursor:pointer;
    background-repeat:no-repeat;
    background-position:7px 8px;
    padding:10px 10px 10px 35px;
    font-size:14px;
    font-weight:700;
    margin:0;
    -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;
}
div.alert code{
    background:none;
    border:0;
}
form div.alert{
    margin:15px 4px;
}
div.alert:hover{
    border:1px solid;
}
div.alert a{
    font-size:14px;
    font-weight:700;
}

/*----------------------------------------------------------------------*/
/* Buttons
/*----------------------------------------------------------------------*/


button, a.btn, input[type=button],
.dataTables_paginate span.paginate_button,
.dataTables_paginate span.paginate_active{
    border:1px solid;
    position:relative;
    padding:9px 12px;
    display:inline-block;
    cursor:pointer;
    background-repeat:no-repeat;
    background-position:4px 5px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    text-decoration:none;
    font-size:11px;
    font-weight:700;
    outline:0 none;
    text-align:center;
    text-transform:uppercase;
    margin:2px;
    min-height:22px;
    min-width:8px;
    vertical-align:baseline;
}
button.small, a.btn.small, input[type=button]{
    min-height:14px;
    line-height:14px;
    font-size:10px;
    padding:4px 7px;
}
button.big, a.btn.big{
    font-size:14px;
    padding:12px 16px;
}
button.icon, a.btn.icon{
    padding-left:27px;
}
button.small.icon, a.btn.small.icon{
    padding-left:23px;
    background-position:0 -2px;
}
button.big.icon, a.btn.big.icon{
    padding-left:27px;
    background-position:-0 8px;
}
a.btn.nt, button.nt{
    background-position:50% 50%;
    text-indent:-9999px;
}
a.btn.small.nt, button.small.nt{
    padding-left:12px;
    padding-right:12px;
}
button{
}
a.btn{
    line-height:18px;
    min-height:18px;
}
button:hover, a.btn:hover{
}
button:active, a.btn:active,
.dataTables_paginate span.paginate_active{
    top:1px;
}


/*----------------------------------------------------------------------*/
/* Form Elements
/*----------------------------------------------------------------------*/

fieldset{
    padding:15px;
}

pre{
    white-space:pre-wrap;
    white-space:-moz-pre-wrap;
    white-space:-pre-wrap;
    white-space:-o-pre-wrap;
    word-wrap:break-word;
    padding:12px 15px;
    line-height:18px;
}
pre, code{
    font-size:11px;
    padding:1px 2px;
    /*	border:1px solid;*/
    -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;
}
pre code{
    display:block;
    border:0;
}

input,textarea{
    width:99%;
    border:1px solid;
    padding:4px 2px;
    margin:0 1px;
    -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;
}
input.placeholder,textarea.placeholder{
    font-style:italic;
}
input:focus,textarea:focus{
    outline:none;
}
select optgroup, select option{
    font-style:normal;
    border:0;
}
select option{
    border:1px solid;
    padding:3px;
}
input[type=submit], input[type=checkbox], input[type=radio], input[type=button], button{
    width:auto !important;
}

input[type=submit]{
    min-height:33px;
}

form{
    border:1px solid;
    padding:4px;
    margin-bottom:18px;
    -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;
}
form:last-child{
    margin-bottom:0;
}
.widget form{
    border:0;
}
form .wl_formstatus{
    padding-left:18px;
}
form fieldset{
    padding:0;
    margin:4px;
    border:1px solid;
    border-bottom:0;
    margin-top:18px;
    -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;
}
form fieldset:first-child{
    margin-top:4px;
}
form label{
    border-top:1px solid;
    display:block;
    font-size:16px;
    margin:0;
    padding:10px 10px;
    font-weight:700;
    -webkit-border-top-left-radius:4px; -moz-border-radius-topleft:4px; border-top-left-radius:4px;
    -webkit-border-top-right-radius:4px; -moz-border-radius-topright:4px; border-top-right-radius:4px;
}
form div.dataTables_wrapper label{
    border-top:inherit;
    display:inherit;
    font-size:inherit;
    margin:inherit;
    padding:inherit;
    font-weight:inherit;
}
form label span{
    font-size:12px;
}
form span.required{
    padding:0 4px;
    font-size:10px;
    background-repeat:no-repeat;
    background-position:left bottom;
}
form span.required_special{
    padding:0 4px;
    font-size:10px;
    background-repeat:no-repeat;
    background-position:left bottom;
}
form input, form textarea{
    padding:6px 2px;
    font-size:13px;
}
form fieldset > section{
    width:100%;
    border-top:1px solid;
    border-bottom:1px solid;
    float:left;
    padding:0;
    margin:0;
}
form fieldset > section:first-child{
    -webkit-border-top-left-radius:4px; -moz-border-radius-topleft:4px; border-top-left-radius:4px;
    -webkit-border-top-right-radius:4px; -moz-border-radius-topright:4px; border-top-right-radius:4px;
}
form fieldset > section:last-child{
    -webkit-border-bottom-left-radius:4px; -moz-border-radius-bottomleft:4px; border-bottom-left-radius:4px;
    -webkit-border-bottom-right-radius:4px; -moz-border-radius-bottomright:4px; border-bottom-right-radius:4px;
}

form fieldset > section > div{
    padding:5px 1%;
    width:78%;
    float:right;
    border-left:1px solid;
    height:100%;
    min-height:100%;
}

form fieldset > section > div > div{
    float:none;
    clear:both;
    width:auto;
}
form fieldset > section > div div.date{
    max-width:230px;
}
form fieldset > section.error > label{
    text-shadow:none;
    font-weight:700;
}
form fieldset > section > div span{
    font-size:11px;
}
form fieldset > section.error{
    border-bottom:1px solid;
}
form fieldset > section.error > label{
    text-shadow:none;
    font-weight:700;
}
form .totals label {
    font-weight: 700 !important;
}
form fieldset > section label{
    border:0;
    cursor:pointer;
    font-size:13px;
    font-weight:100;
    float:left;
    background:none;
    filter:none;
    margin:0;
    width:16%;
    padding-left:2px;
    margin-left:8px;
    text-align:left;
}
form fieldset > section > div > div.selector{
}
form fieldset > section > div > div.selector span{
    height:32px;
}
form fieldset > section > div > div.selector select{
    height:32px;
    cursor:pointer;
}
form fieldset > section > div > div.checker, form fieldset > section > div > div.radio{
    display:inline-block;
    margin:0;
    line-height:1;
    float:none;
}
form fieldset > section > div > div.checker span, form fieldset > section > div > div.radio span{
    display:inline-block;
    height:22px;
    width:22px;
    float:none;
}
form fieldset > section > div > div.checker span input, form fieldset > section > div > div.radio span input{
    display:inline;
    width:22px;
    height:22px;
    min-width:22px;
    min-height:22px;
    margin:0;
    padding:0;
    cursor:pointer;
}
form fieldset > section > div label{
    position:relative;
    cursor:auto;
    width:auto;
    margin:0;
    padding:10px 0 0;
    display:inline-block;
    float:none;
    top:-5px;
    font-size:13px;
    line-height:1.5;
    -webkit-border-radius:0; -moz-border-radius:0; border-radius:0;
}
form fieldset > section label span{
    font-size:10px;
}
form.borderless{
    border: none;
    background: none;
}
textarea{
    min-height:35px;
    resize:none;
    overflow:auto;
}
input.date{
    width:80px;
}
input[type=password], input.password{
    width:150px;
}
div.passwordstrength{
    font-size:12px;
    padding:5px 3px;
    text-align:center;
    width:150px;
    margin:3px 1px;
    -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;
}
div.passwordstrength.s_1{}
div.passwordstrength.s_2{}
div.passwordstrength.s_3{}
div.passwordstrength.s_4{}
div.passwordstrength.s_5{}

input.time{
    width:35px;
    text-align:center;
}
span.timeformat{
    font-size:11px;
    padding-left:1px;
}
input.integer, input.decimal{
    width:100px;
    text-align:right;
}
th.integer, th.decimal {
    width: 100px;
}
th.color, input.color{
    width:60px;
}
input.text-short{
    width:100px;
    text-align:left;
}
th.text-short {
    width: 100px;
}

input.text-medium{
    width:200px;
    text-align:left;
}

input.text-large{
    width:300px;
    text-align:left;
}
input.text-full{
    width:98%;
    text-align:left;
}
th.text-medium {
    width:200px;
}

form.internalNoteContainer {
    height:200px;
    overflow-x:hidden;
    overflow-y:scroll;
}

form.whitespaceParagraph {
    white-space:pre;
}

.align-fields {
  display: flex;
  justify-content: left;
  align-items: center; 
}

.align-fields span {
    line-height: 32px;
}
/*----------------------------------------------------------------------*/
/* jQuery Checkbox
/*----------------------------------------------------------------------*/

.jquery-checkbox, .jquery-checkbox span  {
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    width: 10px;
    height: 18px;
}

span.jquery-checkbox {
    padding-right: 15px;
}

.jquery-checkbox span.checkboxplaceholder {
    vertical-align:baseline;
    padding:2px 8px 0px;
    line-height:8px;
    background-repeat:no-repeat;
}
.jquery-checkbox span.checkboxplaceholder {
    background-image:url(dark/images/checkbox.png);
}
.jquery-checkbox.checkbox span.checkboxplaceholder{
    background-position: 0px 0px;
}
.jquery-checkbox.checkbox .hover span.checkboxplaceholder{
    background-position: 0px -26px;
}
.jquery-checkbox.checkbox .hover.pressed span.checkboxplaceholder{
    background-position: 0px -51px;
}
.jquery-checkbox.checkbox.checked span.checkboxplaceholder{
    background-position: 0px -77px;
}
.jquery-checkbox.checkbox.checked .hover span.checkboxplaceholder {
    background-position: 0px -102px;
}
.jquery-checkbox.checkbox.checked .hover.pressed span.checkboxplaceholder {
    background-position: 0px -128px;
}

.jquery-checkbox.checkbox .disabled span.checkboxplaceholder{
    background-position: 0px -153px !important;
    cursor:auto;
}
.jquery-checkbox.checkbox.checked .disabled span.checkboxplaceholder{
    background-position: 0px -179px !important;
    cursor:auto;
}


.jquery-checkbox.radio span.checkboxplaceholder{
    background-position: -26px 0px;
}
.jquery-checkbox.radio .hover span.checkboxplaceholder{
    background-position: -26px -26px;
}
.jquery-checkbox.radio .hover.pressed span.checkboxplaceholder{
    background-position: -26px -51px;
}
.jquery-checkbox.radio.checked span.checkboxplaceholder{
    background-position: -26px -77px;
}
.jquery-checkbox.radio.checked .hover span.checkboxplaceholder {
    background-position: -26px -102px;
}
.jquery-checkbox.radio.checked .hover.pressed span.checkboxplaceholder {
    background-position: -26px -128px;
}

.jquery-checkbox.radio .disabled span.checkboxplaceholder{
    background-position: -26px -153px !important;
    cursor:auto;
}
.jquery-checkbox.radio.checked .disabled span.checkboxplaceholder{
    background-position: -26px -179px !important;
    cursor:auto;
}

/*----------------------------------------------------------------------*/
/* File Upload
/*----------------------------------------------------------------------*/

div.fileuploadui{
    padding:0 5px;
    margin-bottom:5px;
}
div.fileuploadui a{
    margin-right:10px;
    font-size:11px;
    display:inline !important;
}
ul.fileuploadpool{
    display:block;
    clear:both;
    margin-bottom:5px;
    border:1px solid;
    z-index:1;
    -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;
    min-height:68px;
    min-width:138px;
    overflow:hidden;
    padding:4px;
}
ul.fileuploadpool.drop{
}
ul.fileuploadpool.single{
    width:138px;
}
ul.fileuploadpool li{
    font-size:11px;
    list-style-type:none;
    float:left;
    border:1px solid;
    margin:4px;
    padding:4px;
    height:50px;
    width:120px;
    -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;
    -webkit-animation-name: showfile;-moz-animation-name: showfile;animation-name: showfile;
    -webkit-animation-duration: 0.2s;-moz-animation-duration: 0.2s;animation-duration: 0.2s;
    -webkit-animation-direction: alternate;-moz-animation-direction: alternate;animation-direction: alternate;
    -webkit-animation-timing-function: ease-out;-moz-animation-timing-function: ease-out;animation-timing-function: ease-out;
}
.file-upload-nopool ul.fileuploadpool {
    display: none;
}
@-webkit-keyframes showfile {
    from {	-webkit-transform: scale(0);}
    to {-webkit-transform: scale(1.0); }
}
@-moz-keyframes showfile {
    from {	-webkit-transform: scale(0);}
    to {-webkit-transform: scale(1.0); }
}
@keyframes showfile {
    from {	-webkit-transform: scale(0);}
    to {-webkit-transform: scale(1.0); }
}

ul.fileuploadpool li.error{
    text-shadow:none;
}
ul.fileuploadpool li .name{
    display:block;
    height:20px;
    overflow:hidden;
    white-space:nowrap;
    line-height:22px;
}
ul.fileuploadpool li a{
    display:block;
    height:24px;
    width:24px;
    text-indent:-9999px;
    float:right;
}
ul.fileuploadpool li a:hover{
    text-decoration:none;
}
ul.fileuploadpool li a.cancel{
}
ul.fileuploadpool li a.remove{
}
ul.fileuploadpool li .progress{
    display:block;
    line-height:1px;
    height:3px;
    width:0%;
    -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;
}
ul.fileuploadpool li.success .progress{
}

/*----------------------------------------------------------------------*/
/* Comboselect
/*----------------------------------------------------------------------*/

div.comboselectbox{
    display:block;
    clear:both;
    min-height:100px;
}
div.comboselectbox div.combowrap{
    -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;
    float:left;
    border:1px solid;
    -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;
    max-width:42%;
    width:200px;
    height:99%;
    padding:1% 1% 0 0;
}
div.comboselectbox ul.comboselect{
    overflow:auto;
    height:99%;
}
div.comboselectbox ul.comboselect li{
    display:block;
    margin:0;
    list-style-type:none;
    float:left;
    border:1px solid;
    margin:1px 6% 1px 2%;
    width:92%;
    -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;
}
div.comboselectbox ul.comboselect li a{
    font-size:11px;
    padding:3px;
    float:left;
    width:75%;
    cursor:pointer;
    text-decoration:none;
    cursor:pointer;
}
div.comboselectbox ul.comboselect.ui-sortable li.selected a{
    cursor:n-resize;
}
div.comboselectbox ul.comboselect li a.add, div.comboselectbox ul.comboselect li a.remove{
    float:right;
    display:block;
    width:18px;
    height:18px;
    text-indent:-9999px;
    background-position:center center;
    background-repeat:no-repeat;
    cursor:pointer;
}
div.comboselectbox ul.comboselect li.used a{
    text-decoration:line-through;
}
div.comboselectbox ul.comboselect li.selected{
}
div.comboselectbox div.comboselectbuttons{
    max-width:9%;
    height:99%;
    width:30px;
    float:left;
    padding:0 3px;
}
div.comboselectbox div.comboselectbuttons a{
    padding:3px;
    line-height:20px;
    font-size:20px;
    width:18px;
    height:18px;
    margin:0 2px;
    background-position:center center;
    background-repeat:no-repeat;
    display:inline-block;
}
div.comboselectbox div.comboselectbuttons a.add{
}
div.comboselectbox div.comboselectbuttons a.remove{
}
div.comboselectbox div.comboselectbuttons a.addall{
}
div.comboselectbox div.comboselectbuttons a.removeall{
}

@media screen and (max-width:700px){
    div.comboselectbox div.combowrap{
        max-width:98%;
        width:98%;
        height:40%;
        float:none;
    }
    div.comboselectbox div.comboselectbuttons{
        text-align:center;
        max-width:98%;
        width:98%;
        float:none;
        height:30px;
    }
}
/*----------------------------------------------------------------------*/
/* Widgets
/*----------------------------------------------------------------------*/

.widget{
    margin-bottom:15px;
    border:1px solid;
    -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;
}
.widget > div{
    margin:2px;
    padding:15px 6px 2px;
    border:1px solid;
    -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;
}
.widget > div > img{
    -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;
}
.widget > div.ui-widget{
    width:99%;
    padding:0;
}
.widget .ui-widget-header{
    overflow:hidden;
}
.widget h3{
    margin:0;
}
.widget:hover{
    border:1px solid;
}
.widget.ui-sortable-helper{
}
.widget h3.handle{
    position:relative;
    font-size:14px !important;
    border-top:1px solid;
    border-bottom:1px solid;
    padding:8px 10px;
    margin:0;
    line-height:18px;
    margin-bottom:1px;
    cursor:pointer;
    -webkit-border-top-left-radius:4px; -moz-border-radius-topleft:4px; border-top-left-radius:4px;
    -webkit-border-top-right-radius:4px; -moz-border-radius-topright:4px; border-top-right-radius:4px;
}
.widget.sortable h3.handle{
    cursor:move;
}
.widget h3.handle:hover{
}
.widget h3.handle.red{
}
.widget h3.handle.green{
}
.widget h3.handle.blue{
}
.widget h3.handle.yellow{
}
.widget h3.handle .collapse, .widget h3.handle .reload{
    position:absolute;
    right:8px;
    top:5px;
    display:block;
    height:24px;
    width:24px;
    background-repeat:no-repeat;
    background-position:center center;
    display:none;
}
.widget h3.handle .reload{
    right:30px;
}
.widget h3.handle a:first-child{
    right:8px;
}
.widget:hover h3.handle .collapse, .widget.loading h3.handle .reload, .widget:hover h3.handle .reload{
    display:block;
}
.widget h3.handle .collapse{
}
.widget h3.handle .icon{
    margin-top:-3px;
    margin-left:-4px;
    height:24px;
    width:24px;
    display:inline-block;
    float:left;
    background-position:center;
}
.widget.collapsed{
    border-bottom:1px solid;
}
.widget.collapsed h3.handle{
    border-bottom:0;
    -webkit-border-bottom-right-radius:4px; -moz-border-radius-bottomright:4px; border-bottom-right-radius:4px;
}
.widget.collapsed h3.handle .collapse{
}

.widget.number-widget > div ul{
    overflow:auto;
}
.widget.number-widget > div ul li{
    display:block;
    margin:0;
    list-style:none;
    border-top:1px dotted;
    padding:14px 10px 4px;
    margin:0;
}
.widget.number-widget > div ul li:first-child{
    border-top:0;
}
.widget.number-widget > div ul li a{
    font-size:12px;
    display:block;
}
.widget.number-widget > div ul li a:hover{
    text-decoration:none;
}
.widget.number-widget ul li a span{
    text-align:right;
    display:inline-block;
    font-size:32px;
    font-weight:700;
    letter-spacing:-0.05em;
    padding:2px 6px 2px 0;
}

.sortable_placeholder{
    margin-bottom:15px;
    border:1px solid;
    z-index:1;
    -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;
}


/*----------------------------------------------------------------------*/
/* Footer
/*----------------------------------------------------------------------*/

footer{

}
/*----------------------------------------------------------------------*/
/* width
/*----------------------------------------------------------------------*/

.w_5{  width:5%  !important; }
.w_10{ width:10% !important; }
.w_15{ width:15% !important; }
.w_20{ width:20% !important; }
.w_25{ width:25% !important; }
.w_30{ width:30% !important; }
.w_33{ width:33% !important; }
.w_35{ width:35% !important; }
.w_40{ width:40% !important; }
.w_45{ width:45% !important; }
.w_50{ width:50% !important; }
.w_55{ width:55% !important; }
.w_60{ width:60% !important; }
.w_65{ width:65% !important; }
.w_66{ width:66% !important; }
.w_70{ width:70% !important; }
.w_75{ width:75% !important; }
.w_80{ width:80% !important; }
.w_85{ width:85% !important; }
.w_90{ width:90% !important; }
.w_95{ width:95% !important; }

.w_5p{  width:5px  !important; }
.w_10p{ width:10px !important; }
.w_15p{ width:15px !important; }
.w_20p{ width:20px !important; }
.w_25p{ width:25px !important; }
.w_30p{ width:30px !important; }
.w_35p{ width:35px !important; }
.w_40p{ width:40px !important; }
.w_45p{ width:45px !important; }
.w_50p{ width:50px !important; }
.w_55p{ width:55px !important; }
.w_60p{ width:60px !important; }
.w_65p{ width:65px !important; }
.w_70p{ width:70px !important; }
.w_75p{ width:75px !important; }
.w_80p{ width:80px !important; }
.w_85p{ width:85px !important; }
.w_90p{ width:90px !important; }
.w_95p{ width:95px !important; }
.w_100p{ width:100px !important; }

.w_105p{ width:105px !important; }
.w_110p{ width:110px !important; }
.w_115p{ width:115px !important; }
.w_120p{ width:120px !important; }
.w_125p{ width:125px !important; }
.w_130p{ width:130px !important; }
.w_135p{ width:135px !important; }
.w_140p{ width:140px !important; }
.w_145p{ width:145px !important; }
.w_150p{ width:150px !important; }
.w_155p{ width:155px !important; }
.w_160p{ width:160px !important; }
.w_165p{ width:165px !important; }
.w_170p{ width:170px !important; }
.w_175p{ width:175px !important; }
.w_180p{ width:180px !important; }
.w_185p{ width:185px !important; }
.w_190p{ width:190px !important; }
.w_195p{ width:195px !important; }
.w_200p{ width:200px !important; }

.fl{ float:left !important; }
.fr{ float:right !important; }
.not-clear { clear: none !important; }

.l{ text-align:left; }
.c{ text-align:center; }
.j{ text-align:justify; }
.r{ text-align:right; }

/*----------------------------------------------------------------------*/
/* Clear Floats
/*----------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear {
    clear:both;
    display:block;
    overflow:hidden;
    visibility:hidden;
    width:0;
    height:0;
}
/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
    clear:both;
    content:' ';
    display:block;
    font-size:0;
    line-height:0;
    visibility:hidden;
    width:0;
    height:0;
}
.clearfix {
    display:inline-block;
}
* html .clearfix {
    height:1%;
}
.clearfix {
    display:block;
}
/*----------------------------------------------------------------------*/
/* Grid System (based on the 960 Grid System (http://960.gs)
/*----------------------------------------------------------------------*/

.g1,.g2,.g3,.g4,.g5,.g6,.g7,.g8,.g9,.g10,.g11,.g12 {
    display:inline;
    float:left;
    margin-left:1%;
    margin-right:1%;
    padding:9px 0;
    min-height:10px;
}
.alpha{margin-left:0;}
.omega{margin-right:0;}

.g1{width:6.333%;}
.g2{width:14.667%;}
.g3{width:23.0%;}
.g4{width:31.333%;}
.g5{width:39.667%;}
.g6{width:48.0%;}
.g7{width:56.333%;}
.g8{width:64.667%;}
.g9{width:73.0%;}
.g10{width:81.333%;}
.g11{width:89.667%;}
.g12{width:98.0%;}

.p1{padding-left:8.333%;}
.p2{padding-left:16.667%;}
.p3{padding-left:25.0%;}
.p4{padding-left:33.333%;}
.p5{padding-left:41.667%;}
.p6{padding-left:50.0%;}
.p7{padding-left:58.333%;}
.p8{padding-left:66.667%;}
.p9{padding-left:75.0%;}
.p10{padding-left:83.333%;}
.p11{padding-left:91.667%;}

.s1{padding-right:8.333%;}
.s2{padding-right:16.667%;}
.s3{padding-right:25.0%;}
.s4{padding-right:33.333%;}
.s5{padding-right:41.667%;}
.s6{padding-right:50.0%;}
.s7{padding-right:58.333%;}
.s8{padding-right:66.667%;}
.s9{padding-right:75.0%;}
.s10{padding-right:83.333%;}
.s11{padding-right:91.667%;}

.ps1{left:8.333%;}
.ps2{left:16.667%;}
.ps3{left:25.0%;}
.ps4{left:33.333%;}
.ps5{left:41.667%;}
.ps6{left:50.0%;}
.ps7{left:58.333%;}
.ps8{left:66.667%;}
.ps9{left:75.0%;}
.ps10{left:83.333%;}
.ps11{left:91.667%;}

.pl1{left:-8.333%;}
.pl2{left:-16.667%;}
.pl3{left:-25.0%;}
.pl4{left:-33.333%;}
.pl5{left:-41.667%;}
.pl6{left:-50.0%;}
.pl7{left:-58.333%;}
.pl8{left:-66.667%;}
.pl9{left:-75.0%;}
.pl10{left:-83.333%;}
.pl11{left:-91.667%;}

/*----------------------------------------------------------------------*/
/* Layout
/*----------------------------------------------------------------------*/

body{
    margin:0 15px;
}

header{
    height:60px;
    z-index:2;
}
nav{
    position:absolute;
    width:216px;
    z-index:2;
}
#content{
    overflow:hidden;
    left:0px;
    right:0px;
    top:0px;
    z-index:1;
}
footer{
    padding:5px;
    text-align:right;
}

/*----------------------------------------------------------------------*/
/* Login
/*----------------------------------------------------------------------*/

body#login{
    position:static;
    left:auto;
    right:auto;
    width:350px;
    margin:120px auto;
    padding:2%;
}
body#login #content{
    min-height:50px;
    padding:8px;
}
body#login form label{
    padding:0;
    margin:0;
    width:100%;
}
body#login form section{
    width:100%;
}
body#login form section div{
    width:90%;
    float:none;
    padding:0 4% 6px 4%;
    border:0;
}
body#login form section > div{
    width:90% !important;
}
body#login form section div input{
    width:100% !important;
}
body#login form section div input#remember{
    width:auto !important;
}
body#login form section div.checker{
    width:auto !important;
    padding:0;
    margin:0;
}
body#login form section label{
    padding:3% 2% 1%;
    width:90% !important;
    float:none;
}
body#login form section label.checkbox div{
    width:10px;
    padding:0;
    margin:0;
}
body#login form section div label{
    width:80% !important;
}
body#login form section a{
    float:right;
}

/*----------------------------------------------------------------------*/
/* Wizard
/*----------------------------------------------------------------------*/

body#wizard{
    position:static;
    left:auto;
    right:auto;
    width:500px;
    margin:120px auto;
    padding:0;
}
body#wizard #content{
    min-height:50px;
    padding:8px;
}


/*----------------------------------------------------------------------*/
/* Error Page
/*----------------------------------------------------------------------*/

body#error{
    position:static;
    left:auto;
    right:auto;
    width:400px;
    margin:120px auto;
    padding:0;
}
body#error #content{
    min-height:50px;
    padding:8px;
}
body#error #content h1{
    font-size:116px;
    font-weight:700;
    line-height:0.7em;
    letter-spacing:-9px;
}
body#error #content h2{
    float:right;
}

/*----------------------------------------------------------------------*/
/* Security Page
/*----------------------------------------------------------------------*/

body#security{
    position:static;
    left:auto;
    right:auto;
    width:600px;
    margin:120px auto;
    padding:0;
}
body#security #content{
    min-height:50px;
    padding:8px;
}


/*----------------------------------------------------------------------*/
/* Media Queries
/*----------------------------------------------------------------------*/

/* For very large screens increes the margins*/
@media screen and (min-width:1481px) {
    body{
        margin-left:10%;
        margin-right:10%;
    }
}

/* Move the Headernav to a drop down menu to the right */
@media screen and (max-width:960px) {
    #header ul#headernav li ul, #header ul#headernav li ul.collapsed,ul.submenu, ul.submenu.collapsed{
        display:none;
    }
    #header ul#headernav li ul.shown, ul.submenu.shown{
        display:block !important;
    }
    #header ul#headernav{
        border-left:1px solid;
        position:relative;
        float:right;
        height:60px;
        width:60px;
        cursor:pointer;
        background-repeat:no-repeat;
        background-position:center center;
    }

    #header ul#headernav li ul{
        position:absolute;
        right:0;
        width:170px;
        padding:0;
        margin:0;
        top:60px;
    }
    #header ul#headernav li ul li, ul.submenu li{
        float:none;
        margin:0;
        border-bottom:0;
        border-top:0;
    }
    #header ul#headernav li ul li a, ul.submenu li a{
        padding:10px;
    }
    #header ul#headernav li ul li:last-child, ul.submenu li:last-child{
        border-bottom:1px solid;

    }
    #header ul#headernav li ul span{
        right:5px;
        top:10px;
    }
    #header ul#headernav li ul li ul, ul.submenu li ul{
        position:relative;
        top:0;
        padding:0;
        display:none;
        padding-bottom:6%;
        z-index:20;
        width:99%;
    }
    #header ul#headernav li ul li ul.shown, ul.submenu li ul.shown{
        display:block;
    }
    #header ul#headernav li ul li ul li, ul.submenu li ul li{
        margin:0 6%;
    }
    #header ul#headernav li ul li ul li a, ul.submenu li ul li a{
        font-size:12px;
        padding:5px;
    }

    .g1,.g2,.g3,.g4,.g5,.g6 {
        padding:0;
        width:48.0%;
    }
    .g7,.g8,.g9,.g10,.g11,.g12 {
        padding:0;
        width:98%;
    }
    #header ul li ul li,#header ul li ul li a, #header ul#headernav li ul li ul, ul.submenu li ul{
        -webkit-border-radius:0; -moz-border-radius:0; border-radius:0;
    }

    #header ul li ul li:last-child,#header ul li ul li:last-child a{
        -webkit-border-bottom-left-radius:4px; -moz-border-radius-bottomleft:4px; border-bottom-left-radius:4px;
    }
}
@media screen and (max-width:900px) and (min-width:701px) {
    form fieldset > section > div{
        width:69%;
    }
    form fieldset > section label{
        width:24%;
    }
}

/* For more smaller Screens (iPad) */
@media screen and (max-width:700px) {
    header #search,header #searchbox{
        max-width:100px;
    }
    form label{
        padding:10px 1%;
    }
    form fieldset > section{
        padding-bottom:8px;
    }
    form fieldset > section > label{
        left:0;
        right:0;
        width:98%;
        margin:0;
        float:none;
        padding:1%;
        padding-bottom:8px;
    }
    form fieldset > section > div{
        float:none;
        width:98%;
        padding:4px;
        border:0;
    }
    .g1,.g2,.g3,.g4,.g5,.g6,.g7,.g8,.g9,.g10,.g11,.g12 {
        width:98%;
    }

}
@media screen and (max-width:800px) and (min-width:481px) {
    nav{
        width:150px;
    }
    nav ul li a span{
        font-size:12px;
    }
    nav ul li ul{
        margin-left:10px;
        margin-right:10px;
    }
    nav ul li ul li a span{
        padding-right:4px;
    }
    #content{
        padding:15px 0 15px 160px;
    }

}

/* iPhone and real small devicces */
@media screen and (max-width:480px) {
    body#login{
        position:static;
        left:auto;
        right:auto;
        width:96%;
        margin:10px auto;
        padding:0;
    }
    body#login #content{
        padding:0;
        padding-top:20px;
        width:99%;
    }
    body#login form{
        border:0;
    }
    body#login form section label{
        border:0;
    }
    body#login fieldset{
        margin:0px;
    }
    body#login form > section a{
        margin:10px 4%;
        float:left;
    }
    #pageoptions > div{
        left:2px;
        right:2px;
        padding:15px;
    }
    header #searchbox{
        display:none;
        max-width:40px;
    }
    header #searchbox input{
        max-width:40px;
    }
    header ul#searchboxresult{
        display:none !important;
    }
    body{
        width:96%;
        margin:1%;
    }
    body, header, nav, #content{
        -webkit-box-shadow:none;
        -moz-box-shadow:none;
        box-shadow:none;
    }
    #header{
    }
    #logo{
        width:100%;
    }
    #logo, header, #content{
        width:100%;
    }
    nav, nav ul, nav ul li, nav ul li a, nav ul li a span, nav ul li a:active span, nav ul li a.active span{
        margin:0;
        padding:0;
    }
    nav ul li a:active span, nav ul li a.active span{
        border-top:1px solid;
        background-position:center center;
    }
    nav{
        border-top:1px solid;
        position:static;
        width:98%;
        margin:0 1%;
    }
    nav ul li{
        width:44px;
        display:inline-block;
        margin-left:-2px;
        margin-right:-2px;
    }
    nav ul li a span{
        border-left:1px solid;
        border-bottom:0;
        height:40px;
        text-indent:-9999px;
        background-position:center center;
    }
    nav ul li:first-child a span{
        border-left:0;
    }
    nav ul li ul{
        position:absolute;
        left:0;
        margin:0;
        z-index:15;
        background:none;
        width:98%;
        margin:0 1%;
    }
    nav ul li ul li{
        display:block;
        width:100%;
    }
    nav ul li ul li a span{
        height:20px;
        text-indent:0;
    }

    #content{
        padding:0;
    }
    form{
        padding:0;
        margin:0;
    }
    form input, form textarea{
        font-size:14px;
        max-width:96%;
    }
    #wl_msg{
        right:5px;
        left:5px;
        width:auto;
    }
    .g1,.g2,.g3,.g4,.g5,.g6,.g7,.g8,.g9,.g10,.g11,.g12 {
        width:100%;
        margin:0;
        min-height:0;
    }
}

/*----------------------------------------------------------------------*/
/* jQuery UI mods
/*----------------------------------------------------------------------*/

.ui-tabs .ui-tabs-nav li{
    margin:0 2px 0 0 !important;
}
.ui-tabs .ui-tabs-nav, .ui-tabs{
    padding:0 !important;
}
.ui-widget{
    padding:0 !important;
}
.ui-widget-header{
    border:0 !important;
    border-top:1px solid !important;
    border-bottom:1px solid !important;
    background-repeat:repeat !important;
    margin:0 !important;
}
.ui-widget-header a, .ui-accordion-header a, .ui-datepicker-title .ui-datepicker-month, .ui-datepicker-title .ui-datepicker-year{
    font-size:14px !important;
}
.ui-widget-header a.small, .ui-accordion-header a.small{
    font-size:12px !important;
}
.ui-state-default a{
    border-top:1px solid !important;
    -webkit-border-radius:4px !important;
    -moz-border-radius:4px !important;
    border-radius:4px !important;
}
.ui-tabs .ui-tabs-panel {
    padding:0 !important;
}
.ui-tabs .ui-tabs-panel p {
    margin:1em 1.3em !important;
}
.ui-tabs .ui-tabs-selected{
    border-bottom:0;
}
.ui-accordion-content p{
    margin:0 !important;
}
.ui-accordion .ui-accordion-header{
    margin-top:0 !important;
}
.ui-datepicker .ui-widget-header{
    padding:4px !important;
}
.ui-widget-overlay{
    background-repeat:repeat !important;
}
.ui-slider-range.ui-widget-header{
    background-position:center !important;
    border:0 !important;
}
.ui-slider-horizontal .ui-slider-handle{
    top:-5px !important;
    min-height:22px;
    min-width:18px;
    margin-left:-10px !important;
    cursor:pointer !important;
}
.ui-slider-vertical{
    float:left;
}
.ui-slider-vertical .ui-slider-handle{
    left:-5px !important;
    min-height:18px;
    min-width:22px;
    margin-bottom:-10px !important;
    cursor:pointer !important;
}
.ui-slider{
    min-height:14px;
    min-width:14px;
    border:1px solid;
    background-repeat:repeat !important;
    margin:10px;
}
.ui-slider .ui-slider-handle{
    background-repeat:no-repeat !important;
    z-index:1 !important;
    position:relative;
}
.ui-slider-horizontal .ui-slider-handle{
    background-position:right center !important;
}
.ui-slider-vertical .ui-slider-handle{
    background-position:left center !important;
}
.ui-slider-range{
    -webkit-border-radius:4px !important;
    -moz-border-radius:4px !important;
    border-radius:4px !important;
}

.ui-autocomplete {
    max-height: 30em;
    overflow-y: auto;
    overflow-x: hidden;
}

span.ac_description {
    color: #888;
    padding-left: 1em;
}

/* fix to allow more label space on g6 forms */
form fieldset.item-detail {
    width: 48%;
    display: inline;
    vertical-align: top;
    margin-top: 4px;
    padding: 0;
}

form fieldset.item-detail > section > div {
    width: 66%;
}

form fieldset.item-detail > section label {
    width: 26%;
}

form fieldset.item-list > section label, .item-list-modal {
    width: 98% !important;
}

.ui-tabs-nav li.disabled {
    background: #ffeeee;
}

.ui-tabs-nav li.disabled.ui-state-hover{
    background: #f0a8a8;
}

.ui-tabs-nav li.disabled.ui-state-active{
    background: #f0cccc;
}

.warning {
    background-color: #fc8;
}

.warningOverflow {
    border: 0px solid #000000;
    white-space: nowrap;
    overflow: auto;
}

.critical {
    background-color: #faa;
}

.ui-accordion-header.ui-state-hover > a {
    background-color: #d0d0d0;
}

.hidden {
    display: none;
}

pre.scrollable {
    height: 25em;
    overflow: auto;
}

pre.scrollable > ol {
    margin-left: 1.5em;
    white-space: normal;
}

pre.scrollable ol ol {
    list-style-type: lower-alpha;
    white-space: normal;
}

pre.scrollable > ol > label {
    font-weight: bold;
}

.progress_widget {
    margin:30px 0px 20px;
    display: table;
    width: 100%;
    list-style:none;
}
.progress_widget li {
    height: 110px;
    position: relative;
    display: table-cell;
    width: 1%;
    float: none;
    text-align: center;
    padding: 0px;
    vertical-align: middle;
    background: url(/css/images/rule.png) no-repeat;
    background-position: 0% 50%;
    -webkit-background-size: 100% 2px;
    -moz-background-size: 100% 2px;
    -o-background-size: 100% 2px;
    background-size: 100% 2px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor:pointer;
}
.progress_widget li:first-child {
    background-size: 50% 2px;
    -webkit-background-size: 50% 2px;
    -moz-background-size: 50% 2px;
    -o-background-size: 50% 2px;
    background-position-x: 100%;
}
.progress_widget li:last-child {
    background-size: 50% 2px;
    -webkit-background-size: 50% 2px;
    -moz-background-size: 50% 2px;
    -o-background-size: 50% 2px;
    background-position-x: 0%;
}
.progress_widget li .relative {
    width:100%;
    height:100%;
    position:relative;
    display: table;
}

.progress_widget li .table-cell {
    width:100%;
    display:table-cell;
    vertical-align:middle;
}
.progress_widget li h4 {
    color:#9d9c9c;
    font-size: 13px;
    line-height: 1.3em;
    position: absolute;
    top:-15px;
    left: 0px;
    width: 100%;
    padding: 0px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.progress_widget li.active h4 {
    font-size:1.2em;
    font-weight:bold;
    color:rgb(119, 119, 119);
}
.progress_widget li.failed h4 {
    font-size:1.2em;
    font-weight:bold;
    color:rgb(119, 119, 119);
}
.progress_widget li.completed h4 {
    color:rgb(119, 119, 119);
}
.progress_widget li p {
    color: rgb(157, 156, 156);
    font-size: 0.9em;
    white-space: nowrap;
    margin-bottom: 0px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.progress_widget .circle {
    width:26px;
    height:26px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    color:#5d8b42;
    border:1px solid rgb(204, 204, 204);
    -webkit-box-shadow:inset 0px 0px 0px 1px rgba(255, 255, 255, 0.5);
    -moz-box-shadow:inset 0px 0px 0px 1px rgba(255, 255, 255, 0.5);
    box-shadow:inset 0px 0px 0px 1px rgba(255, 255, 255, 0.5);
    background:#f1f1f1;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#e8e8e8');
    background:-webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#e8e8e8));
    background:-moz-linear-gradient(top,  #f1f1f1,  #e8e8e8);
    background:-o-linear-gradient(top,  #f1f1f1,  #e8e8e8);
    margin:10px auto;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.progress_widget .circle.on_hold{
    width:26px;
    height:26px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    color:#5d8b42;
    border:1px solid rgb(204, 204, 204);
    -webkit-box-shadow:inset 0px 0px 0px 1px rgba(255, 255, 255, 0.5);
    -moz-box-shadow:inset 0px 0px 0px 1px rgba(255, 255, 255, 0.5);
    box-shadow:inset 0px 0px 0px 1px rgba(255, 255, 255, 0.5);
    background:#f0a8a8;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0a8a8', endColorstr='#f0cccc');
    background:-webkit-gradient(linear, left top, left bottom, from(#f0a8a8), to(#f0cccc));
    background:-moz-linear-gradient(top,  #f0a8a8, #f0cccc);
    background:-o-linear-gradient(top,  #f0a8a8,  #f0cccc);
    margin:10px auto;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.progress_widget .circle span {
    background:#fff;
    border:1px solid rgb(204, 204, 204);
    -webkit-box-shadow:0px 0px 0px 1px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0px 0px 1px rgba(255, 255, 255, 0.5);
    box-shadow:0px 0px 0px 1px rgba(255, 255, 255, 0.5);
    display:block;
    margin:5px;
    width:14px;
    height:14px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.progress_widget li:hover .circle {
    background:#f6f6f6;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#f1f1f1');
    background:-webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#f1f1f1));
    background:-moz-linear-gradient(top,  #f6f6f6,  #f1f1f1);
    background:-o-linear-gradient(top,  #f6f6f6,  #f1f1f1);
}

.progress_widget li:hover .circle.on_hold {
    background:#f6f6f6;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0a8a8', endColorstr='#f0cccc');
    background:-webkit-gradient(linear, left top, left bottom, from(#f0a8a8), to(#f0cccc));
    background:-moz-linear-gradient(top,  #f0a8a8,  #f0cccc);
    background:-o-linear-gradient(top,  #f0a8a8,  #f0cccc);
}

.progress_widget li.active .circle {
    width:46px;
    height:46px;
    -webkit-border-radius: 23px;
    -moz-border-radius:  23px;
    border-radius:  23px;
    border:1px solid #738671;
    background: rgb(168,209,156); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(168,209,156,1) 57%, rgba(141,176,132,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(57%,rgba(168,209,156,1)), color-stop(100%,rgba(141,176,132,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(168,209,156,1) 57%,rgba(141,176,132,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(168,209,156,1) 57%,rgba(141,176,132,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(168,209,156,1) 57%,rgba(141,176,132,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(168,209,156,1) 57%,rgba(141,176,132,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8d19c', endColorstr='#8db084',GradientType=0 ); /* IE6-9 */
}

.progress_widget li.failed .circle {
    width:46px;
    height:46px;
    -webkit-border-radius: 23px;
    -moz-border-radius:  23px;
    border-radius:  23px;
    border:1px solid #738671;
    background: rgb(209,156,156); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(209,156,156,1) 57%, rgba(176,132,133,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(57%,rgba(209,156,156,1)), color-stop(100%,rgba(176,132,133,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(209,156,156,1) 57%,rgba(176,132,133,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(209,156,156,1) 57%,rgba(176,132,133,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(209,156,156,1) 57%,rgba(176,132,133,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(209,156,156,1) 57%,rgba(176,132,133,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8d19c', endColorstr='#8db084',GradientType=0 ); /* IE6-9 */
}

.progress_widget li.completed .circle {
    width:40px;
    height:40px;
    -webkit-border-radius: 20px;
    -moz-border-radius:  20px;
    border-radius:  20px;

    border:1px solid #738671;
    background: rgb(168,209,156); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(168,209,156,1) 57%, rgba(141,176,132,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(57%,rgba(168,209,156,1)), color-stop(100%,rgba(141,176,132,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(168,209,156,1) 57%,rgba(141,176,132,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(168,209,156,1) 57%,rgba(141,176,132,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(168,209,156,1) 57%,rgba(141,176,132,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(168,209,156,1) 57%,rgba(141,176,132,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8d19c', endColorstr='#8db084',GradientType=0 ); /* IE6-9 */
}

.progress_widget li.active .circle span {
    border:1px solid #738671;
    width: 28px;
    height: 28px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    margin: 8px;
    background:url(/css/images/tick.png) no-repeat center center #FFF;
    background-size: 20px auto;
    -webkit-background-size: 20px auto;
    -moz-background-size: 20px auto;
    -o-background-size: 20px auto;
}

.progress_widget li.failed .circle span {
    border:1px solid #738671;
    width: 28px;
    height: 28px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    margin: 8px;
    background:url(/css/images/red_cross.png) no-repeat center center #FFF;
    background-size: 20px auto;
    -webkit-background-size: 20px auto;
    -moz-background-size: 20px auto;
    -o-background-size: 20px auto;
}

.progress_widget li.completed .circle span {
    width: 24px;
    height: 24px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    margin: 7px;
    background:url(/css/images/tick.png) no-repeat center center #FFF;
    background-size: 13px auto;
    -webkit-background-size: 13px auto;
    -moz-background-size: 13px auto;
    -o-background-size: 13px auto;
}

.progress_widget li.active:hover .circle, .progress_widget li.completed:hover .circle {
    background: rgb(184,221,187); /* Old browsers */

    background: -moz-linear-gradient(top,  rgba(184,221,187,1) 57%, rgba(167,191,160,1) 100%); /* FF3.6+ */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(57%,rgba(184,221,187,1)), color-stop(100%,rgba(167,191,160,1))); /* Chrome,Safari4+ */

    background: -webkit-linear-gradient(top,  rgba(184,221,187,1) 57%,rgba(167,191,160,1) 100%); /* Chrome10+,Safari5.1+ */

    background: -o-linear-gradient(top,  rgba(184,221,187,1) 57%,rgba(167,191,160,1) 100%); /* Opera 11.10+ */

    background: -ms-linear-gradient(top,  rgba(184,221,187,1) 57%,rgba(167,191,160,1) 100%); /* IE10+ */

    background: linear-gradient(to bottom,  rgba(184,221,187,1) 57%,rgba(167,191,160,1) 100%); /* W3C */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8ddbb', endColorstr='#a7bfa0',GradientType=0 ); /* IE6-9 */
}

.progress_widget li.failed:hover .circle {
    background: rgb(221,184,187); /* Old browsers */

    background: -moz-linear-gradient(top,  rgba(221,184,187,1) 57%, rgba(191,160,161,1) 100%); /* FF3.6+ */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(57%,rgba(221,184,187,1)), color-stop(100%,rgba(191,160,161,1))); /* Chrome,Safari4+ */

    background: -webkit-linear-gradient(top,  rgba(221,184,187,1) 57%,rgba(191,160,161,1) 100%); /* Chrome10+,Safari5.1+ */

    background: -o-linear-gradient(top,  rgba(221,184,187,1) 57%,rgba(191,160,161,1) 100%); /* Opera 11.10+ */

    background: -ms-linear-gradient(top,  rgba(221,184,187,1) 57%,rgba(191,160,161,1) 100%); /* IE10+ */

    background: linear-gradient(to bottom,  rgba(221,184,187,1) 57%,rgba(191,160,161,1) 100%); /* W3C */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8ddbb', endColorstr='#a7bfa0',GradientType=0 ); /* IE6-9 */
}

.g6 .progress_widget li h4, .g6 .progress_widget li p {
    zoom: 1;
    filter: alpha(opacity=00);
    opacity: 0.0;
}
.g6 .progress_widget li h4 {
    font-size:12px;
}
.g6 .progress_widget li.active h4, .g6 .progress_widget li:hover h4, .g6 .progress_widget li.active p, .g6 .progress_widget li:hover p {
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    padding:0px;
}
.g6 .progress_widget li {
    height: 90px;
}
.g6 .progress_widget li:hover {
    min-width:85px;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 800;
    background-color: #000000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.modal {
    position: fixed;
    top: 10%;
    left: 50%;
    z-index: 810;
    width: 560px;
    margin-left: -280px;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999;
    /* IE6-7 */

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    outline: none;
}
.modal.fade {
    -webkit-transition: opacity .3s linear, top .3s ease-out;
    -moz-transition: opacity .3s linear, top .3s ease-out;
    -o-transition: opacity .3s linear, top .3s ease-out;
    transition: opacity .3s linear, top .3s ease-out;
    top: -25%;
}
.modal.fade.in {
    top: 10%;
}
.modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
}
.modal-header .close {
    margin-top: 2px;
}
.modal-header h3, .modal-header h4, .modal-header h2 {
    margin: 0;
    line-height: 20px;
}
.modal-body {
    position: relative;
    overflow-y: auto;
    max-height: 600px;
    padding: 15px;
}

.modal-body-edit-bays {
    position: relative;
    overflow-y: hidden;
    overflow-x: hidden;
    max-height: 500px;
    padding: 15px;
}

.modal-form {
    margin-bottom: 0;
}
.modal-footer,
.modal-wizard-footer {
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
    *zoom: 1;
}
.modal-footer:before,
.modal-footer:after,
.modal-wizard-footer:before,
.modal-wizard-footer:after
{
    display: table;
    content: "";
    line-height: 0;
}
.modal-footer:after,
.modal-wizard-footer:after {
    clear: both;
}
.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.modal-header .close {
    margin-top: 2px;
}

.modal-wizard-footer .leftPnl{
    width: 50%;
    float:left;
    text-align: left;
}
.modal-wizard-footer .rightPnl{
    width: 50%;
    float:left;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }

}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
        margin-left: -180px;
    }
}

@media (min-width: 1402px) {
    .modal-xl {
        width: 1400px;
        margin-left: -430px;
    }
}

.modal-downpipe {
    position: fixed;
    top: 20%;
}

.modal.fade.in.modalt-fit-to-screen {
    top:0%;
    height: 1px;
}

.modalt-fit-to-screen .modal-body {
    max-height: 750px;
}


.close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
    filter: alpha(opacity=40);
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

td.center{
    text-align:center;
    vertical-align:middle;
}

td.td-top {
    text-align:left;
    vertical-align: top;
}

td.left {
    text-align:left;
    vertical-align: middle;
}

.small-tab {
    font-size: 12px;
}

.td-delete-width{
    width: 40px !important;
}

/*
* This removes up down arrows from input type number.
*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

/* Remove showing a spinner inside numeric inputs in Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/*
*Well this style ov
* Override the wl_dialog box so that when used in a modal, it appears on top of the modal.
*/
/*div.ui-dialog{
    z-index: 1100 !important;
}

/**
* This is a fix for overlay appears on top of the dialog, so user cannot interact with the dialog anymore.
* Setting a constant value  for the overlay class.
*/
div.ui-widget-overlay{
    z-index: 1000 !important;
}
.accessory-label{
    padding-left: 10px;
    font-weight: bold;
}

/*
*Following class used to place the icons without the button class applied to them.
*We are providing a width and a height to cover the size of the icon.
**/

.icon-standalone{
    width: 25px;
    height: 25px;
}

/**
 * set the container max height and make it scrollable.
**/
.toolTipContainer{
    max-height: 400px;
    overflow-y: scroll;
}

/**
 * Overriding the qtips max width.
**/
.ui-tooltip, .qtip{
    max-width: 580px !important;
}

.helpLinkImageSizeLarge .ui-tooltip, .loadCalculatorTooltips{
    width: 550px !important;
}

span.icon-standalone {
    cursor: pointer;
}

.helpLinkImageSizeLarge{
    width: 460px;
    height: 640px;
    position: relative;
    left: 28px;

}

.helpLinkImageSizeMedium{
    width:280px;
    height: 210px;
}

.helpLinkImageSizeSmall{
    width: 200;
    height: 150;
}


.fillContainer{
    width: 100%;
    height: 100%;
}

.more-width{
    width: 60%
}

.less-width{
    width: 30%;
}

.highlightedText{
    font-size: medium;
    font-weight: bold;
}

.xtra-small-text{
    width: 15% !important;
    margin-left: 10px
}

.variable_bay_len {
    padding-left: 2px !important;
}

.panel-option-input {
    width: 50%;
    overflow: hidden;
    padding: 8px !important;
}

div.selector span {
    overflow: hidden;
}

.option-label {
    width: auto;
    padding-right: 2px;
}

.option-select {
    width: 100%;
}

.colour-option-select {
    width: 100%;
}

.cd-text {
    width: 100px;
}

.load-label{
    width: auto;
    padding: 6px;
}

.load-info-label{
    width: 60%;
    padding: 4px;
}

.load-info {
    padding: 4px;
    width: 30%;
}

.peb-label {
    padding: 4px;
}

#glContainer {
    background-color: lightsteelblue;
    height: calc(100vh - 100px);
    width: calc(100vw - 40px);
    overflow: hidden;
}

#formFieldset{
    height: 100%;
    position: relative;
}

.designTab {
    overflow-y: auto;
    /*calculate 100% viewport height - header space*/
    max-height: calc(100vh - 172px);
}

#tabs {
    overflow: hidden;
}

#designTabs {
    width: 450px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#graphicsSettingsPanel {
    width: 315px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.max-fill {
    width: 100%;
    height: 100%;
    overflow: auto;
}

#pageHeading {
    margin: 0;
    margin-left: 20px;
    padding: 0px !important;
}

.no-pad-no-margin {
    margin: 0px !important;
    padding: 0px !important;
}

.dense {
    padding: 3px;
}

.centered-label {
    display: inline-block;
    line-height: 36px;
    vertical-align: 25%;
    text-align: right;
    margin: 0;

}

.colour-box {
    height: 23px;
    width: 32px;
    overflow: hidden;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0px;
    top: 0px;
    right: 0px;
}

.modal-skylights {
    position: fixed;
    top: 20%;
    width: 400px;
}

.skylight-item-detail > section label{
    /*override theme width for form items*/
    padding-right: 4px;
    width: auto !important;
}

table.fixed{
    table-layout:fixed;
    width:100%;
}

.fixedColumnWidth{
    width: 125px !important;
}

table.fixed input[type="text"], select{
    padding: none;
    font-size: 10px;
    background-color: none;
    border:none;
    width: 100%;
    display:inline-block;
    position:relative;
}

table.fixed input[type="text"]{
    height:6px;
}

table.fixed td{
    overflow: hidden;
}


.pointer{
    cursor: pointer;
}

.fixedColumnHeight{
    height: 20px !important;
}

.deleteBtn{
    position: relative;
    top: 5px;
    width: 10px !important;
    height: 10px !important;
}

.deleteBtn > span{
    position: relative;
    bottom: 6px;
    right: 4px;
}
/*.skylight-item-detail > section div{
    override theme width for form items
    width: 200px;
    padding-left: 2px;
    margin-left: 1px;
}*/

.modal-editbay {
    position: fixed;
}

.editBays .modal-editbay{
    width: 1215px !important;
    margin-left: -330px !important;
}

.editBays form{
    height: 565px !important;
}

.editBayControls{
    width: 275px;
    position: relative;
    bottom: 25px;
}

.editBayForm label{
    width: 100px;
    background: none;
    border: none;
    display: inline;
    font-size: 10px;
}

.editBayForm input{
    background: none;
    width: 50px;
    height:10px;
}

.editBayForm .yPosition{
    width: 116px;
    position: relative;
    bottom: 80px;
    left: 277px;

}
.yPosition label{
    display: block;
}

.editBayForm .xPosition{
    position: relative;
    bottom: 104px;
    left: 156px;
}

.editBayFields section > div {
    width:160px !important;
}

label.uppercase {
    text-transform: uppercase
}

#editBayModal .modal-body{
    overflow: hidden;
}

#twoDContainer{
    width: 800px;
    height: 420px;
    /*border: 1px solid;*/
}

.axisLabel{
    position: relative;
    right: 10px;
}

.toolTipContainer table{
    background-image: url(dark/images/paper_01.png);
}

.templateLabel{
    width:50px;
}

#costTemplateDiv{
    float: none;
    display: inline-block;
}

.noBorder{
    border:none;
}

.bold{
    font-weight: bold;
}

.input-error {
    color: red;
}

.editBayFields div.selector{
    overflow: hidden;
}

.editBayFields .selector span{
    width: 125px;
}

#engineeringMenu {
    z-index: 1;
}

.submenu {
    /*width:200px !important;*/
    height: 20px;
    float:none;
    padding:0;
    margin: 0 !important;
}

ul.submenu li ul{
    margin: 0 !important;
}

ul.submenu li ul li{
    max-width: inherit !important;
}

ul.submenu li ul li a{
    padding: 2px 5px 4px 5px !important;
}

.editbayLoading > div{
    position: relative;
    left: 35px;
    top: 205px;
}

.constructor-design-panel{
    vertical-align: top;
    height: 92%;
}

#btnEditLoad {
    position: relative;
    bottom: 6px;
    font-family: 'PT Sans', sans-serif;
    font-size: 11px;
}

#client_approval_form fieldset > section label {
	width: 18%;
}

.long-label-grid fieldset > section > label {
    width: 20%;
}

.long-label-grid fieldset > section > div {
    width: 70%;
}

.long-label-grid fieldset > section > div > label {
    margin-right: 10px;
}

#editProjectHeaderDiv{
    margin-bottom:15px;
}

#loadCalculatorForm div.selector span{
    font-size: 13px;
}

#loadCalculatorModal{
    overflow: auto;
}

.buildingInput, #designForm div.selector span, #engineering_form div.selector span{
    font-size: 14px !important;
}

#quote_form div.selector {
    width: 150px;
}
#quote_form div.selector div.tipsy {
    margin-top: 35px;
    width: 120px;
}
#quote_form div.selector div.tipsy-arrow {
    margin-top: -5px;
}
#quote_form fieldset > section > label {
    width:20%;
}
#quote_form fieldset > section > div {
    width:75%;
}
#quote_form div.selector {
    width:450px
}
.lazy{
    display:none
}

#noWebGL,
#noBuildingText {
    position: absolute;
    top: 50%;
    font-size: 25px;
    color: black;
    text-align: center;
    width: 100%;
}

.costingTableError {
    font-size: 14px;
    color: red;
    padding-left:4px
}

.cladding-report-date {
    width:30%;
}

#resetMarkupsValue {
    width: 80%;
}

#partFileUploadTableSection div {
    width: auto;
    height: 250px;
    overflow: auto;
}

fieldset.input-form fieldset.process-number > section > label {
    width: 25% !important;
}

.flashing-container + .flashing-container {
    margin-top: 50px;
}

#restoreWidgetsPosition {
    float:right;
    color: #a0a0a0;    
}

/* Used in colour select block. Ex. _editSurfaceCoatingColourModal.jsp */
.colourSelector.input {
    width: 100px;
}

.colourSelector div {
    float: left;
}

.colourSelector .colourBox {
    width: 50px;
    height: 30px;
    margin-left: 10px;
    border: solid black 1px;
}

/* Only for datatable initialised by script */
.datatable-panel > div {
    padding: 15px
}

.datatable-panel select,.datatable-panel input{
    width: auto;
    margin-bottom: 5px;    
}

div.uploader {
    background-repeat: no-repeat;
    width: auto !important;
}

div.uploader span.action {
    width: 84.3px !important;
}

div.dialog-panel {
    background-color: #eeeeee;
    width: 95%;
    padding: 15px;
    margin: 10px;
    text-align: center;
}

div.dialog-panel button {
    padding: 10px;
    margin: 15px;    
}

div.production-alert {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    text-align: center;
    z-index: 5;
}

div.production-alert div {
    width: 200px;
    margin: 5px auto;
    padding: 10px;
    background-color: red;
    font-size: 24px;
    color: white;
    border-radius: 8px;
    box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.38);
}

.info-purlin-girts-tip {
    width: 290px !important;
} 

div.info-purlin-girts-tip img {
    width: 100%;
}

#infoBirdProofLabel {
    margin-left: 50px;
}

#infoCoverPlateLabel {
    margin-left: 77px;
}

#add-part-tabs .dataTables_wrapper {
    padding-top: 0px !important;
}

#add-part-tabs .g12 {
    padding-bottom: 0px !important;
}

#partForm fieldset > section > div {
   padding: 3px 1%;
}

#addPartPriceFrm fieldset > section label {
    width: 40%;
}

#addPartPriceFrm fieldset > section > div {
    width: 40%;
}
#addPartPriceFrm input {
    max-width: 85%;
}

#addNewMarketSegmentFrm label {
    white-space: nowrap;
}

#addVariationRequestForm fieldset > section > div {
    width: 70%;
}

#addVariationRequestForm fieldset > section label {
    width: 20%;
}

#variationResponseForm button {
    width: 130px !important;
}

#variationSubmissionBtnPanel button {
    width: 100% !important;
}

#variationIndexPanel {
    font-width: 700;
    text-align: center;
    border: 1px solid black;
    padding: 2px;
    margin: 2px auto;
}

