body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
}

input, select, textarea {
	border: 1px solid #aaa;
	font-size: 12px;
	color: #000;
	padding: 2px;
}
button, .button {
	border: 1px solid #aaa;
	font-size: 12px;
	font-family: 'Lucida Grande',Tahoma,Verdana,Arial,sans-serif;
	padding: 2px 8px 2px 8px;
}
input, select, textarea{
	border-collapse: #ccc;
	border-radius: 2px;
	padding: 2px;
}
.button:hover, .button:focus, .button.active {
	background-image: -moz-linear-gradient(center top, #ffffff 0%, #255e90 2%, #3d74a5 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(.02, #255e90), color-stop(1, #3d74a5));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#255e90', endColorstr='#3d74a5');
	border-color: #000;
	color: #fff;
}
.m0{
	margin: 0px !important;
}
.w-auto{
	width: auto !important;
}
.p2px{
	padding: 2px !important;
}
.mt30{
	margin-top: 30px !important;
}
h3{
	font-size: 14px;
	font-weight: bold;
	color: #666;
}
.required, .error {
    color: #ff0000;
}
.email_span table{
	width: 60%;
}
.email_span table td{
	border:1px solid #fff;
	padding: 0 !important;
}
.email_span table tr.center{
	border-top: 4px solid #fff;
}
.email_span table tr.center td{
	text-align: center;
}
.email_span table td button:hover{
	background: #193f61;
}
/*--------------Header CSS---------------*/
.navbar-brand {
	float: left;
	height:auto;
	padding:7px 15px;
	font-size: 18px;
	line-height: 20px;
}
#dcmenutop {
	padding: 0px;
	position: relative;
	height: 50px;
	width: 100%;
}
.navbar {
	position: fixed;
	min-height: auto;
	margin-bottom: 20px;
	border: 1px solid transparent;
	width: 100%;
	top: 0;
	z-index: 999;
}
nav.navbar  {
	min-width: 950px;
	background-color: #0d3a62;
	height: 55px;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	background: -moz-linear-gradient(center top, rgba(32, 81, 124, .9) 0%, rgba(13, 58, 98, .9) 78%, rgba(0, 0, 0, .3) 78%, rgba(0, 0, 0, 0) 100%);
	background-color: rgba(0, 0, 0, 0);
	background-image: -moz-linear-gradient(rgba(32, 81, 124, 0.9) 0%, rgba(13, 58, 98, 0.9) 78%, rgba(0, 0, 0, 0.3) 78%, rgba(0, 0, 0, 0) 100%);
	background-color: transparent;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(32, 81, 124, .9)), color-stop(0.78, rgba(13, 58, 98, .9)), color-stop(0.78, rgba(0, 0, 0, .3)), color-stop(1, rgba(0, 0, 0, 0)));
}
.navbar-default .navbar-nav{
	margin: 0px;
}
.navbar-default .navbar-nav > li{
	float: left;
	position: relative;
}
.navbar-default .navbar-nav > li > a{
	color: #fff;
	padding-top: 11px;
	padding-bottom: 11px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus{
	background: #193f61;
	color: #fff;
}
#top_navigation ul li a:hover{
	background: #276499;
	color: #fff;

}
.navbar-form{
	float: right !important;
	border: none;
}
nav .form-control{
	height: 26px;
	float: left;
	border-radius: 0px;
	border: none;
}
nav .btn{
	height: 26px;
	padding: 0px 7px;
	border-radius: 0px;
	border-color: #21415f;
	border-left: none;
	background: #304e72;
	color: #fff;
}
nav .btn-default:hover {
	color: #fff;
	background-color: #304e72;
	border-color: #21415f;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background: transparent linear-gradient(to bottom, rgb(16, 58, 140) 0%, rgb(10, 38, 91) 100%) repeat scroll 0% 0%;
	color: rgb(255, 255, 255);
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.dropdown-menu > li > b {
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 1.42857143;
	color: #999999;
	white-space: nowrap;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 1.42857143;
    color: #666;
    white-space: nowrap;
	background: #fff;
	border: none;
	border-radius: 0px;
}
.dropdown-menu > li > div > a{
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 1.42857143;
    color: #666;
    white-space: nowrap;
	background: #fff;
	border: none;
	border-radius: 0px;
	text-decoration: none !important;
}
.dropdown-menu .list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;

	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}

