.ui-widget {
    font-family:inherit;
    font-size:14px;
}
.ui-widget .ui-widget {
    font-size:14px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  color: #2779aa;
  font-weight: normal;
}
.modal-backdrop {
	bottom: 0;
	position: fixed;
}
.panel-bg > .panel-heading,.panel-bg > .panel-footer {
	padding: 15px 20px;
}
.form-zr input,.form-zr select,.form-zr textarea,.form-zr button,.form-zr .form-control,.form-zr .input-group-addon {
	border-radius: 0px;
}
.alert-bold-border {
	background: none repeat scroll 0 0 #ffffff;
	border:none;
	border-left: 5px solid;
}
.alert-success.alert-bold-border {
	border-left-color: #8cc152;
}
.alert-info.alert-bold-border {
	border-left-color: #3bafda;
}
.alert-warning.alert-bold-border {
	border-left-color: #f6bb42;
}
.alert-danger.alert-bold-border {
	border-left-color: #e9573f;
}
.alert-condensed {
	padding: 5px 10px 5px 5px;
}
.alert-condensed .close {
	right: -5px;
}
@media (max-width: 767px) {
	.modal-dialog.responsive-full-width {
		width: 100%;
		height: 100%;
		padding: 0;
		margin:0;
	}
	.modal-dialog.responsive-full-width .modal-content {    
		height: 100%;
		border-radius: 0;
		overflow:auto;
	}
}
.modal-dialog.full-width {
	width: 100%;
	height: 100%;
	padding: 0;
	margin:0;
}
.modal-dialog.full-width .modal-content {    
	height: 100%;
	border-radius: 0;
	overflow:auto;
}
.error, .form-styled input.error,
.form-styled textarea.error,
.form-styled .input input.error,
.form-styled .select select.error,
.form-styled .textarea  textarea.error,
.form-styled .radio input.error + i {
	border-color: #ea5550;
}
.modal.type-info .modal-header {
	background-color: #5bc0de;
	color: #ffffff;
}
.modal.type-success .modal-header {
	background-color: #5cb85c;
	color: #ffffff;
}
.modal.type-primary .modal-header {
	background-color: #428bca;
	color: #ffffff;
}
.modal.type-danger .modal-header {
	background-color: #f56954;
	color: #ffffff;
}
.modal.type-warning .modal-header {
	background-color: #f0ad4e;
	color: #ffffff;
}
.type-info .modal-title, .type-success .modal-title, .type-primary .modal-title,.type-danger .modal-title,.type-warning .modal-title {
	color: inherit;
}
.box {
	position: relative;
	background: #ffffff;
	border-top: 2px solid #c1c1c1;
	margin-bottom: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 100%;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.box.box-primary {
	border-top-color: #3c8dbc;
}
.box.box-info {
	border-top-color: #00c0ef;
}
.box.box-danger {
	border-top-color: #f56954;
}
.box.box-warning {
	border-top-color: #f39c12;
}
.box.box-success {
	border-top-color: #00a65a;
}
.box.height-control .box-body {
	max-height: 300px;
	overflow: auto;
}
.box .box-header {
	position: relative;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	color: #444;
}
.box .box-footer {
  background-color: #ffffff;
  border-radius: 0 0 3px 3px;
  border-top: 1px solid #f4f4f4;
  padding: 10px;
}
.box.box-solid > .box-header .btn.btn-default {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.box.box-solid.box-primary > .box-header {
	background: none repeat scroll 0 0 #3c8dbc;
	color: #ffffff;
}
.box.box-solid.box-primary > .box-header a {
	color: #444444;
}
.box.box-solid.box-info > .box-header {
	background: none repeat scroll 0 0 #00c0ef;
	color: #ffffff;
}
.box.box-solid.box-info > .box-header a {
	color: #444444;
}
.box.box-solid.box-danger > .box-header {
	background: none repeat scroll 0 0 #f56954;
	color: #ffffff;
}
.box.box-solid.box-danger > .box-header a {
	color: #444444;
}
.box.box-solid.box-warning > .box-header {
	background: none repeat scroll 0 0 #f39c12;
	color: #ffffff;
}
.box.box-solid.box-warning > .box-header a {
	color: #444444;
}
.box.box-solid.box-success > .box-header {
	background: none repeat scroll 0 0 #00a65a;
	color: #ffffff;
}
.box .box-header:before,
.box .box-header:after {
	display: table;
	content: " ";
}
.box .box-header:after {
	clear: both;
}
.box .box-header > [class^="icon-"],
.box .box-header > [class*=" icon-"],
.box .box-header > .glyphicon,
.box .box-header .box-title {
	display: inline-block;
	padding: 10px 10px 10px 10px;
	margin: 0;
	font-size: 20px;
	font-weight: 400;
	float: left;
	cursor: default;
	color: inherit;
}
.box .box-header a {
	color: #444;
}
.box .box-header > .box-tools {
	padding: 5px 10px 5px 5px;
}
.box .box-body {
	padding: 15px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.box .box-body > table,
.box .box-body > .table {
	margin-bottom: 0;
}
.alert-with-icon {
	position: relative;
	margin-left: 15px;
}
.alert-with-icon > [class^="cicon-"], .alert-with-icon > [class*=" cicon-"],
.alert-with-icon > .glyphicon {
	position: absolute;
	left: -15px;
	top: -15px;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	line-height: 35px;
	text-align: center;
	background: inherit;
	border: inherit;
}
.box-group > .panel > .box-header > .box-title,.panel-group > .panel > .panel-heading > .panel-title {
	display: block;
	float: none;
}
.box-group > .panel > .box-header > .box-title a,.panel-group > .panel > .panel-heading > .panel-title a {
	display: block;
	outline: none;
}
.panel-title a:hover,.panel-title a:focus,
.box-title a:hover,.box-title a:focus {
	text-decoration: none;
}
.box .box-group > .box {
	margin-bottom: 5px;
}
ul.nav.zero-radius li a {
	border-radius: 0;
}
td.text-center {
	text-align: center;
}
.resize-vertical {
	resize:vertical;
}
.callout {
	border-left: 5px solid #eeeeee;
	margin: 0 0 20px;
	padding: 15px 30px 15px 15px;
}
.callout h4 {
	margin-top: 0;
}
.callout p:last-child {
	margin-bottom: 0;
}
.callout code, .callout .highlight {
	background-color: #ffffff;
}
.callout.callout-danger {
	background-color: #fcf2f2;
	border-color: #dfb5b4;
}
.callout.callout-warning {
	background-color: #fefbed;
	border-color: #f1e7bc;
}
.callout.callout-info {
	background-color: #f0f7fd;
	border-color: #d0e3f0;
}
.callout.callout-success {
	background-color: #d6e9c6;
	border-color: #99d39a;
}
.callout.callout-danger h4 {
	color: #b94a48;
}
.callout.callout-warning h4 {
	color: #c09853;
}
.callout.callout-info h4 {
	color: #3a87ad;
}
.callout.callout-success h4 {
	color: #00a65a;
}
.box.box-solid[class*="bg"] > .box-header {
	color: #ffffff;
}
.box.box-solid {
	border-top: 0 none;
}
.panel-success.panel-dark {
  border-color: #5ebd5e !important;
}
.panel-success.panel-dark .panel-heading {
  background: none repeat scroll 0 0 #5ebd5e;
  border-color: #5ebd5e;
  color: #ffffff;
}
.panel-info.panel-dark {
  border-color: #5bc0de !important;
}
.panel-info.panel-dark .panel-heading {
  background: none repeat scroll 0 0 #5bc0de;
  border-color: #5bc0de;
  color: #ffffff;
}
.panel-danger.panel-dark {
  border-color: #e66454 !important;
}
.panel-danger.panel-dark .panel-heading {
  background: none repeat scroll 0 0 #e66454;
  border-color: #e66454;
  color: #ffffff;
}
.top0 {margin-top: 0px;}
.top2 {margin-top: 2px;}
.top5 { margin-top:5px; }
.top7 { margin-top:7px; }
.top10 { margin-top:10px; }
.top15 { margin-top:15px; }
.top17 { margin-top:17px; }
.top20 { margin-top:20px; }
.top30 { margin-top:30px; }
.bottom0 {margin-bottom: 0px;}
.bottom5 { margin-bottom: 5px; }
.bottom10 { margin-bottom: 10px; }
.bottom15 { margin-bottom: 15px; }
.zero-radius {
    border-radius:0px;
}
.panel.zero-radius > .panel-heading,.panel.zero-radius > .panel-footer {
	border-radius: 0px;
}
label {
    font-weight:normal;
}
.select2-container-multi.form-control .select2-choices {
    min-height: 32px;
}
.select2-container-multi.form-control {
    height: auto;
}
a.select2-choice {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    box-shadow: none;
    line-height: inherit;
    padding-left: 0;
}
.select2-container .select2-arrow {
    display: none;
}
.select2-choice > .select2-chosen {
    margin-right: 0;
}
#select2-drop {
    border-color: #dddddd;
    border-radius: 0;
    border-width: 2px;
}
.select2-container-multi.select-multiple .select2-choices,
.select2-container-multi.select-multiple .select2-container-multi.select2-container-active .select2-choices {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    box-shadow: none;
    padding: 1px 0;
}
.select2-container-multi.select-multiple {
    padding: 0;
}
.select2-container-multi.select-multiple .select2-choices .select2-search-field input {
    font-family:inherit;
    height:27px;
    padding:6px 12px;
}
.text-blue {
  color: #00a1cb;
}
@media (min-width: 992px) {
    .row-md-table {
        width: 100%;
        display: table;
    }
    .row-md-table > [class*="col-"] {
        display: table-cell;
        float: none;
    }
}
.text-bold {
  font-weight: bolder;
}
/*jquery ui slider*/
.ui-slider-horizontal {
  background: url("images/ui-bg_glass_75_dadada_1x400.png") repeat-x scroll 50% 50% #dadada;
  border: 1px solid #ccc;
  height: 20px;
  margin-top:7px;
  border-radius:4px;
}
.ui-slider .ui-slider-handle {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #aaa;
  height: 32px;
  margin-left: -13px;
  padding-left: 5px;
  top: -7px;
  width: 32px;
  border-radius:100px;
}
.ui-slider-handle.ui-state-active {
    background:#eee !important;
}
.slider-with-value .ui-slider-handle {
  font-size: 12px;
  line-height: 29px;
  padding:0px;
  text-align: center;
}



/*strip styles*/
.stripe-full, .stripe-bfixw {
    margin-bottom: 30px;
    position: relative;
}
.stripe-over::after, .stripe-over::before, .stripe-full::after, .stripe-full::before, .stripe-bfixw::after, .stripe-bfixw::before {
    bottom: -18px;
    content: "";
    position: absolute;
}
.mozilla .stripe-over::after, .mozilla .stripe-over::before, .mozilla .stripe-full::after, .mozilla .stripe-full::before, .mozilla .stripe-bfixw::after, .mozilla .stripe-bfixw::before {
}
.stripe-full.stripe-1::after {
    border: 0 none;
    height: 0;
}
.stripe-bfixw::after, .stripe-bfixw::before {
    left: 50%;
    margin-left: -25px;
    width: 50px;
}
.stripe-over::after, .stripe-over::before, .stripe-full::after, .stripe-full::before {
    left: 0;
    width: 100%;
}
.stripe-over::after, .stripe-full::after, .stripe-bfixw::after {
    border-bottom: 1px solid #dedede;
    border-top: 1px solid #dedede;
    height: 5px;
}
.stripe-over::before, .stripe-full::before, .stripe-bfixw::before {
    border-top: 1px solid #dedede;
    height: 3px;
}
.stripe-over {
    display: inline-block;
    margin-bottom: 0;
    position: relative;
}
.stripe-over::after, .stripe-over::before {
    bottom: -18px;
    z-index: 2;
}
.stripe-blue::after, .stripe-blue::before {
    border-color: #00a1cb;
}
.title-container {
    overflow: hidden;
}
.striped-title {
    display: inline-block;
    position: relative;
    z-index: 0;
}
.striped-title::after, .striped-title::before, .stripe-t-left::after, .stripe-t-left::before, .stripe-t-right::after, .stripe-t-right::before, .stripe-t-back::after, .stripe-t-back::before {
    content: "";
    margin-top: -3px;
    position: absolute;
    top: 50%;
}
.stripe-t-back::after, .stripe-t-back::before {
    left: 0;
    right: 0;
    z-index: -1;
}
.stripe-t-left::after, .stripe-t-left::before {
    margin-right: 40px;
    right: 100%;
    width: 1100px;
}
.stripe-t-right::after, .stripe-t-right::before {
    left: 100%;
    margin-left: 40px;
    width: 1100px;
}
.for-widget .stripe-t-right::after, .for-widget .stripe-t-right::before {
    margin-left: 10px;
}
.stripe-t-left::after, .stripe-t-right::after, .stripe-t-back::after {
    border-bottom: 1px solid #dedede;
    border-top: 1px solid #dedede;
    height: 5px;
}
.stripe-t-left::before, .stripe-t-right::before, .stripe-t-back::before {
    border-bottom: 1px solid #dedede;
    height: 3px;
}
.striped-title::after, .striped-title::before {
    border-left: 4px solid #dedede;
    border-right: 4px solid #dedede;
    bottom: 2px;
    top: 4px;
    width: 11px;
}
.striped-title::after {
    right: -25px;
}
.striped-title::before {
    left: -25px;
}
.special-stripe {
    bottom: 0;
    margin: 0;
    min-width: 50px;
}
.special-stripe::after, .special-stripe::before {
    bottom: 0 !important;
}
.polygon-bg .stripe-t-left::before, .polygon-bg .stripe-t-right::before, .polygon-bg .stripe-t-back::before, .polygon-bg .stripe-t-left::after, .polygon-bg .stripe-t-right::after, .polygon-bg .stripe-t-back::after, .polygon-bg .striped-title::after, .polygon-bg .striped-title::before {
    border-color: #292929;
}
.mozilla h5.stripe-over::after, .mozilla h5.stripe-over::before, h6.stripe-over::after, h6.stripe-over::before {
    bottom: -23px;
}
.striped-title.no-border-ab .stripe-t-left::after, .striped-title.no-border-ab .stripe-t-left::before {
    margin-right: 15px;
}
.striped-title.no-border-ab .stripe-t-right::after, .striped-title.no-border-ab .stripe-t-right::before {
    margin-left: 15px;
}
.striped-section {
    border-bottom: 5px solid #dedede;
    border-top: 5px solid #dedede;
    margin-top: 55px;
    position: relative;
    z-index: 0;
}
.striped-section::before, .striped-section::after {
    background: none repeat scroll 0 0 #bfbfbf;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.striped-section::before {
    top: -5px;
}
.striped-section::after {
    bottom: -5px;
}
.striped-icon {
    display: none;
}
.striped-section .striped-icon, .striped-section .striped-icon::after {
    border-radius: 100%;
    display: block;
    height: 66px;
    left: 50%;
    margin-left: -33px;
    position: absolute;
    width: 66px;
    z-index: 2;
}
.striped-section .striped-icon::after {
    border: 1px solid #bfbfbf;
    content: "";
    top: -5px;
}
.striped-section .striped-icon {
    background: none repeat scroll 0 0 #ffffff;
    border: 5px solid #dedede;
    color: #00a1cb;
    font-size: 24px;
    line-height: 56px;
    text-align: center;
    top: -35px;
}
/*strip styles*/