﻿

.branding {
    padding: 0;
    margin: 0;
}

    /* branding needs zero padding for the first child when it is a p */
    .branding > p:first-child {
        padding: 0;
        margin: 0;
    }


body {
    background: transparent url(images/bg_gradient.png) repeat-x;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
    text-align: center;
    overflow: visible;
}

a, 
a:active, 
a:visited {
    text-decoration: none;
    color: blue;
}

    a:hover {
        color: blue;
        text-decoration: underline;
    }

.webclient-header-container {
    background: #eee;
    height: 60px;
    /*left: 0;*/
    position: fixed;
    top: 0;
    z-index: 999;
}

.webclient-headcontrolborder {
    /*border: 4px solid;
	border-color: #c1bebe;*/
    background-image: -webkit-linear-gradient(top, rgba(200,200,200,1) 24%,rgba(234,234,234,1) 99%);
    background-image: -moz-linear-gradient(top, rgba(200,200,200,1) 24%,rgba(234,234,234,1) 99%);
    background-image: -ms-linear-gradient(top, rgba(200,200,200,1) 24%,rgba(234,234,234,1) 99%);
    background-image: -o-linear-gradient(top, rgba(200,200,200,1) 24%,rgba(234,234,234,1) 9%);
    background-image: linear-gradient(top, rgba(200,200,200,1) 24%,rgba(234,234,234,1) 99%);
}

div.webclient-reliusdivwithheader {
    border-style: none solid solid solid;
    width: 100%;
    padding: 0;
    border-width: 1px;
    border-color: grey;
}


div.webclient-reliuschilddivwithheader{
    border-style: solid solid solid solid;    
    padding: 0;
    margin: 10px;        
    width: 500px;    
    border-width: 1px;
    border-color: grey;
}

.webclient-panelheaderlabel {
    font-family: Verdana, Arial, helvetica, clean, Sans-Serif;
    font-size: 14px;
    line-height: 1.4;
    font-weight: bold;
    padding-left: 8px;
}

div.webclient-reliusbottommargin {
    margin-bottom: 16px;
}

div.webclient-reliuschildbottommargin {
    margin-bottom: 8px;
}

div.webclient-reliuschild-left-right-padding {
    padding-right: 10px;
    padding-left: 10px;
}

.webclient-centercontent {
    text-align: center;
    top: 50%;
}

.webclient-rightcontent {
    text-align: right;
    top: 50%;
}

.webclient-leftcontent {
    text-align: left;
    top: 50%;
}

div.webclient-reliustopmargin {
    margin-top: 16px;
}

div.webclient-reliuschildtopmargin {
    margin-top: 8px;
}

.csaLabel_LargeText {
    font: 16px Arial;
    height: 35px;
}

.csaLabel_LargeTextBolder {
    font: 16px Arial;
    height: 35px;
    font-weight: bolder;
}


.csaLabel_SmallText {
    font: 12px Arial;
    height: 14px;
}

.sgUserCtlPadding {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;    
}

.sgWizardButtons {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    text-align:right;
}

.sgIndent {
    padding-left: 65px;
}

.webclient-headerbar {
    background-image: url(../../images/header_background.jpg);
    background-repeat: repeat;
    background-position: top left;
    height: 20px;
    padding: 0;
    width: 100%;
}

.webclient-default img {
    border: none;
}

.webclient-default h1 {
    font-size: large;
    font-weight: bold;
}

.webclient-default h2 {
    font-size: medium;
    font-weight: bold;
}

.webclient-default h3 {
    color: #5d7b9d;
    font-size: x-small;
    font-weight: bold;
}

.webclient-default hr {
    border: solid 1px black;
    margin-top: 3px;
    margin-bottom: 3px;
}

.webclient-default table {
    /*border: none;*/
    border-collapse: collapse;
    box-sizing: border-box;
}

.webclient-default select {
    font-size: x-small;
    background: white;
}

.webclient-default input[type=submit], .webclient-default input[type=reset], .webclient-default input[type=button], .webclient-default button, webclient-default k-button {
    cursor: pointer;
    text-decoration: none;
    padding: 0px 16px 0px 16px;
   
}


.webclient-default p.InstructionControl {
    margin-bottom: 5px;
    font-size: 11px;
}

