/***********Styles*****************/

/**
	color: #458ecc   //Heading color blue
	background : #458ecc; // Blue Table header color
	border-right:1px solid #4cbeff; //blue right border for header
	background: #95C14D // Green Table background
	background:#f2f2f2; //Table Even/Odd Row Background 
	background: #f6f6f6; // Table odd rows
	border:1px solid #366AE4; // column chooser shifter border blue color
	background:#F1F6FC; // step form light blue color bg
	color:#000 // peragraph gray color
	color:#000 // Filter text color
	background: #f4f4f4 // accordian light gray color
	background:#fafafa // page and accourdian bg light gray color
	border: 1px solid #ccc // gray color border
	border: 1px solid #DBDBDB // TD gray color border
	accordion and pagination color: #B1B1B1; DARK GRAY	
**/
/************** DROPDOWN MENU ************/

.header-categories {
	
}

.header-categories .header-categories__links{
	padding-top:0;	
}

.grid-container::after {
    clear: both;
    content: "";
    display: table;
}
.grid-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    padding-right: 25px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2279e7+0,1f76e2+37,0e68c1+100 */
	background: #2279e7; /* Old browsers */
	background: -moz-linear-gradient(top,  #2279e7 0%, #1f76e2 37%, #0e68c1 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #2279e7 0%,#1f76e2 37%,#0e68c1 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #2279e7 0%,#1f76e2 37%,#0e68c1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2279e7', endColorstr='#0e68c1',GradientType=0 ); /* IE6-9 */	
	background-repeat:repeat-x;
    border-bottom: 1px solid #458ecc  ;
    height: 36px;
	padding-top:0px;
}

.header-categories__links {
    float: right;
    font-size: 12px;
    list-style: outside none none;
    margin: 0;
    padding: 7px 0 0;
}

.header-categories__links-item {
    float: left;
    position: relative;
	color:#fff;
}


.header-categories a, .header-categories a:hover {
    line-height: 1.2;
    text-decoration: none;
}
.header-categories__main-link, .header-categories__main-link--empty {
    border-radius: 4px 4px 0 0;
    color:#000;
    display: block;
    padding: 10px;
    white-space: nowrap;
	font-size:12px;
}


.header-categories__links-dropdown {
    display: none;
    left: 0;
    position: absolute;
    top: 34px;
    width: 210px;
	z-index:3;
}

.hub-header-dropdown {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    list-style: outside none none;
    padding: 0;
}
.hub-header-dropdown {
    list-style: outside none none;
}

.header-categories__links-dropdown.touch-only-dropdown-is-ready, .header-categories__links-item:hover > .header-categories__links-dropdown {
    display: block;
}

.hub-header-dropdown a {
    background-color: #fff;
    color:#000;
    display: block;
    padding: 8px;
    text-decoration: none;
}

.hub-header-dropdown a:hover, .hub-header-dropdown a:focus {
    background-color: #f4f4f4;
    text-decoration: none;
}

.touch .header-categories__links-item .header-categories__main-link.is-open, .touch .header-categories__links-item .is-open.header-categories__main-link--empty, .header-categories__links-item:hover > .header-categories__main-link, .header-categories__links-item:hover > .header-categories__main-link--empty {
    background-color: #458ecc ;
    color: #fff;
}
.header-categories a, .header-categories a:hover {
    line-height: 1.2;
    text-decoration: none;
}

.header-categories__main-link, .header-categories__main-link--empty {
    border-radius: 4px 4px 0 0;
    color: #fff;
    display: block;
    padding: 10px;
    white-space: nowrap;
}

.alert-icon{
	background:url(../images/cip/warning-icon.png) no-repeat;	
	background-size: 20px 20px;
	width:20px;
	height:20px;
	display:inline-block
}


/************** CUSTOM SCROLLBAR ***************/

.mCSB_inside > .mCSB_container{
	margin-right:0!important;
}

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:9px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, 0.7);
}


/**************END CUSTOM SCROLLBAR ***************/


