html {
    overflow: auto;
}
* {
	padding: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
		
body {
	background: #fff;
	font: 12px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
	overflow:hidden;
}
		
body style {
	display: block;
	float: left;
	background: #333;
	color: white;
	white-space: pre;
	padding: 20px;
	width: 50%;
	font: 12px monaco, monospace;
	margin: 0 50px 0 0; 
}
		
/*body {
    margin:0;
    background-color:#fff;
    min-width:1024px;
	font-smooth:always;
	font-weight:sharp;
	font-size-adjust:inherit;
}*/


#xyz {
    position: absolute;
    top: 112px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    padding: 0px;
    overflow-y: scroll;
    overflow-x: hidden;
}
/* Let's get this party started */
::-webkit-scrollbar {
    width: 12px;
    height:12px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #d2d2d2; 
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
 
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #d2d2d2; 
    -webkit-box-shadow: inset 0 0 6px #d2d2d2; 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: #d2d2d2; 
}



.app-container, .container {
	margin-left:auto;
	margin-right:auto;
	background-color:#17212b;
}
#app-header {
	margin:0 15px 1px;
	position:relative;
	height:auto;
	background-color:#17212b;
}

#app-header:before, #app-header:after {
	display:table;
	line-height:0;
	content:"";
	clear:both;
}

#app-header #user-control-top {
	font-size:10px;
	line-height:12px;
	font-weight:bold;
	width:100%;
	display:inline-block;
	height:13px;
	margin-top:7px;
}

#app-header #user-control-top .user-options {
	float:right;
	position:relative;
	margin-right:16px; /* sandip responsive */
}
.user-options1 {
	float:right;
	position:relative;
	margin-right:20px;
    text-align:center;
}
.datacaption
{
    margin-top:-2px;width:auto;border:1px solid #00bd9b;float:left!important;
    border-radius:6px;padding:2px;padding:3px;padding-left:9px;padding-right:9px;
    color:#969696;text-align:left;

	background-color:#00bd9b; /*#27d152;*/
	color:#fff;
	font-weight:550;
	letter-spacing:-.05em;
	margin:0;
	/* now, this is important */
	position:relative;	
}
.datacaption:hover
{
    color:Black;
    cursor:pointer;
}
#app-header #user-control-top .user-options>* {
	display:inline-block;
	position:relative;
	margin-left:10px;
	-webkit-transition:all 150ms ease;
	-moz-transition:all 150ms ease;
	-ms-transition:all 150ms ease;
	-o-transition:all 150ms ease;
	transition:all 150ms ease;
	padding-bottom:5px;
}

#app-header #user-control-top .user-options a {
	text-decoration:none;
}

#app-header #user-control-top .user-options .user-link .icon-caret-right {
	color:#f90;
	font-size:12px;
	margin-left:3px;
	-webkit-transition:all 150ms ease;
	-moz-transition:all 150ms ease;
	-ms-transition:all 150ms ease;
	-o-transition:all 150ms ease;
	transition:all 150ms ease;
}

#app-header #user-control-top .user-options .user-link .user-info {
	border-bottom:1px solid #ddd;
	padding-bottom:0px;
	background:#eee;
}

#app-header #user-control-top .user-options .user-link .user-info a {
	padding-top:0;
	padding-bottom:0;
	padding-left:0;
}

#app-header #user-control-top .user-options .user-link .user-info a img {
	margin-right:10px;
	width:30px;
	height:30px;
}

#app-header #user-control-top .user-options .login-link
{
    display:table;
    vertical-align:middle;
    float:left;
	color:#888888 !important;
	font-size:12px;
	margin-left:14px;
	font-family:'Lucida Sans Unicode', 'Lucida Grande', tahoma, Verdana, sans-serif;
	line-height:18px;
	/*-webkit-transition:all 150ms ease;
	-moz-transition:all 150ms ease;
	-ms-transition:all 150ms ease;
	-o-transition:all 150ms ease;
	transition:all 150ms ease;*/
}

#app-header #user-control-top .user-options .login-link
{
    color:#888888;
	font-size:11px;
	margin:2px 0 0px 10px;
	vertical-align:middle;
}



#app-header #cptv-logo {
	width:140px;
	height:27px;
	margin-top:10px;
	/*background:url("../img/clarity-logo-small.png") no-repeat top left;*/
	background:url("../img/logo-login-new.png") no-repeat top left;
	display:inline-block;
	float:left;
}
#app-header #cptv-logoload {
	width:200px;
	height:38px;
	margin-top:-16px;
	/*background:url("../img/clarity-logo-small.png") no-repeat top left;*/
	background:url("../img/logo-login-loading-small.png") no-repeat top left;
	display:inline-block;
	float:left;
}

.barlink
{
    color:#fff;font-size:11px;text-decoration:none;list-style:none;
}
.barlink a:hover
{
    color:#9f9f9f;
}
.txtSrchContainer
{
    position:relative;
    font-size:11px;
    margin-top:2px;
}
.textinput
{
    background-color: #fff;
    vertical-align: middle;
    border-width: 0px;
    border-style: solid;
    height:23px;
    border-radius: 2px;
    margin-top:4px;
    max-width:186px;
}
.textinput:focus
{
    background-color: #ebebeb;    
}
.txtSrchInput
{
    padding-right:28px;
    padding-left:6px;
    font-size:11px;
    color:#555555;
    height:28px;
}
.txtSrchButton
{
    position:absolute;
    top:10px;
    right:-8px;
    display:block;
    padding-right:8px;
    cursor:pointer;
}



.terms
{
    color: #969899;
    margin-top: 20px; 
    font-size: 11px;
    margin-right: 15px;   
    text-decoration:none;
}
.copyright
{
    color: #969899;
    font-size: 11px;
    text-align: left;
    margin-top: 20px;
    margin-left: 15px;     
    text-decoration:none;
}


div#footer-guard 
{
    height:3em;
}
.footerdiv
{
    text-decoration:none;
    display: block;
    width: 100%;
    background-position: 50% bottom;
    background-repeat: repeat-x;
    position: relative;
    bottom: 0px;
    margin-top:-3.2em;
    height:3.2em;
    font-family:Arial,helvetica;
    font-size:9px;
    color:#008DD4;
    left: 0px;
}

#container
{
    background-color:#f2f2f2;
    width: 100%;
    min-width:1024px;
    margin: 0 auto;
}

#container .topband
{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    border: none;
    outline: none;
    font-family: Helvetica, Arial, sans-serif;
    position: relative;
    height:38px;
    min-height:38px;
    width: 105%;
    border-bottom:1px solid #f0f0f0!important;
 -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;    
  background-color:#fff;    
  padding-left:5px;
}
#container .topband ul{
    position:relative;
    left: 0%;
    height:38px;
    list-style:none;
    margin:0;
    padding:0;
    text-align: right;
}
#container .topband li{
    float:left;
    padding:0px;
}
#container .topband li span{
    margin:0px;
    padding:0px 1px;
    text-decoration:none;
    text-align:center;
    color:#666666;
    line-height:38px;
}
#container .topband li a{
    font-weight: bold;
    line-height:38px;
    text-decoration:none;
    margin:0px;
    padding:0px 9px;
    text-align:center;
    font-size: 11px;
    color:#666666;
    transition:color 0.5s;
    -moz-transition:color 0.5s; /* Firefox 4 */
    -webkit-transition:color 0.5s; /* Safari and Chrome */
    -o-transition:color 0.5s; /* Opera */
    }
#container .topband li a:hover {
    /*background-color: none;
    color:#666666;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;*/
    text-decoration:underline;
}
#container .topband li a:active {
    color: #39f;
}

.band
{
    margin:auto;
    width:99%;
    background-color:#fff;
    margin-top:6px;
    margin-bottom:-6px;
    border-radius:6px;
}
.col1
{
    float:left;
    display:inline-block;
    /* Firefox */
    width: -moz-calc(50% - 185px);
    /* WebKit */
    width: -webkit-calc(50% - 185px);
    /* Opera */
    width: -o-calc(50% - 185px);
    /* Standard */
    width: calc(50% - 185px);
}
.col2
{
    float:left;
    display:inline-block;
    /* Firefox */
    width: -moz-calc(50% - 185px);
    /* WebKit */
    width: -webkit-calc(50% - 185px);
    /* Opera */
    width: -o-calc(50% - 185px);
    /* Standard */
    width: calc(50% - 185px);
}
.col3
{
    float:left;
    display:inline-block;
    width:364px;
    border-left:1px dotted #c3c3c3;
    background-color:#FEFEF6;
    overflow-y:auto;
    min-height:260px;
    max-height:260px;
}
.inputGroup
{
    margin-top: 2px;
    margin-left: 2px;
    margin-bottom: 2px;
    vertical-align: middle;
}
.inputName
{
	width: 28%;
	height: 17px; 
	text-align: right; 
	line-height: 17px; 
	float: left; 
	padding-top: 3px;
	padding-right: 10px; 
	padding-bottom: 0px; 
	padding-left: 10px; 
	display: inline;
	vertical-align: middle;
	color: #696969;
	font-weight:normal;
	font-size:12px;
	/*font-family: Helvetica, Arial, sans-serif;*/
	font-family:'Lucida Sans Unicode', 'Lucida Grande', tahoma, Verdana, sans-serif;
	/*text-shadow: 4px 4px 74px rgba(150, 150, 150, 0.81);*/
}
.inputData
{
    font-size:12px;
    width: 58%;
    min-width:120px;
    display: inline;
    border-radius:2px;
    border-style: solid;
    border-width: 1px;
    background-color: #fff;
    border-color: #c9c9c9;
	font-family: Arial, Helvetica, sans-serif;
	padding:2px;
	color:#444444;
    box-sizing:content-box;
    -ms-box-sizing:content-box;
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box; 	
}
.col3  .inputName
{
    width:136px;
}
.col3  .inputData
{
    width:168px;
}
.inputdata:focus
{
    background-color: #FFF5D4;
    border-color: #FFBF00;
}

