/* Minification failed. Returning unminified contents.
(61,28): run-time error CSS1019: Unexpected token, found ' '
(61,28): run-time error CSS1019: Unexpected token, found ' '
(61,28): run-time error CSS1042: Expected function, found ' '
(61,28): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(62,31): run-time error CSS1019: Unexpected token, found ' '
(62,31): run-time error CSS1019: Unexpected token, found ' '
(62,31): run-time error CSS1042: Expected function, found ' '
(62,31): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(64,29): run-time error CSS1019: Unexpected token, found ' '
(64,29): run-time error CSS1019: Unexpected token, found ' '
(64,29): run-time error CSS1042: Expected function, found ' '
(64,29): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(65,32): run-time error CSS1019: Unexpected token, found ' '
(65,32): run-time error CSS1019: Unexpected token, found ' '
(65,32): run-time error CSS1042: Expected function, found ' '
(65,32): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(73,28): run-time error CSS1019: Unexpected token, found ' '
(73,28): run-time error CSS1019: Unexpected token, found ' '
(73,28): run-time error CSS1042: Expected function, found ' '
(73,28): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(74,31): run-time error CSS1019: Unexpected token, found ' '
(74,31): run-time error CSS1019: Unexpected token, found ' '
(74,31): run-time error CSS1042: Expected function, found ' '
(74,31): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(269,28): run-time error CSS1019: Unexpected token, found ' '
(269,28): run-time error CSS1019: Unexpected token, found ' '
(269,28): run-time error CSS1042: Expected function, found ' '
(269,28): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(270,31): run-time error CSS1019: Unexpected token, found ' '
(270,31): run-time error CSS1019: Unexpected token, found ' '
(270,31): run-time error CSS1042: Expected function, found ' '
(270,31): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(279,29): run-time error CSS1019: Unexpected token, found ' '
(279,29): run-time error CSS1019: Unexpected token, found ' '
(279,29): run-time error CSS1042: Expected function, found ' '
(279,29): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(280,32): run-time error CSS1019: Unexpected token, found ' '
(280,32): run-time error CSS1019: Unexpected token, found ' '
(280,32): run-time error CSS1042: Expected function, found ' '
(280,32): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(406,29): run-time error CSS1019: Unexpected token, found ' '
(406,29): run-time error CSS1019: Unexpected token, found ' '
(406,29): run-time error CSS1042: Expected function, found ' '
(406,29): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(407,32): run-time error CSS1019: Unexpected token, found ' '
(407,32): run-time error CSS1019: Unexpected token, found ' '
(407,32): run-time error CSS1042: Expected function, found ' '
(407,32): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(417,29): run-time error CSS1019: Unexpected token, found ' '
(417,29): run-time error CSS1019: Unexpected token, found ' '
(417,29): run-time error CSS1042: Expected function, found ' '
(417,29): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(418,32): run-time error CSS1019: Unexpected token, found ' '
(418,32): run-time error CSS1019: Unexpected token, found ' '
(418,32): run-time error CSS1042: Expected function, found ' '
(418,32): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(435,28): run-time error CSS1019: Unexpected token, found ' '
(435,28): run-time error CSS1019: Unexpected token, found ' '
(435,28): run-time error CSS1042: Expected function, found ' '
(435,28): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(436,31): run-time error CSS1019: Unexpected token, found ' '
(436,31): run-time error CSS1019: Unexpected token, found ' '
(436,31): run-time error CSS1042: Expected function, found ' '
(436,31): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
 */
/*v {
    behavior: url(#default#VML);
}*/

.frameVideo {
    width: 600px;
    height: 400px;
    border: none;
    background-color: transparent !important;
}

html {
    background-color: #fff;
    margin: 0;
    padding: 0;
}

body {
    border: none 0px;
    color: #000;
    font-size: 0.85em;
    font-family: "Arial", Tahoma, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    height: 100%;
}

hgroup {
    display: block;
}

/*table, tr, td, tbody {
    border: none;
}*/


mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

div {
    clear: none !important;
}

