*{
    font-family: 'Open Sans', sans-serif !important;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body, html{
    height: 100%;
}
body{
    font-size: 14px;
    line-height: 1.2em;
    background: #87857f;
    background-image: url('images/bug_screen.png');
    background-size: 550px 250px;
}
h1, h2, h3, h4, h5, h6{
    font-weight: 700;
}
b, strong{
    font-weight: 700;
}
a{
    text-decoration: none;
    color: #005588;
    transition: color;
    -webkit-transition: color;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
}

a:hover{
    color: #38769c;
}
#logo{
    font-size: 2em;
    color: #000;
}
.float_right{
    float: right;
}
.float_left{
    float: left;
}
.clear{
    clear: both;
}
.thin{
    font-weight: 300;
}
p{
    line-height: 1.2em;
}
.inline_block{
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;
    vertical-align: middle;
}

pre{
    background: #fff !important;
    color: #000 !important;
    font-family: monospace !important;
    line-height: 1.2em !important;
    padding: 0.5em;
    white-space: pre-wrap;
    overflow: auto;
}
.powered_by_gi{
    display: block;
    position: relative;
    margin: 0.5em auto;
    width: 152px;
    height: 42px;
    background: url('images/powered_by.png') no-repeat;
    background-size: 152px 42px;
}

body.fullscreen .powered_by_gi{
    display: none;
}
.center{
    text-align: center;
}
.red{
    color: #d9392e !important;
}

.green{
    color: #409c40 !important;
}
/***********/
#menu_btn{
    position: absolute;
    top: 30px;
    right: 30px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 3000;
    display: none;
    z-index: 9000;
}
#menu_btn:before{
    z-index: -1;
    content: 'Menu';
    color: #fff;
    font-weight: 700;
    font-size: 0.8em;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    background: #000;
    position: absolute;
    width: 40px;
    height: auto;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: rgba(0,0,0,0.5) 0px 1px 1px;
    -moz-box-shadow: rgba(0,0,0,0.5) 0px 1px 1px;
    box-shadow: rgba(0,0,0,0.5) 0px 1px 1px;
    behavior: url('resources/css/PIE-1.0.0/PIE.htc');
}

#main_nav_wrap{
    margin: 20px auto;
}
#main_nav nav:after{
    clear: both;
    content: '';
    display: block;
}
#main_nav nav ul{
    float: right;
    margin-right: -1px;
    border-right: 1px solid #004066;
    border-left: 1px solid #38769c;
}
#main_nav nav ul li{
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;
    background: #005588;
    border-left: 1px solid #004066;
    border-right: 1px solid #38769c;
    transition: background;
    -webkit-transition: background;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    position: relative;
}
#main_nav nav ul li:hover{
    background: #004066;
}
#main_nav nav ul li a, #main_nav nav ul li .title{
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;
    padding: 0.59em 1.18em;;
    font-size: 1.14em;
    color: #dfdad8;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;
    transition: color;
    -webkit-transition: color;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
}
#main_nav nav ul li.current a, #main_nav nav ul li:hover a, #main_nav nav ul li .title{
    /*color: #575757;*/
}
#main_nav nav ul li.current > a, #main_nav nav ul li.current > .title{
    font-weight: 800;
}
#main_nav nav ul li.current > a, #main_nav nav ul li:hover > a, #main_nav nav ul li.current > .title, #main_nav nav ul li:hover > .title{
    /*background: #005588;*/
}
#main_nav nav ul li ul {
    position: absolute;
    display: none;
    z-index: 1000;
    right: -2px;
}
#main_nav nav ul li ul li{
    display: block;
    width: 100%;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #004066;
    border-top: 1px solid #38769c;
}
#main_nav nav ul li ul li:last-child{
    border-bottom: none;
}
#main_nav nav ul li ul li a{
    display: block;
    font-size: 1em;
}
/***********/
#header_wrap, #footer_wrap, #content_wrap, #main_nav_wrap{
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#header, #footer, #content, #main_nav{
    margin: auto;
    position: relative;
}

#content_wrap{
    overflow: hidden;
    min-height: 100%;
}

#content h1, #content h2{
    color: #005588;
    text-shadow: 0px 2px 0px #fff;
    font-size: 1.36em;    
    font-weight: 800;
    margin-bottom: 1em;
    text-transform: uppercase;
    line-height: 1em;
}

#content h1.no_marg, #content h2.no_marg{
    margin-bottom: 0.2em;
}

#content h1{
    font-size: 1.7em;
}

#content h1.give_me_space, #content h2.give_me_space{
    margin-bottom: 2.5em;
}

#content h3, #gi_modal h3{
    font-weight: 700;
    color: #808080;
    font-size: 1.29em;
    line-height: 1em;
    text-shadow: 0px 2px 0px #fff;
    margin-bottom: 0.5em;
}

#gi_modal h3{
    font-size: 1em;
    margin-bottom: 0.5em;
}

#content h1:last-child, #content h2:last-child, #content h3:last-child{
    margin-bottom: 0;
}
/*************/
#content, #login_box{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto;
    background: #dfdad8;
    -webkit-box-shadow: rgba(0,0,0,0.5) 0px 0px 10px;
    -moz-box-shadow: rgba(0,0,0,0.5) 0px 0px 10px;
    box-shadow: rgba(0,0,0,0.5) 0px 0px 10px;
    behavior: url('external/css/PIE-1.0.0/PIE.htc');
}
#content_wrap{
    padding-bottom: 2.14em;
}
#content_wrap.login{
    padding: 20vh 0;
}
.content_padding{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2.14em;
}
#login_box.content_padding{
    padding: 40px;
}
.content_padding:after{
    clear: both;
    content: '';
    display: block;
}
#content, #main_nav{    
    max-width: 1300px;
    margin: auto;
}
#header.content_padding{
    padding-bottom: 0;
}
/***************/
#main_nav_wrap{
    background: #005588;
    margin: 0;
    position: relative;
    z-index: 1000;
    -webkit-box-shadow: rgba(0,0,0,0.5) 0px 1px 1px;
    -moz-box-shadow: rgba(0,0,0,0.5) 0px 1px 1px;
    box-shadow: rgba(0,0,0,0.5) 0px 1px 1px;
    behavior: url('external/css/PIE-1.0.0/PIE.htc');
}
#main_nav{
    text-align: right;
}