/*----- Dialog ----*/
.colDlg1
{
    float:left;
    display:inline-block;
    width:90%;
    margin:auto;
}

.colDlg1
{
    float:left;
    display:inline-block;
    width:33.33%;
}
.colDlg2
{
    float:left;
    display:inline-block;
    width:33.33%;
}
.colDlg3
{
    float:left;
    display:inline-block;
    border-left:1px dotted #c3c3c3;
    width:32.3%;
}

.inputGroupDlg
{
    margin-top: 1px;
    margin-left: 2px;
    margin-bottom: 1px;
    vertical-align: middle;
}
.inputNameDlg
{
	width: 40%;
	height: 17px; 
	text-align: right; 
	line-height: 17px; 
	float: left; 
	padding-top: 2px;
	padding-right: 6px; 
	padding-bottom: 0px; 
	padding-left: 6px; 
	display: inline;
	vertical-align: middle;
	color: #956666;
	font-weight:bold;
	font-size:11px;
	font-family: Helvetica, Arial, sans-serif;
}
.inputNameCustomDlg
{
	width: 50%;
	height: 17px; 
	text-align: right; 
	line-height: 17px; 
	float: left; 
	padding-top: 2px;
	padding-right: 16px; 
	padding-bottom: 0px; 
	padding-left: 6px; 
	display: inline;
	vertical-align: middle;
	color: #956666;
	font-weight:bold;
	font-size:11px;
	font-family: Helvetica, Arial, sans-serif;
}

.inputDataDlg
{
    font-size:11px;
    width: 48%;
    min-width:80px;
    display: inline;
    border-radius:2px;
    border-style: solid;
    border-width: 1px;
    background-color: #fff;
    border-color: #c9c9c9;
	font-family: Arial, Helvetica, sans-serif;
	padding:1px;
    
}
.inputdataDlg:focus
{
    background-color: #FFF5D4;
    border-color: #FFBF00;
}
.inputDataCustomDlg
{
    padding-left:16px;
    width: auto;
    min-width:30px;
    display: inline;
    background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}
.inputdataCustomDlg:focus
{
}



/* ------------------------------------------------------------------ */


.gridDefault
{
    border-collapse: collapse;
    table-layout:fixed;
    float:left;
    /*display:inline-block;*/
    display:table;
    width: 99%;
    font-family:'Lucida Sans Unicode', 'Lucida Grande', tahoma, Verdana, sans-serif; /*'Lucida Sans Unicode', 'Lucida Grande', tahoma, Verdana, sans-serif;*/
    font-size:12px;  /*12px;*/
    color:#4a4a4a;
    padding-left:4px;
}
.gridDefaultudf
{
    border-collapse: collapse;
    table-layout:fixed;
    width: 100%;
    border:1px solid #e5e5e5;
    font-family:'Lucida Sans Unicode', 'Lucida Grande', tahoma, Verdana, sans-serif; /*arial, tahoma, Verdana, sans-serif;*/
    font-size:12px;
    color:#4a4a4a;
}

.gridDefault .gridHeaderRow
{
    border-collapse:collapse;
    cursor: pointer;
    background-color: #fff;
    color: #6e6e6e;
    font-size: 12px;
    height: 34px;
    vertical-align:middle;
    font-weight:bold;
}
.gridDefault .gridOddRow
{
    border-collapse:collapse;
    border-top: solid;
    border-width: 1px;
    border-top-color: #E2e8F1;
    height: 34px;
    z-index:2001;
}
.gridDefault .gridReportRow
{
    border-collapse:collapse;
    border-top: solid;
    border-width: 1px;
    border-top-color: #E2e8F1;
    height: 28px;
    line-height: 28px;
    z-index:2001;
    font-size:11px!Important;
}
.selprimaryclass
{
    /*background-color:#E2E2E2!Important;*/
    color:#5D8516;
}

.gridDefault .gridOddRow:hover
{
    background-color: #e2eafd;
    cursor:pointer;
    height: 34px;
}
.gridDefault .gridReportRow:hover
{
    background-color: #e2eafd;
    cursor:pointer;
    height: 28px;
    line-height: 28px;
}

.gridDefault .gridEvenRow
{
    border-collapse:collapse;
    background-color: #fff;
    border-top: solid;
    border-width: 1px;
    border-top-color: #E2e8F1; /*#E8F0F4;*/
    height: 34px;
}
.gridDefault .gridEvenRow:hover
{
    background-color: #e2eafd;
    cursor:pointer;
    height: 34px;
}
.gridDefault .focussed
{
    background-color: #e2eafd;
    cursor:pointer;
    height: 34px;
}


.gridDefaultudf .gridHeaderRow
{
    border-collapse:collapse;
    cursor: pointer;
    background-color: #fff;
    color: #6e6e6e;
    font-size: 12px;
    height: 27px;
    vertical-align:middle;
    font-weight:bold;
    white-space:nowrap;
}
.gridDefaultudf .gridOddRow
{
    border-collapse:collapse;
    background-color: #fff;
    border-top: solid;
    border-width: 1px;
    border-color: #E8F0F4;
    height: 27px;
    z-index:2001;
}

.gridDefaultudf .gridOddRow:hover
{
    background-color: #e2eafd;
    cursor:pointer;
    height:27px;
}

.gridDefaultudf .gridEvenRow
{
    border-collapse:collapse;
    background-color: #fff;
    border-top: solid;
    border-width: 1px;
    border-color: #E8F0F4;
    height: 27px;
    white-space:nowrap;
}
.gridDefaultudf .gridEvenRow:hover
{
    background-color: #e2eafd;
    cursor:pointer;
    height:27px;
}
.gridDefaultudf .focussed
{
    background-color: #e2eafd;
    cursor:pointer;
    height:27px;
}
.gridrowsub 
{
    table-layout:fixed;
    border-collapse:collapse;
    background-color: #fff;
    border-top: solid;
    border-width: 1px;
    border-color: #E8F0F4;
    font-family:'Lucida Sans Unicode', 'Lucida Grande', tahoma, Verdana, sans-serif; /*arial, tahoma, Verdana, sans-serif;*/
    font-size:10px;
    width:100%;
    min-width:600px;
}
.gridrowsub td
{
    word-wrap:break-word;text-overflow:ellipsis;overflow:hidden;vertical-align:top;
}
.gridrowsub .gridHeaderRow
{
    cursor: pointer;
    background-color: #fff;
    color: #6e6e6e;
    font-size: 10px;
    height: 26px;
    vertical-align:middle;
    font-weight:bold;
}
.gridrowsub .gridEvenRow
{
    background-color: #fff;
    border-top: solid;
    border-width: 1px;
    border-top-color: #E2e8F1; /*#E8F0F4;*/
    height: 26px;
    line-height:26px;
}
.gridrowsub .gridEvenRow:hover
{
    background-color: #e2eafd;
    cursor:pointer;
    height:26px;
    line-height:26px;
}
.gridrowsub .gridEvenRow::focussed
{
    background-color: #e2eafd;
    cursor:pointer;
    height:26px;
    line-height:26px;
}
.gridrowsub .gridOddRow
{
    background-color: #fff;
    border-top: solid;
    border-width: 1px;
    border-top-color: #E2e8F1; /*#E8F0F4;*/
    height: 26px;
    line-height:26px;
}
.gridrowsub .gridOddRow:hover
{
    background-color: #e2eafd;
    cursor:pointer;
    height:26px;
    line-height:26px;
}

.gridcontainer
{
    float: left;
    width: 960px;
    padding: 0px 0px 20px 0px;
    position: relative;
    display: block;
    margin: auto;
    float:inherit;
}
/*
.gridcontainerInvoice
{
    width: 935px;
    display: inline-block;
    border:none;
    border-radius:3px;
    border-style: solid;
    border-width: 2px;
    background-color: #E8F0F4;
    border-color: #336699;
}
*/


.gridDeletedRow
{
    background-color: Red;
    color:Green;
    /*font-size: 11px;*/
    height: 23px;
}

.gridBodyContainer
{
    padding: 0px;
    margin: 0px;
    border-style: none;
    border-width: 0px;
    float: left;
    width:935px;
    
    /*width: 98%;*/
    
}
.gridDeletedRow:hover
{
    background-color: #FFCC99; 
    font-style:italic; 
}
.gridFooter
{
    /*font-size: 11px;*/
    height: 40px;
    border:1px solid #BEC6CC;
    border-radius: 0px 0px 10px 10px;
    vertical-align:middle;
    margin-top:0px;
}


.footerArea
{
    width: 100%;
    height: 58px;
  /*  background: url(footer-waves.png); */
    background-repeat: repeat-x;
    position:relative;
    left: 0px;
    right: 0px;
    bottom:0px;
    display:block;
    /*font-family:Tahoma;*/
    /*font-size: 11px;*/
}

.gridBody
{
    background-color:#fff;
    padding:2px;
    padding-left:4px;
    margin-top:1px;
    /*min-width:700px;*/ /* sandip reposive */
    overflow:auto;
    border-collapse:collapse;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;    
    border:1px solid #e5e5e5;
    border-top:0px solid #fff;
    border-bottom:0px solid #fff;
}

