* {
    padding: 0;
    margin: 0;
    color: #000;
    font-family: Segoe UI; /*verdana, sans-serif;*/
    font-size: 14px;
}

html, body {
    color: #111;
    height: 100%;
}

.Hide {
    display: none;
    visibility: collapse;
}

.Visible {
    visibility: visible;
}

.hlContactDetails {
    cursor: pointer;
    color: #B91D23;
}

a {
    color: #FFFFFF;
    text-decoration: none;
}

.DownloadLinks {
    cursor: pointer;
    color: #B91D23;
}

.EmailLinks {
    color: #B91D23;
}

a:focus {
    outline: medium none;
}

.Registera {
    text-decoration: none;
}

.header {
    font-size: 1.2em;
    color: #B91D23;
    text-transform: none;
    font-weight: bold;
    margin-bottom: 0px;
}

.HyperLink {
    color: #B91D23;
    font-weight: bold;
    text-decoration: none;
}

.rssHeading {
    font-size: 22px;
    font-weight: bold;
    color: #B91D23;
    padding-bottom: 5px;
}

.DLLHeading {
    font-size: 26px;
    font-weight: bold;
    color: #B91D23;
    padding-bottom: 5px;
}

.CalculationsMenu {
    padding: 0;
    margin: 0;
    color: white;
    font-family: Segoe UI; /*verdana, sans-serif;*/
    font-size: 12px;
}

.htmlHeader {
    font-weight: bold;
}

.fillingcell {
    width: 100%;
}

#UserSettingdata {
    font-family: Segoe UI, sans-serif;
    font-size: 11px;
    color: #636466;
}

.paddingcell {
    padding-right: 200px;
}

.footerText {
    text-align: center;
    vertical-align: middle;
    padding-bottom: 5px;
    padding-top: 8px;
    color: white;
    padding-right: 10px;
    float: right;
}

#footer {
    background-color: #860207;
    height: 20px;
    position: fixed;
    bottom: 0px;
    width: 100%;
    text-align: left;
    border-top: solid #e5e5e5 thin;
    color: #fff;
    padding-bottom: 10px;
    vertical-align: middle;
    background-image: -moz-linear-gradient(center top, #860207, #B91D23);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#860207', endColorstr='#B91D23')";
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #860207),color-stop(1, #B91D23)); /* Safari & Chrome */
}

#btnnoofres {
    /* border: 1px solid #D9D9D9 !important;*/
    border-radius: 5px 5px 5px 5px;
    padding: 3px;
}

.style2 {
    border-spacing: 0;
    border-collapse: collapse;
    border-bottom: 1px solid #f5f5f5;
    font-family: Segoe UI;
    font-size: 12px;
    margin-left: 10px;
}

    .style2 td {
        border-bottom: 1px solid #f5f5f5;
        padding-right: 15px;
    }

.emptyrow {
    border-spacing: 0;
    border-collapse: separate !important;
    border-bottom: 0px !important;
}

.rssNews {
    color: #B91D23;
    font-size: 14px;
    font-weight: 600;
}

.Header {
    font-family: Segoe UI;
    font-size: 14px;
    margin-left: 10px;
}

.content-body-wrapper {
    border-collapse: collapse;
    border-spacing: 0px;
    table-layout: auto;
    padding-bottom: 70px;
    width: 100%;
}

.content-body {
    width: 900px;
    margin: 0 auto;
}

.inputs, .results {
    display: table-cell;
    height: 100%;
    vertical-align: top;
}

.results {
    width: 100%;
}

.footertoolbar {
    min-width: 600px;
    width: 100%;
    height: 20px;
    bottom: 0px;
    position: fixed;
    background-color: #860207;
    z-index: 10;
    border-top: solid #e5e5e5 thin;
    padding-bottom: 13px;
    vertical-align: middle;
    background-image: -moz-linear-gradient(center top, #860207, #B91D23);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#860207', endColorstr='#B91D23')";
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #860207),color-stop(1, #B91D23)); /* Safari & Chrome */
}

.toolbar {
    height: 100px;
    min-width: 1000px;
    width: 100%; /* height: 85px;     position: fixed; */
    background-color: white;
    z-index: 10;
    border-bottom: 6px solid #B91D23;
    text-align: center; /*  background-image: -moz-linear-gradient(center top , #860207, #B91D23);     -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#860207', endColorstr='#B91D23')";     background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #860207),color-stop(1, #B91D23)); /* Safari & Chrome */
}

#left_part {
    /*border:solid #000 thin;*/
    padding: 30px 20px 0px 20px;
    float: left;
    width: 370px;
    text-align: justify;
}

    #left_part p {
    }

#right_part {
    text-align: center; /*border:solid #000 thin;*/
    padding: 20px 20px 0px 20px;
    vertical-align: top;
    float: right;
    width: 400px;
}

#login_box {
    height: auto;
    width: 350px;
    border: 2px solid #dcdcdc;
    box-shadow: 0px 0px 3px 3px #dcdcdc;
    border-radius: 10px;
    background-color: #FFF;
    padding: 15px 25px 25px 20px;
}

#register_box {
    height: auto;
    width: 350px;
    border: 2px solid #dcdcdc;
    box-shadow: 0px 0px 3px 3px #dcdcdc;
    border-radius: 10px;
    background-color: #FFF;
    padding: 15px 25px 25px 20px;
}

.dialogpanel {
    background-color: #F8F8F8;
    border-radius: 10px 10px 10px 10px;
    border: 2px solid #dcdcdc;
    padding: 10px;
    width: auto;
}

.footerText {
    text-align: center;
    vertical-align: middle;
    padding-bottom: 5px;
    padding-top: 8px;
    color: White;
    padding-right: 10px;
    float: right;
}

#footer {
    background-color: #f5f5f5;
    height: 20px;
    position: fixed;
    bottom: 0px;
    width: 100%;
    text-align: left;
    border-top: solid #e5e5e5 thin;
    color: #ffffff;
    padding-bottom: 10px;
    background-image: -moz-linear-gradient(center top, #860207, #B91D23);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#860207', endColorstr='#B91D23')";
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #860207),color-stop(1, #B91D23)); /* Safari & Chrome */
}

.rssRow .rssMedia {
    padding: 0.5em;
    font-size: 1em;
}

#divLatestNews {
    text-align: left;
    padding-top: 20px;
    width: 100%;
}

.rssHeading {
    font-size: 22px;
    font-weight: bold;
    color: #B91D23;
    padding-bottom: 5px;
}

#divNews {
    padding-top: 5px;
    margin-top: 10px;
    border-top: 2px solid #ddd;
}

.rssDate {
    font-weight: 600;
    color: grey;
    font-size: 11px;
    cursor: pointer;
}

.rssNews {
    color: #B91D23;
    font-size: 14px;
    font-weight: 600;
}

.contentHeader {
    padding: 20px 0px 0px 20px;
    text-align: left;
}

.contentHeading {
    color: #B91D23;
}

.contentHeader div {
    max-width: 370px;
    font-size: 14px;
}

.swep_logo {
    padding: 10px 15px 10px 10px;
    height: 50px;
}

.ssponline_logo {
    padding: 10px 15px 1px 1px;
    height: 50px;
}

.toolbar-left {
    float: left;
    margin: 0px 0px 0px 5px;
    padding: 0px;
    width: 520px;
}

    .toolbar-left a {
        color: Gray;
        font: bold 13px/13px Segoe UI;
        float: left;
        padding: 7px 7px 7px 7px !important;
        margin: 0 !important;
        position: relative;
        z-index: 10;
        border-radius: 5px;
    }

#lbldropa {
    color: #860207;
    padding: 0px 5px 0px 5px;
    font-size: 9px !important;
    margin-top: -2px;
}

