﻿html {
    background-color: #e2e2e2;
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    color: #333;
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
}

.small {
    font-size: .8em;
}

.billTo {
    float: left; width: 453px;
}
.billToText {
    text-align: center; margin-left: 115px; display: block;
}
.ShipTo {
    float: left; width: 320px;
}
.ShipToText {
    text-align: center; margin-left: 115px; display: block;
}

.wrapper {
    width:900px;
    height:20px;
    display: table;
}
.central {
    width:250px;
    height:20px;
    /*background-color:#CCCCCC;*/
    display: table-cell;
    text-align:center;
    font:bold;
}
.left {
    
    height:20px;        
    display: table-cell;
    /*background-color:#ABC123;*/
    text-align:center;
    font:bold;
}

.right {
    
    height:20px;        
    display: table-cell;
    /*background-color:#ABC123;*/
    text-align:center;
    font:bold;
}




#cat label{
float:left;
width: 170px;
height: 20px;
}
/*EndTask1*/
a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

    a:link, a:visited,
    a:active, a:hover {
        color: #333;
    }

    a:hover {
        background-color: #c7d1d6;
    }
    a.disabled {
        cursor: default;
    }

header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}
.float-clear {
    clear: both;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
    line-height: 0.5em;
}

h2 {
    font-size: 1.75em;
    margin:0px;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* main layout
----------------------------------------------------------*/
nav {
    margin: 0px auto 0px auto;
    width: 960px;
    clear: both;
}
.content-wrapper {
    margin: 0px auto 0px auto;
    width: 960px;
}
    .content-wrapper:before {
       content: '.';
       line-height:0.5em;
       visibility: hidden;
       display: none;
    }

#body {
    background-color: #efeeef;
    clear: both;
    padding-bottom: 35px;
}

    .main-content {
        background: url("../Images/accent.png") no-repeat;
        padding-left: 10px;
        padding-top: 30px;
    }

    .featured + .main-content {
        background: url("../Images/heroAccent.png") no-repeat;
    }

footer {
    clear: both;
    background-color: #e2e2e2;
    font-size: .8em;
    height: 100px;
}

/* site title
----------------------------------------------------------*/
.site-top-border {
    border-top: solid 5px #147abf;
}
.site-header {
    background-color: #ffffff;
}
.site-title {
    padding: 10px 0;
}

/* input form 
----------------------------------------------------------*/
input[type="text"], input[type="password"], input[type="number"], input[type="email"], select, textarea {
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #dbdbde;
    border-radius: 3px;
    color: #444;
    padding: 2px 4px;
    height: 2em;
}
label {
    height: 2em;
    display: inline-block;
    text-align: right;
    vertical-align:top;
    padding-top:4px;
}
.labelvalue {
    height: 2em;
    display: inline-block;
    vertical-align:top;
    padding-top:4px;
}