.gridFooterButtons
{
    right:10px; 
    vertical-align:middle;
    float: right;
    width:150px;
    height:26px;
    border: 1px solid #BEC6CC;
    border-radius:5px;
    margin-right:6px;
    margin-top:4px;
 -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;        
}
.firstbtn
{
    vertical-align:middle;
    margin-left:10px;
    cursor:pointer;
}
.prevbtn
{
    vertical-align:middle;
    margin-left:8px;
    cursor:pointer;
}
.nextbtn
{
    vertical-align:middle;
    margin-left:15px;
    cursor:pointer;
}
.lastbtn
{
    vertical-align:middle;
    margin-left:8px;
    cursor:pointer;
}
.gridFooterText
{
    display:table;
    float:left;
    margin-top:8px;
    margin-left:15px; 
    margin-right:6px; 
    border-style:none;
    vertical-align:middle;
    text-shadow: 0 1px 0 white;
 -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;    
  height:32px;   
}

.gridFooterSelect
{
    position:absolute;
    float: left;
    margin-left:6px;
    margin-right:6px; 
    width:auto;
    border-style:none;
    vertical-align:middle;
    margin-top:8px;
}

.gridHeader
{
    background-color: #FFFFFF;
    /*border-color: #BEC6CC;
    border-style: solid;*/
    border:1px solid #BEC6CC;
    border-radius: 10px 10px 0px 0px;
}
.gridHyperlink
{
    color: inherit;
}
.gridHyperlink:hover
{
    color:#00E;
}

.gridHeader .left
{
    float:left;
}
.gridHeader .right
{
    float:right;
}

.gridSelectedRow
{
    background-color: #DAEDF6;
    height: 23px;
    text-shadow: 0 1px 0 white;
    cursor:pointer;
}
.gridSelectedRow.first
{
    border-top:1px solid #99B1BF;
}
.gridSelectedRow.last
{
    border-bottom:1px solid #99B1BF;
}

.gridSelectedRownew
{
    background-color: #FFDC87;
    background-color: #E8F0F4;
   /* font-size: 12px;*/
    height: 24px; 
}
.inputSelectData
{
    width: 204px;
	/*font-family:Tahoma;*/
	font-size:11px;color:Black;
	display: inline;
    border-radius:3px;
    border-style: solid;
    border-width: 1px;
    background-color: #E8F0F4;
    border-color: #336699;
}
.inputSelectData:focus
{
    background-color: #FFF5D4;
    border-color: #FFBF00;
}
.expanded
{
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    padding-right:0px !important;
    float:left;
}

.inputTextAreaData
{
    width: 194px;
    padding: 2px;
    display: inline;
    border-radius:3px;
    border-style: solid;
    border-width: 1px;
    background-color: #E8F0F4;
    border-color: #336699;
    padding: 2px 0px 2px 5px;
	/*font-family:Tahoma;*/
	font-size:11px;color:Black;

}
.inputTextAreaData:focus
{
    background-color: #FFF5D4;
    border-color: #FFBF00;
}

textarea {
    -webkit-appearance: textarea;
    -webkit-rtl-ordering: logical;
    -webkit-user-select: text;
    -webkit-writing-mode: horizontal-tb;
	font-family:'Lucida Sans Unicode', 'Lucida Grande', tahoma, Verdana, sans-serif;
	line-height:18px;
	font-size:12px;
}

.inputPhoneCountry
{
   /* width: 50px;
    padding: 2px;*/
    display: inline;
    /*border-radius:3px;
    border-style: solid;
    border-width: 1px;
    background-color: #E8F0F4;
    border-color: #336699;*/
    padding: 2px 0px 2px 5px;
	/*font-family:Tahoma;*/
	font-size:11px;color:Black;

}
.inputPhoneCountry:focus
{
    background-color: #FFF5D4;
    border-color: #FFBF00;
}



.inputPhoneNumber
{
   /* width: 120px;
    padding: 2px;*/
    display: inline;
   /* border-radius:3px;
    border-style: solid;
    border-width: 1px;
    background-color: #E8F0F4;
    border-color: #336699;*/
    padding: 2px 0px 2px 5px;
	/*font-family:Tahoma;*/
	font-size:11px;color:Black;

}
.inputPhoneNumber:focus
{
    background-color: #FFF5D4;
    border-color: #FFBF00;
}

.inputGroup
{
    height: 20px;
    display: block;
    padding-bottom: 3px;
    padding-top: 3px;
}

.gridBigButton
{
    border-radius: 5px;
    background-color: #00B4E5;
    color: #FFFFFF;
    height: 25px;
    /*width: 82px;*/
    margin-right: 0px;
    cursor: pointer;
    font-size:11px;
    border:1px solid #006399;
    font-weight:bold;
}
.buttonrightgreen
{
    border-radius: 5px;
    color: #FFFFFF;
    background-color: #27d152;
    float:right;
    border-style:none;
    padding:4px 17px 4px 17px;
    margin-right: 10px;
    margin-bottom:6px;
    font-weight: bold;
    cursor: pointer;
    text-align:center;
    vertical-align:middle;
    overflow:visible;
    width:auto;-moz-outline:0 none;outline:0 none;
}
.buttonrightblue
{
    border-radius: 5px;
    color: #FFFFFF;
    background-color: #336699;
    float:right;
    border-style:none;
    padding:4px 17px 4px 17px;
    margin-right: 10px;
    margin-bottom:6px;
    font-weight: bold;
    cursor: pointer;
    text-align:center;
    vertical-align:middle;
    overflow:visible;
    width:auto;-moz-outline:0 none;outline:0 none;
}

.gridFooter
{
    /*font-size: 11px;*/
    height: 50px;
    border:1px solid #BEC6CC;
    vertical-align:middle;
    margin-top:0px;
    font-family:Arial,helvetica;
    font-size:11px;
    color:#4a4a4a;
}
.buttonFooter
{
    display:table;
    width:100%;
  background-color: #e2e2e2;
  background-repeat: repeat-x;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    text-shadow: 0 1px 0 #fff;
    zoom: 1;
    height: 34px;
    padding-top: 0px !important;
    margin-top: 0;
    background-image: linear-gradient(top, #ffffff, #e2e2e2);
    border-left-color: #bec6cc;
    border-right-color: #bec6cc;
    border-bottom-color: #bec6cc;
}
.gridFooterSelect
{
   /* float: left;*/
    font-family:Arial,helvetica;
    font-size:11px;
    color:#4a4a4a;
    vertical-align:middle;
}
.navBtnDiv
{
    height:20px;
    width:20px;
    border-radius:5px;
    border:1px solid transparent;
    display:inline-block;
    text-align:center;
    margin-top:2px;
}
.navBtnDiv:hover
{
    border:1px solid #BEC6CC;
}
.navBtn
{
    vertical-align:middle;
    padding-top:4px;
}

/*-----------------------------*/

.fullWidth
{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-right: 20px;
    width: 960px;
    position: relative;
    display: block;
    left: 10px;
    right: 10px;
    margin: auto;
    background-color: #FFFFFF;
    border: 1px solid #BEC6CC;

    -moz-box-shadow: 11px 11px 16px #2e252e;
    -webkit-box-shadow: 11px 11px 16px #2e252e;
    box-shadow: 11px 11px 16px #2e252e;
}
.fullWidth > .sectionHeading:before,
.fullWidth > .sectionHeading:after,
  display: table;
  content: "";
  zoom: 1;
}
.sectionHeading .breadcrumb {
  float: left;
  padding-left: 10px;
}
.breadcrumb span {
  background: url(../images/breadcrumb-sep.png) no-repeat right;
  font-size: 13px;
  font-weight: normal;
  line-height: 32px;
  height: 32px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 2em;
  margin-right: 1em;
  float: left;
}
.breadcrumb span.currentName {
  font-size: 16px;
  padding-right: 0;
  margin-right: 0;
  background: none;
}
.fullWidth > .ui-widget-content {
  border-width: 0 1px;
  padding: 15px;
}

#lightbox {
	margin:0;
	padding:0;
	/*font-family: Tahoma;*/
	font-size: 12px;
	color: #000;
	position: relative;
	background-color: #fff;
	text-align: left;
}
.blueBox
{
    border-radius:10px;-moz-border-radius:10px;
	border: solid #336699 2px;
	padding-bottom:5px;
}
.blueBoxThin
{
    border-radius:10px;-moz-border-radius:10px;
	border: solid #336699 4px;
	padding-bottom:5px;
}
.alertbox
{
    width:290px;
}
.alertfooter
{
    background-color:#E0ECF8;
    height:22px;
    padding:6px 5px 6px 5px;
}

.logoutbox
{
    width:270px;
}
.logoutfooter
{
    background-color:#E0ECF8;
    height:24px;
    padding:7px 5px 6px 5px;
}


.bigButton
{
    border-radius: 5px;
    color: #FFFFFF;
    padding:4px;
    margin:4px;
    cursor: pointer;
    text-align:center;
    vertical-align:middle;
    overflow:visible;
    width:90px;
    font-size:12px;
    border: 1px solid;
    /*font-weight:bold;*/
}
.bigButton.green
{
    border-color: #27d152;
    background-color: #27d152;
}
.bigButton.red
{
    border-width:2px;
    border-color: #d2d2d2;
    background-color: #f2150d;
}
.bigButton.pearl
{
    border-color: #a1abb3;
    background-color: #a1abb3;
}
.smallButton
{
    border-radius: 5px;
    color: #FFFFFF;
    padding:3px;
    margin:3px;
    cursor: pointer;
    text-align:center;
    vertical-align:middle;
    overflow:visible;
    width:80px;
    font-size:11px;
    border: 1px solid;
}
.smallButton.green
{
    border-color: #27d152;
    background-color:#27d152;
}
.smallButton.pearl
{
    border-color: #a1abb3;
    background-color: #a1abb3;
}
.smallButton.blue
{
    border-color: #fff;
    background-color: #00aaff;
}
.left
{
    float:left;
}
.right
{
    float:right;
}
 .buttonrightblue:hover, .buttonrightgreen:hover
{
    color: #FFF5D4;
    background-color: #FFBF00;
}
.buttonrightblue:focus, .buttonrightgreen:focus
{
    color: #FFF5D4;
    background-color: #FFBF00;
}