#UserFiles a {
    font: bold 12px/12px Segoe UI;
    float: left;
    padding: 4px 8px 4px 8px !important;
    margin: 0 !important;
    position: relative;
    z-index: 12;
}

.toolbar-right {
    float: right;
    width: 350px;
    margin: 0px 5px 0px 0px;
    padding: 0px;
}

    .toolbar-right a {
        font: bold 13px/13px Segoe UI;
        float: left;
        color: #860207;
    }

        .toolbar-right a span {
            font: bold 8px/8px Segoe UI;
            color: #860207;
        }

        .toolbar-right a img {
            border: none;
        }

    .toolbar-right .UserName {
        position: relative;
        margin: 0px 0px 0px 0px !important;
        padding: 10px 8px 8px 8px !important;
        z-index: 12;
    }

.tools-link {
    position: relative;
    margin: 0px 0px 0px 0px !important; /* padding: 8px 8px 8px 8px !important;*/
    z-index: 12;
}

.toolsicon {
    background: transparent url("../Resources/tools_red.png") center center no-repeat !important;
    background-size: 50% !important;
    width: 32px;
    height: 32px;
    border-radius: 5px;
}

    .toolsicon:hover, .toolsiconhover {
        background: #B91D23 url("../Resources/tools_white.png") center center no-repeat !important;
        background-size: 50% !important;
        width: 32px;
        height: 32px;
        border-radius: 5px;
    }

.toolsdiv {
    background-color: #B91D23;
    border-top: none;
    border-radius: 5px 0px 5px 5px;
    position: absolute;
    right: 15px;
    top: 78px;
    z-index: 18;
}

    .toolsdiv div {
        color: white;
        min-width: 100px;
        padding: 10px 20px;
        cursor: pointer;
    }

        .toolsdiv div:hover, .tools-linkhover {
            color: #999999;
            text-decoration: none;
            cursor: pointer;
        }

.toolbar-right a label {
    color: #860207;
    float: left;
    font: bold 13px/13px Segoe UI;
}

.toolbar-right a:hover label, .toolbar-right a:hover #lbldropa, .toolbar-right a:hover span {
    color: #FFFFFF;
}

.toolbar-right .img-link {
    margin: 0px 5px 0px 0px !important;
    padding: 8px 6px 4px 6px !important;
}

.settingsicon {
    padding: 8px;
    background: transparent url("../Resources/settings_h.png") center center no-repeat !important;
    background-size: 50% !important;
    width: 16px;
    height: 16px;
    display: inline-block;
}

    .toolbar-right a:hover .settingsicon, .settingsicon:hover {
        padding: 8px;
        background: #B91D23 url("../Resources/settings.png") center center no-repeat !important;
        background-size: 50% !important;
        width: 16px;
        height: 16px;
        border-radius: 5px;
        display: inline-block;
    }

.toolbar a:link {
    text-decoration: none;
}

.toolbar a:visited {
    text-decoration: none;
}

.toolbar a:active {
    text-decoration: none;
}

.toolbar a:hover {
    background-color: #B91D23;
    text-decoration: none;
    border-radius: 5px;
    color: #fff;
}

.inputs {
    background-color: #FBFBFB;
    border-right: 1px solid #EBEBEB;
}

.inputs-header {
    margin: 0px; /* 85px 0px 0px 0px; */
    height: 40px;
    background-color: #F2F2F2;
    border-bottom: 1px solid #EBEBEB;
    font: 13px/13px Segoe UI;
    background-image: -moz-linear-gradient(center top, #fff, #ccc);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#cccccc')";
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #fff),color-stop(1, #ccc)); /* Safari & Chrome */
}

    .inputs-header .inputs-calculation-types {
        padding: 0px 0px 0px 13px;
        margin: 0px 0px 0px 0px;
        color: #888;
    }

        .inputs-header .inputs-calculation-types a {
            float: left;
            font: bold 13px/13px Segoe UI;
            color: #888;
            margin: 15px 15px 0px 0px;
        }

            .inputs-header .inputs-calculation-types a.selected {
                color: #333;
            }

            .inputs-header .inputs-calculation-types a:link {
                text-decoration: none;
            }

            .inputs-header .inputs-calculation-types a:visited {
                text-decoration: none;
            }

            .inputs-header .inputs-calculation-types a:active {
                text-decoration: none;
            }

            .inputs-header .inputs-calculation-types a:hover {
                color: #333;
                text-decoration: none;
            }

.inputs-body {
    margin: 10px 0px 0px 10px;
    font: 11px Segoe UI;
}

.results {
    border: 0px solid #000;
}

.results-header {
    margin: 0px; /* 85px 0px 0px 0px; */
    padding: 0px 15px 0px 13px;
    height: 40px;
    background-color: #F2F2F2;
    border-bottom: 1px solid #EBEBEB;
    background-image: -moz-linear-gradient(center top, #fff, #ccc);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#cccccc')";
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #fff),color-stop(1, #ccc)); /* Safari & Chrome */
}

.results-filters {
    border-collapse: collapse;
    border-spacing: 1px;
    display: table;
    table-layout: auto;
    height: 100%;
    width: 100%;
    font: 12px/12px Segoe UI;
}

    .results-filters div {
        display: table-row;
    }

        .results-filters div div {
            display: table-cell;
            vertical-align: middle;
            position: relative;
            z-index: 6;
        }

.image-holder1 {
    background: url("loading.gif") no-repeat 50% 50% scroll; /*border: 1px solid #DDDDDD;*/
    display: inline;
    float: left;
    height: 40px;
    width: 35px;
}

.Units {
    cursor: pointer;
    padding: 0px 5px 0px 5px;
}

#MaterialFilter li, #PressureFilter li, #WarehouseFilter li, #nolist ul li {
    list-style: none;
    padding: 1px 0px 4px 0px;
    font: 11px/11px Segoe UI;
}
/*.results-filters div div:hover label
{
    color: #333;
}*/

#divMaterialFilter:hover label {
    color: #333;
}

#divPressureFilter:hover label {
    color: #333;
}

#divWarehouseFilter:hover label {
    color: #333;
}

#divnores:hover label {
    color: #333;
}

#MaterialFilter li:hover, #PressureFilter li:hover, #WarehouseFilter li:hover, #nolist li:hover {
    list-style: none;
    background-color: #dcdcdc;
}

.NoOfResults li {
    margin-left: 5px;
}

.results-filters label {
    color: #636466;
    cursor: pointer;
    margin-left: 2px;
}

.results-filters a {
    color: #636466;
    margin: 0px 15px 0px 0px;
}

    .results-filters a span {
        font: bold 8px/8px Segoe UI;
        color: #636466;
    }

.results-filters-right {
    width: 100%;
    min-width: 220px;
    text-align: right;
}

    .results-filters-right div {
        color: #888;
    }

    .results-filters-right a {
        color: #636466;
        margin: 0px;
        padding: 0px;
    }

    .results-filters-right div a:hover {
        color: #333;
    }

    .results-filters-right div div a:hover label {
        color: #888;
    }



.results-filters a:link {
    text-decoration: none;
}

.results-filters a:visited {
    text-decoration: none;
}

.results-filters a:active {
    text-decoration: none;
}

.results-filters a:hover {
    color: #333;
    text-decoration: none;
}

.style1 {
    border-width: 0;
    color: #585858;
    width: 500px;
}

    .style1 td {
        padding: 2px;
    }