/**************** STEPS *******************/

ul.steps {
    overflow: hidden;
	padding-left:0;
	border: 1px solid #ccc;
	background: #f4f4f4 none repeat scroll 0 0;
	margin-top:6px;
}

ul.steps > li.completed {
    background-color: #f4f4f4;
    color:#000;
    cursor: pointer;
}

ul.steps > li .step-index .label {
    background-color: #b5b5b5;
}

ul.steps > li.active .step-index .label {
    background-color: #fff;
	color:#458ecc  ;
}

ul.steps > li.completed .step-index .label {
    background-color: #848484;
}

ul.steps > li.active {
    background-color: #458ecc ;
    color: #fff;
}

ul.steps > li {
    background: #f4f4f4 none repeat scroll 0 0;
    color: #b5b5b5;
    display: table-cell;
    height: 57px;
    line-height: 46px;
	 padding-left: 15px;
    list-style: outside none none;
    position: relative;
}

ul.steps > li.tablet-view{
	display:none;
}


ul.steps > li .step-text {
    font-size: 15px;
    margin-left: 12px;
    padding-right: 16px;
	margin-top:-6px;
	position:relative;
	z-index:3;
}

ul.steps .glyphicon-ok{
	color:#0C3;
	font-weight:normal;
}

ul.steps .glyphicon-refresh{
	color:#fff;
	font-weight:normal;
	margin-left:5px;
}

ul.steps .glyphicon-eye-close{
	color:#b5b5b5;
	font-weight:normal;
	margin-left:5px;
}


ul.steps > li .step-text-detail{
	font-size: 17px;
    font-weight: 600;
    margin: -26px 0 0 16px;
	position:relative;
	z-index:3;
}

ul.steps > li:first-child .step-index {
    padding-left: 15px;
}

ul.steps > li .step-index {
    padding-left: 30px;
    padding-right: 5px;
	padding-top:11px;
}


ul.steps > li > span {
    display: table-cell;
    vertical-align: middle;
}

ul li.active .colorA::before, ul li.completed .colorA::before {
    color: #f4f4f4;
}
ul li.last-completed .colorA::before{
	color:#458ecc ;
}

ul li.active .colorA::before{
	color:#f4f4f4;
}

.colorA::before {
    color: #f4f4f4;
    right: -42px;
    top: -27.5px;
    z-index: 2;
}

.colorB::before {
    color: #b5b5b5;
	right: -41px;
    top: -27.5px;
    z-index: 1;
}

.fa-chevron-right::before {
    font-size: 119px;
    position: absolute;

}

@media screen and (min-width: 1300px) {
	.steps{
		font-size: 14px;
	}
	.step-text{
		padding-left:5px;
	}
	
	ul.steps > li .step-index  .label {
	    font-size: 13px;
		padding: 0 0.4em 0 0.3em;
	}
	
	
	
}

@media screen and (max-width: 1030px) {

	ul.steps > li .step-text-detail{
		font-size: 16px;
		font-weight: 600;
		margin: -26px 0 0 14px;
	}
	
	ul.steps > li .step-text {
		font-size: 15px;
		margin-left: 14px;		
	}
	
	ul.steps > li.desktop-view{
		display:none;
	}

	ul.steps > li.tablet-view{
		display:block;
	}

}


@media screen and (max-width: 768px) {
	ul.steps > li{
		padding-left:3px;
	}	
	.steps{
		font-size: 11px;
	}
	
	ul.steps > li .step-text{
		padding-right:0;
	}		
}

@media screen and (max-width: 640px) {
	ul.steps > li .step-text{
		display:none;
	}
	
	ul.steps > li .step-index {
		float: left;
		margin-left: 19%;		
	}
	
	ul.steps > li .step-index  .label {
	    font-size: 46px;
	}
	
	ul.steps > li.completed .step-index .label, ul.steps > li .step-index .label, ul.steps > li.active .step-index .label {
		background:none;
	}
	
	ul.steps > li .step-index .label{
		color:#b5b5b5;
		padding:0;
	}
	
	ul.steps > li.completed .step-index .label{
		color:#5cb85c;
	}
	
	ul.steps > li.active .step-index .label {
		color:#458ecc  ;
	}
	
}

