
body {
	font-family: 'Open Sans', sans-serif;
	background:url('/img/bg.jpg') no-repeat center center fixed;
	background-size: cover;
}
body.twixl-form {
	background:#ffffff;
}

input::-webkit-contacts-auto-fill-button {
	visibility: hidden;
	display: none !important;
	pointer-events: none;
	position: absolute;
	right: 0;
}
input::-webkit-credentials-auto-fill-button {
	visibility: hidden;
	display: none !important;
	pointer-events: none;
	position: absolute;
	right: 0;
}
input::-ms-reveal {
	visibility: hidden;
	display: none !important;
	pointer-events: none;
	position: absolute;
	right: 0;
}

#background-transparency{
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-color:rgba(255,255,255,0.7);
	z-index: -1;
}



/*

Disable Responsiveness
*******

*/

.container-unresponsive {
	max-width: none !important;
	width: 1170px !important;
}




/*

*******

*/


.left-border{
	border-left: 1px solid #929494;
}


.btn {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	border-radius: 8px;

	padding-top: 3px;
	padding-bottom: 3px;

	text-shadow: -1px 0 #000000,0 1px #000000,1px 0 #000000,0 -1px #000000;
}

.btn-default {
	background-color: #6d6e71;
	border: 1px solid #626467;
	color: white;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	opacity: 0.3;
	filter: alpha(opacity=30);
	text-shadow: none;
}


.btn-default:hover {
	background-color: #5b5c5f;
	border: 1px solid #626467;
	color: white;
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
	background-color: #5b5c5f;
	border: 1px solid #626467;
	color: white;
}

.btn.disabled:hover, .btn[disabled]:hover, fieldset[disabled] .btn:hover {
	background-color: #6d6e71;
	opacity: 0.3;
	filter: alpha(opacity=30);
}

.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
	background-color: #6d6e71;
	opacity: 0.3;
	filter: alpha(opacity=30);
}

.panel-body{
	padding-top: 8px;
	padding-bottom: 8px;
}

.panel-default {
	border: 1px solid #4d4c52;
	border-radius: 8px;
}

.panel-gray {
	border: none;
	border-radius: 8px;
	background-color: #dadbdd;
}

.navbar-default{
	background-color: initial;
	border: none;
}

.navbar-header{
	height: 100px;
}

.navbar-header img {
	margin-left: 50px;
	margin-top: 10px;
	max-height: 80px;
	max-width: 200px;
}

.nav.navbar-nav.navbar-right {
	background-color: #6d6e71;
	padding-left: 20px;
	border-radius: 8px 0px 0px 8px;
	margin-top: 38px;
}

.nav > li {
	margin-right: -20px;
}

.nav-tabs > li {
	margin-right: 0;
}

.nav.navbar-nav li a {
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 18px;
}

.nav.navbar-nav li a:hover {
	color: #000000;
}

.nav.navbar-nav li a::after {
	content: '>';
	margin-left:12px;
	/* margin-right:-20px; */
}

.nav.navbar-nav li:last-child a::after {
	content: '';
	margin-left:0px;
	margin-right:0px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #000000;
    background-color:initial;
}


.navbar-right-extension {

	background-color: #6d6e71;
	position: absolute;
	/* width: 2000px; */
	left: 70%;
	right: 0;
	top: 38px;
	height: 50px;
	z-index: -1;
}


.panel-heading {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	color: #00a747;
	text-align: center;
}

.panel-default > .panel-heading {
	color: #00a747;
}

.row.button-row{
	margin-top:10px;
}

.button-row{
	text-align:center;
	margin-bottom: 20px;
}

.button-row .col-md-6:first-child {
	padding-right: 5px;
}
.button-row .col-md-6:last-child {
	padding-left: 5px;
}

.savebutton {
	width: 100px;
}

select{
	width: 100%;
	height: 32px;
	background-color: #dfe1e1;
}

input,.form-control{
	background-color: #dfe1e1;
	border-radius: 0;
	border: none;
	height: 32px;
	font-size: 18px;
}
input[type="text"],input[type="email"],input[type="password"]{
	font-size: 15px;
}

input[type="checkbox"]{
	height: auto;
}

.form-group {
	font-size: 18px;
	color: #000000;
	font-weight: 400;
}

.form-group .col-md-4 {
	text-align: right;
	padding-right: 0px;
	line-height: 32px;

}

.form-group label {
	font-weight: 400;
}

.form-group .row{
	margin-bottom: 10px;
}

.uploaded-image {
	margin-bottom:10px;
}


#object-list li {
	border-bottom:1px solid #b2b6b6;

}

#object-list li:last-child {
	border-bottom: none;
}

#object-list li a {
	color: black;
	display: block;
	font-size: 18px;
	padding:4px 4px;
}

#object-list li a:hover {
	color: #909090;
	text-decoration: none;
}

#object-list li a:active {
	text-decoration: none;
}

#object-list li a.selected {
	color: white;
	background-color: #767a7c;
}