.results-filters a:hover span {
    color: #333;
    text-decoration: none;
}
/*#submenu {
	display:none;
	position:absolute;
	top:29px;
	right:32px;
	z-index:5;
	background-color:#fff;
	border:1px solid #999;
}
#submenu  a {
	min-width:90px;
	clear:both;
	color:#999;
	padding:10px 20px;
}
#submenu a:hover {background-color:#f7f7f7;text-decoration:none;color:#999}*/
.InputTable {
    border-collapse: separate;
    border-spacing: 3px;
}

    .InputTable tr {
    }

    .InputTable td {
        /*border-bottom:0.5px #dcdcdc solid;      padding-top:5px;*/
    }

    /*.InputTable input {
	border:1px solid #d9d9d9;
	padding:1px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;	
}*/

    .InputTable .radio, .InputTable .radio-label {
        vertical-align: middle;
    }

    .InputTable .radio, .InputTable .checkbox {
        border: none;
    }
/*.InputTable .MultiText input {
	width:200px;
}
.InputTable .FluidBox1, .InputTable .HEBox1 {
	width:100% !important;
}
.InputTable .FluidBox2, .InputTable .HEBox2 {
	width:10px !important;
}*/
.Images {
    width: 19px;
    height: 19px;
    padding-right: 5px;
    padding-top: 5px;
}

.Images-menu {
    width: 8px;
    height: 8px;
    padding-right: 5px;
    padding-top: 1px;
}

.styled-button-1 {
    width: auto !important;
    margin: 4px 4px 0px 0px !important;
    padding: 6px 14px !important;
    border: 1px solid #d9d9d9 !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font: 11px/11px Segoe UI;
}

/* -- styles from previous UI ---*/
.MultiText {
    background-color: White;
    border-color: #D9D9D9;
    border-style: solid;
    border-width: 1px 1px 1px; /*   padding:1px;*/
    width: 99%;
}

.customtxtbox {
    /*-webkit-box-shadow: rgba(0, 0, 0, 0.199219) 0px 1px 0px 0px;     background-color: #F2F2F2;*/
    border-color: #D9D9D9;
    border-style: solid;
    border-width: 1px 1px 1px;
    font: 11px/11px Segoe UI;
    border-radius: 2px 2px 2px 2px;
    padding: 1px;
    width: 50px;
}

.FluidBox1 {
    border: none;
    width: 80%;
    font: 11px/11px Segoe UI;
}

.resultpreview table {
    font: 11px/11px Segoe UI,sans-serif;
}

.FluidBox2 {
    border: none;
    width: 15%;
    font: 11px/11px Segoe UI;
}

#Side1, #Side2, #Side1b {
    font-weight: bold;
}

.MultitextDropdown {
    border-style: none;
    width: 5%;
    font: 9px Segoe UI;
}

.InputTable .HEBox1 {
    width: 94% !important;
    font: 12px/12px Segoe UI;
    border: 0;
}

.InputTable .HEBox2 {
    width: 1% !important;
    border: 0;
}

#UserFiles .TypeOfCalculation {
    color: #FFFFFF;
    display: block;
    font-family: Segoe UI;
    font-size: 12px;
    font-weight: bold;
    outline: 0 none;
}

.Newmenu {
    font-family: Segoe UI;
    font-size: 12px;
    font-weight: bold;
    color: #999999;
    display: block;
    outline: 0;
    text-decoration: none;
}

.vanish {
    display: none;
}

.filter1float {
    background-color: #FFFFFF;
    border: 1px solid #999999;
    position: absolute;
    padding: 0px 10px 5px 0px;
    padding-left: 5px;
    z-index: 5;
}


.newfloats {
    background-color: #B91D23;
    border-radius: 0px 5px 5px 5px;
    position: absolute;
    left: 58px;
    top: 76px;
    z-index: 13;
}

    .newfloats a {
        clear: both;
        color: White;
        min-width: 100px;
        padding: 10px 20px;
    }

        .newfloats a:hover {
            color: #999999;
            text-decoration: none;
        }

.openfloats {
    background-color: #B91D23;
    border-radius: 0px 5px 5px 5px;
    position: absolute;
    left: 101px;
    top: 76px;
    z-index: 13;
}

    .openfloats a {
        clear: both;
        color: White;
        min-width: 100px;
        padding: 10px 20px;
    }

        .openfloats a:hover {
            color: #999999;
            text-decoration: none;
        }

#UserFiles li ul {
    list-style: none outside none;
    margin: 0 0 8px;
    padding: 0;
}

#UserFiles li {
    border: medium none;
    cursor: pointer;
    display: block;
}

    #UserFiles li ul li {
        list-style: none outside none;
        float: none;
        font-size: 12px;
        line-height: 18px;
        margin: 0;
        padding: 0;
        position: relative;
        text-align: left;
        text-shadow: 1px 1px 1px #FFFFFF;
        width: 130px;
    }

#UserFiles p {
    font-family: Segoe UI;
    font-size: 12px;
    line-height: 21px;
    text-align: left;
    text-shadow: 1px 1px 1px #FFFFFF;
    margin: 0 0 1px;
}

.blocker {
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    z-index: 10;
    position: absolute;
    background-color: black;
    opacity: 0.05;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=5)";
    /* Safari 1.x */
    -khtml-opacity: 0.05;
}

.savefloats {
    background-color: #B91D23;
    border-radius: 0px 5px 5px 5px;
    position: absolute;
    left: 262px;
    top: 94px;
    z-index: 13;
}

    .savefloats a {
        clear: both;
        color: White;
        min-width: 100px;
        padding: 10px 20px;
        font-weight: bold;
        float: left;
    }

        .savefloats a:hover {
            color: #999999;
            text-decoration: none;
        }

.tablefloats {
    background-color: #B91D23;
    border-radius: 0px 5px 5px 5px;
    position: absolute;
    left: 240px;
    top: 76px;
    z-index: 13;
}

    .tablefloats a {
        clear: both;
        color: white;
        min-width: 130px;
        padding: 10px 20px;
        font-weight: bold;
        float: left;
    }

        .tablefloats a:hover {
            color: #999999;
            text-decoration: none;
        }

.submenufloats {
    background-color: #B91D23;
    border-radius: 5px 1px 5px 5px;
    position: absolute;
    right: 5px;
    top: 90px;
    z-index: 11;
}

    .submenufloats a {
        clear: both;
        color: #fff;
        min-width: 100px;
        padding: 10px 20px;
        font-weight: bold;
        float: left;
    }

        .submenufloats a:hover {
            color: #999999;
            text-decoration: none;
        }

.hover {
    background-color: White;
    border: 1px solid black;
    position: absolute;
    z-index: 90002;
}

.margingres {
    margin-right: 7px;
    margin-left: 7px;
    margin-top: 12px;
    margin-bottom: 30px;
}

.specstyle {
    font-weight: bold;
}

    .specstyle label {
    }

.speccolstyle {
    font-weight: bold;
    min-width: 110px;
    width: 110px;
}

.specminstyle {
    font-weight: bold;
    min-width: 35px;
    width: 35px;
}
/*------Image preload----*/
.image-holder {
    background: url("loading.gif") no-repeat scroll 50% 12%; /* border: 1px solid #DDDDDD;*/
    display: inline;
    float: left;
    height: 500px;
    width: 90%;
}

.clear {
    clear: both;
}

.CalculationTypeHeader {
    font-weight: bold;
}

.UnitColumn {
    width: 52px;
    min-width: 52px;
    height: 20px;
}

.CenterAlign {
    vertical-align: middle;
    text-align: center;
}

.LeftAlign {
    vertical-align: middle;
    text-align: left;
}

.RightAlign {
    vertical-align: middle;
    text-align: right;
}

.TopAlign {
    vertical-align: top;
    text-align: left;
}

.errormsg {
    color: red;
    font-size: small;
}
/*----filter ---*/
.divfilter {
    background-color: #ffffff;
    cursor: pointer;
    border: 1px solid;
    border-color: Black;
    border-bottom: none;
    color: black;
    float: left;
    margin-right: 20px;
    padding: 2px 0;
    position: absolute;
    top: 33px;
    z-index: 2003;
}