/**************** END STEPS *******************/



/***************** TOOL TIP BALOOOOOOON **********/
	
.toolTip, .toolTip-private {
   	background-color: #ffffff;
    border: 1px solid #73a7f0;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.58);
	-moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.58);
	box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.58);
    float: left;
    position: absolute;
    width: 700px;
	display:none;
	z-index:1051;
}

.toolTip table .glyphicon , .toolTip-private table .glyphicon{
	cursor:pointer;
}

.tailShadow {
    background-color: transparent;
    width: 4px;
    height: 4px;
    position: absolute;
    top: 16px;
    left: -8px;
    z-index: -10;
    box-shadow: 0px 0px 8px 1px black;
    -moz-box-shadow: 0px 0px 8px 1px black;
    -webkit-box-shadow: 0px 0px 8px 1px black;
}

.tail1 {
    width: 0px;
    height: 0px;
    border: 10px solid;
    border-color: transparent #458ecc transparent transparent;
    position:absolute;
    top: 8px;
    left: -20px;
}

.tail2 {
    width: 0px;
    height: 0px;
    border: 10px solid;
    border-color: transparent #ffffff transparent transparent;
    position:absolute;
    left: -18px;
    top: 8px;
}

.tailRight1, .tail1-private {
    width: 0px;
    height: 0px;
	border-style: solid;
	border-width: 9.5px 0 9.5px 11px;
	border-color: transparent transparent transparent #007bff;
    position:absolute;
    top: 8px;
    right: -11px;
}




/***************** END TOOL TIP BALOOOOOOON **********/


/**************** MODAL *******************/

.modal-content{
	-webkit-border-top-left-radius: 9px;
    -webkit-border-top-right-radius: 9px;
    -moz-border-radius-topleft: 9px;
    -moz-border-radius-topright: 9px;
     border-top-left-radius: 9px;
     border-top-right-radius: 9px;
}

.modal-body .img{
 	width: 34px;
	height:34px;
	margin-top:-5px;
	float:left;
}
.modal-body .confirmation-img.margin-right-10.img{
	width:auto;
	height:auto;
	min-height:34px;
	margin-top:0;
	padding-left:45px;
	margin-top:-5px
}

.modal-body label, .modal-body span{
	font-size:15px;
/*	margin-top:10px;
*/}

.modal-header {
    padding:7px 15px;
    border-bottom:1px solid #eee;
    background-color: #458ecc ;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
     border-top-left-radius: 6px;
     border-top-right-radius: 6px;
	 color:#fff;
 }

.modal-header .close{
	color:#fff;
	opacity:1;
	margin-top:0;
}

.modal-header h4{
	color:#fff;
	font-size:17px;
}

.modal-footer{
	text-align:left;
	border-top:none;
	padding-top:0;
	padding-bottom:10px;
}

.modal-dialog{

}

.modal {
  text-align: center;
}

.modal .delete-img{
	background:url(../images/cip/delete-icon.png) no-repeat;	
}

.modal .warning-img{
	background:url(../images/cip/warning-icon.png) no-repeat;	
}

.modal .confirmation-img{
	background:url(../images/cip/confirmation-icon.png) no-repeat;	
}

.modal-body .img{
  width: 34px;
 height:34px;
 margin-top:-5px;
 float:left;
}
.imgconfMsg{
    margin-left: 8px;
}

.imgconfMsg 
{
    /*padding: 8px;
    clear: both;*/
    display: block;
}
.modal-body .confirmation-img.margin-right-10.img, .modal-body .warning-img.margin-right-10.img, .modal-body .delete-img.margin-right-10.img{
 width:auto;
 height:auto;
 margin-top:0;
 float:none;
 padding-bottom: 20px;
    padding-left: 45px;
    padding-top: 5px;
}