.aux-list li {
	border-bottom:1px solid #b2b6b6;
}
.aux-list li:last-child {
	border-bottom: none;
}
.aux-list li label {
	color: black;
	display: block;
	font-size: 18px;
	padding:4px 4px;
	font-weight: 400;
}
.aux-list li label.with-checkbox {
	padding-left:22px;
	text-indent: -22px;
}
.aux-list li label.selected {
	color: white;
	background-color: #767a7c;

}
.aux-list li input {
	vertical-align: middle;
}
.aux-list li label span{
	vertical-align: middle;
	margin-left: 10px;
}

.tab-pane .panel {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border:1px solid #ddd;
}

.nav.nav-tabs {
	margin-top:20px;
}
	
.nav-tabs > li > a{
	font-size:18px;
	font-weight: 500;
	color:#000000;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: white;
	background-color: #767a7c;

}



input[type="file"] {
	width:0.1px;
	height:0.1px;
	opacity:0;
	overflow:hidden;
	position:absolute;
	z-index:-1;
}
label.file-container{
	display:block;
}



.login-form {
	border:none;
	border-radius:0;
	background-color: rgba(255,255,255,0.7);

	position:relative;
	margin-top:10%;
}

.login-form .panel-body{
	padding-top: 40px;
	padding-bottom: 30px;
	text-align: center;

}

.login-form #logo {
	margin-bottom: 40px;
}

.login-form h1 {
	font-size: 28px;
	font-weight: 500;
	color: #313432;
	margin-bottom:6px;
}

.login-form h2 {
	font-size: 28px;
	font-weight: 600;
	font-style: italic;
	color: #313432;
	margin-top:0px;
}

.login-form form {
	margin-top: 30px;
	background-color:white;
	width: 60%;
	margin-left:auto;
	margin-right:auto;
	padding-top:36px;
	padding-bottom:18px;
	border:2px solid #A5A7A3;
	border-radius: 8px;
	background: #fffcfc;
	background: -moz-linear-gradient(top, #fffcfc 0%, #9d9d9b 100%);
	background: -webkit-linear-gradient(top, #fffcfc 0%,#9d9d9b 100%);
	background: linear-gradient(to bottom, #fffcfc 0%,#9d9d9b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffcfc', endColorstr='#9d9d9b',GradientType=0 );
	box-shadow: 0px 2px 10px rgba(0,0,0,0.25);
}

.login-form input[type=email],.login-form input[type=text],.login-form input[type=password] {
	border:2px solid #A5A7A3;
	border-radius: 8px;
	background-color: white;
	text-align:center;
	font-size: 22px;
	height: 50px;
}

.login-form input[type=checkbox]{
	margin-top: 7px;
}

.login-form .btn-primary  {
	text-transform: none;
	height: 50px;
	font-size: 22px;
	background-color: #289A52;
	font-weight: 400;
	text-shadow: none;
	background: #4ca362;
	background: -moz-linear-gradient(top, #4ca362 0%, #1c9553 100%);
	background: -webkit-linear-gradient(top, #4ca362 0%,#1c9553 100%);
	background: linear-gradient(to bottom, #4ca362 0%,#1c9553 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ca362', endColorstr='#1c9553',GradientType=0 );
	border-color: #51A56D;
}

.login-form .btn-primary:active {
	background-color: #289a52;
	border-color: #51A56D;
}

.login-form .btn-link {
	text-transform: none;
	font-size: 16px;
	font-weight: 400;
	text-shadow: none;
	text-decoration: underline;
	color: #373938;
}

.btn.logout-button{
	text-transform: none;
	height: 32px;
	font-size: 15px;
	background-color: #289A52;
	font-weight: 400;
	text-shadow: none;
	background: #4ca362;
	background: -moz-linear-gradient(top, #4ca362 0%, #1c9553 100%);
	background: -webkit-linear-gradient(top, #4ca362 0%,#1c9553 100%);
	background: linear-gradient(to bottom, #4ca362 0%,#1c9553 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ca362', endColorstr='#1c9553',GradientType=0 );
	border-color: #51A56D;
	margin-bottom: 20px;
}

.btn.logout-button:active{
	background-color: #289a52;
	border-color: #51A56D;
}

.list-unstyled label {
	margin-bottom: 0;
}

input[type="checkbox"]{
	margin-left: 10px;
}

.fileContainer {
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	display:block;
}

#import-loading {
	padding: 10px 10px;
}
#import-status {
	padding:10px;
}

#send-user-info-button{
	margin-bottom: 10px;
}

#last-info-sent {
	margin-bottom: 15px;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
}
.loader {
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.5em solid rgba(176,221,139, 0.2);
  border-right: 0.5em solid rgba(176,221,139, 0.2);
  border-bottom: 0.5em solid rgba(176,221,139, 0.2);
  border-left: 0.5em solid #6aa548;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  float:right;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}





@media screen and (max-width:767px){
	.login-form form {
		width: 90%;
	}
}