@import url( "../fonts/ico-moon/style.css" );

/*cores
		    Azul: #508cd6
	  Azul:Hover: #013833
		   Cinza: #37454b
*/

*, a, a:LINK, a:HOVER, a:VISITED, a:ACTIVE {
	text-decoration: none;
	outline: none;
}

.animate {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
	
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

*::-moz-selection {
	background: #508cd6;
	color: #fff;
}

*::selection {
	background: #508cd6;
	color: #fff;
}

.btn-custom {
	background: #508cd6;
	padding: 7px 20px;
	height: auto;
}
.btn-search {
	background: #508cd6;
}
.btn-search:FOCUS,
.btn-search:HOVER,
.btn-custom:FOCUS,
.btn-custom:HOVER {
	background: #4073b5;
}

.input-field input[type=text]:focus + label, 
.input-field input[type=email]:focus + label, 
.input-field input[type=password]:focus + label, 
.materialize-textarea:focus:not([readonly]) + label {
     color: #508cd6 !important;
}

.input-field input[type=text]:focus, 
.input-field input[type=email]:focus, 
.input-field input[type=password]:focus, 
.materialize-textarea:focus:not([readonly]),
.input-field input[type=text], 
.input-field input[type=email], 
.input-field input[type=password],
textarea.materialize-textarea, 
textarea.materialize-textarea:focus  {
    border-bottom: 1px solid #508cd6 !important;
    box-shadow: 0 1px 0 0 #508cd6 !important;
}

input[type=text].invalid:not(.browser-default), 
input[type=text].invalid:not(.browser-default):focus, 
input[type=password].invalid:not(.browser-default), 
input[type=password].invalid:not(.browser-default):focus, 
input[type=email].invalid:not(.browser-default), 
input[type=email].invalid:not(.browser-default):focus, 
textarea.materialize-textarea.invalid, 
textarea.materialize-textarea.invalid:focus, 
.select-wrapper.invalid>input.select-dropdown {
	border-bottom: 1px solid #F44336 !important;
	box-shadow: 0 1px 0 0 #F44336 !important;
}

.autocomplete-content {
	position: absolute;
	width: calc(100% - 20px);
}
    
[type="checkbox"]:checked+label:before {
    border-right: 2px solid #508cd6;
    border-bottom: 2px solid #508cd6;
}

label {
    width: 100%;
}

.container {
	width: 90%;
}

html, body {
	font-family: "Roboto";
    letter-spacing: 0.3px;
    background-color: #e8edf2;
    background: url("../images/bg_body.jpg");
    position: relative;
	overflow-x: hidden;
    color: #514d6a;
	height: 100%;
	width: 100%;
}

.loadie {
	transition: width 0.5s ease-out;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.25);
	background-color: #f2f4f8;
	position: absolute;
	z-index: 99999;
	height: 3px;
	width: 0;
	left: 0;
	top: 0;
}

/** AUTH ======================================== **/
.auth {
    background-image: url('../images/login_bg.jpg');
    background-position: center center;
    background-size: cover;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}
.auth .login {
	background: rgba(255,255,255, .9);
	position: relative;
	width: 500px;
	margin: 0 auto;
	height: 100%;
}
.auth .login .login-header {
	padding: 30px 60px 0;
	text-align: center;
	display: block;
}
.auth .login .login-header img {
    max-width: 300px;
}
.auth .login form {
	padding: 20px 50px 10px;
}
.auth .login form button {
	width: 100%;
}
.auth .login .login-footer {
	text-align: center;
}
.auth .login .login-footer a {
	text-decoration: none;	
	color: #827ca1;
}
.auth .login .login-footer a.register {
	color: #006f6f;
}
.auth .login .login-footer a:HOVER {
	color: #508cd6;
}
.copy {
	text-align: center;
	margin-top: 30px;	
	color: #444;
}

form .input-icon-add > i,
form .input-icon-remove > i {
	position: absolute;
	right: 10px;
	bottom: 30px;
	cursor: pointer;
}
form .input-icon-remove > i {
	color: red;	
}

@media (max-width: 992px) {
	.auth .login {
	    max-width: 500px;
	    margin: 0 auto;	
	    float: none;
	    width: 100%;
	}
	.auth .login .login-header {
		padding: 20px 20px 0;
	}
	.auth .login .login-header h1 {
		font-size: 32px; 
	}
	.auth .login .login-header i.fa-sign-out {
	    position: absolute;
	    font-size: 50px;
	    right: 20px;	
	    top: 35px;
	}
	.auth .login form {
		padding: 20px;
	}
}

