/* --------------------------------------------------------------
   GLOBAL
-------------------------------------------------------------- */
* {
    list-style:none;
}
body, td, th {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #666;
}
body
    padding:0;
    margin:0;
    /*background: url(images/headerbg.jpg) repeat-x 0 0;*/
    z-index:0;
}
#headerWrapper{
    padding:0;
    margin:0;
    height:174px;
    width:100%;
    position:relative;
    z-index:1;
}
#bodyContentWrapper{
    padding: 0 15px;
    max-width: 1470px;
	min-width: 1250px;
    min-height:175px;
    position:relative;
}
form {
	margin: 0;
	padding: 0;
}
input, select, textare
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #666;
}

.contextbar {
    margin: 0;
    padding: 10px;
    background-color:#666;
    font-size: 14px;
    color: #fff;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.contexthelp {
    float: right;
    margin: 0;
    padding: 3px 15px;
    border: 1px solid #FBEB20;
    background-color: #FFFFD5;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.contexthelp a {
    color: #000;
}

/* --------------------------------------------------------------
   LAYERS
-------------------------------------------------------------- */

#logo{
    padding:0px;
    margin:0px;
    background: url(images/sprite.png) no-repeat 0 0;
    height:75px;
    width:300px;
    position:absolute;
    top:47px;
    left:46px;
}
#searchbox {
	position: absolute;
	top: 62px;
	left: 475px;
	width: 550px;
	border: 1px solid #999;
	background-color: #FFF;
	padding: 5px;
	text-align: center;
}
#topnav {
	line-height: 25px;
	font-size: 11px;
	color: #ACCBFF;
	text-align: left;
	margin: 0 auto;
	height: 25px;
	width: 101%;
	padding: 0;
	background: rgb(40, 53, 136);
}
#topnav #welcome {
	text-align: left;
	margin: 0;
	padding: 0;
	float: left;
}
#topnav #date {
	text-align: right;
	margin: 0;
	padding: 0;
	float: right;
}
#intellisearch {
	background: url(images/sprite.png) no-repeat -98px -128px;
	text-align: center;
	width: 171px;
	height: 60px;
	margin: 22px 22px 0 0;
	padding: 10px 15px 0 15px;
    position:absolute;
    z-index:1;
    right:0;
	float: right;
}
#intellisearch #searchresults {
    position: relative;
    top: 28px;
    right: 170px;
    width: 350px;
    background-color: #FCF9D2;
	border: 1px solid #F9D43E;
	padding: 0;
	margin: 0 10px 0 0;
	display: none;
	white-space: nowrap;
    font-size: 10px;
    font-family: Tahoma;
}
#clientsearchresults {
    background-color: #FCF9D2;
	border: 1px solid #F9D43E;
	padding: 0;
	margin: 0;
	white-space: nowrap;
    font-size: 11px;
    font-family: Tahoma;
}
#ticketclientsearchresults {
    position: absolute;
    width: 300px;
    background-color: #FCF9D2;
	border: 1px solid #F9D43E;
	padding: 0;
	margin: 0 10px 0 0;
	display: none;
	white-space: nowrap;
    font-size: 10px;
    font-family: Tahoma;
}
#intellisearch #searchresults .searchresultheader, #clientsearchresults .searchresultheader, #ticketclientsearchresults .searchresultheader {
    background-color:#FFEC9F;
    padding:2px;
    font-weight:bold;
    text-align:center;
}
#intellisearch #searchresults .searchresult, #clientsearchresults .searchresult, #ticketclientsearchresults .searchresult {
    border-top: 1px solid #FFEC9F;
    padding: 2px 0 2px 5px;
}
#searchresults .searchresult .label {
    float: right;
    margin: -8px 5px;
}
#intellisearch #searchresults .searchresult .desc, #clientsearchresults .searchresult .desc, #ticketclientsearchresults .searchresult .desc {
    color: #888;
}
#intellisearch #searchresults .searchresult:hover, #clientsearchresults .searchresult:hover, #ticketclientsearchresults .searchresult:hover {
    background-color: #fff;
}
#intellisearch #searchresults .searchresult a, #clientsearchresults .searchresult a, #ticketclientsearchresults .searchresult a {
    text-decoration: none;
    display: block;
}
#clientsearchcancel {
    display: none;
}
#dropmenudiv {
	position: absolute;
	border: 1px solid #CCC;
	border-top: 0;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	z-index: 1;
}
#content_container {
	text-align: left;
	margin: 0 auto;
	padding: 15px;
    max-width: 1450px;
	min-width: 1240px;
}
#content_container #left_side {
	text-align: left;
	width: 174px;
	margin:0;
	padding:0;
	float:left;
}
#content_container #content {
	text-align: left;
	padding: 0;
	margin-left:205px;
}
#content_container #content #content_padded {
	text-align: left;
	width: 100%;
	margin:0;
}
#content_container #content #content_padded #tab_content {
	text-align: left;
	background-color: #F5F5F5;
	margin: 0px;
	padding: 10px;
}
#footer {
	background-color: #ECECEC;
	border-top: 1px solid #DDD;
	text-align:center;
	padding: 15px;
}
#mynotes {
    display: none;
    position: absolute;
    top: 35px;
    right: 10px;
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #f3f3f3;
    text-align: center;
    z-index: 2;
}

