/*@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700);*/
/*@import url(http://fonts.googleapis.com/css?family=Lato:400,700);*/

html, body {
  min-height: 100%;
}

body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom,
.modal-open .footer {
padding-right: 17px;
}
.bootbox .modal-body{
padding-top:15px;
}


body,p {
font-weight: 300;
}

h1,h2,h3,h4,h5,h6,.btn,legend {
font-family: 'CapitalTT',sans-serif;
text-transform:uppercase;
font-weight: 400;
}
h1, h2, h3 {
    margin-top: 30px;
    margin-bottom: 10px;
}
h4, h5, h6 {
    margin-top: 15px;
    margin-bottom: 7px;
}

#pagecontent > :first-child, #pagecontent > form > legend, #pagecontent > form > div > legend{
	margin-top: 0px;
}

#pagecontent > form > legend, #pagecontent > form > div > legend{
	font-size: 30px;
}

#pagecontent > h1{
	margin-top:-5px;
}

.padit{
	padding: 30px;
}

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;
}

.input-group.spinner {
  width: 130px;
	float: right!important;
	margin-bottom: 10px;
}
td .checkbox{
  margin-bottom: 0px;
}
legend{
	margin-bottom:10px;
	margin-top:10px;
}
.panel, .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;
}

.table-form tr > td:first-child {
	width: 30px;
	white-space: nowrap;
}
.table-striped{
	border-bottom: 1px solid #ddd;
}

/* remove spacing between middle columns */
.row.gutter-10 [class*='col-']:not(:first-child):not(:last-child) {
  padding-right:5px;
  padding-left:5px;
}
/* remove right padding from first column */
.row.gutter-10 [class*='col-']:first-child {
  padding-right:5px;
}
/* remove left padding from first column */
.row.gutter-10 [class*='col-']:last-child {
  padding-left:5px;
}

/* remove spacing between middle columns */
.row.no-gutter [class*='col-']:not(:first-child):not(:last-child) {
  padding-right:0;
  padding-left:0;
}
/* remove right padding from first column */
.row.no-gutter [class*='col-']:first-child {
  padding-right:0;
}
/* remove left padding from first column */
.row.no-gutter [class*='col-']:last-child {
  padding-left:0;
}

@media only screen and (max-width: 767px) {
  /* remove spacing between middle columns */
  .row.gutter-10 [class*='col-']:not(:first-child):not(:last-child) {
    padding-right:15px;
    padding-left:15px;
  }
  /* remove right padding from first column */
  .row.gutter-10 [class*='col-']:first-child {
    padding-right:15px;
  }
  /* remove left padding from first column */
  .row.gutter-10 [class*='col-']:last-child {
    padding-left:15px;
  }

  /* remove spacing between middle columns */
  .row.no-gutter [class*='col-']:not(:first-child):not(:last-child) {
    padding-right:15px;
    padding-left:15px;
  }
  /* remove right padding from first column */
  .row.no-gutter [class*='col-']:first-child {
    padding-right:15px;
  }
  /* remove left padding from first column */
  .row.no-gutter [class*='col-']:last-child {
    padding-left:15px;
  }
}

#rightcolumn {
	text-align: right;
}
@media only screen and (max-width: 767px) {
	#rightcolumn {
		text-align: center;
	}
}

#rightcolumn a img {
   opacity: 1;
   transition: opacity .10s ease-in-out;
   -moz-transition: opacity .10s ease-in-out;
   -webkit-transition: opacity .10s ease-in-out;
   }

   #rightcolumn a img:hover {
      opacity: 0.8;
    }

.panel-heading {
font-size: 22px;
line-height: 34px;
}
.header{
	margin: 20px 0;
}
.reglogo{
	float:right;
	margin-top: 57px;
}

.line{
	height:4px;
	background: #eee url(../../front/images/line.jpg) repeat-x;
}

.container {
  width: auto;
  max-width: 1060px;
}


.h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  color: #777;
}

@media only screen and (max-width: 991px) {

}

.container .credit {
  margin: 20px 0;
}


.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;
}
.required {
	color:crimson;
}

.partner-logo {
  overflow: auto;
  float:right;
  border-top: 1px solid #777;
  font-size: 11px;
}

.partner-logo img {
  vertical-align: text-top;
  margin-left: 7px;
  margin-top: 3px;
}

/* 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}


/* Progress indicator */

.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";

}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 0px;
    margin-bottom: 8px;
    background-color: #cdcdcd;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

@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;
	}
}


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

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    @page  {
        size: auto;
        margin: 15mm 15mm 15mm 15mm;
    }

    .page-break{page-break-before: always;}

  	.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;
    }


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

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