﻿/* Restore heading sizes and label font-weight from bootstrap 3.3.7 */
h1, .h1 {
    font-size: 36px;
}

h2, .h2 {
    font-size: 30px;
}

h3, .h3 {
    font-size: 18px;
}

h4, .h4 {
    font-size: 14px;
}

h5, .h5 {
    font-size: 12px;
}

h6, .h6 {
    font-size: 12px;
}

label {
    font-weight: 400;
}
/*--------------------*/

body {
    padding: 0px;
    margin: 0px;
    font-family: Verdana, Arial, Helvetica,sans-serif;
    text-align: center;
    background: #3ca7ff;
    /*-webkit-transform: translate3d(0, 0, 0);*/ /*screen flicker?*/
    /*background-image: url("ex.Message/zenbg-1.png"), url("ex.Message/zenbg-2.png");
    background-repeat: repeat-x, repeat;*/
}

/*body {
-webkit-transform: translate3d(0, 0, 0);
}*/

#noDataDefault {
    height: 20px;
    min-height: 20px;
    border: 1px solid silver;
    text-align: center;
    width: 394px;
}

#wrapper {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-size: 8PT;
    background-color: #fff;
}


#fullcontent {
    width: 400px;
    float: left;
    border: 2px solid black;
    padding: 5px;
    Margin: 5px;
    background-color: #fff;
}


#wrapper2 {
    width: 990px; /*width: 100%;*/
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    /*margin: 0px;*/
    text-align: left;
    font-size: 8PT;
    height: 100%;
    border: 2px solid #ddd;
    /*border: 1px solid black;*/
    clear: both;
    background-color: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 0 0 2px rgba(0,0,0,0.3),0 3px 5px rgba(0,0,0,0.2);
    background-color: #FFF;
}

#leftdiv {
    width: 14%;/*138px;*/ /*width: 8%;*/
    clear: both;
    float: left;
    min-height: 100%;
    background-color: #003366;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 0 2px rgba(0,0,0,0.3),0 3px 5px rgba(0,0,0,0.2);
}

#rightdiv {
    width: 86%; /*850px;*/ /*width: 92%;*/
    float: right;
    height: 100%;
    border-left: 1px solid black;
    min-height: 500px;
    background-color: #fff;
}

/*#header 
{

	background-color: #003366;
	color: #FFFFFF;
	
}*/

#headerwrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-size: 8PT;
    clear: both;
    -webkit-border-top-left-radius: 6px;
    -moz-border-top-left-radius: 6px;
    -ms-border-top-left-radius: 6px;
    -o-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-top-right-radius: 6px;
    -ms-border-top-right-radius: 6px;
    -o-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
}

.pagedivision {
    background-color: #336699;
    color: #FFF;
    font-size: 10PT;
    padding:5px;
    /*padding-left: 5px;*/
    min-height: 16px;
    margin: 5px 0px 5px 0px;
}

.pagedivisionAlt {
    background-color: #DEDFDE;
    color: #5A5A5A;
    font-size: 10PT;
    padding-left: 5px;
    min-height: 16px;
    margin: 5px 0px 5px 0px;
}

.pagedivision2 {
    background-color: #336699;
    color: #FFF;
    font-size: 10PT;
    padding:4px 5px 4px 5px;
    /*padding-left: 5px;*/
    min-height: 16px;
    border-bottom: 2px solid white;
}

.divisionright {
    float: right;
    text-decoration: none;
}

.smallText {
    font-size: 7pt;
}

.main_h1 {
    clear: both;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12PT;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: bold;
    color: #000;
}

.sidemenutitle {
    padding: 7px 0px 6px 0px;
    Font-Size: 11PT;
    background-color: #7FA6E5;
    color: #FFF;
    font-weight: bold;
    text-align: center;
}



#content {
    padding: 3px;
    margin-top: 0px;
    clear: both;
}