.webclient-default .dashboardFieldSets {
    padding: 10px;
    font-size: 12px;
    border: solid 1px #807C73;
    border-radius: 5px;
    background-color: #F7F7F7;
}


.webclient-default body {
    background: transparent url(../../images/bg_gradient.png) repeat-x;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: x-small;
    text-align: center;
    overflow: visible;
}

.webclient-default a, .webclient-default a:active, .webclient-default a:visited {
    text-decoration: none;
    color: blue;
}

    .webclient-default a:hover {
        color: blue;
        text-decoration: underline;
    }

.formviewer-dialogtooltip {
    font-size: x-small;
}

/*.no-cssgradients .toolbarcontainer {
	height: 25px;
	border: none;
	background-color: #4D4941;
	background: #4D4941;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7B786E', endColorstr='#4D4941',GradientType=0 );
	color: #4D4941;
}*/

.toolbarcontainer {
    height: 25px;
    border: none;
    z-index: 1000;
    background-color: #4D4941;
    background: #4D4941;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7B786E', endColorstr='#4D4941',GradientType=0 );
    color: #4D4941;
    background: -moz-linear-gradient(top, #7B786E 0%, #4D4941 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7B786E), color-stop(100%,#4D4941));
    background: -webkit-linear-gradient(top, #7B786E 0%,#4D4941 100%);
    background: -o-linear-gradient(top, #7B786E 0%,#4D4941 100%);
    background: -ms-linear-gradient(top, #7B786E 0%,#4D4941 100%);
    background-image: linear-gradient(top, #7B786E 0%,#4D4941 100%);
}


.webclient-default #maindiv {
    background: white;
    border: 1px #666666 solid;
    margin: auto;
    text-align: left;
    width: 960px;
}

.webclient-default #headermenu {
    height: 19px;
    background: #F7F6F3;
}

.webclient-default #loginstatus {
    background: #CCCCCC;
    display: block;
    height: 25px;
    padding: 3px 10px 0 10px;
}

.webclient-default #maincontent {
    min-height: 450px;
    vertical-align: top;
    padding: 10px;
    margin: auto;
}

.webclient-default #sitefooter {
    border-top: solid 1px black;
    margin: auto;
    padding: 3px;
}

.webclient-default .ui-tooltip {
    background: lightyellow;
    border: 2px solid white;
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
    border-radius: 10px;
}

.webclient-table {
    display: table;
}

.webclient-table-row {
    display: table-row;
}

.webclient-table-cell {
    display: table-cell;
}

.webclient-indent {
    margin: 0;
    padding: 0.5em 1em;
}

.webclient-telerik-editor-hide-toolbar .k-editor-toolbar {
    display: none !important;
}

.webclient-telerik-editor-hide-toolbar .k-editor-toolbar li {
    text-align: left;
    
}

.webclient-fullline-control {
    width: 98% !important;
}
.webclient-auto-width-control {
    width: auto !important;
}

.webclient-dataworksheet-cell {
    vertical-align: top;
}

input.webclient-date {
    width: 90px;    
}

.webclient-dataworksheet-noncalced {
}

.k-numeric-wrap {
    background-color: white !important;
}

.webclient-dataworksheet-calced .k-numeric-wrap {
    background-color: blue !important;
}

.webclient-dataworksheet-calced .k-input[readonly] {
    background: blue !important;
    color: white !important;
}
.webclient-dataworksheet-calced .k-input-inner[readonly] {
    background: blue !important;
    color: white !important;
}

.webclient-halfline-control {
    width: 48% !important;
}

.webclient-tablefullline-control {
    width: 95% !important;
}

.webclient-fieldset {
    display: inline;
    padding: 10px;
    font-size: small;
    border: solid 1px #807C73;
}

.webclient-fieldset-legend {
    color: #5d7b9d;
    font-weight: bold;
    font-size: 11px;
    padding-left: 5px;
    padding-right: 5px;
}

.webclient-fieldset-rounded {
    display: inline;
    padding: 10px;
    font-size: 12px;
    border: solid 1px #e5e5e5;
    border-radius: 5px;
}





/*Progress Bar-Spinning Wheel*/
#progress-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #F2F2F0;
    filter: alpha(opacity=70);
    opacity: 0.9;
    display: none;
}