.dropdown-menu > li > a:hover>.dropdown-menu {
	display: block;
}
nav .form-control.search_input{
	border: 0;
	width: 210px;
	font-size: 12px;
	padding: 1px 40px 0px 5px;
	height: 23px;
	margin-top: 1px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: inset 0 1px 1px #999;
	-moz-box-shadow: inset 0 1px 1px #999;
	box-shadow: inset 0 1px 1px #999;
}
.user_icon{
	float: left;
	width: 24px;
	height: 24px;
	background: url(../images/user.png) no-repeat;
	background-size: 100%;
	margin-right: 10px;
	border-radius: 2px;
}
.dcmenuDivider {
    background-image: url('../images/dvid.png');
    background-repeat: no-repeat;
    width: 2px;
    height: 43px;
    margin: 0 10px 0 0px;
}
#globalLinksDivider {
    float: left;
    margin-right: 0px;
}
.dropdown em {
    overflow: hidden;
    text-indent: -9999px;
    background-image: url(../images/li-down.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 15px;
    margin-left: 6px;
    float: right;
}
.plus {
    background: url(../images/plus.png) no-repeat center center;
    height: 16px;
	width: 34px;
    display: inline-block;
}
/*-------------Section CSS------------------*/
section {
	padding: 0px 20px 10px 20px;
}

.moduleTitle {
	width: 100%;
	margin-bottom: 10px;
}

.moduleTitle h2 {
	display: block;
	color: #666;
	font-size: 18px;
	padding-top: 7px;
	font-weight: normal;
	margin-bottom: 25px;
	margin-top: 5px;
}

.star {
	background: url(../images/star.png);
	width: 18px;
	height: 18px;
	display: inline-block;
	background-position: 0px -18px;
	cursor: pointer;
}
.star:hover{
    background-position: 0px 0px;
}
.action_btn {
	width: 60%;
	float: left;
}

.right_btn {
	width: 40%;
	float: left;
}

.button_box button, .button_box select {
	float: left;
}
.pagination button, .pagination button[disabled], .pagination button[disabled]:hover{
	background:transparent;
	border:0px;
}
.pagination button.next_page{
	float: right;
}
.pagination{
	float: right;
	margin: 0;
	font-size: 12px;
	line-height: 20px;
}
/*------------tabs css-----------------------*/
  .nav-pills{
	margin-top: 15px;
}

 .nav-pills li {
	margin: 2px 4px 0 0;
}

 .nav-pills li a {
	border: 2px solid #c3c3c3;
	padding: 2px 10px 1px;
	border-radius: 0px;
	font-weight: bold;
	color: #666;
	font-size: 13px;	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7f7f7+0,d4d4d4+100 */
	background: rgb(247, 247, 247); /* Old browsers */
	background: -moz-linear-gradient(top, rgb(247, 247, 247) 0%, rgb(212, 212, 212) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgb(247, 247, 247) 0%, rgb(212, 212, 212) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgb(247, 247, 247) 0%, rgb(212, 212, 212) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#d4d4d4', GradientType=0); /* IE6-9 */
}

 .tab-content {
	padding: 10px 20px 10px 20px;
	border: 2px solid #c3c3c3;
	border-radius: 0 0 6px 6px;
	background: #e5e5e5;
	margin-top: -2px;
}

 .nav-pills > li.active > a,  .nav-pills > li.active > a:focus,  .nav-pills > li.active > a:hover {
	color: #333;
	border-bottom: 2px solid #e5e5e5;    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100 */
	background: rgb(255, 255, 255); /* Old browsers */
	background: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(229, 229, 229) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(229, 229, 229) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(229, 229, 229) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0); /* IE6-9 */
}
.border_box {
	width: 100%;
	box-shadow: #ccc 0px 0px 10px;
	-moz-box-shadow: #ccc 0px 0px 10px;
	-webkit-box-shadow: #ccc 0px 0px 10px;
	border: 1px solid #98C6EA;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden;
}
.tab-content .panel-group .panel {
    background: transparent;
}
table .border_box{
	background: #fff;
}
table.border_box  tr{
	border-bottom: 1px solid #ccc;
}
.edit_form_wrapper table.border_box  tr{
	border-bottom: 1px solid #fff;
}
.border_box .field {
	background: #eee;
	color: #888;
	background-color: #eee;
	text-align: right;
	white-space: nowrap;
	padding: 6px;
}
.border_box .field label{
	font-weight: normal;
}
.border_box .value {
	color: #222;
	border-color: #ccc;
	background-color: #fff;
	padding: 6px;
	
}
.field {
	width: 12.5%;
}

.value {
	width: 37.5%;
	background: #eee;
}
.panel-heading a{
	font-size: 14px;
	color: #666;
	text-decoration: none;
	font-weight: 600;
}
.panel-default > .panel-heading {
    color: #666;
    background-color: transparent;
    border-color: transparent;
    padding: 0;
}
.panel-default {
    border-color: transparent;
    box-shadow: none !important;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;

}
.panel-group{
	margin-top: 30px;
}
.table_btn {
	padding: 5px;
}
.table_btn button{

    float: left;}
table{
	width: 100%;
} 
.panel-body{
	box-shadow: #ccc 0px 0px 10px;
	-moz-box-shadow: #ccc 0px 0px 10px;
	-webkit-box-shadow: #ccc 0px 0px 10px;
	border:1px solid #98c6ea !important;
	border-radius: 6px;
	padding: 0px;

}
.crm_table thead tr {
    border-left: none;
border-right: none;
border-top: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
background: #ebebed !important;
}
.crm_table tr {
    border-bottom: 1px solid #ccc;
    color: #f6f6f6;
}
.crm_table tr:nth-of-type(2n+1) {
    background-color: #f9f9f9;
}
.Search_table .crm_table tr td:nth-of-type(1) {
    width: 1%;
}
.Search_table .crm_table tr td:nth-of-type(2) {
    width: 1%;
}
.Search_table .crm_table tr td:nth-of-type(3) {
    width: 2%;
}
.crm_table tbody tr:hover {
    background-color: #fcf8e3;
}
.crm_table tr th {
	color: #666;
font-size: 13px;
    padding: 6px 8px 6px 5px;
}
.crm_table tr td {
	color: #222;
	font-size: 13px;
    padding: 6px 8px 6px 5px;
}
.crm_table tr td a{
	text-decoration: none;
}
.table_btn .table_right{
	float: right;
} 
.table_btn .table_right button{
	float: none;
	border: none;
	background: transparent;
	padding: 0px;
	height: 24px;
}
.table_btn .table_right button:first-of-type{
	position: relative;
	left: 10px;
}
.table_btn .table_right button:last-of-type{
	position: relative;
	right: 10px;
}
.table_btn .table_right button[disabled]{
	border: none;
	background: transparent;
} 
span.pageNumbers {
    color: #666;
    font-size: 13px;
    line-height: 24px;
} 
ul.clickMenu {
    background-color: #eee;
	border: 1px solid #ddd;
	padding: 0;
	margin: 0;
	display: inline-block;
} 
ul.clickMenu li, ul.SugarActionMenuIESub li {
    margin: 0;
    padding: 0 0 0 0;
    list-style: none;
    position: relative;
    cursor: pointer;
    float: left;
}
ul.clickMenu li .btn_a{
	float: left;
	padding: 3px 10px 1px 10px;
	border-right: 1px solid #ddd;
}
ul.clickMenu li .btn_a:hover{
	background-color: #355b7e;
	color: #fff;
}
ul.clickMenu li .check_box {
    float: left;
    padding: 4px 5px 0px 5px;
}
ul.clickMenu li .check_box input{
    margin: 0;
}
ul.clickMenu li a{
    color: #aaa;
}
ul.clickMenu li .btn_a:hover a{
	color: #fff;
}
ul.clickMenu li > span {
    width: 20px;
    height: 22px;
    background: url(../images/down.png) no-repeat 5px -25px;
    cursor: pointer;
    float: left;
}
ul.clickMenu li span:hover {
    background-position: 5px 3px;
    background-color: #355b7e;
}
ul.clickMenu li ul.subnav{
    list-style: none;
    position: absolute;
    left: 0;
    top: 23px;
    background: #fff;
    margin: 0;
    display: none;
    width: 100%;
    border: 1px solid #ccc;
    box-shadow: #999 0px 5px 10px;
    -moz-box-shadow: #999 0px 5px 10px;
    -webkit-box-shadow: #999 0px 5px 10px;
    padding: 8px 0px;
    z-index: 10;
    overflow: hidden;
}
ul.clickMenu.check li ul.subnav{
    min-width: 150px;
}
ul.clickMenu li ul.subnav li{
	width: 100%;
	text-align: center;
}
ul.clickMenu.check li ul.subnav li{
	text-align: left;
	padding: 3px 10px;
	font-size: 12px;
	color: #666;
}
ul.clickMenu li ul.subnav li a{
	color: #000;
}
ul.clickMenu li ul.subnav li:hover{
	background-color: #355b7e;
}
ul.clickMenu li ul.subnav li:hover a{
	color: #fff;
}
/*------------------Search page-------------*/
.search_form.view {
    width: auto;
    margin: 0px;
    background-image: -moz-linear-gradient(center top, #ffffff 0%, #eeeeee 1px, #dadada 100% );
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #ffffff), color-stop(.02, #eeeeee), color-stop(1, #eeeeee) );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dfdfdf');
    background-color: #cccccc;
    text-shadow: 0px 1px #fff;
    border: 1px solid #98C6EA;
    border-radius: 6px;
}
.search_form.view.pop_up {
   background: #fff;
}
.search_form .advanced {
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #ffffff), color-stop(.01, #eeeeee), color-stop(1, #eeeeee) );
    padding: 10px;
    border-radius: 6px;
}
.search_form.view.pop_up .advanced{
   background: #fff;
}
.search_form .value{
	width: 10%;
}
.search_form .field{
	width: 25%;
}
.search_form table td{
	padding: 6px;
}
.search_form table td label{
	color: #444444;
	text-align: left;
	font-weight: normal;
	font-size: 13px;
	text-shadow: 0px 1px #fff;
}
.small_input input{
	width: 75px;
}
.search_form td input[type="text"], .search_form td input[type="password"], .search_form td select {
    width: 150px !important;
}
.tick_box button{
	font-size: 10px;
	padding: 3px 0px 2px 0px;
	margin-left: 0px !important;
}
.tick_box button img{
	width: 14px;
	height: 14px;
	margin-top: -5px;
}
.tick_box button:hover{
	background: #193f61;
}
.search_button_box{
	margin-top: 20px;
}
.search_button_box select {
	min-width: 150px;
}
.search_button_box b {
	color: #444444;
	font-size: 13px;
}
.search_button_box a {
    color: #005a9b;
    font-size: 12px;
    text-decoration: none;
    text-shadow: 0px 1px #fff;
    font-weight: bold;
    margin-left: 5px;}
 .search_form.view .Search_table{
 	text-shadow: none;
 	font-size: 13px;
 }
 .Search_table .table_btn{
 	background: #fff;
 	margin-top: 10px;
 	padding-bottom: 0;
 	border-top: 1px solid #98C6EA;
 }
 .table_btn_bttom {
    border-radius: 0px 0px 6px 6px;
    border-top: 0px !important;
    margin-top: 0px !important;}
#bottomLinks {
    padding: 0 25px;
    float: right;
    margin-bottom: 45px;
}
#bottomLinks a {
    color: #666;
    text-decoration: none;
}    
#bottomLinks img {
    border: 0px;
    margin-left: 5px;
}
.date{
	margin-top: 5px;
}
.date input{
	float: left;
	margin-right: 5px;
	margin-top: 2px;

}
.date .input-group-addon span{
	font-size: 0px;
}
.date .input-group-addon{
	padding: 0px;
	border: 0px;
	float: left;
	width: 26px;
	height: 25px;
	text-align: left;
}
.field button{
	margin-left: 5px;
}
button[disabled], input[type="submit"][disabled], input[type="reset"][disabled], input[type="button"][disabled],
button[disabled]:hover, input[type="submit"][disabled]:hover, input[type="reset"][disabled]:hover, input[type="button"][disabled]:hover {
    border-color: #c1c1c1;
    color: #999;
    text-shadow: none;
    background-image: -moz-linear-gradient(center top, #e7e7e7 0%, #dcdcdc 100% );
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #e7e7e7), color-stop(1, #dcdcdc) );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7e7e7', endColorstr='#dcdcdc');
}
#tabadv{
	color: #444444;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}
#advance_display{
	display: none;
}
.popup_btnbox{
	margin-top: 30px;
}
.popup_text h3{
	margin-bottom: 0px;
}
.popup_search .Search_table .table_btn {
    background: #fafafa;
	margin-top: 0;
	padding-bottom: 5px;
	border-top: none;
}
.popup_search .Search_table{
    border:1px solid #98c6ea;
	border-radius: 6px;
	overflow: hidden;
	margin-top: 10px;
	display: none;
}
.search_form .helpIcon {
    text-align: right;
    vertical-align: top;
}
.search_form .helpIcon img{
    cursor: pointer;
}
#search_tip{
	width: 760px;
	position: absolute;
	top: 0%;
	margin-top: 50px;
	left: 50%;
	margin-left: -380px;
	border: 1px solid #aaaaaa;
	box-shadow: 0 5px 10px #999999;
	z-index: 99;
	background: #fff;
	display: none;

}
#search_tip .modal_head{
    background-image: -moz-linear-gradient(center top, #ffffff 0%, #f1f1f1 10%, #efefef 100% );
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #ffffff), color-stop(.10, #f1f1f1), color-stop(1, #efefef) );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dfdfdf');
    padding-bottom: 2px;
    border-bottom: 1px solid #ccc;
    padding: 3px 10px;
    position: relative;
}