/*-----------------------------------------------*/
.gridcol_check
{
    width:1%;
}
.gridcol_account
{
    width:30%;
    white-space:nowrap;
    /*color:#328bcd;
    font-weight:600;*/
    padding-right:2px;
    overflow: hidden;
    border-collapse:collapse;
}
.gridcol_contact
{
    width:24%;
    white-space:nowrap;
    overflow: hidden;
}
.gridcol_phone
{
    width:12%;
    white-space:nowrap;
}
.gridcol_mobile
{
    width:12%;
    white-space:nowrap;
}
.gridcol_email
{
    width:22%;
    white-space:nowrap;
    padding-right:10px;
}
.gridcol_url
{
    white-space:nowrap;
}

#floatingdiv
{
    position: fixed;
    background : yellow;
    overflow: hidden;
    width:79.38%;
    min-width:813px;

}
.gridDefault .rowsel
{
    background-color: #e2eafd;
    cursor:pointer;
}
.gridDefault .rowhighlight
{
    background-color: #ffffcc;
    cursor:pointer;
}
.drag {
    position:relative;
}
.table-action
{
    float:right;
    position:absolute;
    right:0;
    width:58px;
    top:0;
    height:100%;
    display:none;
}
.ing-action
{
}

/* ------------------------------------------- */