.inputForm {
    margin-top: 5px;
}
    .inputForm .header {
        padding: 10px;
        color: #fff;
        font-size: 1.3em;
        font-weight: bold;
        font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
        background-color: #147abf;
        -webkit-border-radius: 10px 10px 0px 0px;
        border-radius: 10px 10px 0px 0px;
    }
    .inputForm .footer {
        padding: 10px;
        color: #fff;
        font-size: 1.3em;
        font-weight: bold;
        font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
        background-color: #147abf;
        -webkit-border-radius: 0px 0px 10px 10px;
        border-radius: 0px 0px 10px 10px;
        text-align: right;
    }
    .inputForm .footer input[type="submit"] {
        font-weight: bold;
        color: #333;
        padding:5px 10px 6px 10px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius:5px;
        cursor: pointer;  
        
        background: #efeeef;
        background-image: -moz-linear-gradient(top,#efeeef,#00717f);
        background-image: -webkit-gradient(linear,left top,left bottom,from(#efeeef),to(#00717f));      
    }
        .inputForm .footer input[type="submit"]:hover {
        background: #afaaaf;
        
        }
    .inputForm .gridsection {
        padding: 5px;
        background-color:#efeeef;
        /*-moz-box-shadow: 2px 2px 2px #cccccc;
        -webkit-box-shadow: 2px 2px 2px #cccccc;
        box-shadow: 2px 2px 2px #cccccc;*/
    }
    .inputForm .section {
        padding: 5px;
        background-color:#efeeef;
        /*-moz-box-shadow: 2px 2px 2px #cccccc;
        -webkit-box-shadow: 2px 2px 2px #cccccc;
        box-shadow: 2px 2px 2px #cccccc;*/
    }
        .inputForm .section ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
        }
        .inputForm .section ul.sequence li {
            padding: 0px;
            margin: 0px 15px 5px 0px;
            float: left;
        }
        .inputForm .section .sequence label {
            text-align: left;
            width: auto;
        }
        .inputForm .section li {
            /* margin: 7px 0 0 0; */
            clear: both;
            display: table-row;
        }

        .inputForm .section label {
            width: 250px;
            display:table-cell;
            padding-right: 4px;
        }
        .inputForm .section .labelvalue {
            display:table-cell;
        }
        .inputForm .section input[type="text"], .inputForm .section input[type="password"], .inputForm .section input[type="number"], .inputForm .section input[type="email"], .inputForm .section select, .inputForm .section textarea {
            width: 640px;
        }
        .inputForm .section .status {
            padding-left: 250px;
        }
        .inputForm .invalid {
            color: red;
        }
        .inputForm .required {
            font-weight: bold;
        }
        .inputForm .section .line {
            clear:both;
        }
        /*
        .inputForm .section .label {
            display: block;
            width: 150px;
            float: left;
            margin-bottom: 8px;
            text-align: right;
            padding-right:5px;
            line-height: 20px;
        }
        .inputForm .section .input {
            display: block;
            margin-bottom: 8px;
            text-align: left;
            padding-right:5px;
            line-height: 20px;
        }
            */

        .inputForm .section.narrowLabel label {
            width: 130px;
        }
        .inputForm .section.narrowLabel input[type="text"], .inputForm .section.narrowLabel input[type="password"], .inputForm .section.narrowLabel input[type="number"], .inputForm .section.narrowLabel input[type="email"], .inputForm .section.narrowLabel select, .inputForm .section.narrowLabel textarea {
            width: 750px;
        }
        .inputForm .section.narrowLabel .status {
            padding-left: 130px;
        }
        .inputForm .section.narrowField input[type="text"], .inputForm .section.narrowField input[type="password"], .inputForm .section.narrowField input[type="number"], .inputForm .section.narrowField input[type="email"], .inputForm .section.narrowField select, .inputForm .section.narrowField textarea {
            width: 200px;
        }
        .inputForm .section.popupForm label {
            width: 100px;
        }
        .inputForm .section.popupForm input[type="text"], .inputForm .section.popupForm input[type="password"], .inputForm .section.popupForm input[type="number"], .inputForm .section.popupForm input[type="email"], .inputForm .section.popupForm select, .inputForm .section.popupForm textarea {
            width: 150px;
        }
        .inputForm .section.popupForm .status {
            padding-left: 100px;
        }
               /*
        .inputForm .section input, .inputForm .section textarea, .inputForm .section select {

            padding: 2px;
            border: 1px solid #b9bdc1;
            color: #333;
            width: auto;
        }
            */
    .inputForm br {
        clear: left;
    }

    .inputForm .statusZone {
        background-color:#eae9ea;
        height: 30px;
        padding: 5px;
    }
    .inputForm .statusZone .actions {
        float:left;
        margin-right: 5px;
    }
        .inputForm .statusZone .windowName {
        float:right;
        margin-right: 5px;
        }
/*    .inputForm .statusZone .statusBar {
        float:left;
        padding: 4px;
        vertical-align: middle;
        font-weight:bold;
        border: 1px solid #000000;
        border-radius: 4px 4px;
        background-color: #ffd7d7;
        color: #e50000;
    }
    .inputForm .statusZone .error {
        border-color: #e50000;
        background-color: #ffd7d7;
        color: #e50000;
    }
    .inputForm .statusZone .success {
        border-color: #003d03;
        background-color: #c9e8cb;
        color: #003d03;
    }
    .inputForm .statusZone .info {
        border-color: #005792;
        background-color: #a5dbff;
        color: #005792;
    }*/
    

/*Kendo validator*/
.inputForm .section .k-tooltip-validation
{
    display: block;
    margin-left:255px ;
    text-align: left;
    width: 400px;
    margin-bottom:3px;
}
.inputForm .section.narrowLabel .k-tooltip-validation
{
    margin-left:135px ;
}
    .inputForm .section .k-invalid-msg {
        background-color: #ffbfbf;
        color: #e80c4d;
        border-color: #e80c4d;
    }
.k-grid .k-tooltip-validation {
    margin-left: -30px !important;
    margin-top: 10px !important;
    width: auto !important;
    position: absolute !important;
    display: inline-block !important;
}
/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: 600;
    line-height: 20px;
    padding-left:5px;
}

.field-validation-valid {
    display: none;
}

input[type="text"].input-validation-error,
input[type="password"].input-validation-error {
    border: 1px solid #e80c4d;
}

.validation-summary-errors {
    background-color: #ffd3d3;
    border: 1px solid #e80c4d;
    color: #e80c4d;
    font-weight: bold;
    margin: 1px;
    padding: 5px;
}
    .validation-summary-errors ul {
        margin: 0px 0px 0px 0px;
    }

.validation-summary-valid {
    display: none;
}

/* Varia */
.box {
    border: 1px solid #e5e0e5;
}
    .box .title {
        font-weight: bold;
        font-size: 1em;
        padding: 5px;
        background-color:#e7e4e7;
    }
    .box .content {
        padding: 5px;
    }
    .box .actions {
        padding: 5px;
        background-color: #e7e4e7;
        text-align: right;
        
    }
.inlineWarning {
    color: #ffa200;
    font-weight: bold;

}
.tag {
    font-weight: bold;
    font-size: 0.8em;
    color: #ffffff;
    text-transform: uppercase;
    padding: 1px 2px 2px 2px;
    background-color: #147abf;
    border-radius: 3px 3px 3px 3px;
}

/* Mini Basket */
.miniBasket {
    margin: 10px;
    padding: 5px;
    border: 1px solid #efeeef;
}
    .miniBasket div {
        display:inline-block;
        vertical-align:middle;
        *display: inline;
        *zoom: 1;
    }
    .miniBasket ul {
        margin: 0px;
        padding: 0px;
        display: inline;
    }
    .miniBasket ul li {
        padding: 0px 5px 0px 5px;
        display: inline;
    }
/* Status Window */
#statWin {
    position:fixed;
    top: 7px;
    width: 200px;
        border: 2px solid #000000;
        border-radius: 4px 4px;
        z-index:80000;
        box-shadow: 1px 1px 7px 1px rgba(0,0,0,0.3);
}
    #statWin.statInfo {
        border-color: #005792;
        color: #005792;
        background-color: #a5dbff;
    }
    #statWin.statSuccess {
        border-color: #003d03;
        color: #003d03;
        background-color: #c9e8cb;
    }
    #statWin.statFail {
    border-color: #ca5100;
    color: #ca5100;
    background-color: #FFD9BF;
}
    #statWin.statError {
        border-color: #e50000;
        color: #e50000;
        background-color: #ffd7d7;
    }
    #statWin .statHead {
        font-size: 1em;
        font-weight: bold;
        padding: 3px 5px 3px 5px;
        float:left;
    }
    #statWin .statClose {
        float:right;
        padding: 3px 5px 3px 5px;
    }
    #statWin .statContent {
        clear:both;
        padding: 0px 5px 3px 5px;
    }