#search_tip .modal_title{
	font-size: 12px;
	color: #222;
	font-weight: bold;
}
#search_tip .btn_close{
	position: absolute;
	top: 0;
	right: 0;
	margin: 3px 10px 0px 0px;
	z-index: 9999;
	cursor: pointer;

}
#search_tip .modal_body{
	padding: 15px 10px;
}
.change_log p{
	font-size: 12px;
}
.change_log table tr{
	border:0;
}
.list {
    border:1px solid #98c6ea;
    border-radius: 6px;
    overflow: hidden;
}
/*-----------login page-------------*/
.loginBoxShadow {
	-moz-box-shadow: 0 0 10px #aaa;
	box-shadow: 0 0 10px #aaa;
	-webkit-box-shadow: 0 0 10px #aaa;
	background-color: rgba(204,204,204,.8);
	max-width: 460px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #444;
	margin: auto;
	font-size: 12px;
	border: 1px solid #999999;
}
.loginBox {
	background-image: -moz-linear-gradient(center top, #fdfdfd 0%, #e8e8e8 100% );
	background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #fdfdfd), color-stop(1, #e8e8e8) );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#e8e8e8');
	background-color: #e8e8e8;
	border-bottom: 1px solid #ccc;
	padding: 20px;
}
/*.loginBox input[type="text"], .loginBox input[type="password"], .loginBox textarea {
	width: 200px !important;
}*/
.loginBox input[type="text"], .loginBox input[type="email"], .loginBox input[type="password"], .loginBox textarea {
	width: 250px !important;
}
.loginBox label {
	font-weight: normal;
	font-size: 12px;
}
.loginBox input, .loginBox select {
	height: 25px;
	border: 1px solid;
	font-size: 13px;
	padding: 2px;
	border-color: #ccc;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	margin: 2px 0px;

}
.loginBox .button.primary {
	height: 25px;
	background-image: -moz-linear-gradient(center top, #ffffff 0%, #255e90 2%, #3d74a5 100% );
	background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #ffffff), color-stop(.02, #255e90), color-stop(1, #3d74a5) );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#255e90', endColorstr='#3d74a5');
	border-color: #000;
	color: #fff;
	padding: 2px 8px 2px 8px;
	font-family: 'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
}
.loginBoxShadow .password {
	padding: 5px 20px 5px 20px;
	border: 1px solid #999;
	border-top: 0px none;
	background-color: #fff;
}
.loginBox img{
	margin-bottom: 30px;
}

.loginBox .form-group{
	margin: 2px 0px;
}

.loginBox .help-block {
	display: block;
	margin-top: 2px;
	margin-bottom: 2px;
	color: red;
}
.space{
	padding: 5px ;
	background: #fff;
}
.loader-wrapper{
	position: fixed;
	top: 0;
	right:0;
	left: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.5);
	z-index: 999;

}
.loader-wrapper img{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -67px;
	margin-top: -50px;
}
.buttonText {
    font-size: 12px;
}
.breadcrumb{
	display: inline-block;
    background: transparent;
	padding-left: 0px;
	margin-bottom: 10px;
	
}
.report-btn-wrapper{
	margin-bottom: 30px;
}
#wizard_outline_div{
	font-size: 12px;
}
.breadcrumb a{
	font-size: 12px;
	color: #444;
	position: relative;
	padding-right: 10px;
}
.breadcrumb a::after{
	position: absolute;
	content: ">";
	right: 0;
}
.breadcrumb>.active{
	text-decoration: underline;
	color: #0b578f;
	font-weight: bolder;
}
.nested-accordion .panel-group {
    margin:0px;
}
.query-builder .rules-group-container {
    padding: 10px;
    padding-bottom: 6px;
    border: none;
    background: rgb(240, 240, 240);
    border-radius: 0px;
}
.query-builder .rules-group-container button{
	border: 1px solid #aaa !important;
	font-size: 12px !important;
	font-family: 'Lucida Grande',Tahoma,Verdana,Arial,sans-serif !important;
	padding: 2px 8px 2px 8px !important;
	color: #000 !important;
	border-radius: 0px !important;
	background-image: -moz-linear-gradient(center top, #ffffff 0%, #f1f1f1 10%, #efefef 100% ) !important;
	background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #ffffff), color-stop(.10, #f1f1f1), color-stop(1, #efefef) ) !important;
}
.query-builder .rules-group-container button:hover, .query-builder .rules-group-container button:focus, .query-builder .rules-group-container button.active {
	background-image: -moz-linear-gradient(center top, #ffffff 0%, #255e90 2%, #3d74a5 100%) !important;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(.02, #255e90), color-stop(1, #3d74a5)) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#255e90', endColorstr='#3d74a5') !important;
	border-color: #000 !important;
	color: #fff !important;
}
.query-builder .rules-group-container .radio.button{
	border:0px;
	background: transparent !important;
	color: #000 !important; 
}
#displayCol tr td:first-child{
	text-transform: capitalize;
}
.table_container{
	border: 1px solid #98C6EA;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 30px;
	padding: 3px 10px;}
.report_table{
	border-radius: 6px;
	overflow: hidden;
}	
.search_form.report_table .value {
    width: 6%;
}
.report_table tr td {
    padding: 3px;
}
.bold_text{
	font-weight: bold;
	padding: 5px 5px 5px 7px;
	background-color: #eee;
}
.global_field{
	padding: 8px 4px;
	background-color: #eee;
}
.call_detail_wrapper{
	margin-top: 15px;
	margin-bottom: 10px;
}
.call_detail_wrapper .panel-heading a {
    font-size: 14px;
    color: #444;
    text-decoration: none;
    font-weight: 600;
}
.call_detail_wrapper .field {
    background: #eee;
    background-color: rgb(238, 238, 238);
    color: #888;
    background-color: #eee;
    text-align: right;
    white-space: nowrap;
    padding: 6px;
}
.call_detail_wrapper .value {
    color: #222;
    border-color: #ccc;
    background-color: #fff;
    padding: 6px;
}
.call_detail_wrapper table tr {
    border-bottom: 1px solid #ccc;
}	
.call_detail_wrapper .panel-heading{
	background: #eee;
}
table.dataTable thead th, table.dataTable thead td {
    border-bottom: 0;
}
table.dataTable {
    border-collapse: collapse;
}
.dataTables_wrapper{
	border:1px solid #98c6ea;
	border-radius: 6px;
	box-shadow: #ccc 0px 0px 10px;
	-moz-box-shadow: #ccc 0px 0px 10px;
	-webkit-box-shadow: #ccc 0px 0px 10px;
	overflow: hidden;
}
.dataTables_wrapper .dataTables_paginate {
    padding: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .first{
	background: url(../img/start.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	padding: 0 12px;
	margin: 0;
	position: relative;
	left: 5px;
	background-color:transparent;
}
.dataTables_wrapper .dataTables_paginate .first.disabled{
	background: url(../img/start_off.png);
	background-color:transparent;
}
.dataTables_wrapper .dataTables_paginate .previous{
	background: url(../img/previous.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	padding: 2px 11px;
	margin: 0;
	background-color:transparent;
}
.dataTables_wrapper .dataTables_paginate .previous.disabled{
	background: url(../img/previous_off.png);
	background-color:transparent;
}
.dataTables_wrapper .dataTables_paginate .next{
	background: url(../img/next.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	padding: 2px 11px;
	margin: 0;
	background-color:transparent;
}
.dataTables_wrapper .dataTables_paginate .next.disabled{
	background: url(../img/next_off.png);
	background-color:transparent;
}
.dataTables_wrapper .dataTables_paginate .last{
	background: url(../img/end.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	padding: 0 12px;
	margin: 0;
	position: relative;
	right: 5px;
	background-color:transparent;
}
.dataTables_wrapper .dataTables_paginate .last.disabled{
	background: url(../img/end_off.png);
	background-color:transparent;
}
.dataTables_wrapper .dataTables_paginate .first:hover{
	background: url(../img/start.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	padding: 0 12px;
	margin: 0;
	position: relative;
	left: 5px;
	background-color:transparent;
	border:0px;
}
.dataTables_wrapper .dataTables_paginate .first.disabled:hover{
	background: url(../img/start_off.png);
	background-color:transparent;
}
.dataTables_wrapper .dataTables_paginate .previous:hover{
	background: url(../img/previous.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	padding: 2px 11px;
	margin: 0;
	background-color:transparent;
	border:0px;
}
.dataTables_wrapper .dataTables_paginate .previous.disabled:hover{
	background: url(../img/previous_off.png);
	background-color:transparent;
}
.dataTables_wrapper .dataTables_paginate .next:hover{
	background: url(../img/next.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	padding: 2px 11px;
	margin: 0;
	background-color:transparent;
	border:0px;
}
.dataTables_wrapper .dataTables_paginate .next.disabled:hover{
	background: url(../img/next_off.png);
	background-color:transparent;
}
.dataTables_wrapper .dataTables_paginate .last:hover{
	background: url(../img/end.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	padding: 0 12px;
	margin: 0;
	position: relative;
	right: 5px;
	background-color:transparent;
	border:0px;
}
.dataTables_wrapper .dataTables_paginate .last.disabled:hover{
	background: url(../img/end_off.png);
	background-color:transparent;
}
/*-------------Responsive CSS--------------*/
@media (min-width:768px) {
	ul.nav-left li:hover > ul.dropdown-menu {
    display: block;
}
}

@media (max-width:400px) {
}

@media (max-width:767px) {
}