#left_side li {
border-bottom: 1px solid white;
}

/* --------------------------------------------------------------
   NAVIGATION
-------------------------------------------------------------- */

.navigation {
    padding:0px;
    margin:0px;
    height: 2px;
    text-align: left;
    position: absolute;
    bottom: 0px;
    background: rgb(40, 53, 136);
    width: 98%;
}
.navigation ul{
    padding:0px;
    margin:0px;
    min-width: 970px;
    border: 0;
    float:left;
    position:relative;
    text-align:center;
}
.navigation ul li {
    background-color:#1B3D5E;
    padding:0;
    margin:0 0 0 7px;
    height:35px;
    width:90px;
    line-height:35px;
    text-align:center;
    float:left;
    position:relative;
    cursor: hand;
    cursor: pointer;
    text-decoration:none;
    -moz-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    -o-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
}
.navigation ul li:hover {
    background-color:#F5F5F5;
    text-decoration:none;
}
.navigation ul li ul li:hover {
    background-color:#888888;
    text-decoration:none;
}

.navigation ul li a {
    color:#BBC6EF;
    text-decoration:none;
    font-size: 14px;
    font-weight: bold;
    font-family: Tahoma;
}
.navigation ul li ul {
    position:absolute;
    display:none;
    padding: 5px;
    margin: -1px 0 0 0;
    float:none;
    width:170px;
    min-width:0;
    background-color:#F5F5F5;
    border:2px solid #ccc;
    border-top:0;
    z-index: 100;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}
