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

/* animate */
.animate {
	transition-duration: 0.3s;
  	transform:scale(1);
  	-webkit-transition-duration: 0.3s;
  	-webkit-transform:scale(1);
  	opacity: 1;
}
.animate:hover {
  	transition-duration: 0.3s;
  	transform:scale(1.2);
  	-webkit-transition-duration: 0.3s;
  	-webkit-transform:scale(1.2);
  	opacity: 1;
  	z-index: 99999;
}

.tab-content {
	padding: 20px 0;
}

body .main-content {
    padding: 16px;
}

.row {
    margin-right: -8px;
    margin-left: -8px;
}

.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12,
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, 
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, 
.col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9,  .col-xl-10, .col-xl-11, .col-xl-12,
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    padding-left: 8px;
    padding-right: 8px;
}

.panel .row {
    margin-right: -16px;
    margin-left: -16px;
}

.panel .col-lg-1, .panel .col-lg-10, .panel .col-lg-11, .panel .col-lg-12, .panel .col-lg-2, .panel .col-lg-3, .panel .col-lg-4, .panel .col-lg-5, .panel .col-lg-6, .panel .col-lg-7,
.panel .col-lg-8, .panel .col-lg-9, .panel .col-md-1, .panel .col-md-10, .panel .col-md-11, .panel .col-md-12, .panel .col-md-2, .panel .col-md-3, .panel .col-md-4, .panel .col-md-5,
.panel .col-md-6, .panel .col-md-7, .panel .col-md-8, .panel .col-md-9, .panel .col-sm-1, .panel .col-sm-10, .panel .col-sm-11, .panel .col-sm-12, .panel .col-sm-2, .panel .col-sm-3,
.panel .col-sm-4, .panel .col-sm-5, .panel .col-sm-6, .panel .col-sm-7, .panel .col-sm-8, .panel .col-sm-9, .panel .col-xl-1, .panel .col-xl-10, .panel .col-xl-11, .panel .col-xl-12,
.panel .col-xl-2, .panel .col-xl-3, .panel .col-xl-4, .panel .col-xl-5, .panel .col-xl-6, .panel .col-xl-7, .panel .col-xl-8, .panel .col-xl-9, .panel .col-xs-1, .panel .col-xs-10,
.panel .col-xs-11, .panel .col-xs-12, .panel .col-xs-2, .panel .col-xs-3, .panel .col-xs-4, .panel .col-xs-5, .panel .col-xs-6, .panel .col-xs-7, .panel .col-xs-8, .panel .col-xs-9 {
    padding-right: 16px;
    padding-left: 16px;
}

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

html, body {
	font-family: "Roboto";
    letter-spacing: 0.3px;
	background: #e8edf2;
    position: relative;
	overflow-x: hidden;
    color: #514d6a;
	height: 100%; 
	width: 100%;
}

/**************************************
* PLACEHOLDER
**************************************/
::-webkit-input-placeholder { 
  color: #827ca1;
}
::-moz-placeholder {
  color: #827ca1;
}
:-ms-input-placeholder { 
  color: #827ca1;
}
:-moz-placeholder { 
  color: #827ca1;
}

/**************************************
* LOADIE PAGE
**************************************/
.loadie {
	-webkit-transition: width 0.5s ease-out;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.25);
	background-color: #005b90;
	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;
    min-height: 620px;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}

.auth #cloud {
  	background: url(../images/nuvens.png);
	animation: wind 20s linear infinite;
  	position: absolute;
  	height: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}
@keyframes wind{
  0% {
    background-position: 0 200px, 0 300px, 100px 250px;
  }
  100% {
    background-position: 1000px 200px, 1200px 300px, 1100px 250px;
  }
}