.messageBoxAbout {
    background: url("../images/about_bck.png") no-repeat center center;
    background-repeat: repeat;
    background-color: transparent !important;
    width: 100%;
    height: 100%;
}

/* DropDownlist of Countrylist with images ----------------------------*/

.countryList {
    background-color: white;
    color: black;
    width: calc(100% - 16px); /* IE9+ and future browsers */
    width: -moz-calc(100% - 16px); /* Firefox */
    width: -webkit-calc(100% - 16px); /* Chrome, Safari */
    height: calc(100% - 16px); /* IE9+ and future browsers */
    height: -moz-calc(100% - 16px); /* Firefox */
    height: -webkit-calc(100% - 16px); /* Chrome, Safari */
    margin: 5px;
    border: none;
}

.myImageCountryList {
    background-color: transparent;
    width: calc(100% - 16px); /* IE9+ and future browsers */
    width: -moz-calc(100% - 16px); /* Firefox */
    width: -webkit-calc(100% - 16px); /* Chrome, Safari */
    margin: 8px;
}

.myImageLineCssClass {
    background-color: transparent;
    border: 1px none gray;
    display: block;
    height: 22px;
    padding-left: 5px;
    padding-right: 5px;
    /*padding-top: 1px;*/
}

.myImageInnerLineCssClass {
    background-color: transparent;
    display: block;
    height: 22px;
}

    .myImageInnerLineCssClass:hover {
        background-color: #2A6CC2; /*#007D8F*/
        color: white !Important;
    }

.myImageCssClass {
    background-color: transparent;
    border: 1px none #000000;
    display: block;
    float: left;
    height: 18px !important;
    margin-left: 0px;
    margin-top: 2px;
    width: 29px;
}

.myImageLabelCssClass {
    background-color: transparent !Important;
    border: 1px none #000000 !Important;
    cursor: pointer;
    display: block;
    float: left;
    margin-left: 0px !important;
    /*margin-top: 1px !Important;*/
    width: 145px !Important;
    height: 20px !Important;
    font-size: 0.7em !important;
    text-shadow: none !Important;
    box-shadow: none !Important;
    font-weight: normal !Important;
}

    .myImageLabelCssClass:hover {
        color: white !Important;
    }

/* content's --------------------------------------------------*/

.content_overlay_empty {
    position: absolute;
    top: 0px !Important;
    left: 0px !Important;
    width: 100% !Important;
    height: 100% !Important;
    z-index: 7000;
    color: transparent !Important;
    background-color: transparent !Important;
    border: none !Important;
    cursor: default !Important;
}

/* -----------------------------------------------------------------------*/
/*.header_content {
    background: url("../images/header_bck_blue.png") repeat-x;
    background-color: transparent;
    height: 81px;
    min-width: 983px;
    margin: 16px 0px 0px 17px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-shadow: 0px 2px 2px 2px rgba(128, 128, 128, .5);
    -webkit-box-shadow: 0px 2px 2px 2px rgba(128, 128, 128, .5);
    -moz-box-shadow: 0px 2px 2px 2px rgba(128, 128, 128, .5);
    vertical-align: middle;
}

    .header_content img {
        margin-left: 15px;
        margin-right: 15px;
        float: right;
    }

.header_content_title {
    font-size: 1.75em;
    font-family: Arial, sans-serif;
    font-weight: 800;
    color: #007d8f;
    padding-top: 10px;
}

.header_content_left {
    float: left;
}

.header_content_right {
    float: right;
    margin-top: -10px;
}

.content_image {
    margin-top: 13px;
    text-decoration: none;
}*/

.content_image_customer {
    margin-top: -13px;
}

.content_customer_name {
    margin-top: 13px;
}

.content_customer_image {
    margin-top: 13px;
}

.header_content_country_right {
    float: right;
    margin-top: -33px;
    margin-right: 52px;
}

.content_image_countryflag {
    height: 42px;
    width: 49px;
    background-color: #e8e8e8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.content_image_countryflag_img {
    margin: 11px 0px 0px 0px;
    border: inset 1px white;
    width: 29px;
    height: 18px;
}