hr{
    border: none;
    background: none;
    border-top: 1px solid #A0A0A0;
    border-bottom: 1px solid #fff;
    margin: 2em auto;
    clear: both;
}
/************/
#log_out{
    font-weight: 600;
    color: #dfdad8;
    text-transform: uppercase;
    position: absolute;
    right: 2.14em;
    top: 0;
    padding: 0.59em 0;
    line-height: 1em;
}
#breadcrumbs{
    background: #808080;
    padding-right: 2.14em;
    margin-left: 160px;
    position: relative;
    z-index: 100;
    -webkit-box-shadow: #fff 0px 2px 0px;
    -moz-box-shadow: #fff 0px 2px 0px;
    box-shadow: #fff 0px 2px 0px;
    behavior: url('external/css/PIE-1.0.0/PIE.htc');
}
#breadcrumbs .tri{
    position: absolute;
    left: -2.14em;
    top: 0;
    width: 2.14em;
    height: 100%;
    background: #808080;
    -webkit-transform: skewX(35deg);
    transform: skewX(35deg);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    z-index: -1;
    -webkit-box-shadow: #fff 0px 2px 0px;
    -moz-box-shadow: #fff 0px 2px 0px;
    box-shadow: #fff 0px 2px 0px;
    behavior: url('external/css/PIE-1.0.0/PIE.htc');
}
#breadcrumbs li{
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;
    margin-right: 0.5em;
}
#breadcrumbs li:after{
    content: '>';
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;
    color: #dfdad8;
    margin-left: 0.5em;
}
#breadcrumbs li a, #breadcrumbs li .title{
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;
    padding: 0.59em 0;
    font-weight: 600;
    color: #dfdad8;
    line-height: 1em;
}
#breadcrumbs li:last-child a, #breadcrumbs li:last-child .title{
    color: #dfdad8;
    text-transform: uppercase;
    font-weight: 700;
}
#breadcrumbs a:hover{
    color: #005588;
}
#breadcrumbs li:last-child:after{
    content: '';
}
/*************/
.columns{
    position: relative;
    margin-bottom: 2.14em;
}
.columns:last-child{
    margin-bottom: 0;
}
.columns .column{
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.columns .column.hide_on_load{
    display: none !important;
}

.columns .column.hide_on_load + .column{
    padding: 0 !important;
}

.columns.expand_singles .column:only-child{
    width: 100% !important;
    padding: 0 !important;
}

.columns.top_align .column{
    vertical-align: top !important;
}

.columns.middle_align .column{
    vertical-align: middle !important;
}

.columns.halves > .column{
    width: 50%;
}
.columns.halves > .column:nth-child(odd){
    padding-right: 1.07em;
}
.columns.halves > .column:nth-child(even){
    padding-left: 1.07em;
}

.columns.thirds_two_col .column{
    width: 33.3333%;
}
.columns.thirds_two_col .column.two_thirds{
    width: 66.6666%;
    padding-right: 2.14em;
}
.columns.thirds_two_col .column.two_thirds:last-child{
    padding-left: 2.14em;
    padding-right: 0;
}

.columns.thirds > .column{
    width: 33.3333%;
}
.columns.thirds > .column:nth-child(3n+1){
    padding-right: 1.4338em;
}
.columns.thirds > .column:nth-child(3n+2){
    padding: 0 0.7062em;
}
.columns.thirds > .column:nth-child(3n+3){
    padding-left: 1.4338em;
}
.columns.thirds .column.selectable_display{
    width: 66.66%;
    padding-right: 0;
}

.columns.quarters .column{
    width: 25%;
}
.columns.quarters .column:nth-child(4n+1){
    padding-right: 1.61em;
}
.columns.quarters .column:nth-child(4n+2){
    padding-left: 0.5635em;
    padding-right: 1.0465em;
}
.columns.quarters .column:nth-child(4n+3){
    padding-right: 0.5635em;
    padding-left: 1.0465em;
}
.columns.quarters .column:nth-child(4n+4){
    padding-left: 1.61em;
}

#gi_modal .columns.ignore_in_modal .column{
    width: 100% !important;
    display: block !important;
    margin-bottom: 2.14em !important;
    padding: 0 !important;
}

#gi_modal .columns.ignore_in_modal .column:last-child{
    margin-bottom: 0 !important;
}

#gi_modal:not(.large_sized) .columns.halves .column.full_width_in_modal{
    width: 100%;
    padding: 0 !important;
    margin-bottom: 2.14em !important;
}

#gi_modal:not(.large_sized) .columns.halves .column.full_width_in_modal + .column{
    width: 100%;
    padding: 0 !important;
}

td .columns.thirds_two_col .column.two_thirds{
    padding-right: 0.4em;
}
td .columns.thirds_two_col .column.two_thirds:last-child{
    padding-left: 0.4em;
}
/*************/
p{
    margin-bottom: 1em;
    font-weight: 300;
}
p:last-child{
    margin-bottom: 0;
}
/***************/
.file_thumb .corner:before{
    background: #dfdad8;
}
/***************/
.gear_wrap{
    padding: 2.14em;
    text-align: center;
    color: #808080;
    font-size: 1.29em;
}
.gears{
    width: 140px;
    height: 140px;
    background: url('images/gears.gif') no-repeat;
    background-size: 140px 140px;
    background-position: center;
    margin: auto;
    margin-bottom: 10px;
}
/*******************/
.icon{
    background: url('images/icon_set.png?v=2.2') no-repeat;
    background-size: 500px 382px;
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;
}

.icon.logo{
    width: 333px;
    height: 66px;
    background-position: -4px -104px;
}
#login_box .icon.logo{
    width: 480px;
    height: 96px;
    background-position: -4px -4px;
    margin: auto;
    display: block;
    margin-bottom: 40px;
}

.icon.minimize{
    width: 20px;
    height: 20px;
    background-position: -465px -104px;
}
.icon.maximize{
    width: 20px;
    height: 20px;
    background-position: -441px -104px;
}

.icon.step_create{
    width: 36px;
    height: 38px;
    background-position: -4px -174px;
    margin-left: -18px;
}
.icon.step_create.title{
    height: 36px;
    background-position: -4px -226px;    
    margin-top: -18px;
}
.icon.step_contract{
    width: 28px;
    height: 40px;
    background-position: -56px -174px; 
    margin-left: -14px;
}
.icon.step_contract.title{
    height: 38px;
    background-position: -56px -226px;    
    margin-top: -19px;
}
.icon.step_upload{
    width: 28px;
    height: 37px;
    background-position: -108px -174px;  
    margin-left: -14px;
}
.icon.step_upload.title{
    height: 35px;
    background-position: -108px -226px;    
    margin-top: -17px;
}
.icon.step_customs{
    width: 36px;
    height: 38px;
    background-position: -160px -174px;
    margin-left: -18px;
}
.icon.step_customs.title{
    height: 36px;
    background-position: -160px -226px;    
    margin-top: -18px;
}
.icon.step_trucking{
    width: 29px;
    height: 34px;
    background-position: -212px -174px; 
    margin-left: -14px;
}
.icon.step_trucking.title{
    height: 32px;
    background-position: -212px -226px;    
    margin-top: -16px;
}
.icon.step_receive{
    width: 32px;
    height: 34px;
    background-position: -264px -174px;   
    margin-left: -16px;
}
.icon.step_receive.title{
    height: 32px;
    background-position: -264px -226px;    
    margin-top: -16px;
}