#statOverlay {
    position:fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index:79999;
    opacity: 0.5;
    filter: alpha(opacity=50);
    text-align: center;
    vertical-align: middle;
}
    #statOverlay span {
        display: block;
        height:30%
    }

/* Sprites */
.icos {
	background-image     : url('images/icons12.png');
	background-color     : transparent;
	background-repeat    : no-repeat;
    display: inline-block;
    padding: 0px 0px 0px 0px;
}
    .icos:hover {
        background-color: transparent;
    }
.icoswhite12 {
    background-position-x: -0px;
    width: 12px;
    height: 12px;
}
    .icoswhite12.disabled {background-position-x: -32px;}
.icoswhite12hover:hover {
    background-position-x: -0px;
}
    .icoswhite12hover.disabled:hover {background-position-x: -32px;}


.icosblue12 {
    background-position-x: -96px;
    width: 12px;
    height: 12px;
}
    .icosblue12.disabled {background-position-x: -32px;}
.icosblue12hover:hover {
    background-position-x: -96px;
}
    .icosblue12hover.disabled:hover {background-position-x: -64px;}
.icosgray12 {
    background-position-x: -32px;
    width: 12px;
    height: 12px;
}
    .icosgray12.disabled {background-position-x: -32px;}
.icosred12 {
    background-position-x: -64px;
    width: 12px;
    height: 12px;
}
    .icosred12.disabled {background-position-x: -32px;}