.content_image_countryflag_list {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 7010;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 2px 2px 2px rgba(128, 128, 128, .5);
    -moz-box-shadow: 0px 2px 2px 2px rgba(128, 128, 128, .5);
    box-shadow: 0px 2px 2px 2px rgba(128, 128, 128, .5);
    background-color: #e9e9e9;
    border: solid 1px #c7c7c7;
    display: none;
}


/*.section_content_default {
    background-color: transparent;
    background: url("../images/focusshare_intro_version_4.png") no-repeat center center;
    float: left;
    width: calc(100% - 271px);
    width: -moz-calc(100% - 271px);
    width: -webkit-calc(100% - 271px);
    width: expression((document.body.clientWidth) - 33 - 271);
    margin-left: 9px;
    padding: 0px 0 15px 0px;
    -webkit-box-shadow: 0px 2px 2px 2px rgba(128, 128, 128, .5);
    box-shadow: 0px 2px 2px 2px rgba(128, 128, 128, .5);
    -moz-shadow: 0px 2px 2px 2px rgba(128, 128, 128, .5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    height: calc(100% - 193px);
    height: -moz-calc(100% - 193px); 
    height: -webkit-calc(100% - 193px); 
}
*/

.section_content_menu {
    background-color: #DEECFC;
    float: left;
    margin-left: 9px;
    width: calc(100% - 269px); /* IE9+ and future browsers */
    width: -moz-calc(100% - 269px); /* Firefox */
    width: -webkit-calc(100% - 269px); /* Chrome, Safari */
    padding: 0px 0px 14px 0px;
    -webkit-box-shadow: 0px 2px 2px 2px rgba(128, 128, 128, .5);
    box-shadow: 0px 2px 2px 2px rgba(128, 128, 128, .5);
    -moz-shadow: 0px 2px 2px 2px rgba(128, 128, 128, .5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: calc(100% - 211px); /* IE9+ and future browsers */
    height: -moz-calc(100% - 211px); /* Firefox */
    height: -webkit-calc(100% - 211px); /* Chrome, Safari */
    overflow: hidden;
}

/*.section_content {
    float: left;
    width: calc(100% - 271px);
    width: -moz-calc(100% - 271px);
    width: -webkit-calc(100% - 271px);
    width: expression((document.body.clientWidth) - 33 - 271);
    margin-left: 9px;
    background-color: #DEECFC;
    padding: 0px 0px 15px 0px;
    -webkit-box-shadow: 0px 2px 2px 2px rgba(128, 128, 128, .5);
    box-shadow: 0px 2px 2px 2px rgba(128, 128, 128, .5);
    -moz-shadow: 0px 2px 2px 2px rgba(128, 128, 128, .5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    height: calc(100% - 191px);
    height: -moz-calc(100% - 191px); 
    height: -webkit-calc(100% - 191px); 
}*/

.section_content_map {
    float: left;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: auto;
}


/*.footer_content {
    background-color: #007D8F;
    margin: 0px;
    margin-left: 10px;
    margin-bottom: 15px;
    margin-top: 10px;
    height: 26px;
    padding: 15px;
    width: calc(100% - 300px);
    width: -moz-calc(100% - 300px);
    width: -webkit-calc(100% - 300px);
    width: expression((document.body.clientWidth) - 300);
    -webkit-box-shadow: 0px 2px 2px 2px rgba(128, 128, 128, .5);
    box-shadow: 0px 2px 2px 2px rgba(128, 128, 128, .5);
    -moz-shadow: 0px 2px 2px 2px rgba(128, 128, 128, .5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    bottom: 5px;
    float: left;
}*/

.footer_content_IE8 {
    background-color: #007D8F; /* #e0e0e0; #a7a7a7; #007D8F;*/
    margin: 0px;
    margin-left: 269px;
    margin-bottom: 15px;
    margin-top: -73px;
    height: 26px;
    padding: 15px;
    width: expression((document.body.clientWidth) - 334);
    -webkit-box-shadow: 0px 2px 2px 2px rgba(128, 128, 128, .5);
    box-shadow: 0px 2px 2px 2px rgba(128, 128, 128, .5);
    -moz-shadow: 0px 2px 2px 2px rgba(128, 128, 128, .5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    /*position: absolute;*/
    bottom: 5px;
    float: left;
}

/*.footer_content_default {
    background-color: transparent;
    margin: 0px;
    margin-left: 10px;
    margin-bottom: 15px;
    margin-top: 10px;
    height: 26px;
    padding: 15px;
    width: calc(100% - 23px); 
    width: -moz-calc(100% - 23px); 
    width: -webkit-calc(100% - 23px); 
    -webkit-box-shadow: 0px 1px 2px 2px rgba(128, 128, 128, .5);
    box-shadow: 0px 1px 2px 2px rgba(128, 128, 128, .5);
    -moz-shadow: 0px 1px 2px 2px rgba(128, 128, 128, .5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    bottom: 5px;
    float: left;
}*/

.footer_content_default_IE8 {
    background-color: transparent;
    margin: 0px;
    margin-left: 269px;
    margin-bottom: 15px;
    margin-top: -73px;
    height: 26px;
    padding: 15px;
    width: expression((document.body.clientWidth) - 334);
    -webkit-box-shadow: 0px 2px 2px 2px rgba(128, 128, 128, .5);
    box-shadow: 0px 2px 2px 2px rgba(128, 128, 128, .5);
    -moz-shadow: 0px 2px 2px 2px rgba(128, 128, 128, .5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    /*position: absolute;*/
    bottom: 5px;
    float: left;
}

.content_body_admin {
    padding: 0px;
    margin: 9px 16px 15px 12px;
    min-height: 430px;
    min-width: 1553px;
    background-color: transparent;
    height: calc(100% - 107px); /* IE9+ and future browsers */
    height: -moz-calc(100% - 107px); /* Firefox */
    height: -webkit-calc(100% - 107px); /* Chrome, Safari */
}

.content_body_standard {
    padding: 0px;
    margin: 9px 16px 15px 12px;
    min-height: 430px;
    min-width: 1210px;
    background-color: transparent;
    height: calc(100% - 107px); /* IE9+ and future browsers */
    height: -moz-calc(100% - 107px); /* Firefox */
    height: -webkit-calc(100% - 107px); /* Chrome, Safari */
}

/* END content's ----------------------------------------------------------*/

/* --------------------------------------------------------------------------------------- */
select {
    background-color: #000000;
}

/* ------------------------------------------------------------------------*/

.lblMenuTitle {
    height: 20px !important;
    margin: 10px 0 0 10px !important;
    padding: 0 0 0 10px !important;
    width: calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    -webkit-box-shadow: 0px 1px 2px 2px rgba(128, 128, 128, .5);
    box-shadow: 0px 1px 2px 2px rgba(128, 128, 128, .5);
    -moz-shadow: 0px 1px 2px 2px rgba(128, 128, 128, .5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #007D8F;
    color: white;
    font-weight: 600;
    display: block;
}

.lblCustomerName {
    float: right;
    font-size: 1.3em;
    font-family: Arial, sans-serif;
    padding-top: 15px;
    font-weight: 400;
    height: 10px;
    width: 500px;
    color: #007D8F;
    text-align: right !Important;
    display: block;
    margin-right: 10px;
}

/* ------------------------------------------------------------------------*/


input[type=password] {
    /*background: url(../images/Iconkey.png) 12px 11px no-repeat, -moz-linear-gradient(top, #fff 0%, #ffffff 100%);
    background: url(../images/Iconkey.png) 12px 11px no-repeat, -webkit-linear-gradient(top, #fff 0%, #ffffff 100%);
    background: url(../images/Iconkey.png) 12px 11px no-repeat, -o-linear-gradient(top, #fff 0%, #ffffff 100%);
    background: url(../images/Iconkey.png) 12px 11px no-repeat, -ms-linear-gradient(top, #fff 0%, #ffffff 100%);
    background: url(../images/Iconkey.png) 12px 11px no-repeat, linear-gradient(to bottom, #fff 0%, #ffffff 100%);*/
    background: white url(../images/Iconkey.png) 10px 5px no-repeat !Important;
    color: #000000;
    border-radius: 2px;
    border: none;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) inset, 0 -1px 0 rgba(0, 0, 0, 0.05) inset;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) inset, 0 -1px 0 rgba(0, 0, 0, 0.05) inset;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) inset, 0 -1px 0 rgba(0, 0, 0, 0.05) inset;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-family: Arial, sans-serif;
    font-size: 1em;
    display: inline;
    padding: 0 0 0 5px;
}

    input[type=password]::-webkit-input-placeholder {
        color: #000;
    }

    input[type=password]:-moz-placeholder {
        color: #000;
    }

    input[type=password]:focus {
        box-shadow: 0 1px 0 #2392f3 inset, 0 -1px 0 #2392f3 inset, 1px 0 0 #2392f3 inset, -1px 0 0 #2392f3 inset, 0 0 4px rgba(35, 146, 243, 0.5);
        -webkit-box-shadow: 0 1px 0 #2392f3 inset, 0 -1px 0 #2392f3 inset, 1px 0 0 #2392f3 inset, -1px 0 0 #2392f3 inset, 0 0 4px rgba(35, 146, 243, 0.5);
        -moz-box-shadow: 0 1px 0 #2392f3 inset, 0 -1px 0 #2392f3 inset, 1px 0 0 #2392f3 inset, -1px 0 0 #2392f3 inset, 0 0 4px rgba(35, 146, 243, 0.5);
        outline: none;
        background: url(../images/Iconkey.png) 10px 5px no-repeat, #ffffff;
    }

input[type=text] {
    background-color: #ffffff;
    color: #000000;
    border-radius: 2px;
    border: none;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) inset, 0 -1px 0 rgba(0, 0, 0, 0.05) inset;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) inset, 0 -1px 0 rgba(0, 0, 0, 0.05) inset;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) inset, 0 -1px 0 rgba(0, 0, 0, 0.05) inset;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-family: Arial, sans-serif;
    font-size: 1em;
    display: inline;
    padding: 0 0 0 5px;
}

    input[type=text]::-webkit-input-placeholder {
        color: #000;
    }

    input[type=text]:-moz-placeholder {
        color: #000;
    }

    input[type=text]:focus {
        box-shadow: 0 1px 0 #2392f3 inset, 0 -1px 0 #2392f3 inset, 1px 0 0 #2392f3 inset, -1px 0 0 #2392f3 inset, 0 0 4px rgba(35, 146, 243, 0.5);
        -webkit-box-shadow: 0 1px 0 #2392f3 inset, 0 -1px 0 #2392f3 inset, 1px 0 0 #2392f3 inset, -1px 0 0 #2392f3 inset, 0 0 4px rgba(35, 146, 243, 0.5);
        -moz-box-shadow: 0 1px 0 #2392f3 inset, 0 -1px 0 #2392f3 inset, 1px 0 0 #2392f3 inset, -1px 0 0 #2392f3 inset, 0 0 4px rgba(35, 146, 243, 0.5);
        outline: none;
        background-color: #ffffff;
    }


    input[type=text][disabled] {
        background-color: #f0f0f0 !Important;
        color: #707070 !Important;
        border-radius: 2px;
        border: none;
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) inset, 0 -1px 0 rgba(0, 0, 0, 0.05) inset;
        -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) inset, 0 -1px 0 rgba(0, 0, 0, 0.05) inset;
        -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) inset, 0 -1px 0 rgba(0, 0, 0, 0.05) inset;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
        font-family: Arial, sans-serif;
        font-size: 1em;
        display: inline;
        padding: 0 0 0 5px;
    }