.icon.step_status_current, .icon.step_status_available{
    width: 32px;
    height: 29px;
    background-position: -341px -135px;
    margin-left: -16px;
    margin-top: -14px;
}

.icon.step_status_completed{
    width: 24px;
    height: 24px;
    background-position: -380px -104px;
    margin-left: -12px;
    margin-top: -12px;
}

.icon.step_review{
    width: 38px;
    height: 38px;
    background-position: -4px -278px;
    margin-left: -19px;
    margin-top: -19px;
}
.icon.step_review.title{
    height: 36px;
    background-position: -4px -330px;
    margin-top: -18px;
}

.icon.step_fill{
    width: 46px;
    height: 32px;
    background-position: -56px -278px;
    margin-left: -23px;
    margin-top: -16px;
}
.icon.step_fill.title{
    height: 30px;
    background-position: -56px -330px;
    margin-top: -14px;
}

.icon.step_invoice{
    width: 23px;
    height: 33px;
    background-position: -108px -278px;
    margin-left: -11px;
    margin-top: -16px;
}
.icon.step_invoice.title{
    height: 31px;
    background-position: -108px -330px;
    margin-top: -15px;
}

.icon.step_completed{
    width: 36px;
    height: 38px;
    background-position: -160px -278px;
    margin-left: -18px;
    margin-top: -19px;
}
.icon.step_completed.title{
    height: 36px;
    background-position: -160px -330px;
    margin-top: -18px;
}

.icon.step_open_arrow{
    width: 35px;
    height: 27px;
    background-position: -341px -104px;
    margin-left: -17px;
}

.icon.add, .icon.plus{
    width: 13px;
    height: 13px;
    background-position: -429px -174px;
}

.icon.search{
    width: 13px;
    height: 13px;
    background-position: -391px -174px;
}

.icon.filter{
    width: 13px;
    height: 13px;
    background-position: -454px -226px;
}

.icon.calculate, .icon.calculator{
    width: 13px;
    height: 13px;
    background-position: -471px -226px;
}

.icon.locked, .icon.unlock, .lock_report:not(.disabled):hover .icon.unlocked{
    width: 13px;
    height: 13px;
    background-position: -421px -227px;
}

.icon.unlocked, .icon.lock, .lock_report:not(.disabled):hover .icon.locked{
    width: 13px;
    height: 13px;
    background-position: -438px -226px;
}

.icon.locked_dark{
    width: 13px;
    height: 13px;
    background-position: -421px -244px;
}

.icon.unlocked_dark{
    width: 13px;
    height: 13px;
    background-position: -438px -243px;
}

.icon.close{
    width: 13px;
    height: 13px;
    background-position: -391px -191px;
}

.icon.sort{
    width: 13px;
    height: 13px;
    background-position: -391px -208px;
}

.icon.subtract, .icon.minus{
    width: 13px;
    height: 13px;
    background-position: -446px -174px;
}

.icon.count{
    width: 13px;
    height: 13px;
    background-position: -408px -174px;
}

.icon.money{
    width: 13px;
    height: 13px;
    background-position: -408px -226px;
}

.icon.add_dark{
    width: 13px;
    height: 13px;
    background-position: -429px -135px;
}

.icon.subtract_dark{
    width: 13px;
    height: 13px;
    background-position: -446px -135px;
}

.icon.edit, .icon.pencil{
    width: 13px;
    height: 13px;
    background-position: -465px -174px;
}

.icon.trash, .icon.delete{
    width: 13px;
    height: 13px;
    background-position: -478px -135px;
}

.icon.remove{
    width: 9px;
    height: 9px;
    background-position: -466px -135px;
}

.icon.print{
    width: 29px;
    height: 23px;
    background-position: -408px -191px;
    margin-left: -14px;
    margin-top: -12px;
}

.icon.check{
    width: 14px;
    height: 15px;
    background-position: -481px -155px;
}

.icon.print_dark{
    width: 29px;
    height: 27px;
    background-position: -408px -104px;
}

.custom_btn .icon_wrap .icon.print{
    width: 13px;
    height: 13px;
    background-position: -484px -174px;
    margin: 0;
}

.icon.expand_dark, .icon.collapse_dark{
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;
    width: 20px;
    height: 20px;
}

.icon.expand_dark{
    background-position: -441px -191px
}

.icon.collapse_dark{
    background-position: -465px -191px
}
/*******************/
#toggle_fullscreen{
    position: absolute;
    top: 0;
    width: 40px;
    border-left: 1px solid #004066;
    border-right: 1px solid #38769c;
    height: 100%;
    left: 0px;
    cursor: pointer;
}
#toggle_fullscreen:before, #toggle_fullscreen:after{
    height: 100%;
    position: absolute;
    width: 1px;
    content: '';
    display: block;
}
#toggle_fullscreen:before{    
    left: -2px;    
    background: #38769c;    
}
#toggle_fullscreen:after{    
    right: -2px;    
    background: #004066;    
}
#toggle_fullscreen .icon{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
}
body.fullscreen{
    background: #dfdad8;;
}
body.fullscreen #content_wrap{
    padding: 0;    
}
body.fullscreen #content{
    max-width: none;
    min-height: 100vh;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
body.fullscreen #main_nav{
    max-width: none;
}
/*********************/
.hide_on_load{
    display: none;
}
/********************/
#page_loading{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff url('images/input_loader.gif') no-repeat center;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    z-index: 99999;
    display: none;
}
#login_box{
    width: 600px;
    margin: auto;
}
/********************/
.step_timeline_wrap{
    margin-bottom: 3em;
}
.step_timeline{
    margin-bottom: 44px;
}
#content h1.step{
    font-size: 1.36em;
}
h1.step{
    border: 2px solid #808080;
    background: #fff;    
}
h1.step .icon_wrap{
    background: #808080;
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;
    position: relative;
    width: 48px;
    height: 48px;
    vertical-align: middle;
    margin-right: 0.8em;
    border-right: 2px solid #808080;
}
h1.step .icon{
    position: absolute;
    top: 50%;
    left: 50%;
}
h1.step .title{
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;
    vertical-align: middle;
    color: #808080;
    font-weight: 700;
}
h1.step .title b{
    font-weight: 800;
}
.step_wrap, .step_status{
    position: relative;
    border: 2px solid #808080;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: #fff 0px 2px 0px;
    -moz-box-shadow: #fff 0px 2px 0px;
    box-shadow: #fff 0px 2px 0px;
    behavior: url('external/css/PIE-1.0.0/PIE.htc');
}
.step_wrap{
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;    
    width: 120px;
    height: 120px;
    z-index: 100;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    
    vertical-align: middle;
    margin-right: 100px;
}
.step_wrap.open{
    background: #fff;
}
.step_wrap.unavailable{
    cursor: default;
}
.step_wrap:before{
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    display: block;
    -webkit-box-shadow: inset #fff 0px 2px 0px;
    -moz-box-shadow: inset #fff 0px 2px 0px;
    box-shadow: inset #fff 0px 2px 0px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;    
    behavior: url('external/css/PIE-1.0.0/PIE.htc');
}
.step_wrap:after{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 100px;
    border-color: transparent transparent transparent #808080;
}
.step_wrap:last-child{
    margin-right: 0;
}
.step_wrap:last-child:after{
    display: none;
}
.step_wrap .icon{
    position: absolute;
    bottom: 1em;
    left: 50%;
}