#menubar {
    font-size: 3PT;
    background-color: #ddd; /*#003366;*/
    margin-bottom: 5px;
    clear: both;
    /*box-shadow: 0 0 2px rgba(0,0,0,0.3),0 2px 3px rgba(0,0,0,0.2);*/
}

#sideMenu {
    background: #003366; /*#7FA6E5; /*#EAEAEA;*/
    border-right: none;
    border-bottom: none;
    text-align: left;
}

    #sideMenu a {
        Font-Size: 10PT;
        text-decoration: none;
        color: #FFF;
        margin: 0px;
        font-weight: bold;
    }

        #sideMenu a:hover {
            opacity: 0.6;
            filter: alpha(opacity=60);
        }

        #sideMenu a:active {
            opacity: 1.0;
            filter: alpha(opacity=1.0);
        }

    #sideMenu li {
        /*margin: 8px 0px 8px 10px;
	border: 1px solid #FFF;
	border-right: 0px;
	padding: 5px 2px 5px 2px;*/
        /*border-bottom: 1px solid #eee;*/
        border-bottom: 1px solid #ddd;
        opacity: 0.9;
        filter: alpha(opacity=90);
        border-right: 0px;
        padding: 8px 3px 8px 7px;
    }

.inactivetext {
    font-size: 10PT;
    vertical-align: middle;
    color: #fff;
}

#sideMenu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.pagetitle {
    border-top: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    text-align: center;
    float: left;
    width: 270px;
    background-color: #003366;
    color: #FFF;
    font-size: 16PT;
    border-right: 2px solid #FFF;
}

.topMenu {
    /*border-top: 2px solid #FFF;
    border-bottom: 2px solid #FFF;*/
    text-align: center;
    float: left;
    width: 25%; /*211px;*/
    background-color: #003366; /*#7FA6E5;*/
    color: #FFF;
    font-size: 16PT;
    border-right: 2px solid #FFF;
    font-weight: bold;
}

    .topMenu a {
        text-decoration: none;
        color: #FFF;
    }

        .topMenu a:hover {
            opacity: 0.6;
            filter: alpha(opacity=60);
        }


        .topMenu A:visited {
            color: #FFF;
        }

        .topMenu A:link {
            color: #FFF;
        }

        .topMenu A:active {
            color: #FFF;
        }

.chartwrap {
    width: 100%;
    padding: 5px;
}

.chartleft {
    float: left;
    width: 500px;
    border: 1px solid red;
    padding: 5px;
}

.chartright {
    float: left;
    margin-left: 10px;
}