.divfilterrem:hover {
    color: #333333;
}

.margingright {
    margin-right: 15px;
}

.DialogHeader {
    color: #000000;
    font: 16px Segoe UI;
    text-align: center;
    font-weight: bold;
}

.ContentHeader {
    font: 14px Segoe UI;
    text-align: center;
    color: black;
}

.BorderLine {
    border-bottom: 2px solid #686868;
    height: 2px;
    width: 100%;
}

.Combobox {
    font: 11px Segoe UI; /* width: 82%;*/
    border: 1px solid #DCDCDC;
    background-color: #F2F2F2;
}

.RegisterTextBox {
    box-shadow: rgba(0, 0, 0, 0.199219) 0px 1px 0px 0px;
    background-color: #F2F2F2;
    border-color: #DCDCDC;
    border-style: solid;
    border-width: 1px 1px 1px;
    font: 11px Segoe UI;
    width: 99%;
}

.UpdateTextBox {
    width: 150px;
}

.Button {
    box-shadow: rgba(0, 0, 0, 0.199219) 0px 1px 0px 0px;
    background-color: #F2F2F2;
    border-radius: 5px;
    border-color: #333;
    border-width: 1px;
    border-style: solid;
    box-shadow: rgba(0.199219, 0.199219, 0.199219, 0.199219) 0px 1px 0px 0px;
    color: #000000;
    font: 12px Segoe UI;
}

    .Button:hover {
        color: #333;
        border-color: #999;
        -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    }

    .Button:active {
        color: #000;
        border-color: #444;
    }

.styled-button-1:hover {
    color: #333;
    border-color: #999;
    cursor: pointer;
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.styled-button-1:active {
    color: #000;
    border-color: #444;
}

.TextBox {
    /*background-color: #F2F2F2; -webkit-box-shadow: rgba(0, 0, 0, 0.199219) 0px 1px 0px 0px;*/
    border-color: #DCDCDC;
    border-style: solid;
    border-width: 1px 1px 1px;
    font: 11px Segoe UI;
}

.select {
    box-shadow: rgba(0, 0, 0, 0.199219) 0px 1px 0px 0px;
    background-color: #F2F2F2;
    border-color: #DCDCDC;
    border-style: solid;
    border-width: 1px 1px 1px;
    font: 11px Segoe UI;
}



/*--- new styles for portswitch ----
#divPortSwitch
{
    display:table;
    }
#divPortSwitch div
{
    display:table-row;
    }
#divPortSwitch div div
{
    display:table-cell;
    }    
    */
/* ----Column settings UI Styles----*/
#results-container {
    font-family: Segoe UI, sans-serif;
    font-size: 11px;
    color: #636466;
    padding-bottom: 10px;
}

#heading {
    font-weight: bold;
}

.Columnmain {
    z-index: 2000;
    position: absolute;
    font: 11px/11px Segoe UI;
}

    .Columnmain td {
        padding-bottom: 8px;
    }

#colblock {
    z-index: 1999;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: Black;
    opacity: 0.3;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    /* Safari 1.x */
    -khtml-opacity: 0.3;
}

.Columnrow {
    display: table-row;
}

.Columncell {
    display: table-cell;
}

#Columnsettings_main select {
    border: 1px solid black;
    width: 150px;
    padding: 2px;
}

#Columnsettings_pcmain select {
}

#ToAvailable, #ToSelected, #MoveUp, #MoveDown {
    border: 1px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    margin: 3px;
}


.warninfo {
    text-overflow: ellipsis;
    width: 400px;
    max-width: 400px;
}

.tablestyleci {
    background-color: #F8F8F8;
    width: 800px;
    border-width: 2px;
    border-style: solid;
    border-radius: 10px;
    padding: 10px;
}
/* Product cart related classes */
.PDTopDiv {
    width: 170px;
    height: 80px;
    display: block;
}

.PDTopLeftDiv {
    width: 30px;
    height: 30px;
    background: url('../Resources/Port.png') no-repeat;
    background-size: 30px 30px;
    margin: 10px 0px 0px 10px;
    float: left;
    display: inline-block;
}

.PDTopRightDiv {
    width: 30px;
    height: 30px;
    background: url('../Resources/Port.png') no-repeat;
    background-size: 30px 30px;
    margin: 10px 10px 0px 0px;
    float: right;
    display: inline-block;
}

.PDTopLabelDiv {
    width: 170px;
    top: 134px;
    display: block;
    position: absolute;
}

.PDTLLDiv {
    margin: 0px 0px 0px 10px;
    float: left;
    display: inline-block;
}

.PDTLLabel1 {
    display: block;
    font-size: 11px;
    margin-bottom: 2px;
}

.PDTLLabel2 {
    display: block;
    font-size: 11px;
}

.PDTRLDiv {
    margin: 0px 10px 0px 0px;
    float: right;
    display: inline;
}

.PDTopRLabelDiv {
    width: 170px;
    height: 120px;
    display: block;
    padding: 10px 0px;
    margin: 0px;
}