.step_wrap .step_title, .step_wrap .step_number{
    color: #808080;
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 1.14em;
    text-transform: uppercase;
    text-shadow: 0px 2px 0px #fff;
}

.step_wrap .step_title{
    font-weight: 800;
    top: 2.2em;
    font-size: 1.14em;
}

.step_wrap .step_number{
    font-weight: 800;
    top: 10px;
    font-size: 1.7em;
    margin-left: -0.5em;
}

.step_status{
    width: 42px;
    height: 42px;
    background: #c2bfbd;
    position: absolute;
    top: -15px;
    right: 0px;
    z-index: 200;
}

.step_status.completed{
    background: #009000;
}

.open .step_status{
    background: #808080;
}

/*.open .step_status.current .icon{
    -webkit-animation:spin 2s linear infinite;
    -moz-animation:spin 2s linear infinite;
    animation:spin 2s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }*/


.step_status .icon{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
}

.step_open_arrow{
    position: absolute;
    top: 100%;
    margin-top: 10px;
    left: 50%;
}
/**************/
.order_header{
    margin-bottom: 3em;
}

.order_header:after{
    clear: both;
    content: '';
    display: block;
}
#content .order_header h2{
    margin: 0;
}
/**************/
.ui_table{
    width: 100%;
    margin: auto;
    margin-bottom: 1em;
    table-layout: fixed;
    position: relative;
}
.ui_table_wrap{
    margin-bottom: 1em;
}
.ui_table:last-child, .ui_table_wrap:last-child{
    margin-bottom: 0;
}
.ui_table th, .ui_table td{
    padding: 0.93em 0.64em;
    border: 1px solid #a0a0a0;
    vertical-align: middle;
    text-align: left;
    font-size: 1em;
    overflow: hidden;
    color: #404040;
}
.ui_table td{
    transition: background;
    -webkit-transition: background;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    font-weight: 300;
    word-wrap: break-word;
}
.ui_table th.empty, .ui_table td.empty{
    background: none !important;
    border: none !important;
}
.ui_table th{
    background: #cacaca;
    color: #404040;
    font-weight: 700;
}
form.loading{
    position: relative;
}
.ui_table.loading:after, form.loading:after{
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: '';
    background: url('images/gears.gif') no-repeat center #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}
.ui_table tr:nth-child(odd) td{
    background: #f0f0f0;
}
.ui_table tr:nth-child(even) td{
    background: #fff;
}
.ui_table tr:hover td{
    background: #e5eef3;
}

.ui_table tr.checked:nth-child(odd) td{
    background: #ccdde7;
}

.ui_table tr.checked:nth-child(even) td{
    background: #d9e6ed;
}

.ui_table td a{
    display: block;
    font-weight: 600;
}

.ui_table td.right_align{
    text-align: right;
}

.ui_table td a.inline_link{
    display:inline;
}
.ui_table td a.inline_block_link{
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;
    vertical-align: middle;
    margin-right: 1em;
}
.ui_table td.linked{
    padding: 0;
}
.ui_table td.linked a{
    padding: 0.93em 0.64em;
}
.ui_table td a.black_link{
    color: #000;
}
.ui_table td a.simple_link{
    color: #000;
    font-weight: 300;
}
.ui_table th.checkbox_column, .ui_table td.checkbox_column, .ui_table th.tax_column, .ui_table td.tax_column{
    width: 30px;
    text-align: center;
}

.ui_table th.item_full_desc, .ui_table td.item_full_desc{
    width: 25%;
}

.ui_table th.adjust, .ui_table td.adjust{
    width: 80px;
    text-align: center;
}
.ui_table td.adjust a{
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;
    padding: 0.2em;
}
.ui_table td.adjust a.custom_btn .icon_wrap{
    background: #808080;
}
/**************/
.right_btns{
    float: right;
}

.right_btns .custom_btn{
    margin-left: 0.5em;
}

.right_btns .custom_btn:first-child{
    margin-left: 0;
}

.custom_btn{
    font-weight: 700;
    cursor: pointer;
    color: #005588;
}

.custom_btn.disabled{
    cursor: default;
}

.custom_btn .btn_text, .custom_btn .icon_wrap, .custom_btn .icon{
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;
    vertical-align: middle;
}

.custom_btn .icon_wrap{
    background-color: #005588;
    padding: 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;    
    behavior: url('external/css/PIE-1.0.0/PIE.htc');
    margin-right: 0.5em;
    transition: background;
    -webkit-transition: background;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
}

.custom_btn.gray{
    color: #808080;
}

.custom_btn.gray .icon_wrap{
    background: #808080;
}

.custom_btn .icon_wrap:last-child{
    margin-right: 0;
}

.custom_btn .icon_wrap .icon{
    display: block;
}

.custom_btn:hover .icon_wrap{
    background: #38769c;
}

.custom_btn.no_text .icon_wrap{
    margin-right: 0;
}

.custom_btn.no_bg .icon_wrap{
    background: none;
}

/*******************/
.ui_table th.inv_icon, .ui_table td.inv_icon, .ui_table th.remove_cell, .ui_table td.remove_cell{
    width: 40px;
    text-align: center;
}

.ui_table td .icon_wrap{
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;
    vertical-align: middle;    
}

.ui_table td.remove_cell .icon_wrap{
    background-color: #808080;
    padding: 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;    
    behavior: url('external/css/PIE-1.0.0/PIE.htc');
    cursor: pointer;
}

.ui_table td .icon_wrap .icon{
    display: block;
}

.ui_table tbody tr:only-child td.remove_cell .icon_wrap{
    display: none;
}

#special_line_table.ui_table tbody tr:only-child td.remove_cell .icon_wrap, .ui_table tbody tr:only-child td.remove_cell.always_show .icon_wrap{
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;
}

.disclaimer{
    font-size: 0.7em;
    color: #ff0000;
    font-weight: 700;
    text-shadow: none;
}

/*********************/
.hold_status:before{
    content: '[HOLD]';
}

.urgent_status:before{
    content: '[URGENT]';
}
/**PageBar**/
.pagination_bar{
    position: relative;
    min-height: 1em;
    margin-bottom: 1em;
}
.pagination_bar:last-child{
    margin-bottom: 0;
}
.pagination_bar .total_count{
    color: #808080;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -0.5em;
    font-size: 0.9em;
    line-height: 1.2em;
}