input[type=submit] {
    height: 28px;
    cursor: pointer;
    /*background-image: none !important;*/
    background-color: #d9d9d9;
    filter: none !important;
    -webkit-box-shadow: inset 0 -6px 6px rgba(0,0,0,0.15), 0 1px 0 rgba(255,255,255, 0.3), inset 0 1px 0 rgba(255,255,255, 0.3);
    -moz-box-shadow: inset 0 -6px 6px rgba(0,0,0,0.15), 0 1px 0 rgba(255,255,255, 0.3), inset 0 1px 0 rgba(255,255,255, 0.3);
    box-shadow: inset 0 -6px 6px rgba(0,0,0,0.15), 0 1px 0 rgba(255,255,255, 0.3), inset 0 1px 0 rgba(255,255,255, 0.3);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #a7a7a7;
    display: inline-block;
    color: #000000;
    font-weight: 600;
    text-align: left;
    text-decoration: none;
    /*text-shadow: 1px 1px 0px #ffffff;*/
    overflow: hidden;
}

    input[type=submit]:hover {
        /*background-image: none !important;*/
        background-color: #C2E1E6; /*#d9d9d9;*/
        filter: none !important;
        -webkit-box-shadow: inset 0 -6px 6px rgba(0,0,0,0.5), 0 1px 0 rgba(255,255,255, 0.3), inset 0 1px 0 rgba(255,255,255, 0.3);
        -moz-box-shadow: inset 0 -6px 6px rgba(0,0,0,0.5), 0 1px 0 rgba(255,255,255, 0.3), inset 0 1px 0 rgba(255,255,255, 0.3);
        box-shadow: inset 0 -6px 6px rgba(0,0,0,0.3), 0 1px 0 rgba(255,255,255, 0.3), inset 0 1px 0 rgba(255,255,255, 0.3);
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        border: 1px solid #007D8F; /*#80809f;*/
        display: inline-block;
        overflow: hidden;
    }

    input[type=submit][disabled], button[disabled] {
        /*height: 26px;*/
        /*background-image: none !important;*/
        background-color: #e9e9e9;
        filter: none !important;
        -webkit-box-shadow: inset 0 -6px 6px rgba(0,0,0,0.15), 0 1px 0 rgba(255,255,255, 0.3), inset 0 1px 0 rgba(255,255,255, 0.3);
        -moz-box-shadow: inset 0 -6px 6px rgba(0,0,0,0.15), 0 1px 0 rgba(255,255,255, 0.3), inset 0 1px 0 rgba(255,255,255, 0.3);
        box-shadow: inset 0 -6px 6px rgba(0,0,0,0.15), 0 1px 0 rgba(255,255,255, 0.3), inset 0 1px 0 rgba(255,255,255, 0.3);
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        border: 1px solid #a7a7a7;
        display: inline-block;
        color: #707070;
        font-weight: 600;
        text-align: left;
        text-decoration: none;
        /*text-shadow: 1px 1px 0px #ffffff;*/
        overflow: hidden;
        cursor: default;
    }