.navigation ul li ul li ul {
    border:2px solid #ccc;
}
.navigation ul li:hover ul, .navigation ul li:hover ul li:hover ul {
    position:relative;
    display:block;
    float:none;
}
.navigation ul li ul li {
    /* ie7 fix for menu item height */
    font-size:0;
    line-height:0;
    /* ie7 fix for menu item height */
    padding: 0;
    margin: -1px 0 0 0;
    width:170px;
    height:20px;
    text-decoration:none;
    font-weight: normal;
    text-align:left;
    display:block;
    float:none;
    background-color:#F5F5F5;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.navigation ul li ul li.expand {
    background-image:url('images/menuexpand.png');
    background-repeat:no-repeat;
    background-position:155px 6px;
}
.navigation ul li:hover ul li ul {
    display:none;
}
.navigation ul li ul li a, .navigation ul li:hover ul li a, .navigation ul li ul li:hover ul li a {
    margin: 0;
    padding: 0 0 0 10px;
    font-family:Tahoma;
    font-size:12px;
    line-height:20px;
    font-weight:normal;
    text-decoration:none;
    color:#000;
    display:block;
}
.navigation ul li ul li ul {
    display:none;
    margin: -25px 0 0 170px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.navigation ul li:hover a {
    color:#000;
}
.navigation ul li ul li:hover a {
    color:#fff;
}
.navigation ul li ul li:hover ul li:hover a {
    color:#fff;
}

/* --------------------------------------------------------------
   HEADERS
-------------------------------------------------------------- */

h1 {
	display: block;
	background-color: #FFF;
	height: 35px;
	color: #2E6194;
	font-size: 24px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #CCC;
}

/* --------------------------------------------------------------
   LINKS
-------------------------------------------------------------- */

a, a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a img {
	border: 0;
}
a.highlight, a.highlight:visited {
	color: #8a0000;
	text-decoration: none;
}
a.highlight:hover {
	color: #8a0000;
}
#topnav a, #topnav a:visited {
	color: #FFF;
	text-decoration: none;
}
#topnav a:hover {
	color: #FFF;
	text-decoration: underline;
}
#navigation ul li a, #navigation ul li a:visited {
	color: #ACCBFF;
	text-decoration: none;
}
#navigation ul li a:hover, #navigation ul li.navbuttonover a, #navigation ul li.navbuttonover a:visited, #navigation ul li.navbuttonover a:hover {
	text-decoration: none;
	color: #00162C;
}
#dropmenudiv a {
	width: 100%;
	background-color: #F5F5F5;
	display: block;
	text-indent: 6px;
	text-decoration: none;
	color: #666;
	font-size: 11px;
	line-height: 25px;
	font-weight: normal;
}
#dropmenudiv a:hover {
	background-color: #EBEBEB;
	color: #333;
}
#content_container #left_side ul.menu li a, #content_container #left_side ul.menu li a:visited {
	display: block;
	background-color: rgb(209, 214, 236);
	width: 169px;
	height: 22px;
	line-height: 22px;
	padding: 0 10px;
	margin: 0;
	font-size: 11px;
	color: #003699;
	text-decoration: none;
}
#content_container #left_side ul.menu li a:hover {
	background-color: #EBEBEB;
	color: #333;
}
#content_container #content #content_padded #tabs ul li a, #content_container #content #content_padded #tabs ul li a:visited, #content_container #content #content_padded #tabs ul li a:hover {
	display: block;
	background-color: #F5F5F5;
	padding: 0 10px;
	margin: 0;
	line-height: 25px;
	height: 25px;
	color: #333;
	text-decoration: none;
}
#content_container #content #content_padded #tabs ul li.tabselected a, #content_container #content #content_padded #tabs ul li.tabselected a:visited, #content_container #content #content_padded #tabs ul li.tabselected a:hover {
	font-weight: bold;
}
#content_container #content #content_padded #clienttabs ul li a, #content_container #content #content_padded #clienttabs ul li a:visited, #content_container #content #content_padded #clienttabs ul li a:hover {
	display: block;
	background-color: rgb(40, 53, 136);
	padding: 0 10px;
	margin: 0;
	line-height: 25px;
	height: 25px;
	color: #FFF;
	text-decoration: none;
	border-radius: 8px 8px 1px 1px;
	border: rgb(0, 0, 0) solid 1px;

}
#content_container #content #content_padded #clienttabs ul li.tabselected a, #content_container #content #content_padded #clienttabs ul li.tabselected a:visited, #content_container #content #content_padded #clienttabs ul li.tabselected a:hover {
	font-weight: bold;
}
table.datatable th, table.datatable th a, table.datatable th a:visited {
	color: #FFF;
	text-decoration: none;
}
table.datatable th a:hover {
	color: #FFF;
	text-decoration: underline;
}
table.datatable tr:hover td {
	background-color: #EFF2F9;
}

/* --------------------------------------------------------------
   LISTS
-------------------------------------------------------------- */