.pagination_bar .total_count .numeric_index{
    font-weight: 600;
}

.pagination{
    list-style: none;
    margin: auto;
    text-align: center;
}

.pagination li, .load_more_btn{
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;
    vertical-align: top;
    background: #005588;
    border-left: 1px solid #004066;
    border-bottom: 1px solid #004066;
    border-right: 1px solid #38769c;
    border-top: 1px solid #38769c;
    -webkit-box-shadow: rgba(0,0,0,0.5) 0px 1px 1px;
    -moz-box-shadow: rgba(0,0,0,0.5) 0px 1px 1px;
    box-shadow: rgba(0,0,0,0.5) 0px 1px 1px;
    behavior: url('external/css/PIE-1.0.0/PIE.htc');
    transition: background;
    -webkit-transition: background;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
}

.pagination li:hover, .pagination li.current, .load_more_btn:hover{
    -webkit-box-shadow: inset rgba(0,0,0,0.5) 0px 1px 1px;
    -moz-box-shadow: inset rgba(0,0,0,0.5) 0px 1px 1px;
    box-shadow: inset rgba(0,0,0,0.5) 0px 1px 1px;
    border-top: 1px solid #004066;
    background: #38769c;
}

.load_more_btn_wrap{
    text-align: center;
}

.load_more_btn{
    cursor: pointer;
    margin: auto;
    text-align: center;
}

.pagination li a, .pagination li.more, .load_more_btn .btn_text{
    min-width: 1em;
    padding: 0.5em;
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;
    color: #dfdad8;
    font-weight: 700;
}
.pagination li.more{
    background: none;
    color: #005588;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/******************/
.avatar_wrap{
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;
    width: 50px;
    height: 50px;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    behavior: url('external/css/PIE-1.0.0/PIE.htc');
    position: relative;
}

.avatar_wrap.avatar_placeholder{
    background: #005588;
    background-image: url('images/avatar.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.avatar_wrap .img_thumb img{
    display: block;
}

#user_bar{
    text-align: right;
    position: absolute;
/*    bottom: 2.14em;*/
    bottom: 1.5em;
    right: 2.14em;
    padding-right: 60px;
}
#user_bar .notify_count{
    position: absolute;
    top: -1em;
    right: -0.5em;
    padding: 0.5em;
    line-height: 1em;
    font-size: 0.8em;
    text-align: center;
    font-weight: 700;
    color: #fff;
    background: #b46e00;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    behavior: url('external/css/PIE-1.0.0/PIE.htc');
    z-index: 600;
    -webkit-box-shadow: rgba(180,110,0,0.8) 0px 0px 4px;
    -moz-box-shadow: rgba(180,110,0,0.8) 0px 0px 4px;
    box-shadow: rgba(180,110,0,0.8) 0px 0px 4px;
}
#user_bar h1{
    text-transform: none;
    font-size: 1.29em;
    margin-bottom: 0.2em;
}
#user_bar h3{
    color: #808080;
    font-weight: 300;
    font-size: 1em;
    text-shadow: none;
}
#user_bar .img_thumb, #user_bar .avatar_placeholder{
    position: absolute;
    width: 50px;
    height: 50px;
    overflow: hidden;
    right: 0;
    top: 50%;
    margin-top: -25px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    behavior: url('external/css/PIE-1.0.0/PIE.htc');
}
#user_bar .img_thumb img{
    display: block;
}
#user_bar .img_thumb.missing{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px dashed #bd4b4b;
    background: url('images/missing_file.png') center;
    background-size: 36px 36px;
}
#user_bar .avatar_placeholder{
    background: #005588;
    background-image: url('images/avatar.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
#user_bar .avatar_placeholder:after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    -webkit-box-shadow: inset rgba(0,0,0,0.5) 0px 0px 10px;
    -moz-box-shadow: inset rgba(0,0,0,0.5) 0px 0px 10px;
    box-shadow: inset rgba(0,0,0,0.5) 0px 0px 10px;
    behavior: url('external/css/PIE-1.0.0/PIE.htc');
    content: '';
    display: block;
}
.icon.avatar{
    background-position: -198px -69px;
    width: 30px;
    height: 40px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
    z-index: 5;
}
/**GI Modal**/
#gi_modal_bg{
    background: #000;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 8000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    display: none;
}
#gi_modal{
    position: absolute;
    top: 10%;
    width: 320px;
    left: 50%;
    margin-left: -160px;
    z-index: 8500;
    display: none;
    background: #dfdad8;
    border: 2px solid #808080;
    -webkit-box-shadow: rgba(0,0,0,0.5) 0px 1px 1px;
    -moz-box-shadow: rgba(0,0,0,0.5) 0px 1px 1px;
    box-shadow: rgba(0,0,0,0.5) 0px 1px 1px;
    behavior: url('external/css/PIE-1.0.0/PIE.htc');
}
#gi_modal.medium_sized{
    width: 640px;
    margin-left: -320px;
}
#gi_modal.large_sized{
    width: 1300px;
    margin-left: -650px;
}
#gi_modal.full_sized{
    width: 80%;
    min-height: 80%;
    margin-left: -40%;
}
#gi_modal .content_padding{
    padding: 15px;
}
.gi_modal_no_pad + .content_padding{
    padding-top: 0;
}
#gi_modal .content_padding.gi_modal_no_pad{
    padding: 0;
    position: relative;
}
.content_padding.gi_modal_no_pad h1{
    margin-bottom: 0;
}
#gi_modal .content_padding.gi_modal_no_pad h1{
    background: #404040;
    color: #fff;
    text-transform: none;
    font-size: 1em;    
    padding: 10px 15px;
    font-weight: 700;
}
#gi_modal .content_padding.breadcrumbs{
    padding: 10px 15px;
    background:#fff;
    border-bottom: 1px solid #404040;
}
.content_padding.breadcrumbs span{
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;
    color: #404040;
    font-weight: 600;
    margin-right: 0.2em;
}
.content_padding.breadcrumbs span:after{
    content: '>';
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;
    color: #404040;
    margin-left: 0.2em;
}
.content_padding.breadcrumbs span:last-child:after{
    content: '';
}
.content_padding.gi_modal_no_pad .close_gi_modal{
    display: none;
}
#gi_modal .content_padding.gi_modal_no_pad .close_gi_modal{
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -10px;
    display: block;
}
#gi_modal .close_gi_modal .icon_wrap{
    margin-right: 0;
}

#gi_modal .column{
    vertical-align: bottom;
}

.gi_modal_read_more{
    cursor: pointer;
    font-style: italic;
    color: #005588;
    font-weight: 400;
}

.gi_modal_read_more .read_more_content{
    display: none;
}
/************/

