@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,300italic,400italic,700italic);


body.modal-open,
.modal-open .navbar-fixed-top {
    overflow: hidden;
    border-right: 17px solid #999;
}

@media (min-width: 1200px){
  .container-800 {
      width: 800px;
  }
}

@media (min-width: 992px){
  .container-800 {
      width: 800px;
  }
}


.row.gutter-0 {
  margin-left: 0;
  margin-right: 0;
}
.row.gutter-0 [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.row.gutter-10 {
  margin-left: -5px;
  margin-right: -5px;
}
.row.gutter-10 [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.row.gutter-20 {
  margin-left: -10px;
  margin-right: -10px;
}
.row.gutter-20 [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

.nav, .pagination, .carousel, .panel-title a, li a, a { cursor: pointer; }

label.error {
	font-weight: bold;
	font-size: 12px;
	color: rgb(237,38,48);
	line-height: 1;
	margin-bottom: 0;
	display: block;
}
input.error {
	background: #FFF3FC;
}
.checkbox label, .radio label {
padding-left: 20px;
}

.description{
	font-size:85%;
}
.label-inline{
	padding-top:7px;
}
.list-sortable{
	min-height: 500px;
    border: 1px solid #ccc;
}
.actionbuttons .btn{
	margin:10px 10px 10px 0;
}

ul.form-static{
	margin-bottom:0;
}
.fa-ul li{
  min-height: 20px;
}
.tooltip > .tooltip-inner {
background-color: #ddd;
color: #222;
border: 1px solid #555;
font-family: Helvetica, Arial, sans-serif;
}
.tooltip.top > .tooltip-arrow {
border-top-color: #222;
}
.tooltip.top > .tooltip-arrow:after {
border-top-color: #ddd;
bottom:1px;
}

label.btn.disabled, label.btn[disabled] {
filter: alpha(opacity=100);
opacity: 1;
}

.otherfield{
	display:none;
}

.option-drag{
	cursor: move;
  cursor: -webkit-grabbing;
}
option:disabled {
    background: #efefef;
    color: #999;
}

.input-group.spinner {
	width: 130px;
	float: right!important;
	margin-bottom: 10px;
}
td .checkbox{
  margin-bottom: 0px;
}
legend{
	margin-bottom:10px;
	margin-top:10px;
}
.well {
border-width: 1px;
border-bottom-width: 1px;
border-style: solid;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
border-color: #999999;
background: #fcfcfc;
}
.well > h4:first-child{
	margin-top: 7px;
}

.panel-group .panel-heading {
    padding: 0 10px;
}
.panel-heading {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.panel-open .panel-heading {
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}
.panel-group .panel-heading+.panel-collapse .panel-body {
    padding: 15px;
    border-top-color: transparent;
    border-top-width: 0;
    border-bottom: 1px solid #da4453;
    border-left: 1px solid #da4453;
    border-right: 1px solid #da4453;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.panel-title a:focus,
.panel-title a:hover {
  color: #fff;
}
.table-form tr > td:first-child {
	width: 30px;
	white-space: nowrap;
}
.table-striped{
	border-bottom: 1px solid #ddd;
}


.space{
	margin-bottom: 20px;
}

.form-signin {
  max-width: 400px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .input-group-addon{
	width: 130px;
	text-align:left;
}
.form-signin .input-group{
	width:100%;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.credit {
	text-align:center;
	font-size: 12px;
	color: #999;
}
.tdcenter{
	text-align:center;
}
.nowrap,.no-wrap{
	white-space: nowrap;
}

.table-nowrap td{
  max-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tooltip-inner {
max-width: 250px;
}
.req, .required, .danger {
	color:crimson;
}

/* Multi select */
.multiselect-container.dropdown-menu {
	background-color: #fff;
    border: 1px solid #ccc;
	border-radius: 0px;
}
.multiselect-container.dropdown-menu li a {
  color: #434a54;
}
.multiselect-container.dropdown-menu .active a,
.multiselect-container.dropdown-menu .active a:focus,
.multiselect-container.dropdown-menu .active a:hover,
.multiselect-container.dropdown-menu li a:focus,
.multiselect-container.dropdown-menu li a:hover {
  color: #434a54;
  background-color: #efefef;
  outline: 0;
}
button.multiselect{
  text-align: left;
}
button.multiselect b.caret{
  position: absolute;
  right: 5px;
  top: 14px;
}
.multiselect-container{position:absolute;list-style-type:none;margin:0;padding:0}.multiselect-container .input-group{margin:5px}.multiselect-container>li{padding:0}.multiselect-container>li>a.multiselect-all label{font-weight:700}.multiselect-container>li.multiselect-group label{margin:0;padding:3px 20px 3px 20px;height:100%;font-weight:700}.multiselect-container>li.multiselect-group-clickable label{cursor:pointer}.multiselect-container>li>a{padding:0}.multiselect-container>li>a>label{margin:0;height:100%;cursor:pointer;font-weight:400;padding:3px 20px 3px 30px}.multiselect-container>li>a>label.radio,.multiselect-container>li>a>label.checkbox{margin:0}.multiselect-container>li>a>label>input[type=checkbox]{margin-bottom:5px}.btn-group>.btn-group:nth-child(2)>.multiselect.btn{border-top-left-radius:4px;border-bottom-left-radius:4px}.form-inline .multiselect-container label.checkbox,.form-inline .multiselect-container label.radio{padding:3px 20px 3px 40px}.form-inline .multiselect-container li a label.checkbox input[type=checkbox],.form-inline .multiselect-container li a label.radio input[type=radio]{margin-left:-20px;margin-right:0}

.cropArea {
    background: #E4E4E4;
    overflow: hidden;
    width:100%;
    height:350px;
}

/* Progress indicator */
.progress {
    height: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    background-color: transparent;
    border-radius: 0px;

}

.pg-container {
	margin-bottom: 30px;
}

.pg-bar {
	margin: 0;
	display: table;
	width: 100%;
	border-spacing: 0px;
	border-collapse: separate;
	table-layout: fixed;
	counter-reset: li;
	padding:0;
}
.pg-bar a{
	cursor:default;
	  text-decoration: none;
	  color: #767676;
	}

.pg-bar li {
	display: table-cell;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d3d3d3;
	color: #808080;
	font-size: 14px;
	line-height: 20px;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
}

.lt-ie8 .pg-bar li {
	display:inline;
	padding: 40px 80px;
	zoom:1;
}

.pg-bar li:before {
	display: inline-block;
	font-size: 32px;
	line-height: 40px;
}

.pg-bar li > a > span,
.pg-bar li > a > strong {
	display: block;
}

.pg-bar .active a {
	color: #000;
}

.pg-bar .active:after {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 50%;
	height: 1px;
	background: #8cc152;
	content: "";
}

.pg-bar .active.done:after {
	display: none;
}

.pg-bar .active:before {
	color: #8cc152;
}

.pg-bar .active span {
	position: relative;
	font-weight: 200;
}

.pg-bar .active span:before {
	position: absolute;
	bottom: -17px;
	left: 50%;
	width: 2px;
	margin-left: -1px;
	height: 12px;
	background: #8cc152;
	content: "";
}

.pg-bar .done {
	border-bottom-color: #8cc152;
}

.pg-bar .done span {
	position: relative;
}

.pg-bar .done span:before {
	position: absolute;
	bottom: -11px;
	left: 50%;
	width: 18px;
	height: 1px;
	margin-left: -9px;
	background: #fff;
	content: "";
}

.pg-bar .done a:after {
	font-family: FontAwesome;
	color: #8cc152;
	position: absolute;
	left: 50%;
	width: 12px;
	height: 11px;
	margin-left: -6px;
	background: #fff;
	content: "\f058";

}

#menubutton
{
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 45px;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 4;
}
#menubutton:before,
#menubutton:after,
#menubutton span
{
	background: #fff;
	content: '';
	display: block;
	width: 25px;
	height: 4px;
	position: absolute;
	right: 10px;
}
#menubutton:before
{
	top: 10px;
}
#menubutton span
{
	top: 18px;
}
#menubutton:after
{
	top: 26px;
}

/* menubutton animation */
#menubutton:before,
#menubutton:after,
#menubutton span
{
	-webkit-transition: none 0.5s ease 0.5s;
	transition: none 0.5s ease 0.5s;

	-webkit-transition-property: transform, top, bottom, right, opacity;
	transition-property: transform, top, bottom, right, opacity;
}
html.mm-opening #menubutton:before,
html.mm-opening #menubutton:after
{
	top: 20px;
}
html.mm-opening #menubutton span
{
	right: -50px;
	opacity: 0;
}
html.mm-opening #menubutton:before
{
	transform: rotate( 45deg );
}
html.mm-opening #menubutton:after
{
	transform: rotate( -45deg );
}
@media (min-width: 768px){
  #menubutton{
    display: none;
  }
}

.mmenu-img {
    max-width: 150px;
    width: 100%;
    display: block;
    margin: 0 auto;
}
.mm-listview {
    font-size: 18px;
}


[dw-loading] {
    position: relative;
}

.dw-loading {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    display: none;
}

.dw-loading:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.dw-loading.dw-loading-active {
    display: block;
}

.dw-loading.dw-loading-overlay {
    background-color: rgba(255, 255, 255, .7);
    z-index: 9999;
}

.dw-loading > .dw-loading-body {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.dw-loading > .dw-loading-body > .dw-loading-spinner {
    position: relative;
}

.dw-loading > .dw-loading-body > .dw-loading-text {
    position: relative;
    top: 25px;
    font-weight: bold;
    font-size: 11px;
    text-shadow: 0 0 2px rgb(255, 255, 255);
}

@media only screen and (max-width: 750px) {
	.pg-bar li > a > span,
	.pg-bar li > a > strong {
		height: 0;
		color:transparent;
		font-size: 0;
	}

	.pg-bar li:before {
		font-size: 28px;
		counter-increment: li;
		content: counter(li);
	}

	.pg-bar .done span:after {
		bottom: -16px;
	}
}

@media only screen and (max-width: 500px) {
	.pg-bar {
		margin-right: 0;
		margin-left: 0;
	}

	.pg-bar {
		border-spacing: 0;
	}
}




.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
@media (min-width: 768px){
	.dropdown-menu {
		max-height: 500px;
		overflow-y: auto;
		overflow-x: hidden;
	}
}

.mainwrapper{
  background: #ffffff;
}

.panel-h {
	font-size: 18px;
	font-weight: 500;
}
.footer{
  background: #626262;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 30px;
  color: #ebebeb;
}

.tdcenter{
	text-align:center;
}
.addit button {
	margin: 0 5px 10px 0;
}

#admin-list tr{
  cursor: pointer;
}
.datatable tbody tr:hover td {
background:#eeeeee;
}
.table-bordered > thead > tr > th {
background-color:#eeeeee;
}

.space{
	margin-bottom: 20px;
}
.input-group {
	margin-bottom: 10px;
}

.td-green {
	background-color: #D5FFD1 !important;
}
.front-panel{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.img-round,.img-preview img  {
  width: 75% !important;
  max-height: auto !important;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  border-width: 1px;
  border-style: solid;
  border-color: #c3c3c3;
  max-width: 200px;
}


[dw-loading] {
    position: relative;
}

.dw-loading {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    display: none;
}

.dw-loading:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.dw-loading.dw-loading-active {
    display: block;
}

.dw-loading.dw-loading-overlay {
    background-color: rgba(255, 255, 255, .7);
    z-index: 9999;
}

.dw-loading > .dw-loading-body {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.dw-loading > .dw-loading-body > .dw-loading-spinner {
    position: relative;
}

.dw-loading > .dw-loading-body > .dw-loading-text {
    position: relative;
    top: 25px;
    font-weight: bold;
    font-size: 11px;
    text-shadow: 0 0 2px rgb(255, 255, 255);
}
.input-group-xs{
  margin-bottom: 0px;
}
.input-group-xs>.help-block p{
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 0px;
}
.input-group-xs>.help-block{
  margin-top: 0;
  margin-bottom: 0px;
}

.input-group-xs>label{
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 2px;
}

.input-group-xs>.form-control,
.input-group-xs>.input-group-addon,
.input-group-xs>.input-group-btn>.btn {
    height: 22px;
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0;
}
.label-block{
  display: block;
}

.small, small {
    font-size: 85%;
    font-weight: 400;
}


/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }
	.noprint,
	#rightcolumn,
	.header,
	.footer{
		display:none;
	}
    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}