#theheadercenter {
    text-align: right;
    padding-top: 5px;
    padding-bottom: 5px;
    /*border-bottom: 1px solid gray;*/
    background-color: #ddd;
    font-size: 10pt;
    font-weight: 900;
    font-family: Verdana;
    padding-left: 13px;
    padding-right: 10px;
    float: left;
    width: 490px;
    background-color: #cccccc;
    background-image: -moz-linear-gradient(top, #cccccc 0%, #eeeeee 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #cccccc 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, #cccccc 0%,#eeeeee 100%); /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top, #cccccc 0%,#eeeeee 100%); /* IE10+ */
    background-image: linear-gradient(to bottom, #cccccc 0%,#eeeeee 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
}

#theheader {
    max-height: 34px;
    min-height: 34px;
    padding-top: 5px;
    padding-bottom: 5px;
    /*border-bottom: 1px solid gray;*/
    background-color: #ddd;
    font-size: 10pt;
    font-weight: 900;
    font-family: Verdana;
    padding-left: 10px;
    float: left;
    width: 92%; /*913px;*/
    /*width: 400px;*/
    -webkit-border-top-left-radius: 6px;
    -moz-border-top-left-radius: 6px;
    -ms-border-top-left-radius: 6px;
    -o-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    background-color: #cccccc;
    background-image: -moz-linear-gradient(top, #cccccc 0%, #eeeeee 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #cccccc 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, #cccccc 0%,#eeeeee 100%); /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top, #cccccc 0%,#eeeeee 100%); /* IE10+ */
    background-image: linear-gradient(to bottom, #cccccc 0%,#eeeeee 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
}

#signout {
    max-height: 34px;
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 9px;
    /*border-bottom: 1px solid gray;*/
    background-color: #ddd;
    float: left;
    font-size: 10pt;
    font-weight: 900;
    font-family: Verdana;
    color: White;
    width: 8%; /*67px;*/
    -webkit-border-top-right-radius: 6px;
    -moz-border-top-right-radius: 6px;
    -ms-border-top-right-radius: 6px;
    -o-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    background-color: #cccccc;
    background-image: -moz-linear-gradient(top, #cccccc 0%, #eeeeee 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #cccccc 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, #cccccc 0%,#eeeeee 100%); /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top, #cccccc 0%,#eeeeee 100%); /* IE10+ */
    background-image: linear-gradient(to bottom, #cccccc 0%,#eeeeee 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
}

#footer {
    clear: both;
    margin: 0;
    padding: .5em;
    color: #333;
    background-color: #ddd;
    border-top: 1px solid #003366;
    text-align: center;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-bottom-left-radius: 6px;
    -ms-border-bottom-left-radius: 6px;
    -o-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-bottom-right-radius: 6px;
    -ms-border-bottom-right-radius: 6px;
    -o-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
    /* background-image: linear-gradient(left top, rgb(221,221,221) 20%, rgb(235,221,235) 64%);
background-image: -o-linear-gradient(left top, rgb(221,221,221) 20%, rgb(235,221,235) 64%);
background-image: -moz-linear-gradient(left top, rgb(221,221,221) 20%, rgb(235,221,235) 64%);
background-image: -webkit-linear-gradient(left top, rgb(221,221,221) 20%, rgb(235,221,235) 64%);
background-image: -ms-linear-gradient(left top, rgb(221,221,221) 20%, rgb(235,221,235) 64%);

background-image: -webkit-gradient(
	linear,
	left top,
	right bottom,
	color-stop(0.2, rgb(221,221,221)),
	color-stop(0.64, rgb(235,221,235))
);*/
    background-color: #eeeeee;
    background-image: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* IE10+ */
    background-image: linear-gradient(to bottom, #eeeeee 0%,#cccccc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}

.Grid {
    border: ridge 2px white;
    font-size: 7pt;
}

.gridwrap {
    max-width: 100%;
    overflow: auto;
}


.Grid th {
    border: solid 1px #FFFFFF;
    margin: 2px 3px 2px 3px;
    padding: 2px 3px 2px 3px;
}

.Grid td {
    border: solid 1px #FFFFFF;
    margin: 2px 3px 2px 3px;
    padding: 2px 3px 2px 3px;
    text-align: left;
    background-color: #DEDFDE;
}


    .Grid3 th {
        border: 1px solid #FFF;
        border-top: 3px solid #fff;
    }

    .Grid3 td {
        border: 1px solid #FFF;
        border-top: 3px solid #fff;
        background-color: #FFF;
    }



.Grid2 {
    border: ridge 2px white;
    font-size: 7pt;
    border-collapse: collapse;
}


    .Grid2 th {
        border: solid 1px #FFFFFF;
        margin: 2px 3px 2px 3px;
        padding: 5px 2px 5px 2px;
    }

    .Grid2 td {
        border: solid 1px #FFFFFF;
        margin: 2px 3px 2px 3px;
        padding: 2px 2px 2px 2px;
        text-align: left;
        background-color: #DEDFDE;
        overflow: hidden;
    }

.GridAlternate {
    border: ridge 2px white;
    font-size: 7pt;
    border-collapse: collapse;
}


    .GridAlternate th {
        border: solid 1px #FFFFFF;
        margin: 2px 3px 2px 3px;
        padding: 5px 2px 5px 2px;
    }

    .GridAlternate td {
        border: solid 1px #FFFFFF;
        margin: 2px 3px 2px 3px;
        padding: 2px 2px 2px 2px;
        background-color: silver;
        text-align: left;
        overflow: hidden;
    }

.GridHeader2 {
    background-color: #FFF;
    color: #003366;
    font-weight: bold;
    font-size: 10PT;
}

.GridHeader {
    background-color: #003366;
    color: #E7E7FF;
    font-weight: bold;
    font-size: 9PT;
}

    .GridHeader a {
        color: #FFFFFF;
    }

.RowStyle {
    border: ridge 2px black;
}

.GridPager {
    background-color: #C6C3C6;
    text-align: right;
}

.GridFooter {
    background-color: #C6C3C6;
}

.GridRowStyle {
    font-weight: bold;
    text-align: right;
}

.GridAscCellStyle {
    color: #8B8D8D;
}

.GridAscHeaderStyle {
    color: #594B9C;
}

.GridDescCellStyle {
    color: #CAC9C9;
}

.GridDescHeaderStyle {
    color: #33276A;
}

.payButtons {
    width: 103px;
    margin: 1px 5px 5px 1px;
    float: left;
    text-align: center;
}


.productThumb {
    height:90px;
    max-height: 90px;
    max-width: 126px;
}

    .productThumb:hover {
        -webkit-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }

.paymentUI_FilterContainer {
    border: 1px solid silver;
    height: 101px;
    max-height: 101px;
    overflow-x: auto;
    overflow-y: auto;
    width: inherit;
    margin-bottom: 10px;
}

.paymentUI_FilterItem {
    width: 80px;
    height: 95px;
    max-height: 95px;
    margin: 3px 1px 3px 1px;
    float: left;
    display: inline;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.paymentUI_CategoryImage {
    position: absolute;
    top: 20px;
    lefT: 10px;
}

.paymentUI_CategoryText {
    position: absolute;
    top: 0px;
    width: 80px;
    text-align: center;
}


.pamentUI_Product {
    width: 125px;
    height: 140px;
    margin: 5px 5px 5px 5px;
    float: left;
    text-align: center;
    position: relative;
    border-bottom: solid 1px #e6e6e6;
}

.pamentUI_Product:hover {
    border-bottom: solid 1px #808080;
    top: 0;
}

.pamentUI_FilterWrapper {
    width: 435px;
    max-height: 150px;
    overflow: auto;
    overflow-x: hidden;
    margin: 5px 0px 5px 0px;
    float: left;
}

.pamentUI_ProductListWrapper {
    border: 1px solid silver;
    clear: both;
    width: 430px;
    float: left;
    max-height: 345px;
    min-height: 345px;
    margin-bottom: 5px;
    position: relative;
}


.product_Text {
    position: absolute;
    top: 93px;
    width: 126px;
    text-align: center;
}

.cartWrapper {
    border: 1px solid silver;
    float: right;
    width: 400px;
    padding: 3px;
    margin-bottom: 5px;
    min-height: 345px;
    max-height: 345px;
    position: relative;
}

.cartHeader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 25px;
    background-color: #f5f5f5;
    border-bottom: solid 1px #e6e6e6;
    padding: 3px;
}
.cartContent {
    position: absolute;
    top: 25px;
    bottom: 30px;
    left: 0;
    right: 0;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    /*overflow: auto;*/
}
.cartFooter {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin-bottom: 0px;
    height: 30px;
    background-color: #f5f5f5;
    border-top: solid 1px #e6e6e6;
    padding: 3px;
}
.fa-xs {
    font-size: .8em;
}

.greenbutton {
    margin-top: 5px;
    background: #03dd65;
    /*border: 2px outset #33CC33;*/
    font-weight: bold;
    color: #FFF;
    height: 35px;
    Width: 82px;
    border-radius: 6px;
    background-color: #207cca;
    background-image: -moz-linear-gradient(top, #03dd65 0%, #33CC33 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#03dd65), color-stop(100%,#33CC33)); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #03dd65 0%,#33CC33 100%); /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, #03dd65 0%,#33CC33 100%); /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top, #03dd65 0%,#33CC33 100%); /* IE10+ */
    background-image: linear-gradient(to bottom, #03dd65 0%,#33CC33 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03dd65', endColorstr='#33CC33',GradientType=0 ); /* IE6-9 */
}

.bluebutton {
    font-weight: bold;
    color: #FFF;
    height: 35px;
    Width: 82px;
    border-radius: 6px;
    background-color: #207cca;
    background-image: -moz-linear-gradient(top, #4c8fca 0%, #3c6a9d 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c8fca), color-stop(100%,#3c6a9d)); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #4c8fca 0%,#3c6a9d 100%); /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, #4c8fca 0%,#3c6a9d 100%); /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top, #4c8fca 0%,#3c6a9d 100%); /* IE10+ */
    background-image: linear-gradient(to bottom, #4c8fca 0%,#3c6a9d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c8fca', endColorstr='#3c6a9d',GradientType=0 ); /* IE6-9 */
}

.redbutton {
    font-weight: bold;
    color: #FFF;
    height: 35px;
    Width: 82px;
    border-radius: 6px;
    background-color: red;
    background-image: -moz-linear-gradient(top, #cc5e67 0%, #f7919a 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc5e67), color-stop(100%,#f7919a)); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #cc5e67 0%,#f7919a 100%); /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, #cc5e67 0%,#f7919a 100%); /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top, #cc5e67 0%,#f7919a 100%); /* IE10+ */
    background-image: linear-gradient(to bottom, #cc5e67 0%,#f7919a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc5e67', endColorstr='#f7919a',GradientType=0 ); /* IE6-9 */
}

.darkbluebutton {
    font-weight: bold;
    color: #FFF;
    height: 35px;
    Width: 82px;
    border-radius: 6px;
    background-color: #207cca;
    background-image: -moz-linear-gradient(top, #207cca 0%, #1E5799 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#207cca), color-stop(100%,#1E5799)); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #207cca 0%,#1E5799 100%); /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, #207cca 0%,#1E5799 100%); /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top, #207cca 0%,#1E5799 100%); /* IE10+ */
    background-image: linear-gradient(to bottom, #207cca 0%,#1E5799 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#207cca', endColorstr='#1E5799',GradientType=0 ); /* IE6-9 */
}


.transferButton {
    position: absolute;
    top: 41px;
    /*display: block;*/
    text-decoration: none;
}

    .transferButton a#login_pop {
        position: absolute;
        left: 808px;
        top: 5px;
        border-left: 2px solid #fff;
        border-right: 2px solid #fff;
        color: #fff;
        text-align: center;
        text-decoration: none;
        width: 35px;
        padding: 6px 1px 6px 1px;
        margin: 0px 0px;
        font-size: 14px;
        min-height: 30px;
        max-height: 30px;
        background-color: #003366;
        /*max-height: 14px;
        min-height: 14px;*/
        /*padding-bottom: 5.5px;*/
        /*text-shadow: 1px 1px #000;*/
        /*-webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;*/
        /*z-index: 1;*/
    }

    .workOrderButton {
    position: absolute;
    top: 38px;
    /*display: block;*/
    text-decoration: none;
}

    .workOrderButton a#login_pop {
        position: absolute;
        left: 617px;
        border-left: 2px solid #fff;
        border-right: 2px solid #fff;
        color: #fff;
        text-align: center;
        text-decoration: none;
        max-height: 14px;
        min-height: 14px;
        width: 24px;
        padding: 6px 1px 6px 1px;
        margin: 0px 0px;
        /*padding-bottom: 5.5px;*/
        /*text-shadow: 1px 1px #000;*/
        background-color: #003366;
        /*-webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;*/
        /*z-index: 1;*/
    }

.contactTransferButton {
    position: absolute;
    top: 41px;
    text-decoration: none;
}

    .contactTransferButton a#login_pop {
        position: absolute;
        left: 0px;
        top: 5px;
        border-left: 2px solid #fff;
        border-right: 2px solid #fff;
        color: #fff;
        text-align: center;
        text-decoration: none;
        width: 35px;
        padding: 6px 1px 6px 1px;
        margin: 0px 0px;
        font-size: 14px;
        min-height: 30px;
        max-height: 30px;
        background-color: #003366;
    }


a#login_pop:hover {
    border-color: #aaa;
    text-decoration: none;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

    .overlay:target {
        visibility: visible;
        opacity: 1;
    }

.popup {
    background-color: #fff;
    border: 3px solid #fff;
    display: inline-block;
    left: 50%;
    opacity: 0;
    padding: 15px;
    position: fixed;
    text-align: justify;
    top: 40%;
    visibility: hidden;
    z-index: 10;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    -moz-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    -ms-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    -o-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
}

.overlay:target + .popup {
    top: 50%;
    opacity: 1;
    visibility: visible;
}

.closeTransfer {
    background-color: rgba(0, 0, 0, 0.8);
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: -15px;
    width: 30px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
}

    .closeTransfer:before {
        color: rgba(255, 255, 255, 0.9);
        content: "X";
        font-size: 24px;
        text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    }

    .closeTransfer:hover {
        background-color: rgba(64, 128, 128, 0.8);
    }

.popup p, .popup div {
    margin-bottom: 10px;
}

.popup label {
    display: inline-block;
    text-align: left;
    width: 120px;
}

.popup input[type="text"], .popup input[type="password"] {
    border: 1px solid;
    border-color: #999 #ccc #ccc;
    margin: 0;
    padding: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

    .popup input[type="text"]:hover, .popup input[type="password"]:hover {
        border-color: #555 #888 #888;
    }





#transferMenu {
    background: #FFF; /*#7FA6E5; /*#EAEAEA;*/
    border-right: none;
    border-bottom: none;
    text-align: left;
}

    #transferMenu a {
        Font-Size: 10PT;
        text-decoration: none;
        color: #000;
        margin: 0px;
        font-weight: bold;
    }

        #transferMenu a:hover {
            opacity: 0.6;
            filter: alpha(opacity=60);
        }

        #transferMenu a:active {
            opacity: 1.0;
            filter: alpha(opacity=1.0);
        }

    #transferMenu li {
        /*margin: 8px 0px 8px 10px;
	border: 1px solid #FFF;
	border-right: 0px;
	padding: 5px 2px 5px 2px;*/
        /*border-bottom: 1px solid #eee;*/
        border-bottom: 1px solid #ddd;
        opacity: 0.9;
        filter: alpha(opacity=90);
        border-right: 0px;
        padding: 8px 3px 8px 7px;
    }

    #transferMenu ul {
        border-top: 1px solid #DDD;
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

.scrollContainer {
    width:100%; 
    overflow:auto;
}

.indentRow1 {
        margin-left: 0px;
        margin-right: -30px;
}
.indentRow2 {
        margin-left: 15px;
        margin-right: 0px;
}
.indentStatic1 {
       margin-left: 10px;
        margin-right: -40px;
}
.indentStatic1 {
        margin-left: 20px;
        margin-right: -50px;
}

.alert-slim {
    padding:5px;
    display: inline-block;
     vertical-align: middle;
     margin-bottom:0px;
}

.alert-slim-xs {
    padding: 0px;
    /*display: inline-block;
     vertical-align: middle;*/
     margin-bottom:0px;
}

.btn-float {
    padding: 6px; 
    white-space: normal;
}

.borderless td, .borderless th {
    border: none !important;
}

.table-borderless tbody tr td,
.table-borderless tbody tr th,
.table-borderless thead tr th,
.table-borderless thead tr td,
.table-borderless tfoot tr th,
.table-borderless tfoot tr td {
    border: none;
}

.input-xs {
    height: 24px;
    padding: 4px 8px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}


.table-middlealign > thead > tr > th,
.table-middlealign > tbody > tr > th,
.table-middlealign > tfoot > tr > th,
.table-middlealign > thead > tr > td,
.table-middlealign > tbody > tr > td,
.table-middlealign > tfoot > tr > td {
  vertical-align: middle;
}

.table-textCenter > thead > tr > th,
.table-textCenter > tbody > tr > th,
.table-textCenter > tfoot > tr > th,
.table-textCenter > thead > tr > td,
.table-textCenter > tbody > tr > td,
.table-textCenter > tfoot > tr > td 
{
  text-align:center;
}

.table-xs-condensed>tbody>tr>td, .table-xs-condensed>tbody>tr>th, .table-xs-condensed>tfoot>tr>td, .table-xs-condensed>tfoot>tr>th, .table-xs-condensed>thead>tr>td, .table-condensed>thead>tr>th {
    padding: 3px;
}

.nomarginbottom {
    margin-bottom:0px;
}

.text-standout {
    font-size: 16px;
}


.alert-icon, .border-left-icon {
    width: 44px;
    left: -44px;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    font-weight: 400;
    line-height: 1;
}



.alert.alert-styled-left, .icon-left-container {
    border-left-width: 44px;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
}


.alert-info .close {
    color: #00545c;
}


.importantText {
    font-size: 16px;
}


a {
    cursor: pointer;
}

/*a [class~="fa"] {
    color: #000;
}*/


.rowWrapper {
    padding-left:15px;
    padding-right:15px;
}
.rowWrapper-sm {
    padding-left:5px;
    padding-right:5px;
}

.addresscard {
    border: dotted 1px #999999; height: 220px; padding: 15px; text-align: center; margin: 10px; width: 225px; float: left;
}

hr {
        display: block;
        margin-top: 5px;
    -webkit-margin-before: 0.5em;
    -webkit-margin-after: 0.5em;
    -webkit-margin-start: auto;
    -webkit-margin-end: auto;
}


.glyphicon-2x {
    font-size: 16px;
}

.static-height-45 [class*="col-"] {
        min-height: 45px;
        max-height:45px;
        height:45px;
    }


.col-align-bottom [class*="col-"] {
        float: none;
        display: table-cell;
        vertical-align: bottom;
}


.col-padding-sm [class^='col-'] {
    padding-right:8px;
    padding-left:8px;
}
.col-padding-xs [class^='col-'] {
    padding-right: 5px;
    padding-left: 5px;
}

.col-pad {
    padding-top: 5px;
    padding-bottom: 10px;
}

.row-pad [class~="row"] {
   padding-top: 5px;
   padding-bottom: 10px;
}
.row-pad-lg [class~="row"] {
   padding-top: 15px;
   padding-bottom: 15px;
}

.panel-gray-with-border {
    border: 1px solid #ccc;
    border: 1px solid #ccc;
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.pad5 {
    padding: 5px;
}

.valignBottom {
    vertical-align: bottom;
}

.lead-sm {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 300;
    line-height: 1.4;
}
.lead-xs {
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.4;
}

.sig-wrapper-custom {
    margin: 0;
    padding: .5em;
    color: #333;
    background-color: #ddd;
    border-top: 1px solid #003366;
    text-align: center;
    border: 1px solid #CCC;
    margin-bottom: 5px;
    height: auto;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    background-color: #eeeeee;
    background-image: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc));
    background-image: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 0%,#cccccc 100%);
    background-image: -ms-linear-gradient(top, #eeeeee 0%,#cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 0%,#cccccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
}


.checkboxList-custom-verticalflow {
    text-align: left;
    font-size: 12px;
}

.checkboxList-custom-verticalflow label {
    padding-left:10px;
}

.checkboxList-custom-verticalflow-sm {
    text-align: left;
    font-size: 10px;
}

.checkboxList-custom-verticalflow-sm label {
    padding-left:5px;
    padding-right: 3px;
}

.checkboxList-custom-horizontalflow {
    text-align: left;
    font-size: 12px;
}

.checkboxList-custom-horizontalflow label {
    padding: 0px 10px 0px 5px;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.vtop {
    display: inline-block;
    vertical-align: top;
    float: none;
}

.tableCellCenter td {
    vertical-align: middle;
    text-align: center;
}

#timecard input[type="text"] {
    padding: 3px 6px;
    text-align:center;
}

#timecard {
     border: 1px solid #CCC;
}

#timecardwrapper td {
     vertical-align:middle;
}

#timecard td {
     vertical-align:middle;
}


.btn-group-sm {
    padding: 3px 6px;
    font-size: 12px;
    border-radius: 3px;
}

.padding-0 {
    padding: 0 !important;
    margin: 0 !important;
}

.padding-xs {
    padding-left: 2px !important;
    padding-right: 2px !important;
    margin: 0 !important;
}

.padding-sm {
    padding-left: 5px !important;
    padding-right: 5px !important;
    margin: 0 !important;
}

.autoFormControl input[type="text"], .autoFormControl input[type="date"], .autoFormControl input[type="password"], .autoFormControl select, .autoFormControl textarea {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    /*color: #555;*/
    /*background-color: #fff;*/
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.input-group-addon {
    padding: 2px 4px;
}

.autoFormControl .input-group-addon {
    height: 25px;
    padding: 2px 8px;
}    
 

.autoFormControl-sm .input-group-addon {
    height: 21px;
    padding: 1px 4px;
}    
.autoFormControl-sm .fa-stack {
    height: 18px;
    line-height: 1.5em;
}


.autoFormControl-sm input[type="text"], .autoFormControl-sm input[type="date"], .autoFormControl-sm input[type="password"], .autoFormControl-sm select, .autoFormControl-sm textarea {
    height: 25px;
    font-size: 12px;
    display: block;
    width: 100%;
    padding: 3px 6px;
    line-height: 1.42857143;
    /*color: #555;
    background-color: #fff;*/
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.autoFormControl-xs input[type="text"], .autoFormControl-xs input[type="password"], .autoFormControl-xs select, .autoFormControl-xs textarea {
    height: 25px;
    font-size: 11px;
    border-radius: 2px;
    display: block;
    width: 100%;
    padding: 1px 4px;
    line-height: 1.42857143;
    /*color: #555;
    background-color: #fff;*/
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.navbar .container-fluid>.navbar-header {
  float: left;
  margin-right: 10px;
}
.navbar .navbar-nav {
  float: left;
  margin: 5px;
}
.nav>li {
  float: left;
}

.navbar-nav>li>a{
  padding:8px 15px;
}


.panel-body-sm {
    padding: 5px;
}


/* do not group these rules */
*::-webkit-input-placeholder {
    color: lightgray;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: lightgray;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: lightgray;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: lightgray;
}

.boxWithRadius {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #FFF;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05); 
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
             }


.btn-template-main {
    color: #467fbf;
    background-color: #ffffff;
    border-color: #467fbf;
}



.product {
    background: #fff;
    border-bottom: solid 1px #e6e6e6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 60px;
    overflow: hidden;
    text-align: center;
}

    .product .text {
        padding: 10px;
    }

    .product .image {
        overflow: hidden;
    }

        .product .image img {
            -webkit-transition: all 0.2s ease-out;
            -moz-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
        }

.productThumbSmall {
    max-height: 75px;
    height: 75px;
}

.box-simple.box-white {
    padding: 20px;
    border: dotted 1px #999999;
}

.box-simple {
    text-align: center;
    margin-bottom: 40px;
}


.stickyview {
    margin: auto;
}

.stickywrapper {
    position: relative;
    overflow: auto;
}

.sticky-col {
    position: sticky;
    position: -webkit-sticky;
    background-color:white;
}

.first-col {
    width: 50px;
    min-width: 50px;
    max-width: 50px;
    left: 0px;
}

.second-col {
    width: 50px;
    min-width: 50px;
    max-width: 50px;
    left: 50px;
}


.aspNetDisabled {
    background-color: #E6E6E6;
}

.proofImage {
    max-width: 100%;
    width: auto;
    height: auto;
}