.modal-body .modal-panel-heading{
    background:#eaeaea ;  
	color:#000;
	border-top-left-radius: 0px;
   	border-top-right-radius: 0px;
    padding:10px;
}

@media screen and (min-width: 768px) { 
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
  
  .modal-xl {
    width: 90%;   
  }
  
}


.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
/**************** END MODAL *******************/
 

/************** HORIZONTAL LINE  *************/

hr{
	border:none;
	border-bottom:#ccc 1px solid;
	margin: 8px 0 8px 15px;
    width: 98%;
	float:left;
	clear:both;
}

hr.header{
	border-bottom:#458ecc 3px solid;
}

/************** END HORIZONTAL LINE  *************/

/**************** BREADCRUMB ******************/

	.breadcrumb{
		background:#fff;
		margin-bottom:10px;
		margin-top:10px;
	}
	
	.breadcrumb > li + li::before {
    	content: "> ";
	}
	

/**************** END BREADCRUMB ******************/


/*************** CHECKBOX RADIO *********************/
.checkbox {
  padding-left: 20px; 
 }
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
    padding-left: 5px; }
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
      color: #555555; }
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
    z-index: 1; }
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  font-family: "FontAwesome";
  content: "\f00c";}
.checkbox input[type="checkbox"]:indeterminate + label::after,
.checkbox input[type="radio"]:indeterminate + label::after {
  display: block;
  content: "";
  width: 10px;
  height: 3px;
  background-color: #555555;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px;
}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
      opacity: 0.65; }
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
        cursor: not-allowed; }
.checkbox.checkbox-circle label::before {
    border-radius: 50%; }
.checkbox.checkbox-inline {
    margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #458ecc  ;
  border-color: #458ecc  ; }
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f; }
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #458ecc  ;
  border-color: #458ecc  ; }
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c; }
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff;}

.checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.checkbox-primary input[type="radio"]:indeterminate + label::before {
  background-color: #458ecc  ;
  border-color: #458ecc  ;
}

.checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.checkbox-primary input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::before,
.checkbox-danger input[type="radio"]:indeterminate + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::after,
.checkbox-danger input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::before,
.checkbox-info input[type="radio"]:indeterminate + label::before {
  background-color: #458ecc  ;
  border-color: #458ecc  ;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::after,
.checkbox-info input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::before,
.checkbox-warning input[type="radio"]:indeterminate + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::after,
.checkbox-warning input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::before,
.checkbox-success input[type="radio"]:indeterminate + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::after,
.checkbox-success input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.radio {
  padding-left: 20px; }
.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
    padding-left: 5px; }
.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
      transition: border 0.15s ease-in-out; }
.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
.radio input[type="radio"] {
  opacity: 0;
    z-index: 1; }
.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
      transform: scale(1, 1); }
.radio input[type="radio"]:disabled + label {
      opacity: 0.65; }
.radio input[type="radio"]:disabled + label::before {
        cursor: not-allowed; }
.radio.radio-inline {
    margin-top: 0; }

.radio-primary input[type="radio"] + label::after {
  background-color: #458ecc  ; }
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #458ecc  ; }
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #458ecc  ; }

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f; }

.radio-info input[type="radio"] + label::after {
  background-color: #458ecc  ; }
.radio-info input[type="radio"]:checked + label::before {
  border-color: #458ecc  ; }
.radio-info input[type="radio"]:checked + label::after {
  background-color: #458ecc  ; }

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e; }

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c; }

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c"; }
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff; }
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff; }

/*************** EDN CHECKBOX RADIO *********************/


/************** EXPAND COLLAPSE *************/

.panel-heading a:after {
    font-family:'Glyphicons Halflings';
    content:"\e259";
    float: right;
    color: white;
	margin-right:5px;
}
.panel-heading a.collapsed:after {
    content:"\e258";
}

.panel-group .panel{
	  border-radius: 0;
}