#relius-circular-progressbar {
    position: relative;
    margin-top: 25%;
    margin-left: 45%;
    width: 128px;
    height: 128px;
}

.relius-circular-progressbar {
    position: absolute;
    width: 29px;
    height: 29px;
}

/*Progress Bar-Dotted bar*/
#rpt-progress-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #F2F2F0;
    filter: alpha(opacity=70);
    opacity: 0.9;
    display: none;
}

#rpt-dotted-bar {
    background-image: url(../Content/kendo/2017.1.118/BlueOpal/indeterminate.gif) !important;
    position: relative;
    margin-top: 30%;
    margin-left: 40%;
    width: 20%;
    text-align: center;
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
    border-right: 1px solid lightgray;
    border-left: 1px solid lightgray;
}

.rpt-dotted-bar {
    position: absolute;
    padding: 5px;
    vertical-align: text-top central;
    background-color: lightgray;
}
/* Addeed for CSV Import */
#csv-progress-container {
    position: fixed;
    width: 20%;
    height: 12%;
    border-top: 2px solid lightgray;
    border-bottom: 2px solid lightgray;
    border-right: 2px solid lightgray;
    border-left: 2px solid lightgray;  
    border-radius: 25px;
    padding-bottom: 45px; 
    padding-right: 50px; 
    /*background-color: #F2F2F0;*/
    /*filter: alpha(opacity=70);
    opacity: 0.9;
    display: none;*/
}

#csv-circular-progressbar {
    position: relative;
    margin-top: 10%;
    margin-left: 43%;
    /*width: 128px;
    height: 128px;*/
}
#progressText {
    width: 300px !important; 
}
/* Added for CSV Import Ends*/
/*TD96559: Included classes from Bootstrap.css*/

[class*="webclient-span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}

.webclient-span12 {
  width: 940px;
}

.webclient-span11 {
  width: 860px;
}

.webclient-span10 {
  width: 780px;
}

.webclient-span9 {
  width: 700px;
}

.webclient-span8 {
  width: 620px;
}

.webclient-span7 {
  width: 540px;
}

.webclient-span6 {
  width: 460px;
}

.webclient-span5 {
  width: 380px;
}

.webclient-span4 {
  width: 300px;
}
.webclient-span4_5 {
  width: 340px;
}

.webclient-span3 {
  width: 220px;
}

.webclient-span2 {
  width: 140px;
}

.webclient-span2_7 {
  width: 165px;
}

.webclient-span2_8 {
  width: 175px;
}

.webclient-span2_5 {
  width: 120px;
}
.webclient-span1 {
  width: 60px;
}
.webclient-span1_5 {
  width: 80px;
}
.webclient-span1_6 {
  width: 90px;
}
.webclient-span1_8 {
  width: 100px;
}
.webclient-rightmargin {
  margin-right: 0.5em;
}

.webclient-row-fluid {
  width: 100%;
  *zoom: 1;
}

.webclient-row-fluid:before,
.webclient-row-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

.webclient-row-fluid:after {
  clear: both;
}

.webclient-row-fluid [class*="webclient-span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.webclient-row-fluid .webclient-span12 {
  width: 100%;
  *width: 99.94680851063829%;
}

.webclient-row-fluid .webclient-span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}

.webclient-row-fluid .webclient-span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}

.webclient-row-fluid .webclient-span9_1 {
  width: 76.46808510638297%;
  *width: 76.41489361702126%;
}
.webclient-row-fluid .webclient-span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}

.webclient-row-fluid .webclient-span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}

.webclient-row-fluid .webclient-span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}

.webclient-row-fluid .webclient-span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}

.webclient-row-fluid .webclient-span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}

.webclient-row-fluid .webclient-span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}

.webclient-row-fluid .webclient-span4_5 {
  width: 35.914893617021278%;
  *width: 35.861702127659576%;
}

.webclient-row-fluid .webclient-span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}

.webclient-row-fluid .webclient-span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}
.webclient-row-fluid .webclient-span2_7 {
  width: 17.553617021276595%;
  *width: 17.550425531914894%;
}

.webclient-row-fluid .webclient-span2_8 {
  width: 19.553617021276595%;
  *width: 19.550425531914894%;
}

