
/*
	Color Scheme
	blue  - #7c8c9c
	green - #00c955
*/

/*#region Defaults */

body { background-color:#f2f2f2; }
.branding { margin:0 auto; width:250px; height:80px; background: url('images/authlite-brand-full.png') center center no-repeat; background-size:contain; }
h1 { color:#7c8c9c; }

/*#endregion Defaults */

/*#region Sections */    

.section-content {     background-color: rgba(255,255,255,.5);    border-radius: 6px;    padding: 25px;    box-shadow: rgba(0,0,0,.1) 0px 0px 10px; }

/*#endregion Sections */

/*#region Utilities */


/*#endregion Utilities*/

/*#region Navigation */

.btn { transition:all 0.15s linear; -webkit-transition:all 0.15s linear; }
.btn-default:hover { color:#00c955; background-color:#f6f6f6; border-color:#ccc; box-shadow: rgba(0,0,0,.1) 0px 0px 10px inset; }

/*#endregion Navigation */

/*#region Forms (Shared) */

.form-group label { color:#7c8c9c; }

input:focus, input:active:focus,
select:focus, select:active:focus,
button:focus, button:active:focus,
.btn:focus, .btn:active:focus,
.form-control:focus, .form-control:active:focus {
  /*border-color: #000000;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6); 
  outline:0;*/
}

/* Present validation error messages below fields */
.help-block.field-validation-error {     color: #dd0000;    position: relative;    display: block;    padding-left: 14px;    margin-left: 50%;    margin-top: 0; }

/*#endregion Forms (Shared) */

/*#region Tables */

/*#endregion Tables*/

/*#region Notifications */


/*#endregion Notifications*/

/*#region Manager */


/*#endregion Manager */

@media only screen and (min-width:480px) {

}

@media only screen and (min-width:768px) {

}

@media only screen and (min-width:992px) {

}

@media only screen and (min-width:1200px) {

}