#navigation ul {
	max-width: 1200px;
    list-style-type: none;
	color: #00162C;
	text-align: left;
	line-height: 35px;
	padding: 0;
	height: 35px;
	margin: 0 auto;
}
#navigation ul li {
	background: url(images/nav_inactive_bg.gif) no-repeat;
	float: left;
	display: block;
	width: 92px;
	height: 35px;
	color: #ACCBFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	text-align: center;
	margin: 0 5px 0 0;
}
#navigation ul li.navbuttonover {
	background: url(images/nav_selected_bg.gif) no-repeat;
	text-decoration: none;
	color: #00162C;
}
#content_container #left_side ul.menu {
	list-style-type: none;
	margin: 0 0 15px 0;
	padding: 0;
	border-top: 0;
	width: 187px;
	border-bottom: 1px solid #EBEBEB;
}
#content_container #content #content_padded #tabs ul, #content_container #content #content_padded #clienttabs #guia_op {
	display: block;
	background-color: #FFF;
	height: 26px;
	line-height: 20px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
    	border-bottom: 2px solid #003DFF;
}
#content_container #content #content_padded #tabs ul li, #content_container #content #content_padded #clienttabs #guia_op li{
	float: left;
	padding: 0;
	margin: 0 0 0 7px;
}

/* --------------------------------------------------------------
   TABLES
-------------------------------------------------------------- */

table.form {
	background-color: #EBEBEB;
	padding: 0px;
	border: 1px solid #CCC;
}
table.form td {
	font-size: 12px;
}
table.form td.fieldlabel {
	background-color: #efefef;
}
table.form td.fieldarea {
	background-color: #efefef;
}
table.datatable {
	padding: 0;
	margin: 0;
}
table.datatable th {
	background-color: #1A4D80;
	font-weight: bold;
	text-align: center;
}
table.datatable td {
	background-color: #FFF;
	border-bottom: 1px solid #EBEBEB;
	font-size: 12px;
}
table.datatable tr.rowhighlight td {
	background-color: #EFF2F9;
}

/* --------------------------------------------------------------
   IMAGES
-------------------------------------------------------------- */

#logo_container img.banner {
	float: left;
	border: 0;
}

/* --------------------------------------------------------------
   SPECIAL CLASSES
-------------------------------------------------------------- */

.absmiddle {
	vertical-align: middle;
}
.clear {
	clear: both;
}
.smallfont {
	font-size: 11px;
}
.tablebg {
	background-color: #FFF;
	margin-top: 1%;
}
#content_container #left_side .header {
	background: rgb(40, 53, 136);
	color: #FFFFFF;
	font-size: 12px;
	border: rgb(12, 30, 140) solid 1px;
	display: block;
	width: 169px;
	text-align: left;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	padding: 0 10px;
	margin: 0;
	border-radius: 12px 2px 2px 2px;
}
#content_container #left_side .plain_header {
	display: block;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	width: 189px;
	height: 25px;
	line-height: 25px;
	border-bottom: 1px solid #CCC;
	padding: 0;
	margin: 0 0 10px 0;
}

/* --------------------------------------------------------------
   INFO BOXES
-------------------------------------------------------------- */

