.carousel-caption {
    position: relative;
    left: auto;
    right: auto;
    color: #000;
    text-shadow: none;
}
.carousel-control.left, .carousel-control.right {
    background-image: none;
    color: #000;
    text-shadow: none;
}

.navbar {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
	box-shadow: 0px 3px 5px -2px rgba(100,100,100,.49);
	font-size: 1.1em;
}
.navbar-default {
	/* background-color: #222d32;
	color: rgb(202,196,201); */
}
.navbar-brand {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;;
	font-weight: 300;
	line-height: 20px
}
.navbar-brand img {
    max-height: 40px;
    margin-top: -8px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	border-bottom: 2px solid #CCC;
	/* background-color: #222d32;
	color: rgb(202,196,201);*/
	color: #337ab7;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
	background-color: #FFF;
	color: #333;
}
.form-control {
	font-size: 1.1em;
}
.input-group-addon {
	background-color: #FFF;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', -apple-system, Helvetica, Arial, sans-serif;

}
.close {
	font-size: 1.6em;
}
/*

.modal-header {
    padding:16px;
    border-bottom: 1px solid #CCC;
    background-color: #40495a; 
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
     color: #FFF;
}
.modal-header button {
	color: #FFF;
	opacity: .6;
}
.modal-header button:hover {
	color: #FFF;
	opacity: 1;
}
.modal-title {
   font-size: 1.2em;
}
.modal-body {
	padding-top: 16px;
	font-size: 1.1em;
}
*/


[data-notify="progressbar"] {
	margin-bottom: 0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 5px;
}


.modal-header {
	color: #222;
	box-shadow: 0 1px 4px rgba(0,0,0,.15);
	font-size: 1.2em;
	/* background-color: #448d4917; */
	background-color: #FFF;
	
	color: #fff;
    background-color: #475671;

}
.modal-title {
	text-align: center;
}
.modal-title:before {
	/* content:url('/img/cdx_small.png');
	margin-right: 8px;*/
}
.close, .close:hover {
	color: #fff;
}
.modal-lg {
	width:80%;
	max-width: 1000px;
	min-width: 500px;
}
/** MODAL FULLSCREEN **/
.cdx-modal-fs.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.cdx-modal-fs > .modal-dialog {
  position: fixed;
  margin: 0;
  width: 100%!important;
  max-width: 100%!important;
  height: 100%;
  padding: 0;
}

.cdx-modal-fs > .modal-dialog > .modal-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid #FFF;
  border-radius: 0;
  box-shadow: none;

}

.cdx-modal-fs > .modal-dialog > .modal-content > .modal-header {
	font-size: 1.5em;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	padding: 10px;
	padding-left: 50px;
	color: #000;
	background-color: #FFF;
	border-color: #EFEFEF;
	border: 0;
	box-shadow: 0 1px 4px rgba(0,0,0,.15);
}
.cdx-modal-fs > .modal-dialog > .modal-content > .modal-header button {
	color: #333;
	font-size: 2em;
	margin-right: 50px;
	opacity: .6;
	font-weight: 300;
}
.cdx-modal-fs .modal-title {
	font-weight: 800;
    font-size: 1.1em;
    color: #2c2d30;
    line-height: 30px;
}

.cdx-modal-fs > .modal-dialog > .modal-content > .modal-body {
	position: absolute;
	top: 60px;
	bottom: 60px;
	width: 100%;
	font-weight: 300;
	overflow: auto;
	padding-left: 50px;
	padding-right: 50px;
}

.cdx-modal-fs > .modal-dialog > .modal-content > .modal-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 60px;
  padding: 10px 50px 10px 50px;
  background: #f1f3f5;
}
.cdx-modal-fs > .modal-dialog > modal-content > .modal-footer button {
	padding: 8px 14px 9px;
    font-size: 15px;
    min-width: 132px;
}



/** MODAL FULLSCREEN 
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.modal-dialog {
  position: fixed;
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}

.modal-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid #FFF;
  border-radius: 0;
  box-shadow: none;
}

.modal-header {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 50px;
	padding: 10px;
	padding-left: 50px;
	background-color: #FFF;
	border-color: #EFEFEF;
	border: 0;
	box-shadow: 0 1px 4px rgba(0,0,0,.15);
}
.modal-header button {
	color: #333;
	font-size: 3em;
	margin-right: 50px;
	opacity: .6;
	font-weight: 300;
}
.modal-title {
  font-weight: 900;
  font-size: 1.6em;
  color: #2c2d30;
  line-height: 30px;
}

.modal-body {
	position: absolute;
	top: 50px;
	bottom: 60px;
	width: 100%;
	font-weight: 300;
	overflow: auto;
	padding-left: 50px;
	padding-right: 50px;
}

.modal-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 60px;
  padding: 10px 50px 10px 50px;
  background: #f1f3f5;
}
.modal-footer button {
	padding: 8px 14px 9px;
    font-size: 15px;
    min-width: 132px;
}
**/

.ui-widget {
	font: inherit;
    font-size: 1.0em;
    padding: 4px;
}




.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}