.sectionHeading .breadcrumb {
  float: left;
  padding-left: 10px;
}
.breadcrumb span {
  background: url(../images/breadcrumb-sep.png) no-repeat right;
  font-size: 13px;
  font-weight: normal;
  line-height: 28px;
  height: 28px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 2em;
  margin-right: 1em;
  float: left;
}
.breadcrumb span.currentName {
  font-size: 16px;
  padding-right: 0;
  margin-right: 0;
  background: none;
}
.fullWidth > .ui-widget-content {
  border-width: 0 1px;
  padding: 15px;
}
.fullWidth h1
{
    padding: 6px;
    padding-left:14px;
    padding-top:2px;
    font-size:110%;
    /*font-family:'Lucida Sans Unicode', 'Lucida Grande', tahoma, Verdana, sans-serif;
    color:#9c9c9c;*/
    font-family:'Lucida Sans Unicode', 'Lucida Grande', tahoma, Verdana, sans-serif;
    border-bottom:1px dotted  #888888;
    text-transform:uppercase;
}
.fullWidth h1
{
    padding:9px;
    font-size:110%;
    /*color :#0067ab;*/
    color:Black;
    /*font-family:Arial Narrow,arial,helvetica;*/
    font-family:'Lucida Sans Unicode', 'Lucida Grande', tahoma, Verdana, sans-serif;
    text-transform:uppercase;
}
.dlgtitle
{
    padding: 6px;
    padding-left:14px;
    padding-top:2px;
    font-size:110%;
    border-bottom:1px dotted  #888888;
    text-transform:uppercase;
    padding:9px;
    font-size:110%;
    color:Black;
    font-family:'Lucida Sans Unicode', 'Lucida Grande', tahoma, Verdana, sans-serif;
    text-transform:uppercase;    
}
.sectionHeading
{
    font-size: 16px;
    font-weight: bold;
    vertical-align:middle;
    display: table-cell;
    height: 28px;
    padding-left:20px;
    background-color: #e4e8eb;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#e4e8eb));
    /* Konqueror */

    background-image: -moz-linear-gradient(top, #ffffff, #e4e8eb);
    /* FF 3.6+ */

    background-image: -ms-linear-gradient(top, #ffffff, #e4e8eb);
    /* IE10 */

    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e4e8eb));
    /* Safari 4+, Chrome 2+ */

    background-image: -webkit-linear-gradient(top, #ffffff, #e4e8eb);
    /* Safari 5.1+, Chrome 10+ */

    background-image: -o-linear-gradient(top, #ffffff, #e4e8eb);
    /* Opera 11.10 */

    background-image: linear-gradient(top, #ffffff, #e4e8eb);
    /* The standard */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e4e8eb', GradientType=0);
    /* IE9 and down */

    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    text-shadow: 0 1px 0 #fff;
    zoom: 1;
    height: 40px;
    background-image: linear-gradient(top, #ffffff, #e4e8eb);/* The standard */
    border-radius: 6px 6px 0 0;
    border-color: #bec6cc;
    border-bottom-style:solid;
    border-bottom-width:1px;
    
    font-family:helvetica,arial, Tahoma;
    font-size:11px;
    font-weight:600;
    color:Black;
}
.colcustowinclass
{
    font-size:10px!important;
    font-weight:normal;
}

/*----------------- style for column customization -----*/
.selectedcol
{
    width:48%;
    float:left;
}
div.selectedcol::-webkit-scrollbar {
}
 
div.selectedcol::-webkit-scrollbar-track {
}
 
div.selectedcol::-webkit-scrollbar-thumb {
}
div..selectedcol::-webkit-scrollbar-thumb:window-inactive {
}


#sortable1, #sortable2 { list-style-type: none; margin: 0; padding: 0 0 .5em; float: left; margin-right: 10px; }
#sortableleft, #sortableright { list-style-type: none; margin: 0; padding: 0 0 .5em; float: left; margin-right: 10px; }
#sortable1 li, #sortable2 li {font-family:arial,helvetica,tahoma; white-space:nowrap;cursor:pointer;;border-radius:3px;margin: 0 5px 3px 5px; padding: 1px; font-family:'Lucida Sans Unicode', 'Lucida Grande', tahoma, Verdana, sans-serif; font-size: .89em; width: 214px; }
#sortableleft li, #sortableright li {font-family:arial,helvetica,tahoma; white-space:nowrap;cursor:pointer;;border-radius:3px;margin: 0 5px 3px 5px; padding: 1px; font-family:'Lucida Sans Unicode', 'Lucida Grande', tahoma, Verdana, sans-serif; font-size: .89em; width: 212px; }
.sortable-primary
{
    background-color:#f0f0f0;
    border:1px dotted #696969;
    color:#4c4c4c;
}
.placeholder {
	background-color: #e2eafd;
	border: 1px dashed #666;
	height: 16px;
	margin-bottom: 3px;
}
/*.ui-state-highlight:hover
{
    background-color:#3e9efe;
    color:#fff;
}
.ui-state-default:hover
{
    background-color:gray;
    color:#fff;
} */ 
/*----------------- style for column customization -----*/



/*-------------- Col filters -------------*/
.divrowfilterr
{
    width:98%;
    white-space:nowrap;
    float:left;
    font-size:.88em;
    height:196px;
    overflow-y:scroll;    
}
.divrowfilterr > ul {
  overflow:hidden;
  white-space:nowrap; 
  width: 100%;
  float:left;
  padding-bottom:3px;
}
.divrowfilterr > ul:hover{
    background-color:#e2fafd;
}
.divrowfilterr > ul > li {
  display: inline-block;
  padding-left:3px;
  list-style:none;
}
.divrowfilterr > ul > li > a {
    color:Gray;
}
.divrowfilterr > ul > li > select {
    /*font-size:1em;
    width:120px;*/
    background: transparent;
-webkit-appearance: none;
width: 120px;
font-size:1em;
padding: 0px;
border:1px solid #c9c9c9;
height: 18px;
display:inline-block;

background:url("../img/arrow-down-icon.png") no-repeat right 
}
.divrowfilterr > ul > li > input[type=text] {
    width:100px;
    background: transparent;
    -webkit-appearance: none;
    font-size:1em;
    height: 16px;
    padding-left:2px;
    vertical-align:middle;
    display:inline-block;
    border:1px solid #c9c9c9;
    margin-top:-2px;
}
.divrowfilterr > ul > li > input[type=checkbox] {
    line-height: 16px;
    vertical-align:middle;
}
/*.divrowfilterr ul > li > a,
.divrowfilterr ul > li > span {*/

.ctrl-text
{
    font-size:.88em;
}

#row_filter1
{
    margin-bottom:3px;
    background-color:#e2fafd;
    padding-top:3px;
    height:20px;
}
.hintFilter
{
    float:left;width:96%;padding-top:5px;padding-bottom:5px;margin-bottom:6px;font-weight:normal;background-color:#f9fdb8;border:1px solid #edc967;font-family:arial,tahoma;font-size:11px;border-radius:10px;
}
.hintFilterNew
{
    padding-top:5px;padding-bottom:5px;margin-bottom:6px;font-weight:normal;background-color:#f9fdb8;
    border:1px solid #edc967;font-family:arial,tahoma;font-size:11px;border-radius:10px;
    position:fixed;
	bottom:16px;
	right:50px;
}
.hintFilterExpression
{ 
    display  : table-cell;
    padding-top:5px;padding-bottom:5px;margin-bottom:6px;font-weight:normal;color:black;
    border:1px solid #edc967;font-family:arial,tahoma;font-size:11px;border-radius:6px;
    position:fixed;
	bottom:0px;
	right:20px;
	padding-left:6px;
	
	background-color:#f3c849;
    background-repeat: repeat-x;
    /* Konqueror */

    /* FF 3.6+ */

    /* IE10 */

    /* Safari 4+, Chrome 2+ */

    /* Safari 5.1+, Chrome 10+ */

    /* Opera 11.10 */

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background-image: linear-gradient(top, #11c0fe, #00aff0b);/* The standard */

    /* IE9 and down */
}
.hintFilterExpression .lineclass
{
    width:100%;
    float:left;
    line-height:1em;
}
.scrollup{
		width:40px;
		height:40px;			
		text-indent:-9999px;
		opacity:0.3;
		position:fixed;
		bottom:4px;
		right:48%;
		display:none;
		z-index:99999;	
		background: url('../img/icon_top.png') no-repeat;
}
	

/* -------- multiple select dropdown ----*/
.ui-dropdownchecklist {
	font-size: 11px;
	color: black;
}
.ui-dropdownchecklist-selector {
	/*height: 20px;*/
	border: 1px solid #ddd;
	background: #fff;
	font-size: 11px;
}
.ui-state-hover, .ui-state-active {
	border-color: #5794bf;
}
.ui-dropdownchecklist-dropcontainer {
	background-color: #fff;
	border: 1px solid #999;
	font-size: 10px;
}
.ui-dropdownchecklist-item 
{
    font-size: 11px;
}
.ui-state-hover {
	background-color: #39f;
}
.ui-state-disabled label {
	color: #ccc;
	font-size: 11px;
}
.ui-dropdownchecklist-group {
	font-weight: bold;
	font-style: italic;
	font-size: 11px;
}
.ui-dropdownchecklist-indent {
	padding-left: 7px;
}
/* Font size of 0 on the -selector and an explicit medium on -text required to eliminate 
   descender problems within the containers and still have a valid size for the text */
.ui-dropdownchecklist-selector-wrapper {
	vertical-align: middle;
	font-size: 0px;
}
.ui-dropdownchecklist-selector {
	padding: 1px 2px 2px 2px;
	font-size: 0px;
}
.ui-dropdownchecklist-text 
{
    color:black;
    font-family:'Lucida Sans Unicode', 'Lucida Grande', tahoma, Verdana, sans-serif;
	font-size: 10px;
	line-height:14px;
}
.ui-dropdownchecklist-group {
	padding: 1px 2px 2px 2px;
}

/* ---- style checkbox -----*/
/*
.css3-checkboxes li
{
    list-style:none;
    padding-left:0;

}
    
    
:root .css3-radios label,
:root .css3-radios input[type="radio"] + span,
:root .css3-radios input[type="radio"] + span::before,
:root .css3-checkboxes label,
:root .css3-checkboxes input[type="checkbox"] + span,
:root .css3-checkboxes input[type="checkbox"] + span::before
{
    display: inline-block;
    vertical-align: middle;
}

:root .css3-radios,
:root .css3-checkboxes
{
    padding-left:8px;
    display:inline-block;    
}

:root .css3-radios label *,
:root .css3-checkboxes label *
{
    cursor: pointer;
}

:root .css3-radios input[type="radio"],
:root .css3-checkboxes input[type="checkbox"]
{
    opacity: 0;
    position: absolute;
}

:root .css3-radios input[type="radio"] + span,
:root .css3-checkboxes input[type="checkbox"] + span
{
    font: normal 11px/14px Arial, Sans-serif;
    color: #333;
}

:root .css3-radios label:hover span::before,
:root .css3-checkboxes label:hover span::before
{
    -moz-box-shadow: 0 0 2px #ccc;
    -webkit-box-shadow: 0 0 2px #ccc;
    box-shadow: 0 0 2px #ccc;
}

:root .css3-radios label:hover span,
:root .css3-checkboxes label:hover span
{
    color: #000;
}

:root .css3-radios input[type="radio"] + span::before,
:root .css3-checkboxes input[type="checkbox"] + span::before
{
    content: "";
    width: 12px;
    height: 12px;
    margin: 0 4px 0 0;
    border: solid 1px #a8a8a8;
    line-height: 14px;
    text-align: center;
    
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    
    background: #f6f6f6;
    background: -moz-radial-gradient(#f6f6f6, #dfdfdf);
    background: -webkit-radial-gradient(#f6f6f6, #dfdfdf);
    background: -ms-radial-gradient(#f6f6f6, #dfdfdf);
    background: -o-radial-gradient(#f6f6f6, #dfdfdf);
    background: radial-gradient(#f6f6f6, #dfdfdf);
}

:root .css3-radios input[type="radio"]:checked + span::before,
:root .css3-checkboxes input[type="checkbox"]:checked + span::before
{
    color: #666;
}

:root .css3-radios input[type="radio"]:disabled + span,
:root .css3-checkboxes input[type="checkbox"]:disabled + span
{
    cursor: default;
    
    -moz-opacity: .4;
    -webkit-opacity: .4;
    opacity: .4;
}

:root .css3-checkboxes input[type="checkbox"] + span::before
{
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

:root .css3-radios input[type="radio"]:checked + span::before
{
    content: "\2022";
    font-size: 24px;
}

:root .css3-checkboxes input[type="checkbox"]:checked + span::before
{
    content: "\2714";
    font-size: 12px;
}*/

/*remove for devexpress calendar*/
/*table td{
    word-wrap:break-word;
    max-width:150px;
}*/

.litagcheckbox
{
    padding-left:6px;
}
.tagcheckbox
{
    vertical-align:middle;
    margin-top:4px;
}
.contacttypes_ul>ul>li>label {
    display: block;
    padding-left: 15px;
    text-indent: -15px;
}
.spantagcheckbox
{
width: 13px;
    height: 13px;
    padding: 0;
    margin:0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;
    padding-left:6px;
    font-size:11px;
 }
.spantagcheckbox:hover
{
    background-color:#e3e3e3;
}
  
#custombox h1, #customtypecontact h1
{
    font-family:'Lucida Sans Unicode', 'Lucida Grande', tahoma, Verdana, sans-serif;
	/*color:#969696;*/
	font-weight:600;
	color:black;
	font-size:110%;
	letter-spacing:-.006em;
	text-shadow: 4px 4px 74px black;
}

/* ----------- tool tip ---------------------- */
.ui-tooltip, .arrow:after {
    background: black;
    border: 2px solid #fff;
  }
  .ui-tooltip {
    padding: 10px 20px;
    color: #fff;
    border-radius: 20px;
    font: normal 11px "Helvetica", Sans-Serif;
    /*text-transform: uppercase;*/
    background-color:#ee5f00;
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 350px;
    -moz-box-shadow: 11px 11px 16px #2e252e;
    -webkit-box-shadow: 11px 11px 16px #2e252e;
    box-shadow: 11px 11px 16px #2e252e;
    border-radius: 20px;    
  }
  .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;
    background-color:gray;
    box-shadow: 6px 5px 9px -9px #ee5f00;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    tranform: rotate(45deg);
    border-width:0px;
  }
  .arrow.top:after {
    bottom: -20px;
    top: auto;
  }
  
body .ui-tooltip {
	border-width: 0px;
}

.rarrow
{
    /*background:url('../img/arrow_left.png');*/
    background-color:#7696b6;
    color:#fff;
    position:fixed;
    float:right;
    top:151px;
    right:0px;
    margin:0;
    width:28px;
    height:110px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    cursor:pointer;
    border-top-left-radius:12px;
    border-bottom-left-radius:12px;
    z-index:9999999;
}
.rarrow:hover
{
    background-color:#ee5f00;
}
.rarrowsp
{
   -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  display:block;
  position:absolute;
  right:-24px;
  top:45px;  
  font-family:helvetica, Arial,tahoma;
  font-size:96%;
  font-weight:600;
}

/*---- filter nested ----*/
.line
{
    padding-left:12px;
    clear:both;
    float:left;
    width:96.5%;
    overflow:hidden;
    border-top:1px solid #f2f2f2;
}
.line:hover
{

}
.line select
{
    color:blue;font-family:'Lucida Sans Unicode', 'Lucida Grande', tahoma, Verdana, sans-serif;font-size:11px;
    padding:2px;
    border-radius:3px;
}
.line input[type=text]
{
    color:blue;font-family:'Lucida Sans Unicode', 'Lucida Grande', tahoma, Verdana, sans-serif;width:118px;font-size:11px;
    display:inline-block;
    padding:2px;
    margin-left:2px;
    border-radius:3px;
}
.line span
{
    font-family:Arial;
    font-size:11px;
    padding:0;
    margin:0;
}
.line img
{
    height:13px;
    width:13px;
    cursor:pointer;
    vertical-align:middle;
}
.container
{
    float:left;
    width:900px;
    min-width:1024px;
    height:300px;
    overflow:auto;
    background-color:#f2f2f2;
}
.btnClass, .btnDeSerializeClass, .btnClearClass
{
    width:100px;
    font-size:11px;
    float:left;
    margin-top:20px;
}
       
#t1
{
    width: 567px;
}

/*---- contacts ----*/
.smalllink
{
    width:auto;
    border-radius:3px;
    background-color:#7696b6;/*#00a1f9;*/
    color:#fff;
    font-size:.7em;
    padding:1px;
    padding-left:5px;
    padding-right:5px;
    cursor:pointer;
    float:left;
    text-transform:uppercase;
}
/*.loadpclass
{
    width:118px;min-width:108px;min-height:32px;
    border-radius:3px;background-color:#fff;display:block;
    border-color:#9f9f9f;border-width:1px;border-style:solid;
    padding:8px;padding-top:4px;padding-bottom:2px;position:fixed;z-index:9999091;
    left:36%;top:48%;vertical-align:middle;
    padding-left:4px;
    font-size:11px!Important;
}*/
.loadpclass
{
    width:118px;min-width:108px;min-height:32px;
    position:fixed;z-index:9999091;
    left:36%;top:48%;vertical-align:middle;
    padding-left:4px;
}


/*----- fade in/out ---- */
img {
    /*opacity: .8;
    transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;*/
}
img:hover {
    opacity: 1.0;
    transition: opacity .55s ease-in-out;
    -moz-transition: opacity .55s ease-in-out;
    -webkit-transition: opacity .55s ease-in-out;
}​

#diverrorpanel
{
}
#diverrorpanel ul
{
	list-style-image: url("../img/icon_err_small_blue.gif");
    margin-bottom: 2px;
}
#diverrorpanel li
{
	text-align: left;
	line-height:1.42em;
	background-repeat: no-repeat;
	background-position: .50em;
	list-style-type: none;
	list-style-position: outside;
	color:red;
	font-family:'Lucida Sans Unicode', 'Lucida Grande', tahoma, Verdana, sans-serif;
	font-size:.89em;
	font-weight:normal;
	padding-bottom:2px;
	text-shadow: 4px 4px 8px rgba(150, 150, 150, 0.61);	
}

/* ---- setup -------------*/
.divHeader
{
    display: block;
    width: 90%;
    margin:0;
    margin-bottom:12px;
    margin-top:10px;
    padding-left:6px;
}
.divHeaderText
{
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #7696b6;
    font-weight: bold;
    vertical-align:middle;
    display: table-cell;
}
.seupcaption
{
    display:table;
    vertical-align:middle;
    padding:2px 0;
    width:100%;
    /*font-family: Helvetica, Arial, sans-serif;*/
    font-family:'Lucida Sans Unicode', 'Lucida Grande', tahoma, Verdana, sans-serif;
    font-size: 12px;
    padding-bottom:4px;
    color:#393939;
    text-decoration:none;
    padding-left:8px;
}
.seupcaption:hover
{
    background-color:#dddddd;
    border-radius:6px;
    zoom:1;
}
.seupcaption:hover:before
{
    content: "\00BB  ";
    color:Green;
    zoom:1;
}
.showdiv
{
    margin-bottom: 1px;
    display: block;
    font-size: 12px;
    text-align: justify;
    width: 95%;
    text-decoration:none;
}

/* ----- sandip ui -----------*/
.col
{
    width:33%;
    float:left;
    min-width:260px;
    font-family:'Lucida Sans Unicode', 'Lucida Grande', tahoma, Verdana, sans-serif;
    /*font-size:96%;*/
    color:#3e3e3e;
}
.col:last
{
    width:30%;
}
.col>ul
{
    margin:0;
    padding:0;
}
.col>ul>li
{
    text-decoration:none;
    list-style:none;
    margin-bottom:5px;
}
.col>ul>li>label:hover
{
    background-color:#f0f0f0;
}
.col>ul>li>label
{
    min-width:37%;
    max-width:37%;
    width:37%;
    display:inline-block;
    text-align:right;
    margin-right:9px;
    /*font-weight:900;*/
    font-size:100%;
}

.col>ul>li>label:last-child 
{
    min-width:44%;
}
.col .input-select, .col .input-text
{
  color:#525252;
  width:55%;
  position: relative;
  padding: 0px 5px;
  background: #fff;
  border: 1px solid #d8d8d8;
  height: 22px;
  line-height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;   
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family:'Lucida Sans Unicode', 'Lucida Grande', tahoma, Verdana, sans-serif;
  font-size:100%;
}
.col .input-select:focus, .col .input-text:focus
{
  outline-style:none;    
  border:1px solid #4986e7;
}
.col .input-select-small
{
  color:#525252;
  position: relative;
  padding: 0px 5px;
  background: #fff;
  border: 1px solid #d8d8d8;
  height: 22px;
  line-height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;   
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family:'Lucida Sans Unicode', 'Lucida Grande', tahoma, Verdana, sans-serif;
  font-size:94%;
}
.col .input-text-small
{
  color:#525252;
 
    /* Firefox */
    width: -moz-calc(20% - 5px);
    /* WebKit */
    width: -webkit-calc(20% - 5px);
    /* Opera */
    width: -o-calc(20% - 5px);
    /* Standard */
    width: calc(20% - 5px);
  
  margin-left:5px;
  
  
  
  
  padding: 0px 5px;
  background: #fff;
  border: 1px solid #d8d8d8;
  height: 22px;
  line-height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;   
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; 
  font-size:94%;
}
.col .input-select-small:focus, .col .input-text-small:focus
{
  outline-style:none;    
  border:1px solid #4986e7;
}
.col .input-select > option
{
    color:#525252;
    font-family:'Lucida Sans Unicode', 'Lucida Grande', tahoma, Verdana, sans-serif;
    font-size:12px;
}
.col .input-select, .col .input-text:last-child 
{
    min-width:52%;
}
.col .input-select
{
    padding-left:2px;

}
.col .input-check
{
  
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: 3px;
  border: solid 1px #cccccc;
  background: #fefefe;
  
}
.col .input-select:hover, .col .input-text:hover
{
    color:#000000;
}
.textarea-style
{
    
}
.textarea-style:focus
{
  outline-style:none;    
  border:1px solid #4986e7;
}

.field-link
{
    background-color:#888888;
    border-radius:5px;
    width:auto;
    padding:2px 9px;
    text-decoration:none;
    cursor:pointer;
    color:#f0f0f0;
    font-size:90%; /* x-medium;*/
}
/*.field-link:after
{
    content: " \00BB";
    color:Black;
}*/

/*---- end ----*/
.input-text
{
  color:#525252;
  position: relative;
  padding: 0px 5px;
  background: #fff;
  border: 1px solid #d8d8d8;
  height: 22px;
  line-height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;   
  /*box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;*/
  font-size:100%;
}


/* --------------  contact dialog ------------*/
.slidetab
{
    background-color:#7696b6;
    color:#fff;
    position:fixed;
    float:left;
    left:0px;
    margin:0;
    width:19px;
    height:120px;
    padding-left:5px;
    overflow:visible;
    text-overflow:ellipsis;
    white-space:nowrap;
    cursor:pointer;
    z-index:9999999999;
    clear:both;
    

}
.slidetab:hover
{
    background-color:#ee5f00;
}
.l-primary
{
    top:134px;
    border-top-right-radius:10px;
}
.l-secondary
{
    top:246px;
    background-color :#27d152;
    border-bottom-right-radius:10px;
}
.l-additional
{
    top:352px;
    height:128px!Important;
    background-color :#007fff;
    border-bottom-right-radius:10px;
}
.slidetab>span
{
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  display:block;
  position:absolute;
  top:45px;  
  font-family:helvetica, Arial,tahoma;
  font-size:96%;
  font-weight:400;
 text-shadow: 1px 2px 0 gray;
  
}
.blue
{
    color:#05A305;
}
/* ----- select ----------------*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {padding-right:18px}
}

lb {position:relative}
lb:after {
    content:'>>';
    font:11px "Consolas", monospace;
    color:#454545;
    font-weight:bold;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    right:4px; top:2px;
    padding:0 0 2px;
    border-bottom:1px solid #ddd;
    position:absolute;
    pointer-events:none;
    cursor:pointer;
}
lb:before {
    content:'';
    right:6px; top:0px;
    width:20px; height:20px;
    background:#f8f8f8;
    position:absolute;
    pointer-events:none;
    display:block;
}   
#divMin select
{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}

/*--- common ----*/


/*---- contact -sub menu ---------*/

#div-submenu
{
  margin-bottom:6px;z-index:9999923;background-color:#f0f0f0;float:left;position:fixed;top:118px;
  width:165px;text-align:left;color:black!Important;
  border-collapse:collapse;
  border-color:#f0f0f0;
  border:1px solid #b2b2b2;
  border-radius: 0px 0px 10px 10px;
}

#div-submenu1
{
  margin-bottom:6px;z-index: 2147483647;background-color:#f0f0f0;float:left;position:fixed;top:118px;
  width:165px;text-align:left;color:black!Important;
  border-collapse:collapse;
  border-color:#f0f0f0;
  border:1px solid #b2b2b2;
  border-radius: 0px 0px 10px 10px;
}
#div-submenu-fields
{
  margin-bottom:6px;z-index:99923;background-color:#f0f0f0;float:left;position:fixed;top:122px;
  width:165px;text-align:left;color:black!Important;
  border-collapse:collapse;
  border-color:#f0f0f0;
}
.div-subitem
{
    display:inline-block;
    width:100%;
    background-color: #f0f0f0;
    background-repeat: repeat-x;
    /*-webkit-box-shadow: 0 1px 0 #8e8e8e inset, 0 -1px 1px rgba(15, 22, 26, 0.3);
    -moz-box-shadow: 0 1px 0 #8e8e8e inset, 0 -1px 1px rgba(15, 22, 26, 0.3);
    box-shadow: 0 1px 0 #8e8e8e inset, 0 -1px 1px rgba(15, 22, 26, 0.3);*/
    border-bottom:1px solid #b2b2b2;
    text-decoration: none;
    padding:-2px;
    background-image: linear-gradient(top, #f0f0f0, #328fbc);/* The standard */
    height:auto;
    padding-bottom:-2px;
}
.div-subitem:hover
{
    background-color:#d7d7d7;
    color:black;
}
.div-subitem > a
{
    display:inline-block;
    vertical-align:middle;
    color:#000000;
    text-decoration:none;
    font-size:11px;
}
.div-subitem > a:hover
{
}
.sublink
{
    font-family:'Lucida Sans Unicode', 'Lucida Grande', tahoma, Verdana, sans-serif;
    color:#000000!Important;
    text-decoration:none!Important;
    font-size:11px!Important;
}
.sublinkcontact
{
    padding:7px;
    color:#000000!Important;
    text-decoration:none!Important;
   	font-family:helvetica,arial;
	font-size:11px;
}

/*---- dialog add/edit/delete ----*/
.buttondivup
{
    margin:1px 1px 1px 1px; 
    cursor: pointer;
    margin-right:12px;
	border: 1px solid #fff;
    border:1px solid #d2d2d2;
    background-color:#ebebeb;
    border-radius:6px;
	padding: 2px 14px;
	cursor:pointer;
}
.buttondivup:hover
{
    background-color:#c1c1c1;
    border-color:Gray;
}
.buttondivdown
{
    margin:2px 0px 0px 2px; 
    cursor: pointer;
}
.menuBtn
{
    vertical-align: middle;
    cursor: pointer;
    display:block;
    margin:auto;
    padding-top:1px;
    padding-bottom:2px;
}
.menuBtnCaption
{
    font-size:9px;
}

/* ----- group edit dialog ----*/
.classrow>ul
{
    width:100%;
}
.classrow>ul>li
{
    float:left;
    display: inline-block;
    padding-left:16px;
    list-style:none;    
}
.classrow>ul>li>img
{
    cursor:pointer;
}
.classrow>ul>li>select
{
  color:#525252;
  width:98%;
  position: relative;
  padding: 0px 5px;
  background: #fff;
  border: 1px solid #d8d8d8;
  height: 22px;
  line-height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;   
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;  
  font-size:96%;
}

.scrolling-element-class {
overflow: auto;
-webkit-overflow-scrolling: touch;
}
 
.scrolling-element-class .child-element {
position: relative;
-webkit-transform: translate3d(0,0,0);
}
body { -webkit-touch-callout: none; -webkit-text-size-adjust: none; 
       -webkit-user-select: none; 
       -webkit-highlight: none; -webkit-tap-highlight-color: rgba(0,0,0,0); }

.act_rec_class
{
   background-color:#f9edb8;border-radius:3px;font-weight:800;
   padding:3px;font-size:92%;
   border:1px solid #edc967;
}
body a
{
    color:blue;
}
.mailtoclass
{
    color:blue;
}

/*  global  */

.green
{
  background-color: #00a51b;
  background-repeat: repeat-x;
  /* Konqueror */

  /* FF 3.6+ */

  /* IE10 */

  /* Safari 4+, Chrome 2+ */

  /* Safari 5.1+, Chrome 10+ */

  /* Opera 11.10 */

    -webkit-box-shadow: 0 1px 0 rgba(0, 255, 68, 0.7) inset, 0 1px 0 #ffffff;
    -moz-box-shadow: 0 1px 0 rgba(0, 255, 68, 0.7) inset, 0 1px 0 #ffffff;
    box-shadow: 0 1px 0 rgba(0, 255, 68, 0.7) inset, 0 1px 0 #ffffff;
    color: #fff;
    text-shadow: none;
    background-image: linear-gradient(top, #00cb22, #00a51b);/* The standard */









  /* IE9 and down */
}
.pearl
{
  background-color: #dde0e3;
  background-repeat: repeat-x;
  /* Konqueror */

  /* FF 3.6+ */

  /* IE10 */

  /* Safari 4+, Chrome 2+ */

  /* Safari 5.1+, Chrome 10+ */

  /* Opera 11.10 */

    border-color: #a1abb3;
    -webkit-box-shadow: 0 1px 0 #ffffff;
    -moz-box-shadow: 0 1px 0 #ffffff;
    box-shadow: 0 1px 0 #ffffff;
    text-shadow: 0 1px 0 #fff;
    color: #262626 !important;
    background-image: linear-gradient(top, #ffffff, #dde0e3);/* The standard */











  /* IE9 and down */
}
 
.green.hov:hover
{
  background-color: #00b41e;
  background-repeat: repeat-x;
  /* Konqueror */

  /* FF 3.6+ */

  /* IE10 */

  /* Safari 4+, Chrome 2+ */

  /* Safari 5.1+, Chrome 10+ */

  /* Opera 11.10 */

    border-color: #006711;
    background-image: linear-gradient(top, #00da25, #00b41e);/* The standard */
}

.pearl.hov:hover
{
  background-color: #ebedef;
  background-repeat: repeat-x;
  /* Konqueror */

  /* FF 3.6+ */

  /* IE10 */

  /* Safari 4+, Chrome 2+ */

  /* Safari 5.1+, Chrome 10+ */

  /* Opera 11.10 */

    border-color: #85929c;
    background-image: linear-gradient(top, #ffffff, #ebedef);/* The standard */
}

.blue.hov:hover
{
  background-color: #008bd7;
  background-repeat: repeat-x;
  /* Konqueror */

  /* FF 3.6+ */

  /* IE10 */

  /* Safari 4+, Chrome 2+ */

  /* Safari 5.1+, Chrome 10+ */

  /* Opera 11.10 */

    border-color: #005280;
    background-image: linear-gradient(top, #00b4ee, #008bd7);/* The standard */
}
.smallButton
{
    border-radius: 5px;
    color: #FFFFFF;
    padding:4px;
    margin:4px;
    cursor: pointer;
    text-align:center;
    vertical-align:middle;
    overflow:visible;
    width:80px;
    font-size:12px;
    border: 1px solid;
    /*font-weight:bold;*/
}

/* sub grids */
.subgridBody
{
    background-color:#fff;
    padding:2px;
    min-width:800px;
    overflow:auto;
    border-collapse:collapse;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;    
}
.subgridBody .gridHeaderRow
{
    border-collapse:collapse;
    cursor: pointer;
    background-color: #e0e0e0;
    color: #000000;
    font-size: 11px;
    height: 28px;
    vertical-align:middle;
    font-weight:normal;
}
.subgridBody tr
{
    line-height:26px;
    font-size:11px;
    color:#000000;
}
#div-data-load
{
    font-family:'Lucida Sans Unicode', 'Lucida Grande', tahoma, Verdana, sans-serif;
    font-size:12px;
    color:#002AFF;
    margin-top:6px;
    margin-left:6px;
}
/* ------ tab ------*/

.tabbed-area { margin: 0 0 30px 0; }
.box-wrap { float:left;position: relative; height:auto;margin-bottom:8px; }
.tabbed-area div div { background: white; padding: 0px; height:auto; position: absolute; top: -1px; left: 0; width: 100%; }
.tabbed-area div div, .tabs li a { border: 1px solid #ccc; }
#box-one:target, #box-two:target, #box-three:target { z-index: 1; }
    
       
#ie-test { position: relative; width: 100%; }
#boxLinks { list-style: none; overflow: hidden; font-family:'Lucida Sans Unicode', 'Lucida Grande', tahoma, Verdana, sans-serif;font-size:12px;color:Black;}
#boxLinks li {  display: inline; }
#boxLinks li a { padding: 8px 18px; color: #444444;font-weight:normal; text-decoration: none; border: 1px solid #ccc; float: left; display: inline-block; margin-left: -1px; position: relative; left: 1px; }
#boxLinks li a:hover {color: black;}
#tab-box { border-bottom-left-radius:8px;border-bottom-right-radius:10px;border-top-right-radius:8px;min-height:112px;height:auto; border: 1px solid #ccc; overflow: hidden; padding:5px;padding-bottom:0px; position: relative; top: -14px; }
.box { display: none; height: auto; overflow: auto; display: block; position: relative; overflow-x: hidden; }
#box1:target, #box2:target, #box3:target { display: block; }

#tab-subdata{display:inline-block;margin:0;padding:0;width:99%;margin-bottom:-8px;margin-top:-16px;}

/* ---------------- browse-sub-tab -------*/
/* sub grids */
.subgridBodybr
{
    background-color:#fff;
    padding:2px;
    min-width:800px;
    width:94%;
    overflow:auto;
    border-collapse:collapse;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;    
}
.subgridBodybr .gridHeaderRow
{
    border-collapse:collapse;
    cursor: pointer;
    background-color: #e0e0e0;
    color: #000000;
    font-size: 11px;
    height: 28px;
    vertical-align:middle;
    font-weight:normal;
}
.subgridBodybr tr
{
    line-height:26px;
    font-size:11px;
    color:#000000;
}
/* ------------- end --------- */

#broadcast-notification
{
    top:-1px;
    left:0px;
    width:100%;
    height:34px;
    background-color:#feefae;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#feefae), to(#fae693));
    /* Konqueror */

    background-image: -moz-linear-gradient(top, #feefae, #fae693);
    /* FF 3.6+ */

    background-image: -ms-linear-gradient(top, #feefae, #fae693);
    /* IE10 */

    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #feefae), color-stop(100%, #fae693));
    /* Safari 4+, Chrome 2+ */

    background-image: -webkit-linear-gradient(top, #feefae, #fae693);
    /* Safari 5.1+, Chrome 10+ */

    background-image: -o-linear-gradient(top, #feefae, #fae693);
    /* Opera 11.10 */

    background-image: linear-gradient(top, #feefae, #fae693);
    /* The standard */

    zoom: 1;
    background-image: linear-gradient(top, #feefae, #fae693);/* The standard */
    border-color: #aaaaab;
    border-width:1px;
    border-style:solid;
    color:#000000;
    
}
.spansortable{
    display:table;
    text-align:center;
    margin:auto;
    width:96%;
    font-weight:bold;
    text-transform:uppercase;
    color:Gray;
    text-shadow: 0px .045em 0px #3b3b3b;	    
    margin-top:-5px;
    margin-bottom:1px;
    padding:1px;
    font-size:88%;
    text-transform:uppercase;
}



.smallButtonTab
{
    border-bottom-left-radius:8px;
    border-bottom-right-radius:8px;
    color: #fff;
    background-color:#fff;
    padding:6px;
    padding-left: 38px;
    padding-right: 38px;
    cursor: pointer;
    text-align:center;
    vertical-align:middle;
    overflow:hidden;
    width:auto;
    font: 11px/1.8 Monaco, Mono-Space;
    border: 1px solid;
    border-color:#CFCFCF!Important;
    border-bottom-color:#888888!Important;
    border-right-color:#888888!Important;
    margin-top:-1px;
    font-family:'Lucida Sans Unicode', 'Lucida Grande', tahoma, Verdana, sans-serif;
    text-shadow: 0 1px 0 #E2E9FE;
}
#btn_tab1:focus, #btn_tab2:focus, #btn_tab3:focus
{
    overflow:hidden!Important;
    border-width:0px!Important;
    
    /*border-top-color:black;
    border-top-width:2px;*/
    /*background-color:gray;
    color:#fff;*/
}
.smallButtonTab.white
{
    border-color: #CFCFCF;
    background-color: #fff;
    color:#4F4F4F;
}
.smallButtonTab.green
{
    border-color: #27d152;
    background-color:#27d152;
}
.smallButtonTab.pearl
{
    border-color: #a1abb3;
    background-color: #a1abb3;
}
.smallButtonTab.blue
{
    border-color: #fff;
    background-color: #00aaff;
}

div.hr {
background: #d1d1d1  no-repeat scroll center;
margin-left: 4px;
width:100%;
height:0.1em;
color:black;
}
.btnsmallsub
{
    float:left;position:relative;border-radius:5px;padding:0px;padding-left:14px;padding-right:14px;
    margin-right:6px;font-size:10px;display:none;
}
.btnsmallsub:hover
{
    background-color:gray!important;
    cursor:pointer;
}
.btnsmallsub.blue
{
    background-color:#48ADF0;color:#fff;
}
.btnsmallsub.red
{
    background-color:#ED4D13;color:#fff;
}
.btnsmallsub.green
{
    background-color:#27d152;color:#fff;
}
.btnsmallsub1
{
    float:left;position:relative;border-radius:6px;padding:1px;padding-left:20px;padding-right:20px;
margin-right:10px;font-size:10px;display:none;
}
.btnsmallsub1:hover
{
    background-color:gray!important;
    cursor:pointer;
}
.btnsmallsub1.blue
{
    background-color:#48ADF0;color:#fff;
}
.btnsmallsub1.red
{
    background-color:#ED4D13;color:#fff;
}
.itemtotalheader
{
    background-color:#d1d1d1;color:black;border-color:#e4e4e4;float:right;margin-top:-10px;border-radius:3px;margin-right:6px;padding:2px 20px;font: 10px/1.8 Monaco, Mono-Space;font-family:'Lucida Sans Unicode', 'Lucida Grande', tahoma, Verdana, sans-serif;
}
.grayout
{
    color:#090909!Important;
}
#grayout { background: lightgray; opacity: .8; display: none; position: fixed; }



.cl-genheader
{
    margin: 0px 0px 12px; font-family: wf_segoe-ui_light, 'Segoe UI Light', 'Segoe WP Light', 'Segoe UI', 'Segoe WP', Tahoma, Arial, sans-serif; font-weight: 400; font-size: 24px; line-height: 1.2em; color: rgb(80, 80, 80); font-style: normal; font-variant: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255);
}
.cl-date
{
    color: rgb(150, 150, 150); font-family: wf_segoe-ui_normal, 'Segoe UI', 'Segoe WP', Tahoma, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255);
}
.cl-generallinetext
{
    margin-bottom: 9px; margin-top: 9px; font-family: wf_segoe-ui_normal, 'Segoe UI', 'Segoe WP', Tahoma, Arial, sans-serif; font-weight: 400; font-size: 14px; line-height: 1.5em; color: rgb(80, 80, 80); display: inline;
}

#divload
{
    margin:0 auto;transform: translateY(-50%);-webkit-transform: translateY(-50%);z-index:1007;
                position:fixed;height:auto;vertical-align:middle;display:none; top: 48%; margin-left: 40%;
}
#divProcess
{
    margin:0 auto;transform: translateY(-50%);-webkit-transform: translateY(-50%);z-index:1007;
                position:absolute;height:auto;vertical-align:middle;display:none; top: 36%; margin-left: 87.25%;
}
.ricon:before {
content: "\f0c9";
}
.test.glass i:before {
  content: "\e001";
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
content: "\f0c9";
}
input[type="password"]
{
  -webkit-text-security: disc;
}


@font-face{font-family:Titillium;src:url(fonts/TitilliumText22L004-webfont.eot);src:url(fonts/TitilliumText22L004-webfont.eot?#iefix) format('embedded-opentype'),url(fonts/TitilliumText22L004-webfont.woff) format('woff'),url(fonts/TitilliumText22L004-webfont.ttf) format('truetype'),url(fonts/TitilliumText22L004-webfont.svg#TitilliumText22LMedium) format('svg');font-weight:400;font-style:normal}#wrapper{width:100%;min-width:960px;margin:0 auto}#wrapper2,#wrapperthin{width:100%;min-width:1024px;margin:0 auto}#wrapper2.thin,#wrapperthin .thin{height:5px;width:100%;background-color:#7696b6}#navigation,ul.nav,ul.nav a,ul.nav div,ul.nav input,ul.nav li,ul.nav p,ul.nav textarea{margin:0;padding:0;list-style:none;text-decoration:none;border:none;outline:0;font-family:Helvetica,Arial,sans-serif}ul.nav{width:100%;min-width:960px;height:32px;position:relative}ul.nav li{float:left;position:relative}ul.nav li.full-col{position:static}ul.nav li:hover{background-image:none;background-color:#7696b6;color:#fff;-webkit-border-radius:3px 4px 0 0;-moz-border-radius:3px 4px 0 0;border-radius:3px 4px 0 0}.nav li a{line-height:32px;text-align:center;width:auto;display:block;font-family:Helvetica,Arial,Titillium;font-size:12px;font-weight:700;color:#e5e5e5;padding-left:14px;padding-right:14px}.nav li a:hover{color:#fff;-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0}.nav li a:active{color:#39f}.nav .activemenu{background-image:none;background-color:#7696b6;color:#fff;-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0}.nav2{float:left;width:700px;display:block;margin:0;padding:0;list-style:none;text-decoration:none;border:none;outline:0;font-family:Helvetica,Arial,sans-serif;color:#fff;background-color:#7696b6}ul.nav2{width:100%;min-width:1024px;height:38px;min-height:38px;position:relative;z-index:999;color:#0067ab}.nav2 li{float:left;padding:0;height:38px;min-height:38px;position:relative}.nav2 li a{font-weight:400;line-height:38px;text-decoration:none;margin:0;padding:0 14px;text-align:center;font-size:11px;color:#fff;transition:color .5s;-moz-transition:color .5s;-webkit-transition:color .5s;-o-transition:color .5s}.nav2 li a:hover{text-decoration:underline}.nav2 li span{font-weight:400;line-height:38px;text-decoration:none;margin:0;padding:0 3px;text-align:center;font-size:11px;color:#fff;transition:color .5s;-moz-transition:color .5s;-webkit-transition:color .5s;-o-transition:color .5s}.nav3{display:block;margin:0;padding:0;list-style:none;text-decoration:none;border:none;outline:0;font-family:Helvetica,Arial,sans-serif;color:#fff;background-color:#7696b6}ul.nav3{width:100%;min-width:1024px;height:32px;min-height:32px;position:relative;z-index:999;color:#0067ab;font-size:11px}.nav3 li{float:left;padding:0;height:32px;min-height:32px;position:relative;font-size:11px}.nav3 li a{font-weight:400;line-height:32px;text-decoration:none;margin:0;padding:0 14px;text-align:center;font-size:11px;color:#fff;transition:color .5s;-moz-transition:color .5s;-webkit-transition:color .5s;-o-transition:color .5s}.nav3 li a:hover{text-decoration:underline}.nav3 li span{font-weight:400;line-height:32px;text-decoration:none;margin:0;padding:0 3px;text-align:center;font-size:11px;color:#fff;transition:color .5s;-moz-transition:color .5s;-webkit-transition:color .5s;-o-transition:color .5s}.cssmenu{margin:0;padding:0;list-style:none;text-decoration:none;border:none;outline:0;font-family:Helvetica,Arial,sans-serif;color:#868686}.cssmenu ul{position:relative;left:0;height:35px;list-style:none;margin:0;padding:0;text-align:right}.cssmenu li{float:left;padding:0}.cssmenu li a{font-weight:700;line-height:35px;text-decoration:none;margin:0;padding:0 25px;text-align:center;font-size:18px;transition:color .5s;-moz-transition:color .5s;-webkit-transition:color .5s;-o-transition:color .5s}.cssmenu li a:hover{background-color:#0067ab;color:#fff;-webkit-border-radius:3px 4px 0 0;-moz-border-radius:3px 4px 0 0;border-radius:3px 4px 0 0}.cssmenu li a:active{color:#39f}

.btn-info {
    color: #ffffff!Important;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btnsmaller {
    display: inline-block;
    margin:0;
    padding:2px;
    margin-left:8px;
    font-size: 9px;
    font-weight: normal;
    line-height: 1.6em!Important;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