.PDM1Div {
    width: 30px;
    height: 30px;
    background: url('../Resources/Port.png') no-repeat;
    background-size: 30px 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.PDM2Div {
    width: 30px;
    height: 30px;
    background: url('../Resources/Port.png') no-repeat;
    background-size: 30px 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.PDMFDiv {
    width: 170px;
    height: 120px;
    display: block;
    padding: 10px 0px;
    margin: 0px;
    z-index: 2;
    top: 173px;
    position: absolute;
}

.PDMFLabel1Div {
    width: 68px;
    height: 24px;
    display: block;
    margin-left: auto;
    margin-bottom: 34px;
}

.PDMFLabel1 {
    display: block;
    font-size: 11px;
    margin-bottom: 2px;
}

.PDMFLabel2 {
    display: block;
    font-size: 11px;
}

.PDMFLabel2Div {
    width: 68px;
    height: 30px;
    display: block;
    margin-left: auto;
    margin-bottom: 30px;
}

.PDBottomDiv {
    width: 170px;
    height: 80px;
    display: block;
    position: relative;
}

.PDBLeftDiv {
    margin: 9px 0px 0px 10px;
    float: left;
    display: inline-block;
    position: absolute;
}

.PDBLeft {
    width: 30px;
    height: 30px;
    background: url('../Resources/Port.png') no-repeat;
    background-size: 30px 30px;
    margin: 0px 0px 10px 10px;
    float: left;
    bottom: 0px;
    display: inline-block;
    position: absolute;
}

.PDBRightDiv {
    margin: 9px 10px 0px 0px;
    right: 0px;
    display: inline-block;
    position: absolute;
}

.PDBRight {
    width: 30px;
    height: 30px;
    background: url('../Resources/Port.png') no-repeat;
    background-size: 30px 30px;
    margin: 0px 10px 10px 0px;
    right: 0px;
    bottom: 0px;
    display: inline-block;
    position: absolute;
}

.PDTopBreakDiv {
    width: 170px;
    display: block;
}
/*-----*/
.tablestyle {
    background-color: #F8F8F8;
    width: 1200px;
    border-width: 2px;
    border-style: solid;
    border-radius: 10px;
    padding: 10px;
}

.tabs {
    display: block;
    height: 304px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

    .tabs section {
        float: left;
        z-index: 1;
    }

        .tabs section h3 {
            background: none repeat scroll 0 0 #D9D9D9;
            border-radius: 5px 5px 0 0;
            cursor: pointer;
            font: bold 12px Arial;
            margin: 0 1px 0 0;
            padding: 3px 10px;
        }

        .tabs section.current h3 {
            background: none repeat scroll 0 0 #FFFFFF;
            border: 1px black solid;
            border-bottom: 0px;
            cursor: default;
        }

        .tabs section div {
            background: none repeat scroll 0 0 #FFFFFF;
            border: 1px solid black;
            border-top: 0px;
            display: none;
            font: 12px Arial;
            height: 160px;
            left: 0;
            padding: 0 10px;
            position: absolute;
            width: 740px;
            z-index: 2;
            overflow-y: scroll;
        }

        .tabs section.current div {
            display: block;
        }

#divExtradetails {
    height: 115px;
    bottom: 5px;
    overflow: hidden;
}

#divAccessories {
    height: 275px;
}

.artheader td:nth-of-type(1), .lisheader td:nth-of-type(1) {
    width: 10px;
}

.artheader td:nth-of-type(2), .lisheader td:nth-of-type(2) {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
}

.artheader td:nth-of-type(3), .lisheader td:nth-of-type(3) {
    width: 250px;
    min-width: 250px;
    max-width: 250px;
}

.artheader td:nth-of-type(4), .lisheader td:nth-of-type(4) {
    width: 50px;
    min-width: 50px;
    max-width: 50px;
}

.artheader td:nth-of-type(5), .lisheader td:nth-of-type(5) {
    width: 50px;
    min-width: 50px;
    max-width: 50px;
}

.artheader td:nth-of-type(6), .lisheader td:nth-of-type(6) {
    width: 50px;
    min-width: 50px;
    max-width: 50px;
}

.artheader td:nth-of-type(7), .lisheader td:nth-of-type(7) {
    width: 50px;
    min-width: 50px;
    max-width: 50px;
}

.accessoryheader {
    background-color: White;
    position: absolute;
    margin-bottom: 10px;
}

    .accessoryheader td {
        padding: 1px 5px 1px 1px;
        font-weight: bold;
    }

        .accessoryheader td:nth-of-type(2) {
            width: 80px !important;
        }

.accessorylist td:nth-of-type(2) {
    width: 70px !important;
}

.accessoryheader td:nth-of-type(3) {
    width: 450 !important;
    min-width: 450px !important;
    max-width: 450px !important;
    margin-right: 15px;
}

.accessorylist td:nth-of-type(3) {
    min-width: 450px !important;
    max-width: 450px !important;
    overflow: hidden;
    margin-right: 15px !important;
}

.accessoryheader td:nth-of-type(4) {
    width: 50 !important;
    max-width: 50 !important;
}

.accessorylist td:nth-of-type(4) {
    max-width: 50px !important;
    overflow: hidden;
}

.accessorygroup {
    width: 100%;
    cursor: pointer;
}

    .accessorygroup td {
        padding: 1px 5px 1px 1px;
        font-weight: bold;
    }

.accessorylist {
    display: none;
}

    .accessorylist td {
        padding: 1px 5px 1px 1px;
    }

.psxpctab td {
    padding: 5px 8px;
}

.pbheader {
    position: absolute;
    background-color: White;
    width: 753px;
}

.pbgroup td {
    color: Black;
}

.pbheader td {
    font-weight: bold;
}

.pbheader td, .pbgroup td, .pblist td {
    /*padding:5px 8px;*/
}

.pbContainer ~ .pbcgl, .pbContainer ~ .pbcglist {
    display: none;
}

.pbheader td:nth-of-type(1) {
    max-width: 30px;
    min-width: 30px;
    padding-left: 5px;
    width: 30px;
}

.pbContainer td:nth-of-type(1) {
    max-width: 30px;
    min-width: 30px;
    padding-left: 5px;
    width: 30px;
}

.pbgroup td:nth-of-type(1), .pbcgroup td:nth-of-type(1) {
    max-width: 30px;
    min-width: 30px;
    padding-left: 5px;
    width: 30px;
}

.pbcgl td:nth-of-type(1) {
    max-width: 22px;
    min-width: 22px;
    padding-left: 12px;
    width: 22px;
}

.pbheader td:nth-of-type(2) {
    min-width: 120px;
    max-width: 120px;
    width: 120px;
}

.pbContainer td:nth-of-type(2) {
    min-width: 120px;
    max-width: 120px;
    width: 120px;
}

.pbgroup td:nth-of-type(2), .pbcgroup td:nth-of-type(2) {
    min-width: 120px;
    max-width: 120px;
    width: 120px;
}

.pbheader td:nth-of-type(3) {
    min-width: 400px;
    max-width: 400px;
    width: 400px;
}

.pbContainer td:nth-of-type(3) {
    color: Blue;
    min-width: 400px;
    max-width: 400px;
    width: 400px;
}

.pbgroup td:nth-of-type(3), .pbcgroup td:nth-of-type(3) {
    min-width: 400px;
    max-width: 400px;
    width: 400px;
}

.pbglist td:nth-of-type(1), .pbcglist td:nth-of-type(1) {
    min-width: 60px;
    max-width: 60px;
    width: 60px;
}

.pbglist td:nth-of-type(2), .pbcglist td:nth-of-type(2) {
    min-width: 100px;
    max-width: 100px;
    width: 100px;
}

.pbglist td:nth-of-type(3), .pbcglist td:nth-of-type(3) {
    min-width: 300px;
    max-width: 300px;
    width: 300px;
}

.tabpb td {
    padding: 0px 8px 0px 0px;
    vertical-align: middle;
}

    .tabpb td div {
        height: 15px;
        vertical-align: middle;
        text-align: center;
        cursor: pointer;
    }

        .tabpb td div label {
            padding: 0px;
            text-align: center;
            cursor: pointer;
        }

.tablestyleq {
    width: auto;
    background-color: #F8F8F8;
    border-width: 2px;
    border-style: solid;
    border-radius: 10px;
    padding: 10px;
}

    .tablestyleq td {
        padding: 5px;
    }

    .tablestyleq input {
        font-size: 11px;
    }
/*#ResultHolder div[id^="resultdiv"]:nth-child(odd)
{
    background:white;
    }  
#ResultHolder div[id^="resultdiv"]:nth-child(odd) div
{
    background:white;
    } 
#ResultHolder div[id^="resultdiv"]:nth-child(even)
{
    background:#EBEBEB;
    }  */
/* two-stage*/

#ResultHolder {
    cursor: pointer;
    border: 1px solid darkgray;
    border-radius: 10px;
    width: 700px;
    overflow-x: hidden;
}

    #ResultHolder div {
        padding: 0px 7px 0px 7px !important;
    }

        #ResultHolder div[id^="resultdiv"] > table td, #ResultHolder div[id="heading"] > table td {
            border-right: 1px solid #860207;
        }

            #ResultHolder div[id^="resultdiv"] > table td:last-child, #ResultHolder div[id="heading"] > table td:last-child {
                border-right: 0px;
            }

        #ResultHolder div[id="heading"] {
            height: 24px;
            padding: 3px 7px 0px 7px !important;
        }

        #ResultHolder div[id^="resultdiv"], #ResultHolder div[id="heading"] {
            border-bottom: 1px solid darkgray;
        }

            #ResultHolder div[id^="resultdiv"]:last-child {
                border-bottom: 0px;
            }

.GVRightArrow {
}

.GVRbtn {
    width: 15px;
    cursor: pointer;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 !important;
    float: right;
    background: none repeat scroll 0 0 #EFEFEF;
    border-color: #AAA;
    font-style: normal;
    border-radius: 3px 3px 3px 3px;
    border: 1px solid #AAA;
    height: 15px;
}

#ResultGridFooter {
    width: 98%;
    height: 28px;
    background-image: -moz-linear-gradient(center top, #E8E8E8, #F8F8F8);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#E8E8E8', endColorstr='#F8F8F8')";
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #E8E8E8),color-stop(1, #F8F8F8));
}

#spliter {
    float: right;
    border-left: 2px solid gray;
    margin-top: 3px;
    padding: 0px 1px 0px 2px !important;
    height: 22px;
}

