* {

}
a img{
	border: none;
}

a:focus {
	outline: none;
}

.clearer{
	clear: both;
}

/*********** LIGHTBOX CSS ***********/
#displaybox {
	filter: alpha(opacity=50); /*older IE*/
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50); /* IE */
	-moz-opacity: .50; /*older Mozilla*/
	-khtml-opacity: 0.5;   /*older Safari*/
	opacity: 0.5;   /*supported by current Mozilla, Safari, and Opera*/
	background-color: #000000;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}

/*********** DATEPICKER CSS ***********/
#ui-datepicker-div {
	background-color: #FFFFFF;
	border-radius: 5px;
	padding: 5px;
	font-size: 0.9em;
	cursor: default;
	box-shadow: 0 1px 7px rgba(0, 0, 0, 0.5), 0 0 1px rgba(0, 0, 0, 0.2) inset;
    position: absolute;
    display: none;
}
.ui-datepicker td span, .ui-datepicker td a {
	text-align: center;
}
.ui-datepicker-header {
	background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#2d6ca2));
	background-image: -webkit-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
	background-image: -moz-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
	background-image: linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%);
	background-repeat: repeat-x;
	border-color: #2b669a;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.ui-datepicker-title {
	color: #ffffff;
}

/*********** Dropdown CSS ***********/

.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-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/********** SELECT LIST CSS **********/
select {
	height: 34px;
}

.bootstrap-select.btn-group .dropdown-menu {
	z-index: 200000;
}

/********** END SELECT LIST CSS **********/

.modal-open[style] {
	padding-right: 0px !important;
}

.item-placeholder {
	position: relative;
}
.completed-item-placeholder {
	position: relative;
	background-color: #F2F2F2;
}
.completed-item-placeholder a {
	color: #999999;
}

.action-icons {
	position: absolute;
    right: 15px;
    text-align: right;
    top: 35px;
    width: 160px;
}
.action-icons .glyphicon {
	border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    font-size: 15px;
    padding: 5px;
    width: 27px;
}

.table-action-header {
	text-align: right;
}

.table-action-icons {
	text-align: right;
}

.table-action-icons .modal {
	text-align: left;
}

.table-action-icons .glyphicon {
	border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    font-size: 15px;
    padding: 5px;
    width: 27px;
}

.view-action-icons {
	position: absolute;
    right: 15px;
    text-align: right;
    top: 4px;
    width: 200px;
}

.view-action-icons .glyphicon {
	border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    font-size: 15px;
    padding: 5px;
    width: 27px;
}

.sl-action-icons {
	position: absolute;
    right: 15px;
    text-align: right;
    top: 10px;
    width: 140px;
}
.sl-action-icons .glyphicon {
	border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    font-size: 15px;
    padding: 5px;
    width: 27px;
}

/*********** FORMS CSS ***********/
.form-vertical .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

.form-vertical .control-label {
    margin-bottom: 5px;
    display: block;
    text-align: left;
}

.form-group.required .control-label:after {
 	color: #d9534f;
    content: "*";
    margin-left: 2px;
    position: absolute;
}

.form-control:focus {
	outline: 0 none;
}

.form-group .markup {
	display: none;
}

.form-control::-moz-placeholder {
  color: #cccccc;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #cccccc;
}
.form-control::-webkit-input-placeholder {
  color: #cccccc;
}

.inputosaurus-container {
  display: block;
  width: 100%;
  height: 34px;
  padding-top: 1px;
  padding-left: 6px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  margin: 0;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}

/********** general styles for all CSS Checkboxes **********/
.checkbox label {
    padding-left: 0px;
}

.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

/********** GLYPHICONS **********/

.glyphicon {
	color: #333333;
}

.glyphicon.glyphicon-remove {
	color: #C9302C;
}

.glyphicon.glyphicon-ok {
	color: #30bc1e;
}

.glyphicon.disabled {
	color: #cccccc;
}

.label a {
	color: #ffffff;
	text-decoration: none;
}

.label a:hover {
	color: #ffffff;
}

/********** stepwizard CSS **********/
.bs-wizard-wrapper {
	margin-top: 40px;
	padding: 0 0 10px 0;
	position: relative;
}
.bs-wizard::before {
	background-color: #f5f5f5;
	bottom: 0;
	content: " ";
	height: 8px;
	left: 0;
	position: absolute;
	top: 42px;
	width: 100%;
}
.bs-wizard > .bs-wizard-step {
	padding: 0;
	position: relative;
}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {

}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
	color: #595959;
	font-size: 16px;
	margin-bottom: 5px;
}
.bs-wizard > .bs-wizard-step .bs-wizard-info {
	color: #999;
	font-size: 14px;
}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
	position: absolute;
	width: 30px;
	height: 30px;
	display: block;
	background: #f5f5f5;
	top: 45px;
	left: 50%;
	margin-top: -15px;
	margin-left: -15px;
	border-radius: 50%;
}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
	content: ' ';
	width: 14px;
	height: 14px;
	background: #ccc;
	border-radius: 50px;
	position: absolute;
	top: 8px;
	left: 8px;
}

.bs-wizard > .bs-wizard-step.complete > .bs-wizard-dot {
	background: #fdc5df;
}
.bs-wizard > .bs-wizard-step.complete > .bs-wizard-dot:after {
	background: #eb1478;
}

.bs-wizard > .bs-wizard-step.active > .bs-wizard-dot {
	width: 36px;
	height: 36px;
	background: #fdc5df;
}

.bs-wizard > .bs-wizard-step.active > .bs-wizard-dot:after {
	width: 20px;
	height: 20px;
	background: #eb1478;
}

.bs-wizard > .bs-wizard-step > .progress {
	position: relative;
	border-radius: 0px;
	height: 8px;
	box-shadow: none;
	margin: 20px 0;
}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
	width:0px;
	box-shadow: none;
	background: #fdc5df;
}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
	width:100%;
}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
	width:50%;
}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
	/*width:0%;*/
}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
	width: 100%;
}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
	background-color: #f5f5f5;
}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
	opacity: 0;
}
.bs-wizard > .bs-wizard-step:first-child  > .progress {
	/*left: 50%;
	width: 50%;*/
}
.bs-wizard > .bs-wizard-step:last-child  > .progress {
	width: 50%;
}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{
	pointer-events: none;
}

/********** Alert CSS **********/
.alert i.fa {
	font-size: 17px;
	padding-right: 6px;
}

.alert-info .glyphicon {
	color: #31708f;
	padding-left: 2px;
	padding-right: 2px;
}

/********** DUAL LISTS **********/
.dual-list .list-group {
    border: 1px solid #ddd;
    height: 300px;
    margin-bottom: 0;
    margin-top: 8px;
    overflow: scroll;
    border-radius: 4px;
    background-color: #ffffff;
    overflow-x: hidden;
}

.dual-list .list-group .list-group-item:first-child {
	border-otp: 1px solid #fff;
	border-left: none;
    border-right: none;
    border-top: none;
    border-radius: 0px;
}

.dual-list .list-group .list-group-item:last-child {
    border-bottom: 1px solid #ddd;
    border-radius: 0px;
}

.dual-list .list-group .list-group-item {
    border-radius: 0px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #fff;
    border-left: none;
    border-right: none;
}

.dual-list .list-group .list-group-item.active {
    background-color: #fcf8e3;
    border-bottom: 1px solid #ddd;
    color: #8a6d3b;
}

.list-left li, .list-right li {
    cursor: pointer;
}

.list-arrows {
    padding-top: 100px;
}

.list-arrows button {
    margin-bottom: 20px;
}