h2 .con_inv_icon_wrap{
    vertical-align: middle;
}

h2 .type_title{
    color: #808080;
    text-shadow: none;
}

.con_inv_icon_wrap{
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;
    width: 30px;
    height: 30px;
    position: relative;
}

h2 .float_right{
    position: relative;
}

h3 .custom_btn{
    font-size: 0.8em;
    line-height: 1.2em;
}

h2 .float_right .con_inv_icon_wrap{
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: -30px;
    margin-left: -0.3em;
}

.con_inv_icon{
    position: absolute;
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;
    background-repeat: no-repeat;
    background-size: 38px 276px;
    background-image: url('images/inv_types.png');
    top: 50%;
    left: 50%;
}

.con_inv_icon.glass{
    background-position: -4px -4px;
    width: 26px;
    height: 26px;
    margin-left: -13px;
    margin-top: -13px;
}

.con_inv_icon.mirror{
    background-position: -4px -38px;
    width: 21px;
    height: 24px;
    margin-left: -10px;
    margin-top: -12px;
}

.con_inv_icon.greenhouse_glass{
    background-position: -4px -72px;
    width: 28px;
    height: 27px;
    margin-left: -14px;
    margin-top: -13px;
}

.con_inv_icon.spacer_components{
    background-position: -4px -106px;
    width: 22px;
    height: 25px;
    margin-left: -11px;
    margin-top: -12px;
}

.con_inv_icon.sealant_desiccant, .con_inv_icon.hardware{
    background-position: -4px -140px;
    width: 24px;
    height: 26px;
    margin-left: -12px;
    margin-top: -13px;
}

.con_inv_icon.screen_components{
    background-position: -4px -174px;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    margin-top: -12px;
}

.con_inv_icon.backboards{
    background-position: -4px -208px;
    width: 28px;
    height: 23px;
    margin-left: -14px;
    margin-top: -11px;
}

.con_inv_icon.arena{
    background-position: -4px -242px;
    width: 21px;
    height: 30px;
    margin-left: -10px;
    margin-top: -15px;
}

/**Paragraphs**/
p.content_block, a.content_block, div.content_block{
    background: #efedec;
    padding: 0.8em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    font-size: 1.14em;
    color: #808080;
    font-weight: 400;
    line-height: 1.2em;
}

div.content_block ul{
    list-style: none;
}

p.content_block .custom_btn, .sml_text{
    font-size: 0.8em;
}

div.give_me_space{
    margin-bottom: 3.5em;
}

div.give_me_space:last-child{
    margin-bottom: 0;
}

/*****/
table.inner_table td{
    border-left: none;
    border-right: none;
    padding: 0.5em;
}
/****************/
.sort_handle{
    cursor: move;
    position: relative;
}

.sort_handle:before{
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
}

.sort_handle .icon{
    display: block;
}
td.sort_column{
    width: 20px !important;
    text-align: center;
}
/************/
.sales_order_invoice{
    border: 2px solid #808080;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: #fff 0px 2px 0px;
    -moz-box-shadow: #fff 0px 2px 0px;
    box-shadow: #fff 0px 2px 0px;
    behavior: url('external/css/PIE-1.0.0/PIE.htc');
    position: relative;
    margin-bottom: 2em;
}

.sales_order_invoice:last-child{
    margin-bottom: 0;
}

.sales_order_invoice.open{
    background: #fff;
}

.sales_order_invoice:before{
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    display: block;
    -webkit-box-shadow: inset #fff 0px 2px 0px;
    -moz-box-shadow: inset #fff 0px 2px 0px;
    box-shadow: inset #fff 0px 2px 0px;
    behavior: url('external/css/PIE-1.0.0/PIE.htc');
}
#content .sales_order_invoice h2{
    color: #808080;
    font-weight: 400;
}

.invoice_head h2 .invoice_number{
    font-weight: 800;
    padding-left: 0.2em;
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;
}

.invoice_head{
    width: 100%;
    text-transform: uppercase;
}

.invoice_head .custom_btn, .invoice_head .form_element label.main{
    color: #808080;
    font-size: 1.28em;
}

.invoice_head .custom_btn .btn_text{
    margin-left: 0.5em;
}

.invoice_head .form_element label.main{
    font-weight: 400;
}

.invoice_head .form_element input{
    font-weight: 800 !important;
}

.invoice_head td{
    vertical-align: middle;
    padding: 0.5em 1em;
    border-right: 2px solid #808080;
}

.sales_order_invoice.open .invoice_head .total{
    display: none;
}

.sales_order_invoice.open .invoice_head td{
    border: none;
}

.invoice_head td:last-child{
    border-right: none;
}

.sales_order_invoice .invoice_content{
    padding: 1em;
    display: none;
}

.sales_order_invoice.open .invoice_content{
    display: block;
}

.expand_invoice{
    width: 40px;
    text-align: center;
    cursor: pointer;
    padding: 0;
}
.expand_invoice .icon{
    margin-bottom: -4px;
}

.invoice_total, .table_total{
    font-size: 1.5em;
    text-transform: uppercase;
}

.invoice_total .value, .table_total .value{
    color: #005588;
    font-weight: 800;
}

td.value.red{
    color: #d9392e;
}

.invoice_head td.total .invoice_number{
    color: #005588;
}