.GVFStrip {
    width: 15px;
    cursor: pointer;
    margin-right: 5px;
    margin-top: 7px;
    padding: 0 !important;
    float: right;
    font-style: normal;
    height: 15px;
}

#heading {
    background-image: -moz-linear-gradient(center top, #E8E8E8, #F8F8F8);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#E8E8E8', endColorstr='#F8F8F8')";
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #E8E8E8),color-stop(1, #F8F8F8));
}

/*---Two-Stage Gridview ------*/

#ResultHolder_2s {
    cursor: pointer;
    border: 1px solid darkgray;
    border-radius: 10px;
    width: 670px;
    overflow-x: hidden;
}

    #ResultHolder_2s div {
        padding: 0px 0px 0px 0px !important;
    }

        #ResultHolder_2s div[id="resultpreview"] {
            padding: 15px !important;
        }

        #ResultHolder_2s div[id^="mresult"] > table td, #ResultHolder_2s div[id^="mcresult"] > table td, #ResultHolder_2s div[id="heading_2s"] > table td {
            border-right: 1px solid #860207;
        }

            #ResultHolder_2s div[id^="mresult"] > table td:first-child, #ResultHolder_2s div[id^="mcresult"] > table td:first-child, #ResultHolder_2s div[id="heading_2s"] > table td:first-child {
                border-right: 0px !important;
            }

            #ResultHolder_2s div[id^="mresult"] > table td:last-child, #ResultHolder_2s div[id^="mcresult"] > table td:last-child, #ResultHolder_2s div[id="heading_2s"] > table td:last-child {
                border-right: 0px;
            }

        #ResultHolder_2s div[id="heading_2s"] {
            height: 24px;
            padding: 3px 0px 0px 0px !important;
        }

        #ResultHolder_2s div[id^="mresult"], #ResultHolder_2s div[id^="mcresult"], #ResultHolder_2s div[id="heading_2s"] {
            border-bottom: 1px solid darkgray;
        }

            #ResultHolder_2s div[id^="mresult"]:last-child {
                border-bottom: 0px;
            }

.GVRightArrow {
}

.GVRbtn {
    width: 15px;
    cursor: pointer;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 !important;
    float: right;
    background: none repeat scroll 0 0 #EFEFEF;
    border-color: #AAA;
    font-style: normal;
    border-radius: 3px 3px 3px 3px;
    border: 1px solid #AAA;
    height: 15px;
}

#ResultGridFooter_2s {
    width: 100%;
    height: 28px;
    background-image: -moz-linear-gradient(center top, #E8E8E8, #F8F8F8);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#E8E8E8', endColorstr='#F8F8F8')";
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #E8E8E8),color-stop(1, #F8F8F8));
}

#spliter {
    float: right;
    border-left: 2px solid gray;
    margin-top: 3px;
    padding: 0px 1px 0px 2px !important;
    height: 22px;
}

.GVFStrip {
    width: 15px;
    cursor: pointer;
    margin-right: 5px;
    margin-top: 7px;
    padding: 0 !important;
    float: right;
    font-style: normal;
    height: 15px;
}

#heading_2s {
    background-image: -moz-linear-gradient(center top, #E8E8E8, #F8F8F8);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#E8E8E8', endColorstr='#F8F8F8')";
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #E8E8E8),color-stop(1, #F8F8F8));
}

/* Connection Impact */

.CIFilterDivCol {
    border: 2px solid #A0A0A0;
    height: 30px;
    margin-bottom: 5px;
    padding: 2px;
    background-color: white;
}

    .CIFilterDivCol label, .CIFilterDivCol select {
        margin: 4px 4px 0px 0px;
    }

.clLayout_RightDiv {
    float: right;
    border: 2px Solid #A0A0A0;
    margin-left: 5px;
    width: 290px;
    height: 420px;
    background-color: white;
}


.clLayout_LeftDiv {
    float: left;
}

.clCIConnectionInputDiv {
    display: block;
    border: 2px solid #A0A0A0;
    height: 200px;
    min-height: 200px;
    margin-bottom: 6px;
    background-color: white;
}

.clCIConnectionInputColumn {
    display: block;
    padding: 2px;
}