.auth .login {
	background: rgba(255,255,255, .8);
	position: relative;
	min-height: 620px;
	width: 500px;
	float: right;
	height: 100%;
}
.auth .login .login-header {
	padding: 100px 60px 0;
}
.auth .login .login-header h1 {
	line-height: 0.2;
	font-weight: 700;
	color: #005b90;	
}
.auth .login .login-header h1 span {
	color: #000;	
}
.auth .login .login-header h1 small {
	font-size: 14px;	
	color: #827ca1;	
}
.auth .login .login-header i.fa-sign-out {
    position: absolute;
    font-size: 70px;
    color: #005b90;
    right: 60px;	
    top: 110px;
}
.auth .login form {
	padding: 30px 60px;
}
.auth .login form input {
	margin-bottom: 10px;
	font-size: 14px;
	color: #827ca1;
	padding: 15px;
	width: 100%;
	border: 0;
}
.auth .login form input[type="email"] {
	background: url("../images/input_user.png") 0 5px no-repeat #e8edf2;
	border-radius: 4px;
	padding-left: 45px;
}
.auth .login form input[type="password"] {
	background: url("../images/input_password.png") 0 5px no-repeat #e8edf2;
	border-radius: 4px;
	padding-left: 45px;
}
.auth .login form input[type="checkbox"] {
	position: absolute;
	margin-left: 0;
	width: auto;
	left: 0;
}
.auth .login form label.checkbox {
	font-weight: normal;
	padding-left: 30px;
}
.auth .login form label.checkbox span {
    background: #dfe6ec none repeat scroll 0% 0%;
  	-webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    position: absolute;
    cursor: pointer;
    height: 20px;
    width: 20px;
	content: "";
    z-index: 1;
    left: 0px;
}
.auth .login form label.checkbox input[type="checkbox"]:checked + span {
    background: #005b90 none repeat scroll 0% 0%;
}
.auth .login input[type="checkbox"] + span::before {
  	-webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    margin-left: 4px;
    font-size: 0px;
    content: '✔';
    color: #fff;
}
.auth .login input[type="checkbox"]:checked + span::before {
  	-webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    font-size: 14px;
}
.auth .login form button {
  	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	background: #005b90;
	margin-top: 15px;
	padding: 15px;
	width: 100%;
	color: #fff;
	border: 0;	
}
.auth .login form button:HOVER {
	background: #003554;
}
.auth .login form span.help-block {
	margin-bottom: 20px;
	font-weight: normal;
	margin-top: 0px;
	color: #005b90;
}
.auth .login .login-footer {
	text-align: center;
}
.auth .login .login-footer a {
	text-decoration: none;	
	color: #514d6a;
}
.auth .login .login-footer a:HOVER {
	color: #000;
}
.auth .login .copy {
	text-align: center;
	margin-top: 80px;	
	color: #827ca1;
}

@media (max-width: 768px) {
	.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;
	}
}

/*===============================================
HEADER
=================================================*/
header {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.13);
    position: fixed;
    z-index: 99;
    width: 100%;
    float: left;
    left: 0;
    top: 0;
}
header .logo {
    padding: 20px 0 20px 30px;
    margin-right: 10px;
    line-height: 25px;
    min-width: 240px;
    background: #fff;
    font-weight: 600;
    font-size: 18px;
    color: #005b90;
    float: left;

    -webkit-transition:all 0.4s ease 0s;
    -moz-transition:all 0.4s ease 0s;
    -ms-transition:all 0.4s ease 0s;
    -o-transition:all 0.4s ease 0s;
    transition:all 0.4s ease 0s;
}
header .logo img {
	width: 30px;
}
header .logo span {
	color: #e8edf2;	
	color: #000;	
}	
header .menu-options {
    position: relative;
    text-align: center;
    line-height: 25px;
    font-size: 18px;
    cursor: pointer;
    float: right;
    height: 25px;
    color: #000;

    -webkit-transition:all 0.4s ease 0s;
    -moz-transition:all 0.4s ease 0s;
    -ms-transition:all 0.4s ease 0s;
    -o-transition:all 0.4s ease 0s;
    transition:all 0.4s ease 0s;
    width: 25px;
}