.webclient-row-fluid .webclient-span2_5 {
  width: 11.893617021276595%;
  *width: 11.840425531914894%;
}

.webclient-row-fluid .webclient-span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}

.webclient-row-fluid .webclient-span1_5 {
  width: 8.382978723404255%;
  *width: 8.329787234042553%;
}
.webclient-row-fluid .webclient-span1_6 {
  width: 9.282978723404255%;
  *width: 9.229787234042553%;
}
.webclient-row-fluid .webclient-span1_8 {
  width: 11.893617021276595%;
  *width: 11.840425531914894%;
}

.webclient-text-left {
  text-align: left;
}

.webclient-text-right {
  text-align: right;
}

.webclient-text-center {
  text-align: center;
}

.webclient-input-mini {
  width: 60px;
}

.webclient-input-small {
  width: 90px;
}

.webclient-input-medium {
  width: 150px;
}

.webclient-input-medium_Large {
  width: 175px;
}

.webclient-input-large {
  width: 210px;
}

.webclient-input-xlarge {
  width: 270px;
}

.webclient-input-xxlarge {
  width: 530px;
}

.webclient-show {
  display: block;
}

/*For XML Import Screen*/
.xmlImportFields {
    font-size:small;
    width:100%;
}

.webclient-flag-mode-field-editor {
    background-color: yellow;
}

.webclient-flag-mode-field-placeholder{
    background-color: yellow;
    border: 1px solid black;
}

.webclient-errorboxgeneral {
    border:1px solid #CC0000;
	color:#CC0000; 
	padding:3px;
	font-weight:bold;
	margin:10px;
	display:block;
	z-index:200;
}

.webclient-warningboxgeneral {
	color:#CC0000; 
	padding:3px;
	font-weight:bold;
	margin:10px;
	display:block;
	z-index:200;
}
.planCopy {
    
    display: inline;
    font-size: small;
}
.paddingLeft10px {
    padding-left:10px;
}
.paddingLeft30px {
    padding-left:30px;
}

.fontweightbold {
     font-weight: bold;
}

input:disabled+label{color:#ccc;}
.disabled {
    color:#ccc;
}
/* CSS for vertical tabstrip used on Batch 5558 wizard layout starts */
.k-widget.k-tabstrip.tabstrip-vertical {
    /*Width of the tabs*/
    padding-left: 12em;
}

.k-widget.k-tabstrip.tabstrip-vertical > ul.k-tabstrip-items {
    /*left: -1px;*/
    left: 190px;
    position: absolute;            
}

.k-widget.k-tabstrip.tabstrip-vertical > ul.k-tabstrip-items > li.k-item {
    display: block;
    border-radius: 4px 0 0 4px;
    border-width: 1px 0 1px 1px;
    /*Width of the tabs*/
    width: 12em;
}

.k-widget.k-tabstrip.tabstrip-vertical > ul.k-tabstrip-items > li.k-item.k-state-active {
    border-right-color: #fff;
    border-right-width: 1px;
} 
/* CSS for vertical tabstrip used on Batch 5558 wizard layout ends */

/* CSS for JQuery UI ToolTip */
.ui-tooltip, .arrow:after
{
    background: lightyellow;
    border: 1px solid white;
}

.ui-tooltip
{
    padding: 10px 20px;
    color: black;
    border-radius: 10px;
    font: bold 12px "Helvetica Neue", Sans-Serif;
    text-transform: none;
    box-shadow: 0 0 7px black;
    text-align: left;
}

.arrow
{
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}

.arrow.top
{
    top: -16px;
    bottom: auto;
}

.arrow.left
{
    left: 20%;
}

.arrow:after
{
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px gray;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.arrow.top:after
{
    bottom: -20px;
    top: auto;
}
/* CSS for JQuery UI ToolTip Ends */

.webclient-hidden {
    display: none;
}

.webclient-batch-wizard-div {
    min-height: 500px;
}

.webclient-label, .webclient-label-children > div {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

div.webclient-alternate-rows:nth-child(odd) {
    background-color: #F7F7F7;    
}

div.webclient-alternate-rows-hover:hover {
    background-color: darkgray;
    border-top: solid 1px;
    border-bottom: solid 1px;
}