input[type=checkbox] {
    background-color: transparent;
    color: #000000;
    /*border-radius: 2px;*/
    border: 0 !Important;
    outline: 0;
    font-family: Arial, sans-serif;
    font-size: 1em;
    display: inline;
    /*padding: 0 0 0 5px;*/
    /*margin-top: 7px;*/
    margin-left: 0px;
}

    input[type=checkbox]::-webkit-input-placeholder {
        color: #000;
    }

    input[type=checkbox]:-moz-placeholder {
        color: #000;
    }

    input[type=checkbox]:focus {
        box-shadow: 0 1px 0 #2392f3 inset, 0 -1px 0 #2392f3 inset, 1px 0 0 #2392f3 inset, -1px 0 0 #2392f3 inset, 0 0 4px rgba(35, 146, 243, 0.5);
        -webkit-box-shadow: 0 1px 0 #2392f3 inset, 0 -1px 0 #2392f3 inset, 1px 0 0 #2392f3 inset, -1px 0 0 #2392f3 inset, 0 0 4px rgba(35, 146, 243, 0.5);
        -moz-box-shadow: 0 1px 0 #2392f3 inset, 0 -1px 0 #2392f3 inset, 1px 0 0 #2392f3 inset, -1px 0 0 #2392f3 inset, 0 0 4px rgba(35, 146, 243, 0.5);
        outline: none;
        /*background-color: #ffffff;*/
    }


    input[type=checkbox][disabled] {
        color: #707070 !Important;
        border: #707070 !important;
    }