.content {
	padding-top: 10px;
}

/** HEADER ======================================== **/
header nav {
	padding: 0 20px;
	background-color: #508cd6;
}
header nav ul.menu-central {
	max-width: 540px;
	margin: auto;
}
header nav ul.menu-central li i {
	font-size: 18px;
	color: #d4dae0;
	margin-right: 5px;
}
header img.avatar {
	float: left;
	margin: 15px 10px 15px 0;
}
header .dropdown-content {
	position: relative;	
	padding-top: 7px;	
	background: none;
	margin-top: -7px;
	min-width: 177px;
}
header .dropdown-content:BEFORE {
	position: absolute;
	content: " ";
  	display: inline-block;
  	vertical-align: middle;
  	margin-right: 10px;
  	width: 0; 
  	height: 0; 
	top: 0px;
	right: 3px;
	z-index: 999;
 
  	border-left: 14px solid transparent;
  	border-right: 14px solid transparent;
  	border-bottom: 14px solid #fff;
}
header .dropdown-content a {
	color: #666;
	background: #fff;
}
header .dropdown-content li:HOVER,
header .dropdown-content a:HOVER {
	color: #000;
	background: #fff;
}

/** PANEL ======================================== **/
.panel {
    background-color: #fff;
    margin-bottom: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.panel > .panel-heading {
	font-size: 26px;
	padding: 5px 30px;
	border-bottom: 1px solid #e4e9f0;
}
.panel > .panel-heading h2 {
	font-size: 28px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.panel > .panel-body {
	padding: 20px 30px;
}

@media (max-width: 992px) {
	.panel > .panel-heading {
		padding: 5px 10px;
	}
	.panel > .panel-heading h2 {
		font-size: 18px;
		line-height: 30px;
	}
}

/** BTN ACAO ======================================== **/
form.destroy {
	float: left;
	margin-left: 5px;
}
.btn-acao {
	background-color: transparent;
	border-radius: 10em;
	box-shadow: none;
	border: 1px solid #37454b;
	color: #37454b;
	font-size: small;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	float: left;
}
.btn-acao:hover {
	background: rgba(255,255,255,0.5);	
}
.btn-acao:focus {
	background: rgba(255,255,255,0.5);	
}
.btn-info {
	margin-right: 5px;
	border: 1px solid #57a6f0;
	color: #57a6f0;
}
.btn-remover,
.btn-excluir {
	border: 1px solid #ff0000;
	color: #ff0000;
}
.btn-remover {
	margin-left: 15px;
}

@media (max-width: 992px) {
	h2 .btn-acao i.left {
		margin-right: 0;
	}
}

/** TABLE ======================================== **/
table .acao2 {
	width: 250px;
}
table .acao3 {
	width: 320px;
}
table .foto {
	width: 60px;
}
table.bordered > thead > tr {
	background: #f2f4f8;
}
table.bordered > thead > tr,
table.bordered > tbody > tr {
	border-bottom: 1px solid #e4e9f0;
}
td, th {
	padding: 10px 20px;
}
table > tbody > tr > td:LAST-CHILD {
	position: relative;
}
table span.badge {
	margin-left: 0;
	float: left;
}


@media screen and (max-width: 992px) {
	.responsive-card-table thead tr {
		position: absolute;
	  	top: -9999em;
	  	left: -9999em;
	}
	.responsive-card-table tr {
		border: 1px solid #e4e9f0;
		display: block;
	}
	.responsive-card-table tr + tr {
		margin-top: 1.5rem;
	}
	.responsive-card-table td {
		border: none;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: flex-start;
			-ms-flex-pack: start;
				justify-content: flex-start; 
		-webkit-align-items: center;
			-ms-flex-align: center;
				align-items: center;
		border-bottom: 1px solid #e4e9f0;
		padding-left: 110px;
		position: relative;
	  }
	.responsive-card-table td.right {
		float: none !important;
	}
	.responsive-card-table td:before {
		content: attr(data-label);
		display: inline-block;
		font-weight: bold;
		line-height: 1.5;
		margin-left: -100px;
		width: 110px;
		position: relative;
		z-index: 1;
	}
	.responsive-card-table td:after {
		content: '';
		position: absolute;
		background: #f2f4f8;
		width: 110px;
		height: 96%;
		left: 1px;
		top: 1px;
		z-index: 0;
	}
}


/** FILTROS ======================================== **/
.filtros {
	float: left;
	width: 100%;
	padding: 10px 20px 0;
	margin: 10px 0;
	background: #f2f4f8;
}
.filtros .row {
	margin-bottom: 0;
}
.filtros .input-field .prefix ~ input {
	margin-left: 0;
	padding-left: 3rem;
}

.dropdown-content li > a, 
.dropdown-content li> span {
		color: #666;
}
.dropdown-content li:hover, 
.dropdown-content li.active, 
.dropdown-content li.selected {
    background-color: #eee;
	background: #f2f4f8;
}
.filtros button {
	margin-top: 10px;
}

@media (max-width: 992px) {
	.filtros button {
		margin: 0 0 20px 0;
		width: 100%;
	}
}

/** PAGINAÇÃO ======================================== **/
.paginacao {
	padding: 30px 10px 0;
	margin: 0;
}
.paginacao ul.pagination {
	margin: 0;
}
.paginacao .pagination li.active {
	background-color: #f2f4f8;
}

@media (max-width: 992px) {
	.paginacao .pagination li {
		background-color: #f2f4f8;
	}
}


/** SWITCH ======================================== **/
.switch-switch {
	margin: 20px 0;
}

/** CROP FOTOS ======================================== **/
.cropit-preview {
	background-color: #f8f8f8;
    background-size: cover;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-top: 7px;
    width: 250px;
    height: 250px;
}
form#formAluno .cropit-preview {
	width: 250px;
    height: 333px;
}
.cropit-preview-image-container {
	cursor: move;
}
.image-size-label {
	margin-top: 10px;
}
.controls-wrapper {
	margin-top: 20px;
    text-align: center;
}
.controls-wrapper .rotation-btns {
	font-size: 16px;
    margin-right: 20px;
    margin-top: 5px;
    float: left;
}
.controls-wrapper .rotation-btns i {
	margin-right: 10px;
}
.controls-wrapper .slider-wrapper {
	transition: opacity 0.25s;
	width: 173px;
	float: left;
}
.controls-wrapper .slider-wrapper input {
	-webkit-appearance: none;
    -moz-appearance: none;
    height: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    outline: none;
    float: left;
    width: 110px;
    margin: 10px;
    background: #eee;
}
.controls-wrapper .slider-wrapper i {
	vertical-align: middle;
	font-size: 16px;
    width: 16px;
    float: left;
    margin-top: 5px;
}
.controls-wrapper .slider-wrapper i.zoom-max {
	font-size: 24px;
    width: 24px;
    margin: 0;
}
.image-editor .btn-foto {
	width: 250px;
	position: relative;
	background: #fff;
	box-shadow: 0 none;
	color: #514d6a;
	padding: 5px 10px;
	border: 1px solid #ccc;
	border-radius: 3px;
}
.image-editor .btn-foto:HOVER {
	background: #f8f8f8;	
}
.image-editor .btn-foto i {
	margin: 0 10px;
	font-size: 18px;
	line-height: 22px;	
}
.image-editor .btn-foto input {
	opacity: 0;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
}

/** ERRO 404 **************************************/
.error-page {
	text-align: center;
	margin: 40px 0 60px;
}
.error-page h2 {
	font-size: 100px;		
}

/** WIDGETS ======================================== **/
.widgets {
	margin-top: 0;
	width: 100%;
	color: #f2f4f8;
	overflow: hidden;
}
.widgets .widget {
	position: relative;
	float: left;
	width: 33%;
	padding: 35px 25px 40px;
	height: 170px;
	margin-bottom: 10px;
}
.widgets li:nth-child(odd) {
	background: #508cd6;
}
.widgets li:nth-child(even) {
	background: #f2f4f8;
	color: #508cd6;
}
.widgets .widget h4 {
	font-size: 24px;
	display: block;
	padding: 0;
	margin: 0 0 5px;
	text-transform: uppercase;
}
.widgets .widget i {
    display: inline-block;
    font-size: 60px;
    margin-top: 20px;
}
.widgets .widget span {
	position: absolute;
	bottom: 20px;
	right: 25px;
}

@media (max-width: 992px) {
	.widgets .widget {
		width: 50%;
		margin-top: 10px;
	}
}
@media (max-width: 700px) {
	.widgets .widget {
		width: 100%;
	}
	.widgets .widget h4 {
		font-size: 18px;
	}
	.widgets .widget i {
		font-size: 36px;
	}
	.widgets .widget span {
		font-size: 36px;
	}
}