.clCIConnectionResultMenuColumn {
    padding: 2px;
    display: block;
    border-bottom: 2px solid #A0A0A0;
    background-image: -moz-linear-gradient(center top, #E8E8E8, #F8F8F8);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#E8E8E8', endColorstr='#F8F8F8')";
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #E8E8E8),color-stop(1, #F8F8F8));
}

    .clCIConnectionResultMenuColumn div {
        display: inline-block;
        display: inline-block;
        margin: 1px 10px 1px 1px;
        padding: 2px 4px;
        border: 1px solid #A0A0A0;
        border-radius: 5px 5px 5px 5px;
        cursor: pointer;
    }

.overflowellipse {
    width: 200px;
    min-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.clCIConnectionResultMenuColumn div label {
    cursor: pointer;
    padding-left: 5px;
}

.Gradiantstyle {
    border-bottom: 2px solid #A0A0A0;
    background-image: -moz-linear-gradient(center top, #E8E8E8, #F8F8F8);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#E8E8E8', endColorstr='#F8F8F8')";
    padding: 2px;
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #E8E8E8),color-stop(1, #F8F8F8));
}

.CIConnectionResultValuesStyle {
    height: 158px;
    min-height: 158px;
    overflow-y: scroll;
}

.Gradiantstyle div {
    border-right: 2px solid #A0A0A0;
}

.clCIConnectionInputColumn:nth-of-type(1) div {
}

.clCIConnectionResultColumn {
    padding: 2px;
    display: block;
}

    .clCIConnectionResultColumn div {
        padding: 3px 5px 2px 2px;
        margin-right: 2px;
        display: inline-block;
    }

        .clCIConnectionResultColumn div:nth-of-type(1) {
            width: 30px;
        }

        .clCIConnectionResultColumn div:nth-of-type(2) {
            width: 30px;
        }

.clCIConnectionResultHeader {
    padding: 2px;
    display: block;
    border-bottom: 2px solid #A0A0A0;
    background-image: -moz-linear-gradient(center top, #E8E8E8, #F8F8F8);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#E8E8E8', endColorstr='#F8F8F8')";
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #E8E8E8),color-stop(1, #F8F8F8));
}

    .clCIConnectionResultHeader div {
        display: inline-block;
        border-right: 2px solid #A0A0A0;
        padding: 3px 5px 2px 2px;
        margin-right: 2px;
    }

.clConnectionResultDiv {
    display: block;
    border: 2px solid #A0A0A0;
    height: 210px;
    background-color: white;
}

.clCIConnectionInputColumn div:nth-of-type(1) {
    display: inline-block;
    width: 30px !important;
    min-width: 30px !important;
    margin-right: 3px;
    padding: 2px;
}

.clCIConnectionInputColumn div:nth-of-type(2) {
    display: inline-block;
    width: 60px !important;
    min-width: 60px !important;
    margin-right: 3px;
    padding: 2px;
}

.clCIConnectionInputColumn div:nth-of-type(3) {
    display: inline-block;
    width: 130px !important;
    min-width: 130px !important;
    margin-right: 3px;
    padding: 2px;
}

.clCIConnectionInputColumn div:nth-of-type(4) {
    display: inline-block;
    width: 80px !important;
    min-width: 80px !important;
    margin-right: 3px;
    padding: 2px;
}

.clCIConnectionInputColumn div:nth-of-type(5) {
    display: inline-block;
    width: 70px !important;
    min-width: 70px !important;
    margin-right: 3px;
    padding: 2px;
}

.clCIConnectionInputColumn div:nth-of-type(6) {
    display: inline-block;
    width: 20px !important;
    min-width: 20px !important;
    margin-right: 3px;
    padding: 2px;
    border: none !important;
}

.clCIConnectionInputColumnin {
    height: 25px;
}

    .clCIConnectionInputColumnin div:nth-of-type(1) {
        display: inline-block;
        width: 30px !important;
        min-width: 30px !important;
        margin-right: 3px;
        padding: 2px;
        vertical-align: middle;
    }

    .clCIConnectionInputColumnin div:nth-of-type(2) {
        display: inline-block;
        width: 70px !important;
        min-width: 70px !important;
        margin-right: 3px;
        padding: 2px;
        vertical-align: middle;
    }

    .clCIConnectionInputColumnin div:nth-of-type(3) {
        display: inline-block;
        width: 140px !important;
        min-width: 140px !important;
        margin-right: 3px;
        padding: 2px;
        vertical-align: middle;
    }

    .clCIConnectionInputColumnin div:nth-of-type(4) {
        display: inline-block;
        width: 80px !important;
        min-width: 80px !important;
        margin-right: 3px;
        padding: 2px;
        vertical-align: middle;
    }

    .clCIConnectionInputColumnin div:nth-of-type(5) {
        display: inline-block;
        width: 70px !important;
        min-width: 70px !important;
        margin-right: 3px;
        padding: 2px;
        vertical-align: middle;
    }

    .clCIConnectionInputColumnin div:nth-of-type(6) {
        display: inline-block;
        width: 20px !important;
        min-width: 20px !important;
        margin-right: 3px;
        padding: 2px;
        border: none !important;
        vertical-align: middle;
    }


.ddlNND {
    width: 60px;
    margin-right: 10px;
}

.ddlConnection {
    width: 130px;
    margin-right: 10px;
}

.vertical-ori-moz {
    width: 18px;
    display: inline-block;
    transform: rotate(270deg);
    -ms-transform: rotate(270deg); /* IE 9 */
    -webkit-transform: rotate(270deg); /* Safari and Chrome */
    -o-transform: rotate(270deg); /* Opera */
    -moz-transform: rotate(270deg); /* Firefox */
}

.vertical-ori-btn {
    width: 18px;
    display: inline-block;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari and Chrome */
    -o-transform: rotate(90deg); /* Opera */
    -moz-transform: rotate(90deg); /* Firefox */
    position: relative;
    top: -100px;
    cursor: pointer;
}

    .vertical-ori-btn button {
        cursor: pointer;
    }

.vertical-ori-ie {
    /*margin:20px 5px 10px 10px; 	float:left; 	display:inline-block; 	width:200px; 	height:10px;*/
    width: 18px;
    display: inline-block;
    transform: rotate(270deg);
    -ms-transform: rotate(270deg); /* IE 9 */
    -webkit-transform: rotate(270deg); /* Safari and Chrome */
    -o-transform: rotate(270deg); /* Opera */
    -moz-transform: rotate(270deg); /* Firefox */
}

.ImageHolder {
    float: top;
    padding: 10px;
    border-bottom: 2px solid #A0A0A0;
}

.footerleft {
    float: left;
    min-width: 300px;
    display: block;
    padding-bottom: 5px;
    padding-top: 8px;
    color: White;
}

    .footerleft div {
        margin-left: 10px;
        display: inline-block;
    }

    .footerleft a {
        color: White;
    }

.PCDrawing {
    float: right;
    width: 397px;
    height: 354px;
    border: 1px solid black;
}

.FSDivClass {
    border: 2px solid gray;
    width: 172px;
    height: 300px;
    margin: 10px;
    display: inline-block;
    float: left;
    border-radius: 2em;
}

.BSDivClass {
    border: 2px solid gray;
    width: 172px;
    height: 300px;
    margin: 10px;
    display: inline-block;
    float: right;
    border-radius: 2em;
}
/************************** Advances Alert box**********************/

#modalDiv {
    background-image: url('modal-1px.png');
    background: #000;
    opacity: .3;
    filter: alpha(opacity=30);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    /* Safari 1.x */
    -khtml-opacity: 0.3;
    width: 100%;
    height: 100%;
    z-index: 10000;
    position: fixed;
    top: 0;
    left: 0;
}

#alertDiv {
    position: fixed;
    width: 18em;
    min-height: 4em;
    border: 1px solid #000;
    background-color: #F2F5F6;
    color: #000;
    z-index: 10001;
}

    #alertDiv .title {
        margin: 0;
        font-size: .9em;
        font-weight: bold;
        background-color: #860207;
        color: #FFF;
        border-bottom: 1px solid #000;
        padding: .2em 0 .2em .5em;
    }

    #alertDiv .message {
        padding: 0 1em;
    }

    #alertDiv .okBtn {
        display: block;
        position: relative;
        margin: 0 auto 1em auto;
        width: 6em;
        padding: .3em;
        border: 1px solid #000;
        border-radius: 5px 5px 5px 5px;
        font-size: .7em;
        text-transform: uppercase;
        text-align: center;
        color: #000000;
        background-color: #F2F2F2;
        text-decoration: none;
    }


/*------------------------------------------------*/
#popup_container {
    font-family: Arial, sans-serif;
    font-size: 12px;
    min-width: 300px; /* Dialog will be no smaller than this */
    max-width: 600px; /* Dialog will wrap after this width */
    background: #FFF;
    border: solid 2px #999;
    color: #000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#popup_title {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.75em;
    color: #666;
    background: #CCC url(images/title.gif) top repeat-x;
    border: solid 1px #FFF;
    border-bottom: solid 1px #999;
    cursor: default;
    padding: 0em;
    margin: 0em;
}

#popup_content {
    background: 16px 16px no-repeat url(images/info.gif);
    padding: 1em 1.75em;
    margin: 0em;
}

    #popup_content.alert {
        background-image: url(images/info.gif);
    }

    #popup_content.confirm {
        background-image: url(images/important.gif);
    }

    #popup_content.prompt {
        background-image: url(images/help.gif);
    }

#popup_message {
    padding-left: 48px;
}

#popup_panel {
    text-align: center;
    margin: 1em 0em 0em 1em;
}

#popup_prompt {
    margin: .5em 0em;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    width: 960px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #ffffff;
    width: 100%;
}

    .header h1 {
        font-weight: 700;
        margin: 0px;
        padding: 0px 0px 0px 20px;
        color: #B91D23;
        border: none;
        line-height: 2em;
        font-size: 2em;
    }

.main {
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink {
    background-color: #800000;
    width: 100%;
}

div.menu {
    padding: 4px 0px 4px 8px;
}

    div.menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
    }

        div.menu ul li a, div.menu ul li a:visited {
            background-color: #800000; /* border: 1px #CD0000 solid; */
            color: #dde4ec;
            display: block;
            line-height: 1.35em;
            padding: 4px 20px;
            text-decoration: none;
        }

            div.menu ul li a:hover {
                background-color: #CD0000;
                color: #ffffff;
                text-decoration: none;
            }

            div.menu ul li a:active {
                background-color: #CD0000;
                color: #ffffff;
                text-decoration: none;
            }

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
    width: 400px;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo {
    width: 400px;
}

/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: #B91D23;
}

    .loginDisplay a:link {
        color: #B91D23;
    }

    .loginDisplay a:visited {
        color: #B91D23;
    }

    .loginDisplay a:hover {
        color: #B91D23;
    }

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}
/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1 {
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}
/* Manage User page css  
----------------------------------------------------------*/

.displayNone {
    display: none;
}

.txtArea {
    width: 325px;
    height: 85px;
    max-width: 325px;
    max-height: 85px;
    margin: 2px;
}

.errorSpan {
    display: none;
    color: Red;
}

.ddlCountry {
    margin: 2px;
    width: 188px;
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}

.tdDisplayTop {
    vertical-align: top;
}