header .menu-action {
    position: absolute;
    height: 12px;
    width: 14px;
    top: 50%;
    left: 0;
    
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
header .menu-action::after {
    background: #000 none repeat scroll 0 0;
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;

    position: absolute;
    content: "";
    height: 2px;
    bottom: 0;
    left: 0;

    -webkit-transition:all 0.4s ease 0s;
    -moz-transition:all 0.4s ease 0s;
    -ms-transition:all 0.4s ease 0s;
    -o-transition:all 0.4s ease 0s;
    transition:all 0.4s ease 0s;
    width: 100%;
}
header .menu-options.active .menu-action::after {
    bottom: 6px;

    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
header .menu-action::before {
    background: #000 none repeat scroll 0 0;
    position: absolute;
    content: "";
    height: 2px;
    left: 0;
    top: 0;
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;


    -webkit-transition:all 0.4s ease 0s;
    -moz-transition:all 0.4s ease 0s;
    -ms-transition:all 0.4s ease 0s;
    -o-transition:all 0.4s ease 0s;
    transition:all 0.4s ease 0s;
    width: 100%;
}
header .menu-options.active .menu-action::before {
    top: 4px;

    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
header .menu-action > i {
    position: absolute;
    height: 3px;
    top: 50%;
    left: 0;
    
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);

    width: 20px;
}
header .menu-action > i::before {
    background: #000 none repeat scroll 0 0;
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;

    position: absolute;
    content: "";
    height: 2px;
    left: 0;
    top: 0;

    -webkit-transition:all 0.4s ease 0s;
    -moz-transition:all 0.4s ease 0s;
    -ms-transition:all 0.4s ease 0s;
    -o-transition:all 0.4s ease 0s;
    transition:all 0.4s ease 0s;
    width: 100%;
}

header .menu-options.active .menu-action > i::before {
    opacity: 0;

    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
}

header ul {
	margin: 17px 20px 0 0;
	list-style: none;
	float: right;
	padding: 0;
}
header ul li {
	vertical-align: middle;
	display: inline-block;
	margin-right: 10px;
}
header ul li:LAST-CHILD {
	margin: 0;	
}
header ul li a {
	color: rgba(0, 0, 0, 0.54);
	color: #827ca1;
	font-size: 16px;	
}
header ul li a:HOVER {
	color: #000;
}
header ul li:NTH-CHILD(2) {
	margin: 0 5px 0 20px;
	border-radius: 50%;
	overflow: hidden;
	height: 30px;
	width: 30px;
}
header ul li:NTH-CHILD(2) img {
	max-width: 100%; 	
}
header ul li:LAST-CHILD a {
	font-size: 24px;
}

@media (max-width: 768px) {
	header .logo {
	    padding: 20px 0 20px 20px;
	    min-width: 190px;
	    margin-right: 0;
	    font-size: 16px;
	}
}

/*===============================================
SIDEBAR
=================================================*/
.sidebar {
    -webkit-box-shadow: 0px 0px 50px rgba(36, 34, 47, 0.3);
    box-shadow: 0px 0px 50px rgba(36, 34, 47, 0.3);
    background: #fff;
    overflow: scroll;
    position: fixed;
    width: 240px;
    height: 100%;
    z-index: 1;
    padding-top: 75px;
    bottom: 0;
    left: 0;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sidebar::-webkit-scrollbar {
    width: 5px;
}
.sidebar::-webkit-scrollbar-button {
	width: 8px;
}
.sidebar::-webkit-scrollbar-track {
    border-radius: 0;
    background:#fff;
    box-shadow: 0;
    border: 0;
}
.sidebar::-webkit-scrollbar-thumb {
    background:#fff;
}
.sidebar:HOVER::-webkit-scrollbar-thumb {
	border-radius: 10px;
	margin-right: 5px;
    background:#ccc;
}
.sidebar hr {
	margin-right: 20px; 
	margin-left: 20px; 
}
.sidebar ul {
	margin: 20px 0 0;
	list-style: none;
	float: left;
	clear:both;
	width: 100%;
	padding: 0;
}
.sidebar ul li {
	display: block;
}
.sidebar ul li a {
    padding: 10px 25px;
    font-weight: 600;
    display: block;
    color: #827ca1;
    outline: none;
    position: relative;
    overflow: hidden;
    
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.sidebar ul li.sub-menu > a:AFTER  {
	transition: all 0.1s ease-in-out;
    display: block;
    content: '';
    width: 0px;
    height: 0px;
    border-width: 5px 0px 5px 5px;
    border-color: transparent transparent transparent #d2d9e5;
    border-style: solid;
    position: absolute;
    top: 17px;
    right: 20px;
}

.submenu-ativo {
	background: #f2f4f8;
	color: #000;
}

.sidebar ul li a:HOVER {
    background: #f2f4f8;
	color: #514d6a;
}
.sidebar ul li a i {
	margin: 5px 10px 5px;
	color: #827ca1;
}
.sidebar ul ul {
	display: none;
	background: #f2f4f8;
	margin: 0 0 10px 0;
}
.sidebar ul ul a {
	padding: 10px 60px 0;	
}
.sidebar ul ul li:LAST-CHILD a {
	padding: 10px 60px;	
	
}

.main-container {
    padding: 65px 0 0 240px;
	float: left;
    width: 100%;
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*===============================================
EFEITO SIDEBAR 
=================================================*/
.sidebar-toggle {
	left: -240px;
}
.main-toggle {
    padding: 65px 0 0 0;
}

@media (max-width: 992px) {
	.sidebar {
		left: -240px;
	}
	.sidebar-toggle {
		left: 0;
	}
	.main-container {
		padding: 65px 0 0 0;
	}
	.main-toggle {
		padding: 65px 0 0 0;
	}
}

/*===============================================
PANNEL
=================================================*/
.panel {
	border: 0;
	border-radius: 0;
}
.panel-default > .panel-heading {
	padding-right: 20px;
	padding-left: 20px;
	background: #fff;
	color: #000;
}
.panel-default > .panel-body {
	padding: 20px;
}

/* ==========================================================================
   TABLE E DATATABLE
========================================================================== */
table.table {
    border-top: 1px solid #eceff4;
}

.table > thead > tr > th {
    border-bottom: 1px solid #eceff4;
    outline: none !important;
    padding: 1rem .75rem;
}

.table > thead > tr > th:focus {
    background: #f2f4f8;
}

.table > tbody > tr > td, .table > thead > tr > th {
    border-color: #eceff4;
    vertical-align: middle;
}

.table > tbody > tr > td:focus, .table > thead > tr > th:focus {
    background-color: #eceff4;
}

.table > tbody > tr:first-child td {
    border-top: none;
}

.table.table-hover > tbody > tr:hover {
    background: #f2f4f8;
}

.table tr.active, .table th.active {
    background: #f2f4f8;
}

.table .thead-inverse th {
    background: #38354a;
}

.table .thead-default th {
    background: #eceff4;
}

.table.table-striped tbody tr:nth-of-type(odd) {
    background: #f2f4f8;
}

/*
* DATATABLE 
*/
.dataTables_length {
	float: right;
	margin-bottom: 20px;
	height: 38px;
	line-height: 38px;
}
.dataTables_filter {
	float: left;
	margin-bottom: 20px;
}
.dataTables_filter input {
	background: url("../images/lupa.png") 5px 11px no-repeat #fff;
	border: 1px solid #dfe4ed;
	border-radius: 4px;
    padding: 8px 16px 8px 30px;
    box-shadow: none;
    height: auto;
}
.dataTables_filter input:FOCUS {
    border-color: #01a8fe;
    box-shadow: none;
}

.dataTables_info {
	float: left;
}
div.dataTables_wrapper div.dataTables_paginate {
	margin-top: 15px;
	margin-right: 20px;
}
.dataTables_paginate .paginate_button,
.dataTables_paginate .ellipsis {
	border: 1px solid #dfe4ed;
	margin-left: -1px;
	padding: 9px 15px;
	color: #827ca1;
    outline: none;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.dataTables_paginate .paginate_button:hover {
	background: #d4dae0;
	color: #fff;
	cursor: pointer;
}
.dataTables_paginate .paginate_button.current {
    background: #01a8fe;
    border-color: #01a8fe;
    color: #fff;
}
.dataTable tr > th:LAST-CHILD {
	width: 120px;
}
@media ( max-width: 768px ) {
	div.dataTables_wrapper div.dataTables_paginate,
	.dataTables_info,
	.dataTables_length,
	.dataTables_filter {
		display: block;
		float: none;	
	}
}

/* ==========================================================================
   FORM
========================================================================== */
.form-actions {
    border-top: 1px solid #dfe4ed;
    padding-top: 20px;
    margin: 20px 0px;
}

input[type=text], input[type=password], input[type=email], textarea {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
}

.form-control {
    border-color: #dfe4ed;
    padding: 8px 16px;
    box-shadow: none;
}

.form-control:focus {
    border-color: #01a8fe;
    box-shadow: none;
            box-shadow: 0;
}

.form-control.input-sm {
    padding: 4px 8px;
}

.form-control:disabled {
    background-color: #f2f4f8;
}

.form-group .control-label {
    text-align: right;
}

.form-group.has-error .form-control {
    border-color: #fb434a;
    box-shadow: none;
}

.has-error .help-block {
	color: #fb434a;
	font-weight: normal;
}

.has-error .control-label {
	color: #fb434a;
}

.form-group.has-success .form-control {
    border-color: #46be8a;
}

.form-group.has-warning .form-control {
    border-color: #f39834;
}

.form-group.has-focused .form-control {
    border-color: #01a8fe;
}

.form-input-icon {
    position: relative;
}

.form-input-icon > i {
    color: #ccc;
    position: absolute;
    z-index: 1 !important;
    margin: 11px 2px 4px 10px;
    z-index: 3;
    width: 16px;
    font-size: 16px;
    text-align: center;
    left: 0;
}

.form-input-icon .form-control {
    padding-left: 34px;
}

.form-input-icon.form-input-icon-right > i {
    left: auto;
    right: 3px;
    margin: 11px 10px 4px 2px;
}

.form-input-icon.form-input-icon-right .form-control {
    padding-left: 16px;
    padding-right: 34px;
}

.input-group-addon:first-child {
	background: #dfe4ed;
	font-size: 11px;	
	border-color: #dfe4ed;
	border-right: 0;
}

.form-small {
	max-width: 120px;
}

 /* ==========================================================================
   FILE IMPUT
========================================================================== */
.input-file-upload {
	position: relative;
	border: 1px solid #dfe4ed;
	border-radius: 4px;
	overflow: hidden;
	height: 39px;
}
.input-file-upload button {
	border-radius: 4px 0 0 4px;
}

.input-file-upload input[type="file"] {
	position: absolute;
	top: 2px;
	opacity: 0;
}


/*
* checkbox
*/

.checkbox input[type=checkbox] {
	position: absolute;
	margin-left: 0;
	width: auto;
	left: 0;
	
}
form label.checkbox {
	font-weight: normal;
	padding-left: 30px;
}
form label.checkbox span {
    background: #dfe6ec none repeat scroll 0% 0%;
  	-webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    position: absolute;
    cursor: pointer;
    height: 20px;
    width: 20px;
	content: "";
    z-index: 1;
    left: 0px;
}
form label.checkbox input[type="checkbox"]:checked + span {
    background: #005b90 none repeat scroll 0% 0%;
}
form input[type="checkbox"] + span::before {
  	-webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    margin-left: 4px;
    font-size: 0px;
    content: "✔";
    color: #fff;
}
form input[type="checkbox"]:checked + span::before {
  	-webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    font-size: 14px;
}

 /* ==========================================================================
   SELECT
========================================================================== */
select.select {
	min-width: 100px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container .select2-selection--single {
	height: 38px;
	
}
.select2-container--default .select2-selection--single .select2-selection__rendered { 
	line-height: 38px;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border-color: #dfe4ed;
    border-radius: 4px;

}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #dfe4ed transparent transparent transparent;
    
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #d2d9e5;
 	color: #fff; 

}

.select2.select2-container--open .select2-selection__arrow b {
    border-bottom-color: #d2d9e5 !important;
}

.select2.select2-container--disabled .select2-selection--single {
    background: #f2f4f8;
    border-color: #dfe4ed !important;
}

.select2.select2-container--disabled .select2-selection--multiple {
    background: #f2f4f8;
    border-color: #dfe4ed !important;
}

.select2.select2-container--focus .select2-selection {
    border-color: #01a8fe;
}

.select2.select2-container--open .select2-selection {
    border-color: #01a8fe;
    border-bottom-color: #dfe4ed;
}

.select2.select2-container--above.select2-container--open .select2-selection {
    border-top-color: #dfe4ed;
    border-bottom-color: #01a8fe;
}

.select2-dropdown {
    border-color: #01a8fe;
}
  
 /* ==========================================================================
   TagsInput
========================================================================== */
div.tagsinput {
    background: #FFF;
    padding: 10px 0;
    width: 100%;
    overflow-y: auto;
    
    border-radius: 4px;
	padding: 10px 12px 0;
    border: 1px solid #dfe4ed;
    box-shadow: 0;
}
div.tagsinput span.tag {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    display: block;
    float: left;
    padding: 3px 5px;
    text-decoration: none;
    background: #1fb2fe;
    color: #fff;
    margin-right: 5px;
    margin-bottom: 3px;
    font-family: helvetica;
}
div.tagsinput span.tag a {
    font-weight: bold;
    color: #fff;
    text-decoration:none;
}
div.tagsinput input {
	padding: 10px 12px;
	display: block;
    width: 80px;
    margin: 0px;
    font-family: helvetica;
    font-size: .9em;
    border: 1px solid transparent;
    padding: 5px;
    background: transparent;
    color: #000;
    outline: 0px;
    margin-right: 5px;
    margin-bottom: 5px;
}
div.tagsinput div {
    display: block;
    float: left;
}
.tags_clear {
    clear: both;
    width: 100%;
    height: 0px;
}
.not_valid {
    background: #FBD8DB !important;
    color: #90111A !important;
}


/*
* widget
*/
.widgets {
	margin-top: 20px;
	margin-bottom: 20px;
}
.widget {
	position: relative;
    padding: 30px 25px 35px;
    height: 142px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    
    border-radius: 0;
    background: #fff;
}
.widget h4 {
	color: #000;
	display: block;
	padding: 0;
	margin: 0 0 5px;
	text-transform: uppercase;
	
}
.widget i {
    display: inline-block;
    color: #827ca1;
    font-size: 42px;
    margin-top: 17px;
}
.widget span {
position: absolute;
    bottom: 19px;
    right: 25px;
    font-size: 42px;
    color: #827ca1;
	
}
.widget.widget-default {
	background: #01a8fe;
}
.widget.widget-default h4,
.widget.widget-default i,
.widget.widget-default span {
 	color: #fff;
}
  

/* AGENDA
******************************************/
.agenda {
	background: #fff;
	display: block;
	position: relative;
	margin-bottom: 20px;
}
.agenda hr {
	margin: 1.25rem 10px 1.1875rem 10px;
	border: solid #f2f2f2;
}
.agenda a:hover hr {
	border: solid #072846;
	cursor: pointer;
}
.agenda .data {
	font-size: 42px;
	text-align: center;
	line-height: 24px;
	color: #d99f00;
}
.agenda .data span {
	font-size: 26px;
	color: #d99f00;
	display: block;
	color: #666;
}
.agenda .cidade {
	font-size: 24px;
	line-height: 14px;
	color: #d99f00;
}

.agenda .local-hora {
	color: #999;
	font-style: italic;
	font-size: small;
	margin-top: 15px;
	vertical-align: middle;
}
.agenda .local-hora i {
	font-size: 16px;
}
  
/* ==========================================================================
  FOTO USUÃ�RIO
========================================================================== */
.foto-usuario {
	background: url("../images/bg_foto_usuario.jpeg") right center no-repeat;
	background-size: cover;
	height: 376px;
	display: table;
	width: 100%;
	position: relative;
}
.foto-usuario .avatar {
    border: 5px solid #fff;
    background: #ffffff;
    border-radius: 100%;
    width: 140px;
    height: 140px;
    position: relative;
    overflow: hidden;
    margin: 40px auto;
}
.foto-usuario .avatar img {
	position: relative;
	width: 100%;
}
 
table .avatar {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    position: relative;
    overflow: hidden;
} 
table .avatar img {
	position: relative;
	width: 100%;
}


/* ==========================================================================
   BANNERS
========================================================================== */
a.banner-video {
	height: 55px; 
	width: 120px; 
	display: block; 
	background: #514d6a;
	position: relative;
}  
a.banner-video i {
	font-size: 24px;
	color: #fff;	
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -12px 0 0 -12px;
	
}
  
/* ==========================================================================
   FOOTER
========================================================================== */
footer {
    color: #827ca1;
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 20px;
}
footer hr {
    background-color: #d4dae0;
    height: 1px;	
}
footer div {
	font-size: smaller;	
	margin-left: 20px;
	float: left;
}
footer a {
	margin-right: 20px;
	float: right;
}
@media ( max-width: 768px ) {
	footer {
		text-align: center;
		float: none;
	}
	footer div,
	footer a {
		float: none;
	}
}