.invoice_table tr.ui-sortable-helper{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

.invoice_table tr.ui-sortable-placeholder td{
    border: none;
}

.invoice_table tr .sort_handle{
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;
}

td.print_invoice_cell{
    max-width: 12em;
    text-align: center;
}
td.print_invoice_cell a{
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;
}
td.print_invoice_cell a:hover{
    color: #005588;
}
/***autocompletes***/
.ac_results ul.ui-menu li.ui-menu-item, .ac_list li{
    padding: 0.3em 0.5em;
    list-style: none;
}

.ac_list li{
    list-style: none;
    padding: 0.5em 1em;
    font-weight: 300;
    background: #fff;
    position: relative;
    outline: 1px solid #cacaca;
}

/*.ac_results ul.ui-menu li.ui-menu-item.ui-state-focus{
    background: #005588;
}

.ac_results ul.ui-menu li.ui-menu-item.ui-state-focus a{
    color: #fff;
}*/

.ac_results ul li i.float_right{
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;
    padding-left: 0.5em;
    font-size: 0.8em;
    line-height: 1.3em;
}

.ac_remove{
    background-color: #808080;
    padding: 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;    
    behavior: url('external/css/PIE-1.0.0/PIE.htc');
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;
    cursor: pointer;
    vertical-align: middle;
    float: right;
}

.ac_remove .icon{
    width: 9px;
    height: 9px;
    background-position: -466px -135px;
    display: block;
}

p.tag_block{
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;
    position: relative;
    margin-right: 0.5em;
}
p.tag_block:last-child{
    margin-right: 0;
}

p.tag_block .tri{
    width: 0;
    height: 0;
    border-top: 1em solid #efedec;
    border-left: 1em solid transparent;
    position: absolute;
    top: 0;
    right: 0;
}
/*************/
.contact_info{
    margin-bottom: 1em;
    position: relative;
}

.contact_info:last-child{
    margin-bottom: 0em;
}

.contact_info .remove_contact_info{
    position: absolute;
    right: 0;
    top: -9px;
    z-index: 100;
}

.contact_info:first-child .remove_contact_info{
    display: none;
}

/*************/
.search_box{
    margin-bottom: 2em;
    display: none;
    border-bottom: 1px solid #a0a0a0;
    padding-bottom: 2em;
}

.search_box:last-child{
    margin-bottom: 0;
}

/***************/
.form_element.value_of_contract input{
    font-size: 1.6em !important;
    font-weight: 700 !important;
    border: none !important;
    padding: 0.1em 0 !important;
    text-shadow: 0px 2px 0px #fff;
}
.form_element.value_of_contract .money_field_wrap:before{
    font-size: 1.4em !important;
    font-weight: 700 !important;
}

/******************/
.report_title{
/*    background: #efedec;
    padding: 0.8em;*/
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 2em;
}

.report_title h2{
    margin-bottom: 0 !important;
}

.report_title .thin{
    color: #808080;
    margin-left: 0.5em;
}

.report_title i{
    font-weight: 400;
}

.report_title .lock_report{
    font-size: 1em;
    line-height: 1em;
    position: absolute;
/*    right: 0.8em;*/
    right: 0;
    top: 50%;
    margin-top: -10px;
}

.report_link{
    background: #efedec;
    padding: 0.2em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;    
    behavior: url('external/css/PIE-1.0.0/PIE.htc');
    margin-bottom: 0.4em;
}

.report_link .icon_wrap{
    background: none !important;
}

.report_link:last-child{
    margin-bottom: 0;
}

.report_link.current{
    background: #a0a0a0;
    color: #fff;
}

.report_title .locked_icon{
    margin-right: 0.5em;
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;
}
.mystery_box_tilde{
    font-weight: 800;
    cursor: help;
    padding-right: 0.2em;
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;
}

/*************/
.report_calculated_date .date{
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;
    vertical-align: middle;
    margin-left: 1em;
    color: #808080;
    font-style: italic;
}

.report_calculated_date .date:first-child{
    margin-left: 0;
}
/***************/
#item_and_container_list_wrap{
    
}

#item_and_container_list_wrap:after{
    clear: both;
    content: '';
    display: block;
}

#item_list, #item_container_list{
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#item_list{
    width: 30%;
}

#item_container_list{
    width: 70%;
    padding-left: 1em;
}

.inv_item_block_wrap{
    margin-bottom: 1em;
}

.inv_item_block_wrap:last-child{
    margin-bottom: 0;
}

.inv_item_block{
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.93em 0.64em;
    border-right: 1px solid #A0A0A0;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #A0A0A0;
    border-top: 1px solid #fff;
    font-weight: 700;
    color: #005588;
    font-size: 1.2em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    transition: background;
    -webkit-transition: background;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
}

.inv_item_block:hover{
    background: #fff;
}

.inv_item_block.current{
    background: #38769c;
    color: #fff;
    border-left: 1px solid #38769c;
    border-bottom: 1px solid #004066;
    border-right: 1px solid #004066;
    border-top: 1px solid #38769c;
}

.inv_item_block_wrap form{
    position: relative;
}

.inv_item_block_wrap .form_element input{
    padding-right: 4em !important;
}

.inv_item_block_wrap .submit_btn{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 3em;
}

.inv_item_block_wrap .submit_btn .icon_wrap{
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    margin-top: -7px;
    margin-left: -7px;
}

.tabs_wrap hr{
    border-width: 2px;
}

h4{
    font-size: 1em;
    font-weight: 700;
    color: #808080;
    margin-bottom: 0.5em;
    text-shadow: 0px 2px 0px #fff;
}
/****************/
.report_chunk{
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;
    width: 100%;
}

.report_chunk h4{
    font-size: 1em;
    padding: 1em 0;
    margin-bottom: 0.5em;
}

.report_block_wrap{
    margin-top: 1em;
    position: relative;
}

.report_block_wrap:after{
    clear: both;
    content: '';
    display: block;
}

.report_block{
    display: block;
    font-size: 1.5em;
    text-transform: uppercase;
    padding: 0.6em;
    font-weight: 700;
    text-align: center;
    -webkit-box-shadow: #fff 0px 2px 0px;
    -moz-box-shadow: #fff 0px 2px 0px;
    box-shadow: #fff 0px 2px 0px;
    behavior: url('external/css/PIE-1.0.0/PIE.htc');
    color: #fff;
    background: #808080;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    margin-bottom: 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: background;
    -webkit-transition: background;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
}