.panel-default > .panel-heading{
	background:#458ecc ;  
	color:#fff;
	border-top-left-radius: 0px;
   	border-top-right-radius: 0px;
}

.panel-default > .panel-heading a{
	outline:none;	
}

.panel-default > .panel-heading a:hover, .panel-default > .panel-heading a:focus{
	text-decoration:none;
}

.panel-default > .panel-heading .action-icons{
	float:right;
}
.panel-default > .panel-heading .action-icons span{
	margin-left:5px;
}
	
/************** END EXPAND COLLAPSE *************/




/**************** TABLES *******************/

table.blue-header {
	border: 1px solid #ccc;
}

table.blue-header tbody tr:nth-child(even) td {background: #f2f2f2}
table.blue-header tbody tr:nth-child(odd) td{background: #fff}

table.gray-header {
	border: 1px solid #ccc;
}

table.gray-header tbody tr:nth-child(even) td{
	background:#f2f2f2;
}

table.gray-header tbody tr:nth-child(odd) td{
	background:#fff;
}

table.blue-header > thead > tr > td, table.blue-header > thead > tr > th{
	background:#458ecc;
	padding:5px;
	font-weight:bold;
	border-right:1px solid #4cbeff;
	color:#fff;
}

.green-header{
	background:#95C14D!important;
	font-weight:600;
}
.green-header thead tr td, .green-header thead tr th {
	background:#95C14D!important;
	padding:5px;
	font-weight:600;
	color:#000!important;
}
.green-header tbody tr td{
	font-weight:normal;
}

.blue-header {
	background:#458ecc;
	font-weight:600;
}
.blue-header thead tr td, .blue-header thead tr th {
	background:#458ecc!important;
	padding:5px;
	font-weight:600;
	color:#fff!important;
}

.blue-header tbody tr td{
	font-weight:normal;
}


.childrenTr table {
	border:1px solid #dbdbdb;
}

.childrenTr table tbody tr:nth-child(odd) td{
	background:#fff;
}

.childrenTr table tbody tr:nth-child(even) td{
	background:#f2f2f2;
}


.childrenTr .green-header table tbody tr:nth-child(odd) td{
	background:#f2f2f2;
}

.childrenTr .green-header table tbody tr:nth-child(even) td{
	background:#fff;
}

.childrenTr thead th{
	border-right: 1px solid #afafaf!important;	
}
.childrenTr tbody tr{
	height:37px;
}



table.blue-header tbody tr td{
	background:#fafafa;
	padding:5px;
	border-bottom:1px solid #ccc;
	border-right:1px solid #DBDBDB;
	color:#000;
}

table.gray-header tbody tr td{
	background:#fafafa;
	padding:5px;
	padding-right:15px;
	border-bottom:1px solid #ccc;
	border-right:1px solid #DBDBDB;
	color:#000;
}

table.blue-header tbody tr.active td{
	background:#D8D8D8;
}

table.gray-header tbody tr.active td{
	background:#D8D8D8;
}

table.blue-header tbody tr td span{
	margin-left:10px;
	font-size:15px!important;
}

table.gray-header tbody tr td span{
	margin-left:10px;
	font-size:15px!important;
}

table.gray-header tbody tr td .glyphicon{
	font-size:13px!important;
}

table input{
	color:#999;
}

/**************** END TABLES *******************/

/**************** DATE PICKER *******************/

.datepicker .input-group-addon{
	background:#458ecc  ;
}

.datepicker .input-group-addon .glyphicon-calendar{
	color:#fff;
	font-size:17px;
}

.bootstrap-datetimepicker-widget table td{

}

.bootstrap-datetimepicker-widget .checkbox input[type="checkbox"]{
	top:19px;
	
}

.bootstrap-datetimepicker-widget .checkbox label::before{
	top:19px;
	left:1px;
	
}

.bootstrap-datetimepicker-widget .active .checkbox-primary input[type="checkbox"]:checked + label::before{
    background-color: #66abff;
    border-color: #458ecc;
}

.datepicker{
	padding-bottom:3px;
}

td[id^="date"]{
	padding:2px;
}

.datepicker tr:hover td{
	background:none!important;
}

.datepicker thead tr th button{
	background:none;
}

.datepicker tbody td .btn-info{
	background:#458ecc;
}

.datepicker .btn.disabled, .datepicker .btn[disabled], .datepicker  fieldset[disabled] .btn{
	opacity: 1;
}

.datepicker  .btn.active, .datepicker  .btn:active{
	 box-shadow:none;	
}

.datepicker .btn .text-info{
	color:#09C;
}

/**************** END DATE PICKER *******************/


/*************** FORM ***************************/

.form-div{
	background:#fafafa;
	padding:10px 10px 20px 10px;
	float:left;
	clear:both;
	width:100%;
}

.form-div h2{
	margin-bottom:50px;
}

.form-horizontal label{
	font-weight:normal;
}

.form-horizontal h3{
	margin-bottom: 10px;
    margin-left: 20px;
}

.form-horizontal .control-label{
/*	padding-top:0;
	margin-top:-2px;*/
	font-weight:600;
}

.form-group div.radio {
	/*padding-top:0;*/
}

.form-group > label{
	/*padding:0;*/
}

.form-group > div{
	padding-left:10px;
}


/*************** END FORM ***************************/

/************** PAGINATION *********************/
	
	.pagination{
		margin:0;
	}
	.pagination > li > a, .pagination > li > span{
		color:#458ecc ;
	}
	.pagination > li > a, .pagination > li > span{
		background:#fff;
		color:#333;
	}
	.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
		background:#458ecc ;
		border:1px solid #458ecc ;
	}
	
	.pagination > li > a:hover, .pagination > li > span:hover{
		background:#458ecc ;
		border:1px solid #458ecc ;
		color:#fff;   
	}
	
	.pagination > li > a:focus, .pagination > li > span:focus{
		outline:none;
	}

/************** END PAGINATION *********************/

/*************** COLUMN CHOOSER ***************************/

.column-chooser .column .content{
	border:1px solid #ccc;
	background:#fff;
	height:200px;
	overflow-y: auto;
}

.column-chooser-head label{
	font-weight:600;
}

.column-chooser .column h3{
	margin:0;
	font-size:17px;
	padding:10px;
	color:#fff;
}

.column-chooser .column ul{
	padding:10px;
}

.column-chooser .column ul li{
	list-style:none;
	padding-top: 5px;
	padding-bottom: 5px;
	float:left;
	width:100%;	
}


.column-chooser .column ul li:hover{
	background:#EEE;
}

.column-chooser .column ul li.selectListItem{
	background:#e2e2e2;
	border-bottom:#eee 1px solid;
}


.column-chooser .right-column .selected_suppliers ul li > span{
/*	width:130px;
*/}

.column-chooser .right-column .glyphicon.glyphicon-arrow-left{
}

	
.column-shifter{
	padding-top:70px;
	text-align:center;
}

.column-shifter span{
	font-size:35px;
	text-align:center;
	color:#458ecc ;
	width:50%;
	margin-bottom:10px;
	cursor:pointer;
}

.column-chooser .column .fa {
	float:right;
	margin-right:10px;
}

.column-chooser .column-search{
	height: 26px;
    margin-right: 10px;
    margin-top: 7px;
}

.column-chooser table.gray-header tbody tr td span{
	margin-left:0;
}

.column-chooser table tbody tr{
	height:50px;
}

/*******step 2 column chooser **************/
.cnrm-available-enrollees, .cnrm-selected-enrollees{
	width:700px;
}

.cnrm-selected-enrollees{
	margin-left:40px;
}

/*******step 3 column chooser **************/
.cnsg-available-suppliers{
	width:35%;
}

.cnsg-selected-enrollees{
	width:60%;
	margin-left:40px;
}


/****** Step 4 column chooser **********/
.available-menufacturer, .selected-menufacturer, .available-suppliers {
	width:700px;
}

.selected-menufacturer{
	margin-left:40px;
}


@media screen and (max-width: 1400px) {
	
	/*******step 2 column chooser **************/
	.cnrm-available-enrollees, .cnrm-selected-enrollees{
		width:600px;
	}
	
	.cnrm-selected-enrollees{
		margin-left:40px;
	}

	/*******step 3 column chooser **************/
	.cnsg-available-suppliers{
		width:380px;
	}
	
	/****** Step 4 column chooser **********/
	.available-menufacturer, .available-suppliers, .selected-menufacturer {
		width:550px;
	}
	
	.selected-menufacturer{
		margin-left:30px;
	}
	
}

@media screen and (min-width: 1300px) {
/*******step 3 column chooser **************/
	.cnsg-available-suppliers{
		width:35%;
	}
	
	/****** Step 4 column chooser **********/
	.available-menufacturer, .available-suppliers, .selected-menufacturer {
		width:48%;
	}
}


@media screen and (max-width: 1024px) {
	
	/*******step 2 column chooser **************/
	.cnrm-available-enrollees, .cnrm-selected-enrollees{
		width:420px;
	}
	
	.cnrm-selected-enrollees{
		margin-left:20px;
	}
	
	/*******step 3 column chooser **************/
	.cnsg-available-suppliers{
		width:280px;
	}
	
	.cnsg-selected-enrollees{
		width:580px;
		margin-left:10px;
	}
	
	
	/****** Step 4 column chooser **********/

	.available-menufacturer, .available-suppliers, .selected-menufacturer {
		width:400px;
	}
	
	.selected-menufacturer{
		margin-left:20px;
	}
	
}

@media screen and (max-width: 768px) {
	
	.column-shifter{
		padding-top:20px;
	}
}
/*************** END COLUMN CHOOSER ***************************/


/*************** FILTER   *********************************/

.filter{
	border:1px solid #ccc;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9f9f9+32,e8e8e8+100 */
	background: #f9f9f9; /* Old browsers */		
	width:100%;
	margin-bottom:20px;
}

.filterOverlay {
    background: #fff;
    opacity: 0.5;
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
}

.filter h3{
 	background: #458ecc none repeat scroll 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    padding: 7px 10px;
}

.filter .panel-group {
	margin-bottom:0px;
}

.filter .expandCollapseAll{
	cursor:pointer;
}

.filter .panel-group .panel{
	margin-top:0;
	border-bottom:none;
	border-right:none;
	border-left:none;
	box-shadow:none;	
}



.filter .panel-body{
	background:#fff;
}

.filter .panel-group .panel:last-child{
	border-bottom:1px solid #ddd;
}

.filter .panel-default > .panel-heading{
	background:none;
	color:#000;
	padding-right:10px;
}

.filter .panel-group .panel:hover .panel-heading {
    background: #d5d8e2 none repeat scroll 0 0!important;
}

.filter .panel-title{
	font-size: 13px;
}

.filter .panel{
	background:none;
}

.filter .panel-heading a::after{
	color:#000;
	font-size:12px;
	margin-top:3px;
}

.filter .panel-title a {
	color:#000;
}


/*************** SEARCH CRITERIA ***************/

.search-criteria{
    padding: 15px;
}

.search-criteria ul li{
    list-style: none;
    padding-left: 15px;
    
}

.search-criteria .sc-hr{
   margin-left:0;
   width: 100%;    
    
}

/************** LISTING ***************************/

.listing{
	border:1px solid #ccc;
	padding: 20px 20px 30px;
}

.listing h3{
	font-size:21px;
	color:#458ecc;
	margin:0;
	margin-bottom:10px;
}

.listing .listing-action{
	float:right;
	clear:both;
}

.listing .listing-action span{
	font-size:17px;
	margin-left:7px;
	color:#458ecc  ;
	cursor:pointer;
}