.contactsPaddingTop {
    padding-top: 27px;
}

.slateDisplay {
    width: 215px;
    border: 1px solid grey;
}

.slateHeader {
    text-align: center;
    background-color: lightgrey;
    padding: 5px;
}

.slateContent {
    padding: 5px;
}

.contactSlate {
    margin: 5px 0;
    border: 1px solid lightgrey;
}

.contactSlateEdit {
    border: 2px solid;
    margin: 5px -7px;
}

.tblSlateContacts td {
    font-size: 11px;
}

.contactsBtn {
    background-color: lightgrey;
}

.tblSlateBtn {
    width: 100%;
}

.tdSlateEdit {
    width: 50%;
    text-align: center;
    border-right: 1px solid grey;
    font-size: 12px;
    cursor: default;
}

.tdSlateRemove {
    text-align: center;
    font-size: 12px;
    cursor: default;
}

.pSlate {
    margin: 0px;
    width: 112px;
    word-wrap: break-word;
}

.contactSlateHeading {
    background-color: lightgray;
}

.pSlateHeading {
    font-size: 12px;
    margin: 0px 5px;
    word-wrap: break-word;
    width: 170px;
}

.bold {
    font-weight: bold;
}

.divBtnDlgNDADetails {
    position: absolute;
    bottom: 10px;
    max-width: 200px;
    right: 25px;
    border: 1px solid lightgray;
    background-color: white;
}

.msgDlgDetails {
    text-align: right;
}

.btnDlgDetails {
    float: right;
}

.fontSize12 {
    font-size: 12px;
}

.alignCenter {
    text-align: center;
}

#HeadLoginName {
    font-size: 13px;
}

#profileID, #newUsers {
    border-radius: 5px;
}

a {
    color: Black;
}

.ui-tabs-vertical {
    width: 910px;
}

    .ui-tabs-vertical .ui-tabs-nav {
        padding: .2em .1em .2em .2em;
        float: left;
        width: 12em;
    }

        .ui-tabs-vertical .ui-tabs-nav li {
            clear: left;
            width: 100%;
            border-bottom-width: 1px !important;
            border-right-width: 0 !important;
            margin: 0 -1px .2em 0;
        }

            .ui-tabs-vertical .ui-tabs-nav li a {
                display: block;
            }

            .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
                padding-bottom: 0;
                padding-right: .1em;
                border-right-width: 1px;
                border-right-width: 1px;
            }

    .ui-tabs-vertical .ui-tabs-panel {
        float: right;
        width: 695px;
    }

.btnNormal {
    min-width: 75px;
    height: 25px;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
}

.mainSearchTxt {
    width: 300px;
}

.gridUsers th, .gridGroups th, .gridCompanies th {
    color: #B91D23;
    padding: 10px;
    border: 1px solid #000;
}

.gridUsers td, .gridGroups td, .gridCompanies td {
    padding: 10px;
    border: 1px solid #000;
}

.searchInputs {
    width: 200px;
    margin: 3px;
}

.searchInputsChkBx {
    margin: 3px;
}

.dlgBtnDiv {
    padding: 5px;
    text-align: center;
}

.clsTabs {
    min-height: 300px;
}

.contactsName {
    width: 150px;
    text-align: left;
}

.contactsEmail {
    width: 200px;
    text-align: left;
}

.contactsPhNo {
    width: 150px;
    text-align: left;
}

.contactsPrimary {
    width: 100px;
    text-align: center;
}

.divFilterBtn {
    padding-top: 10px;
}

.imgEdit {
    background-repeat: no-repeat;
    background-image: url('../Styles/images/edit.png');
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-bottom: -5px;
}

.imgUndo {
    background-repeat: no-repeat;
    background-image: url('../Styles/images/undo.png');
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-bottom: -5px;
}

.imgAdd {
    background-repeat: no-repeat;
    background-image: url('../Styles/images/add.png');
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-bottom: -5px;
}

.imgDelete {
    background-repeat: no-repeat;
    background-image: url('../Styles/images/delete.png');
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-bottom: -5px;
}

.greyBlocker {
    position: absolute;
    background-color: grey;
    width: 100%;
    min-height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0.5;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    /* Safari 1.x */
    -khtml-opacity: 0.5;
    z-index: 50;
    display: none;
}

.txtUDName {
    width: 135px;
}

.txtUDEmail {
    width: 185px;
}

.txtUDPhNo {
    width: 135px;
}

.spnErr {
    color: red;
    display: none;
}

.msgSuccess {
    color: Green;
}

.msgFailure {
    color: Red;
}

#divDlgMsg {
    text-align: center;
}

#accordion {
    width: 700px;
}

.txtBox {
    line-height: 18px;
    width: 325px;
    height: 20px;
    font-size: 14px;
}

.txtBoxDate {
    line-height: 18px;
    width: 90px;
    height: 20px;
    font-size: 14px;
}

.grpCommentslbl {
    width: 325px;
}

.txtAreaGroups, .txtAreaCompanies {
    line-height: 18px;
    width: 525px;
    max-width: 530px;
    height: 75px;
    max-height: 100px;
    font-size: 14px;
}

.btnUpdate {
    margin-bottom: 10px;
}

.textErr {
    background-color: #FFC2C2;
}

.ddlGroupName {
    width: 325px;
    height: 24px;
}

.changed {
    background-color: #FFD2D2;
}

#MainContent_gvAccessRights td {
    text-align: center;
}

    #MainContent_gvAccessRights td:first-child {
        text-align: left;
    }

#DownloadTable tr {
    vertical-align: top;
}

    #DownloadTable tr:nth-child(even) {
        /* fallback */
        background-color: #DDDDDD;
        background-repeat: repeat-x;
        /* Safari 4-5, Chrome 1-9 */
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#DDDDDD));
        /* Safari 5.1, Chrome 10+ */
        background: -webkit-linear-gradient(top, #DDDDDD, #FFFFFF);
        /* Firefox 3.6+ */
        background: -moz-linear-gradient(top, #DDDDDD, #FFFFFF);
        /* IE 10 */
        background: -ms-linear-gradient(top, #DDDDDD, #FFFFFF);
        /* Opera 11.10+ */
        background: -o-linear-gradient(top, #DDDDDD, #FFFFFF);
    }

.trHeader {
    font-weight: bold;
}

.tdVer {
    min-width: 200px;
    max-width: 225px;
}

.tdBldDt {
    min-width: 100px;
}

.tdCmnts {
    min-width: 200px;
    max-width: 225px;
}

.tdBtn {
    min-width: 100px;
}

.spanNew {
    margin-left: 10px;
    font-weight: bold;
    color: blue;
    text-shadow: 0 1px 0 #F9FC9B, 0 2px 0 #FBFF63, 0 3px 0 #E5E5E5, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);
}

input::-moz-focus-inner /*Remove button padding in FF*/ {
    border: 0;
    padding: 0;
}

.lnkLogin {
    color: #B91D23;
    font-weight: bold;
}

#divLicense {
    display: none;
    position: absolute;
    border: 1px solid grey;
    width: 700px;
    background-color: lightgray;
    border-radius: 5px;
    z-index: 25;
}

.divLicContent {
    height: 225px;
    width: 90%;
    background-color: white;
    margin: 0 auto;
    border: 1px solid lightgray;
    overflow: scroll;
}

.divLicHeader {
    padding: 10px;
    font-weight: 800;
    text-align: center;
}

.divBtnLicense {
    padding: 5px;
    text-align: center;
}

.btnLicense {
    padding: 5px;
    margin: 5px;
}

.notActive {
    background-color: red;
    height: 12px;
    width: 12px;
    border-radius: 3px;
}

.active {
    height: 12px;
    width: 12px;
    background-color: green;
    border-radius: 3px;
}