.icoswhite16 {
    background-position-x: -300px;
    width: 16px;
    height: 16px;
}
    .icoswhite16.disabled {background-position-x: -332px;}
.icoswhite16hover:hover {
    background-position-x: -300px;
}
    .icoswhite16hover.disabled:hover {background-position-x: -332px;}


.icosblue16 {
    background-position-x: -396px;
    width: 16px;
    height: 16px;
}
    .icosblue16.disabled {background-position-x: -332px;}
.icosblue16hover:hover {
    background-position-x: -396px;
}
    .icosblue16hover.disabled:hover {background-position-x: -332px;}
.icosgray16 {
    background-position-x: -332px;
    width: 16px;
    height: 16px;
}
    .icosgray16.disabled {background-position-x: -332px;}
.icosred16 {
    background-position-x: -364px;
    width: 16px;
    height: 16px;
}
    .icosred16.disabled {background-position-x: -332px;}
.icosred16hover:hover {
    background-position-x: -364px;
}
    .icosred16hover.disabled:hover {background-position-x: -332px;}

.i-minus {background-position-y: 0px;}
.i-pen {background-position-y: -32px;}
.i-plus {background-position-y: -64px;}
.i-x {background-position-y: -96px;}
.i-box {background-position-y: -128px;}
.i-document {background-position-y: -160px;}
.i-arrowright {background-position-y: -192px;}

/* Table1 */

.table1 {
    border: 1px solid #e5e0e5;
}
    .table1 thead {
        background-color: #e7e4e7;
    }
        .table1 thead th {
            text-align:left;
            padding: 4px 4px 4px 4px;
        }
        .table1 tbody td {
            text-align:left;
            padding: 2px 4px 2px 4px;
        }
        .table1 tfoot td {
            text-align:left;
            padding: 2px 4px 2px 4px;
        }
        .table1 tfoot .sumLabel {
            font-weight: bold;
            background-color: #e7e4e7;
            text-align: right;
        }
        .table1 tfoot .sumValue {
            font-weight: bold;
            background-color: #e7e4e7;
        }        
        
/* h5validate */

.h5-error {
    border-color: #e50000 !important;
}
.h5-valid {
    border-color: #00ff21 !important;
}
textarea.k-textbox {
    white-space:pre-wrap !important;
}

/* sortable */
tr.sortable {
    cursor: move;
}
tr.sortable:hover {
    cursor: move;
    border: 1px solid #b2b2b2;
}
tr.sortable td.nosortable {
    cursor: text;
}

/* AGS CSS style */
.k-autocomplete .k-input {
    height:auto!Important;
}
.additionalParamWrapper {
    background-color:#efefef;
    border:1px solid #999;
    border-radius:5px;
    padding:10px;
    margin-bottom:20px;
}
    .additionalParamWrapper legend {
        font-weight:bold;
        font-size: 1.2em;
        color:#000;
    }

.additionalParameters select {
    width:150px!important;
}
.additionalParameters label {
    width:330px!important;
}
.travelInfo td {
    border:1px solid #999!important;
}

.clear {
    clear:both;
}
.addinstallers select {
    width:200px!important;
}
.addinstallers ul li {
    display:inline-block!important;
}
.addinstallers label {
    width:auto!important;
    padding-right:1px!important;
    display:inline-block!important;
}

#menu li a, #menu li span {
    background-color: #6cabe7 !important;
    color: #fff !important;
}

#menu li a:hover {
    background-color: #dedede !important;
    color: #000 !important;
}

#listgrid th.k-header {
    background-color: #0092dd !important;
    background-image: none !important;
}

#listgrid .k-grid-header .k-link {
    color: #fff !important;
}

#listgrid .k-alt, .k-separator {
    background-color: #e7f1fa !important; }

.advance_search_input {
    width: 230px;
}