a.report_block{
    color: #fff;
    background: #005588;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

a.report_block:hover{
    background: #38769c;
}

.report_block_wrap.two_columns .report_block{
    width: 48%;
    float: left;
}

.report_block_wrap.two_columns .report_block:nth-child(2n){
    float: right;
}

.report_block.current{
    background: #808080;
    /*-webkit-box-shadow: inset rgba(0,0,0,1) 0px 0px 10px;
    -moz-box-shadow: inset rgba(0,0,0,1) 0px 0px 10px;
    box-shadow: inset rgba(0,0,0,1) 0px 0px 10px;
    behavior: url('external/css/PIE-1.0.0/PIE.htc');*/
}
/*************/
.r_arrow{
    
}
.r_arrow:before{
    content: '\2192';
    font-size: 1.2em;
}

/***PROGRESS BARS***/
.progress_bar_wrap{
    margin-bottom: 1em;
}

.progress_bar_wrap:last-child{
    margin-bottom: 0;
}

.progress_bar{
    position: relative;
    display: block;
    border: 2px solid #808080;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    -webkit-box-shadow: inset rgba(0,0,0,0.5) 0px 0px 0.5em;
    -moz-box-shadow: inset rgba(0,0,0,0.5) 0px 0px 0.5em;
    box-shadow: inset rgba(0,0,0,0.5) 0px 0px 0.5em;
    behavior: url('resources/css/PIE-1.0.0/PIE.htc');
    overflow: hidden;
}

.progress_bar .bar{
    white-space: nowrap;
    display: block;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding: 0.5em 1%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
    background: #005588;
    background: -moz-linear-gradient(top, #005588 0%, #003a5e 100%);
    background: -webkit-linear-gradient(top, #005588 0%,#003a5e 100%);
    background: linear-gradient(to bottom, #005588 0%,#003a5e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005588', endColorstr='#003a5e',GradientType=0 );
    behavior: url('resources/css/PIE-1.0.0/PIE.htc');
    border-right: 2px solid #003a5e;
    z-index: 1;
    position: relative;
}

.progress_bar .bar.back{
    position: absolute;
    z-index: 0;
    background: none;
    color: #808080;
    overflow: visible;
    border: none;
    left: 0;
    top: 0;
}

.progress_bar .bar.hide_bar{
    z-index: 0;
    background: none;
    border: none;
}

.progress_bar .bar.no_border{
    border: none;
}
.progress_time_tracker{
    margin-bottom: 2em;
    font-size: 0.75em;
}
.progress_time_tracker:last-child{
    margin-bottom: 0;
}
.progress_time_tracker .content_block, .progress_time_tracker .content_block_title{
    background: none;
    padding: 0;
    color: #000;
}
/***************/
.inv_man_btn_bar{
    z-index: 999;
    position: fixed;
    bottom: 0;
}
.inv_man_btn_bar .custom_btn{
    background: #005588;
    background: -moz-linear-gradient(top, #005588 0%, #003a5e 100%);
    background: -webkit-linear-gradient(top, #005588 0%,#003a5e 100%);
    background: linear-gradient(to bottom, #005588 0%,#003a5e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005588', endColorstr='#003a5e',GradientType=0 );
    behavior: url('resources/css/PIE-1.0.0/PIE.htc');
    color: #fff;
    padding: 1em 2em;
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;
    transition: padding;
    -webkit-transition: padding;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    vertical-align: bottom;
    -webkit-box-shadow: rgba(0,0,0,0.5) 0px -2px 0.5em;
    -moz-box-shadow: rgba(0,0,0,0.5) 0px -2px 0.5em;
    box-shadow: rgba(0,0,0,0.5) 0px -2px 0.5em;
}

.inv_man_btn_bar .custom_btn:hover{
    padding-bottom: 2em;
    background: #003a5e;
    background: -moz-linear-gradient(top, #003a5e 0%, #005588 100%);
    background: -webkit-linear-gradient(top, #003a5e 0%,#005588 100%);
    background: linear-gradient(to bottom, #003a5e 0%,#005588 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003a5e', endColorstr='#005588',GradientType=0 );
    behavior: url('resources/css/PIE-1.0.0/PIE.htc');
}

.man_count_adjust_btn .btn_text{
    display: none;
}

.man_count_adjust_btn .icon_wrap{
    margin: 0;
}

.inv_man_btn_bar .man_count_adjust_btn{
    display: block;
    position: fixed;
    left: 50%;
    bottom: 0;
    font-size: 2em;
}

.inv_man_btn_bar .man_count_adjust_btn .btn_text{
    display: block;
}

.inv_man_btn_bar .man_count_adjust_btn .icon_wrap{
    display: none;
}

#legacy_system_warning{
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto;
    background: #d9392e;
    border: 2px solid #b90d08;
    text-shadow: 1px 1px 1px #b90d08;
    color: #fff !important;
    -webkit-box-shadow: rgba(0,0,0,0.5) 0px 0px 10px;
    -moz-box-shadow: rgba(0,0,0,0.5) 0px 0px 10px;
    box-shadow: rgba(0,0,0,0.5) 0px 0px 10px;
    behavior: url('external/css/PIE-1.0.0/PIE.htc');
    text-align: center;
    font-size: 1.4em;
    line-height: 1.2em;
    z-index: 100;
}
#legacy_system_warning a{
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
}
@media only screen and (max-width : 1300px){
    #toggle_fullscreen{
        display: none;
    }
    .step_wrap{
        margin-right: 50px;
    }
    .step_wrap:after{
        border-left-width: 50px;
    }
    .inv_man_btn_bar .man_count_adjust_btn{
        margin: 0 !important;
        left: auto !important;
        bottom: 0;
        font-size: 1em;
        right: 0;
    }
    #legacy_system_warning{
        font-size: 1em;
    }
}
@media only screen and (max-device-width: 960px) {
    .icon{
        background-image: url('images/icon_set_x2.png?v2.2');
    }
}
@media only screen and (max-width : 1050px){
    .step_wrap{
        margin-right: 20px;
    }
    .step_wrap:after{
        border-left-width: 20px;
    }    
}
@media only screen and (max-width : 960px){
    #legacy_system_warning{
        font-size: 0.8em;
        padding: 10px;
    }
    #content_wrap:before{
        display: block;
        content: '';
        width: 100%;
        height: 10px;
        background: #005588;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9000;
        -webkit-box-shadow: rgba(0,0,0,0.5) 0px 1px 1px;
        -moz-box-shadow: rgba(0,0,0,0.5) 0px 1px 1px;
        box-shadow: rgba(0,0,0,0.5) 0px 1px 1px;
        behavior: url('external/css/PIE-1.0.0/PIE.htc');
        border-top: 1px solid #38769c;
    }
    #user_bar{
        margin-right: 40px;
    }
    #menu_btn{
        display: block;
        top: 45px;
    }   
    #main_nav_wrap{
        width: 260px;
        z-index: 3000;
        position: fixed;
        top: 0;
        left: auto;
        right: -260px;
        height: 100%;
        overflow-y: auto;
        overflow: hidden;
    }
    #main_nav{
        width: 100%;
    }
    #main_nav nav ul{
        float: none;
        border: none;
    }
    #main_nav nav ul li{
        display: block;
        text-align: center;
        border: none;
        border-bottom: 1px solid #004066;
        border-top: 1px solid #38769c;
    }
    #main_nav nav ul li ul{
        position: relative;
        border: none;
        border-top: 1px solid #004066;
        right: 0;
    }
    #main_nav nav ul li ul li{
        border: none;
    }
    /****************/
    .step_wrap{
        width: 90px;
        height: 90px;
    }
    .step_wrap .step_title{
        display: none;
    }
    .step_wrap .step_number{
        top: 20%;
        font-size: 1em;
        margin-left: -1.1em;
    }
    .columns .column{
        width: 100% !important;
        padding: 0 !important;
        margin-bottom: 2em;
    }
    .columns .column:last-child{
        margin-bottom: 0;
    }
    /***********/
    .content_padding{
        padding: 1.14em;
    }
    #header{
        padding: 2.14em 1.14em;
    }
    #breadcrumbs{
        margin-left: 0;
        padding: 0 1.14em;
        margin-top: 1.14em;
    }
    #breadcrumbs .tri{
        display: none;
    }
    #log_out{
        right: 1.14em;
    }
}
@media only screen and (max-width : 640px){
    .right_btns{
        float: none;
        margin-bottom: 1em;
    }
    #logo{
        width: 82px;
    }
    .inv_man_btn_bar .man_count_adjust_btn .btn_text{
        display: none;
    }

    .inv_man_btn_bar .man_count_adjust_btn .icon_wrap{
        display: block;
        padding: 0;
        height: 1.2em;
        background: none;
    }

}