textbox:focus {
    box-shadow: 0 1px 0 #2392f3 inset, 0 -1px 0 #2392f3 inset, 1px 0 0 #2392f3 inset, -1px 0 0 #2392f3 inset, 0 0 4px rgba(35, 146, 243, 0.5);
    -webkit-box-shadow: 0 1px 0 #2392f3 inset, 0 -1px 0 #2392f3 inset, 1px 0 0 #2392f3 inset, -1px 0 0 #2392f3 inset, 0 0 4px rgba(35, 146, 243, 0.5);
    -moz-box-shadow: 0 1px 0 #2392f3 inset, 0 -1px 0 #2392f3 inset, 1px 0 0 #2392f3 inset, -1px 0 0 #2392f3 inset, 0 0 4px rgba(35, 146, 243, 0.5);
    outline: none;
    background-color: #ffffff;
}


textarea {
    background-color: #ffffff;
    color: #000000;
    border-radius: 2px;
    border: none;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) inset, 0 -1px 0 rgba(0, 0, 0, 0.05) inset;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) inset, 0 -1px 0 rgba(0, 0, 0, 0.05) inset;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) inset, 0 -1px 0 rgba(0, 0, 0, 0.05) inset;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-family: Arial, sans-serif;
    font-size: 1em;
    display: inline;
    padding: 3px 0 0 5px;
}

    textarea::-webkit-input-placeholder {
        color: #000;
    }

    textarea:-moz-placeholder {
        color: #000;
    }

    textarea:focus {
        box-shadow: 0 1px 0 #2392f3 inset, 0 -1px 0 #2392f3 inset, 1px 0 0 #2392f3 inset, -1px 0 0 #2392f3 inset, 0 0 4px rgba(35, 146, 243, 0.5);
        -webkit-box-shadow: 0 1px 0 #2392f3 inset, 0 -1px 0 #2392f3 inset, 1px 0 0 #2392f3 inset, -1px 0 0 #2392f3 inset, 0 0 4px rgba(35, 146, 243, 0.5);
        -moz-box-shadow: 0 1px 0 #2392f3 inset, 0 -1px 0 #2392f3 inset, 1px 0 0 #2392f3 inset, -1px 0 0 #2392f3 inset, 0 0 4px rgba(35, 146, 243, 0.5);
        outline: none;
        background-color: #ffffff;
    }

.textarea[disabled] {
    color: #707070;
}


/*----------------------------------------------------------*/

/*footer {
    background-color: #e2e2e2;
    font-size: .8em;
    height: 100px;
}*/


/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

    .site-title a, .site-title a:hover, .site-title a:active {
        background: none;
        color: #c8c8c8;
        outline: none;
        text-decoration: none;
    }


/* page elements
----------------------------------------------------------*/


/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0 none;
}

th {
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

        th a:link, th a:visited, th a:active, th a:hover {
            color: #333;
            font-weight: 600;
            text-decoration: none;
            padding: 0;
        }

        th a:hover {
            color: #000;
        }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

        th.asc a:after, th.desc a:after {
            display: block;
            position: absolute;
            right: 0em;
            top: 0;
            font-size: 0.75em;
        }

        th.asc a:after {
            content: '▲';
        }

        th.desc a:after {
            content: '▼';
        }

td {
    padding: 0px;
    border: 0 none;
    margin: 0px;
}

tr.pager td {
    padding: 0px;
    margin: 0px;
}

.imgCustomerLogo {
    float: right;
    display: block;
    width: 105px;
    height: 52px;
}