.infobox {
	margin: 10px 5px 10px 5px;
	padding: 6px 5px 6px 45px;
	min-height: 28px;
	background-color: rgb(40, 53, 136);
	border: 1px solid rgb(12, 30, 140);
	color: #FFF;
	text-align: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.infobox2 {
	
	background-position: 5px;
	margin: 10px 5px 10px 5px;
	padding: 6px 5px 6px 6px;
	min-height: 28px;
	background-color: #D7D7D7;
	border: 1px solid #000000;
	color: #000;
	text-align: left;
	font-family: monospace;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.infobox3 {
	background-image: url(../../images/icons/addfunds.png);
	background-repeat: no-repeat;
	background-position: 5px;
	margin: 10px 5px 10px 5px;
	padding: 6px 5px 6px 45px;
    min-height: 28px;
	background-color: #FCF9D2;
	border: 1px solid #F9D43E;
    color: #000;
    text-align: left;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.successbox {
	background-image: url('../../images/success.png');
	background-repeat: no-repeat;
	background-position: 5px;
	margin: 10px 5px 10px 5px;
	padding: 6px 5px 6px 45px;
    min-height: 28px;
	background-color: #D7ECB8;
	border: 1px solid #93C44A;
    color: #537225;
    text-align: left;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.errorbox33 {
	background-repeat: no-repeat;
	background-position: 5px;
	margin: 10px 5px 10px 5px;
	padding: 6px 5px 6px 45px;
    min-height: 18px;
	background-color: #FFF3F3;
	border: 1px solid #FFBBBB;
    color: #000;
    text-align: left;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.errorbox3 {
	background-image:  url(../../images/icons/transactions.png) ;
	background-repeat: no-repeat;
	background-position: 5px;
	margin: 10px 5px 10px 5px;
	padding: 6px 5px 6px 45px;
    min-height: 28px;
	background-color: #FFF3F3;
	border: 1px solid #FFBBBB;
    color: #000;
    text-align: left;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.errorbox2 {
	background-image: url(../../images/pdf.gif) ;
	background-repeat: no-repeat;
	background-position: 5px;
	margin: 10px 5px 10px 5px;
	padding: 6px 5px 6px 45px;
    min-height: 28px;
	background-color: #FFF3F3;
	border: 1px solid #FFBBBB;
    color: #000;
    text-align: left;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.errorbox {
	background-image: url('../../images/error.png');
	background-repeat: no-repeat;
	background-position: 5px;
	margin: 10px 5px 10px 5px;
	padding: 6px 5px 6px 45px;
    min-height: 28px;
	background-color: #FFF3F3;
	border: 1px solid #FFBBBB;
    color: #000;
    text-align: left;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.contentbox {
	text-align: center;
	background-color: #f7f7f7;
	border: 1px dashed #cccccc;
	padding: 10px;
}
.contentbox2 {
	text-align: left;
	background-color: #f7f7f7;
	border: 1px dashed #cccccc;
	padding: 10px;
	color:#333;
	font-size:11px;
}
.invoicetooltip {
	background-color: #888888;
	color: #000000;
	padding: 5px;
	z-index: 1;
}

/* --------------------------------------------------------------
   TEXT COLORS
-------------------------------------------------------------- */

.textblack {
	color: #000000;
}
.textblue {
    color: #224488;
}
.textgreen {
	color: #779500;
}
.textgrey {
	color: #888888;
}
.textgold {
    color: #ffbb55;
}
.textorange {
	color: #ff6600;
}
.textred {
	color: #cc0000;
}

/* --------------------------------------------------------------
   STATUS LABELS
-------------------------------------------------------------- */

.label {
    padding: 1px 3px 2px;
    background-color: #BFBFBF;
    font-size: 10px;
    font-weight: normal;
    color: white;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.label.pending, .label.collections {
    background-color: #F89406;
}
.label.active, .label.paid {
    background-color: #46A546;
}
.label.suspended, .label.expired, .label.refunded {
    background-color: #0768B8;
}
.label.terminated, .label.closed, .label.unpaid {
    background-color: #C43C35;
}
.label.cancelled {
    background-color: #BFBFBF;
}
.label.fraud {
    background-color: #000;
}

/* --------------------------------------------------------------
   DATE PICKER
-------------------------------------------------------------- */

.datepick {
    width: 100px;
}
.datepick + img {
    position: relative;
    left: -20px;
    top: 1px;
}

/* --------------------------------------------------------------
   ADMIN HOMEPAGE
-------------------------------------------------------------- */

.homecolumn {
    float: left;
    width: 50%;
    padding-bottom: 100px;
}

.homewidget {
    margin: 10px;
    border: 1px solid #ccc;
    padding:2px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.widget-header {
    padding:5px;
    background-color:#efefef;
    font-weight:bold;
}

.widget-header .ui-icon {
    float: right;
}

.widget-content {
    padding: 5px;
    overflow: auto;
}

.widget-content .label {
    padding-right: 5px;
    text-align: right;
}

.ui-sortable-placeholder {
    border: 1px dotted black;
    visibility: visible !important;
    height: 50px !important;
}

.ui-sortable-placeholder * {
    visibility: hidden;
}

/* --------------------------------------------------------------
   CLIENT SUMMARY PAGE
-------------------------------------------------------------- */

.clientssummarybox {
    background-color: #FFFFFF;
    padding: 10px;
    margin-bottom: 4px;
}
.clientssummarybox .title {
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
    font-size: 14px;
    color: #000;
}
.clientssummarybox ul {
    list-style-type: none;
    margin: 10px 0 0 0;
}
.clientssummarybox ul li {
    margin: 0 0 2px 20px;
}
table.clientssummarystats {
    width: 100%;
}
table.clientssummarystats td {
    background-color: #ffffff;
    font-size: 11px;
    padding-left: 4px;
}
table.clientssummarystats tr.altrow td {
    background-color: #f6f6f6;
    padding-left: 4px;
}
.clientsummaryactions {
    float:right;
    margin: -2px 0;
    padding:4px 15px;
    border:1px solid #ccc;
    background-color:#fff;
    font-size:14px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

/* --------------------------------------------------------------
   SUPPORT TICKETS
-------------------------------------------------------------- */

.ticketstaffnotes {
     background-color: #FFFFE6;
     border: 1px dashed #DACD83;
     padding: 5px;
}

.ticketstaffnotestable {
    width: 100%;
    border-bottom: 1px dashed #000;
    margin-bottom: 7px;
}

.ticketflag {
    background-color: #FFFFCC;
}

.ticketattachmentcontainer {
    float:left;
    padding:0 10px 10px 0;
    margin: 0;
    text-align:center;
}

.ticketattachmentthumb {
    padding:10px;
    margin:0 0 3px 0;
    background-color:#fff;
    border:1px solid #ccc;
    text-decoration: none;
}

/* --------------------------------------------------------------
   EMAIL TEMPLATES
-------------------------------------------------------------- */

.emailtplstandard {
    float:left;
    width:28%;
    margin:5px;
    padding:10px 20px 10px 20px;
    background-color:#efefef;
}

.emailtplcustom {
    float:left;
    width:28%;
    margin:5px;
    padding:10px 20px 10px 20px;
    background-color:#fff4d5;
}

.emailtpldisabled {
    float:left;
    width:28%;
    margin:5px;
    padding:10px 20px 10px 20px;
    background-color:#ffe8e8;
}

/* --------------------------------------------------------------
   ADDON MODULES DIRECTORY
-------------------------------------------------------------- */

#addonscats {
    background-color:#fff;
    float:left;
    width:200px;
    padding:10px 0 0 0;
}
#addonscats .cat {
    padding:5px 10px 5px 10px;
    margin:5px 0 5px 0;
    border:2px solid #7EAADA;
    border-right:0;
    text-align:right;
    text-decoration: underline;
    cursor: hand;
    cursor: pointer;
    -moz-border-radius-topleft: 5px;
    -webkit-border-radius-topleft: 5px;
    -o-border-radius-topleft: 5px;
    border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-radius-bottomleft: 5px;
    -o-border-radius-bottomleft: 5px;
    border-radius-bottomleft: 5px;
}
#addonscats .cat.addonsel {
    background-color: #EBF2FA;
    color: #4081C8;
    font-weight: bold;
}
#addonslist {
    border:2px solid #7EAADA;
    padding:10px;
    height: 500px;
    overflow:auto;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
#addonslist .heading {
    font-family: Arial;
    font-size: 20px;
    margin: 0 0 15px 20px;
    color: #3068A7;
}
#addonslist .loading {
    text-align:center;
    font-size:16px;
    padding:60px 0 0 0;
}
#searchaddons {
    text-align: right;
    padding: 0 20px 5px 0;
}

/*Classes adicionais*/

.info_cad {
background: rgb(123, 123, 123);
width: 42%;
height: 26px;
border-radius: 4px 4px 4px 4px;
border: rgb(0, 89, 1) solid 1px;
margin-bottom: 8px;
display: none;
}

.load {
margin: 5px 0px 0px 4px;
display: none;
}

.qd_info {
border: black double 4px;
background-color: rgb(210, 210, 210);
padding: 4px;
}

.qd_info input[type=text] {
text-align: center;
}
.qd_info h2, p {
color: black;
}

.qd_contrat input[type=button] {
background: white;
border-radius: 4px 4px 4px 4px;
}
.qd_contrat {
text-align: center;
border: black solid 2px;
background-color: rgb(207, 207, 207);
display:none;
}

.qd_exp {
border: black double 4px;
background-color: rgb(194, 194, 194);
padding: 4px;
margin-top:4px;
}

.span_cur{
background: rgb(95, 95, 255);
color: white;
padding: 2px;
border-radius: 4px;
border: rgb(239, 239, 239) solid 2px;
cursor: pointer;
}

/********************************Auto complete**********/

.tab {
background-color: white;
color: black;
margin: -10px 0px 0px 43px;
width: 178px;
min-height: 22px;
max-height: 122px;
position: absolute;
border: rgb(147, 147, 147) solid 1px;
border-radius: 4px;
overflow-y: auto;
display:none;
}

li.item_tab {
margin: 0% 0% 0% -20%;
cursor: pointer;
}

li.item_tab:hover {
background-color: rgb(161, 198, 255);
}

/*********************************Módulo de busca****************************/

.busca { width:90%; height:25px; font-size:12px; font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;}
.botao 
{ 
width:8%; height:32px;
background-color: white;
border-radius: 4px 4px 4px 4px;
}

#panel
{
margin-top: 1px;
margin-bottom: 10px;
background-color: rgb(40, 53, 136);
border: 1px solid rgb(12, 30, 140);
color: #FFF;
padding: 10px;
display: none;
margin-left: 15%;
margin-right: 15%;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}
#img
{
width: 30px;
heigth: 30px;
margin-left: 48%;
margin-right: 10%;
margin-top: -6px;
border: 1px solid #000000;
color: #000;
border-radius: 5px;
background-color: #FFFFFF;
}
.ALIGN
{
vertical-align:text-top;
}

//************Classe de tabelas - padrão tableless****/
.table_tab {
    width: 100%;
}

.th_tab {
    background-color: rgb(40, 53, 136);
    color: white;
    height: 18px;
    border: rgb(12, 30, 140) solid 1px;
}

.td_tab {
    float: left;
    width: 25%;
    text-align: center;
}

.tbody {
    overflow-y: scroll;
    width: 100%;
    min-height: 20px;
    max-height: 362px;
    
}

.tr{
display:flex;
}

.tbody .td_tab {
    border: black solid 1px;
    background-color: white;
    text-align: left;
    min-height: 18px;
    max-height: 40px;
    width: 34%;
     
}

/* Tabela de seleção de vaga - candidato */

.tabela_vaga {
width: auto;
}

.th_tabela_vaga {
background-color: black;
color: white;
border: white solid 2px;
}

.tr_tabela_vaga {
display: flex;
}

.td_th_tabela_vaga {
float: left;
width: 46%;
text-align: center;
}

.tbody_tabela_vaga {
overflow-y: scroll;
width: 100%;
min-height: 20px;
max-height: 362px;
}

.td_tabela_vaga {
border-bottom: black solid 1px;
background-color: white;
text-align: left;
min-height: 18px;
max-height: 40px;
width: 50%;
}

/*  Fim da classe de tabela de vaga */