﻿/*------------------------------------------------------------------
Bootstrap Admin Template by EGrappler.com
------------------------------------------------------------------*/



/*------------------------------------------------------------------
[1. Global]
*/

body {
    background: /*#f9f6f1*/ #EBEFF2;
	font: 13px/1.7em 'Open Sans', sans-serif;
}
    
p { 
	font: 13px/1.7em 'Open Sans', sans-serif; 	
}    

input,
button,
select,
textarea {
  font-family: 'Open Sans', sans-serif;
}

a {
    color: #C87B53;
}

::selection {
    background: #DC9133;
    color: #fff;
}

::-moz-selection {
    background: #DC9133;
    color: #fff;
}

.dropdown .dropdown-menu {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

td .btn.btn-small {
    padding: 5px;
    line-height: 0;
}

td .btn.btn-small.color-red{
    color: /*#c00*/#FF6600 !important;
}

td .btn.btn-small.color-green{
    color: /*#c00*/#5cb85c !important;
}

    td .btn.btn-small.color-gray {
        color: #cfcfcf !important;
    }

    td .btn.btn-small.color-dark-blue {
        color: /*#4A5283*/#2196F3 !important;
    }

.btn-icon-only {
	padding-right: 3px;
	padding-left: 3px;
}

.table td {
    vertical-align: middle;
    word-wrap: break-word;
    word-break: break-all;
}

.table-bordered th {
	background: #E9E9E9;
    background: -moz-linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FAFAFA), color-stop(100%,#E9E9E9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* IE10+ */
    background: linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9')";
	font-size: 11px;
	color: #444;
	/*text-transform: uppercase;*/
}

#dataTables-admin_wrapper .row, div.table-responsive .row {
    margin-left: 0px !important;
}


.text-center {
    text-align: center !important;
}

.margin-right-30 {
    margin-right: 30px !important;
}

.filter {
    padding: 15px;
    margin: 0px;
}

    .filter select {
        margin: 0 10px 0 0;
    }

    .filter form {
        margin-bottom: 0px;
    }

    .filter .filter, .table-responsive .control-group.filter {
        padding: 0px;
    }

.control-group.filter .alert-info {
        margin-bottom: 0px;
    }
    /**anula ajustes tabela */
    .table-bordered th, .table-bordered td {
        border-left: 1px solid #ddd !important;
    }

    .table-bordered th {
       border-bottom: 1px solid #ddd !important;       
       background: transparent;
       letter-spacing: -0.5px;
    }

    table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting:after, table.dataTable thead .sorting_desc:after {
        content: "" !important;
        padding-right: 0 !important;
    }

th.sorting_asc, th.sorting {
        padding-right: 8px !important;
    }

table.table-striped.table-bordered {
        border: 1px solid #ddd;
        border-radius: 0px;
        -moz-border-radius: 0px;
    }
       
#dataTables-admin_wrapper {
    }

    #dataTables-admin_wrapper > div.row > div.col-sm-6, #dataTables-admin_wrapper > div.row > div.col-sm-5, #dataTables-admin_wrapper > div.row > div.col-sm-7, .table-responsive div.col-sm-6, .table-responsive div.col-sm-5, .table-responsive div.col-sm-7 {
        width: 50%;
        float: left;
             box-sizing: border-box;
             -moz-box-sizing: border-box;
             padding: 5px 0px;
         }

    #dataTables-admin_wrapper > div.row > div.col-sm-5, #dataTables-admin_wrapper > div.row > div.col-sm-7, .table-responsive div.col-sm-5, .table-responsive div.col-sm-7 {
            padding: 10px 0px 0px;
        }

            #dataTables-admin_wrapper > div.row > div.col-sm-7, .table-responsive div.col-sm-7 {
                text-align: right;
            }

                #dataTables-admin_wrapper > div.row > div.col-sm-7 ul.pagination, .table-responsive div.col-sm-7 ul.pagination {
                    float: right;
                }


    div.dataTables_wrapper div.dataTables_info{
        color: #bbb;
    }
    div.dataTables_wrapper div.dataTables_filter input {
        min-width: 300px;
    }


                /*.pagination a:hover,*/ .pagination .active a {
    background-color: #C87B53;
    color: #fff;
    border-color: #C87B53;
                }

            }

.widget-content fieldset div.control-group.filter form {
        margin-bottom: 0px;
    }

    /** ICONES TABELAS AÇÕES **/
#div-admin-table .btn {
        background: none;
        box-shadow: none;
        border: 0;
        text-shadow: none;
        font-size: 1.4em;
        color: #21a9ec;
    }
    /* CABEÇALHO DA TABELA */
        .table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td {
            color: #4A5283;
            font-size: 1em;
        }


.dataTables_wrapper div.col-sm-12, .table-responsive.padding-table {
            padding: 15px;
        }

        /*.widget-content > .table-responsive.padding-table {
            padding: 0px;
        }*/
div.form-container.span12  a.btn{
    /*min-width: 100px;*/ padding: 5px 10px;
    background-image: none;
    text-shadow: none; text-transform: uppercase; font-size: 1.2em;
    margin-right: 0 !important;
}
#relatorio-colaboradores .table-responsive.padding-table, #relatorio-agendamentos .table-responsive.padding-table{
    padding: 0;
}
    #relatorio-colaboradores .widget-content, #relatorio-agendamentos .widget-content{
        padding: 0;
    }


    .table-responsive.padding-table div.col-sm-12 {
                padding: 0px;
            }
            /*/*table.dataTable.table-striped th.text-center{
                max-width: 50px;
            }*/



/*------------------------------------------------------------------
[2. Navbar / .navbar]
*/

.navbar .container {
	position: relative;
}

.navbar-inner {
	padding: 15px 0;
	background: #1E3F73 !important;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.navbar-fixed-top {
	position: static;
}

.navbar .nav a {
	font-size: 11px;
}

.navbar .nav > li > a {
    color: #ededed !important;
    font-size: 14px;
}
    .navbar .nav > li > a.dropdown-toggle {
        text-overflow: ellipsis;
        max-width: 250px;
        overflow: hidden;
        white-space: nowrap;
    }
    .navbar .nav > li > a i {
        margin-right: 10px;
    }

.navbar .brand {
	font-weight: 100;
	position: relative;
	top: 2px;
}

.navbar .search-query {
	background-color: #444;
	width: 150px;
	font-size: 11px;
	font-weight: bold;
}

.navbar .search-query::-webkit-input-placeholder {
    color: #666;
}

.navbar .search-query:-moz-placeholder {
    color: #666;
}

.navbar-search .search-query {
    background: #008866;
    border: 0;
    color: #fff;
    line-height: normal;
}

    div.nav-collapse h1 {
        color: #DC9133;
        font-family: 'Open sans', Arial, sans-serif;
        text-align: right;
        font-size: 1.7em;
        font-weight: 100;
        /*float: right;*/
        line-height: 38px;
        height: 40px;
        padding: 0;
        margin: 0px;
        margin-right: 10px;
        font-weight: 100;
    }

            div.nav-collapse .fa-user, div.nav-collapse .fa-lock {
                color: #C87B53;
            }

.nav-collapse.bloco4 {
    color: #666;
    float: right;
    width: auto;
    margin-top: 30px;
    }

    .nav-collapse.bloco3 {
        float: right;
        width: auto;
        margin-top: 30px;
        max-width: 280px;
    }

    .nav-collapse.bloco3 .caret {
            margin-left: 10px;
        }

.controls.checkbox {
        }

    .controls.checkbox input {
                float: left;
                margin-left: -22px;
                margin-top: 2px;
               
            }

    .alerta-geral{
        float: right; display: block; 
        width: auto; height: 100px;
        line-height: 110px;
        text-align: center;

    }
    
        .alerta-geral a {
            
            position: relative;
            width: 40px;
            
        }
            .alerta-geral a i {
                color: #DC9133;
                font-size: 2.2em;
            }
                .alerta-geral a strong{
                        background-color: #CC0000;
                        color: #fff;
                        display: block;
                        width: auto; padding: 0 5px;
                        min-width: 11px;
                        height: 15px;
                        position: absolute;
                        top: -11px;
                        left: 18px;
                        height: 20px;
                        text-align: center;
                        line-height: 20px;
                        font-weight: 400;
                        font-size: 1.15em;
                        -webkit-border-radius: 45px 45px 45px 45px;
                        border-radius: 45px 45px 45px 45px;
                    }

/*------------------------------------------------------------------
[3. Subnavbar / .subnavbar]
*/

.subnavbar {
    	margin-bottom: 2.5em;
    }
    
.subnavbar-inner {
	height: 60px;
	background: #fff;
	border-bottom: 1px solid #d6d6d6;
}

.subnavbar .container > ul {
	display: inline-block;
	height: 80px;
	padding: 0;
	margin: 0 auto;	
}

.subnavbar .container > ul > li {
	float: left;	
	min-width: 100px;
	height: 60px;
	padding: 0;
	margin: 0;	
	text-align: center;
	list-style: none;	
	border-left: 0px solid #d9d9d9;
}

        .subnavbar .container > ul > li:first-child {
        border: 0px;
    }

.subnavbar .container > ul > li > a {
	display: block;
	height: 100%;
	padding: 0 15px;
	font-size: 12px;
	font-weight: normal;
	color: /*#b2afaa*/ #4A5283;
}

.subnavbar .container > ul > li > a:hover {
	color: #2196F3/*#C87B53*/;
	text-decoration: none;
}

.subnavbar .container > ul > li > a > i {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-top: 13px;
	margin-bottom: -3px;
	font-size: 20px;
}

.subnavbar .container > ul > li > a > span {
	display: block;
}
	
        .subnavbar .container > ul > li.active > a {
	border-bottom: 3px solid #DC9133;
	/*color: #383838;*/
}
    
.subnavbar .dropdown .dropdown-menu a {
	font-size: 0.95em;
    padding: 8px 10px;
}

.dropdown .dropdown-menu {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border-color: #ccc;
}
    
.subnavbar .dropdown .dropdown-menu {
    	text-align: left;
		-webkit-border-top-left-radius: 0;
		-webkit-border-top-right-radius: 0;
		-moz-border-radius-topleft: 0;
		-moz-border-radius-topright: 0;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
    }
    
    
    
.subnavbar .dropdown-menu::before {
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #CCC;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: -7px;
	left: 9px;
}

.subnavbar .dropdown-menu::after {
	content: '';
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid white;
	position: absolute;
	top: -6px;
	left: 10px;
}


.subnavbar .caret {
	margin-top: 4px;
	border-top-color: white;
	border-bottom-color: white;
}

.subnavbar .dropdown.open .caret {
	display: none;
}

ul.mainnav b.fa-caret-down {
    position: absolute;
    right: 5px;
    bottom: 20%;
    color: #b3b3b3;
    font-size: 0.8em;
}

    .dropdown.open .dropdown-toggle {
        color: #ffffff;
        background: #4A5283;
    }

        .dropdown.open .dropdown-toggle:hover {
            color: #fafafa;
        }

        .dropdown.open .dropdown-toggle b.fa {
            display: none;
        }

.dropdown-menu {
        padding: 0px 0;
    }

/*------------------------------------------------------------------
[4. Main / .main]
*/

.main {
	padding-bottom: 2em;	
	/*border-bottom: 1px solid #000;*/
}



/*------------------------------------------------------------------
[5. Extra / .extra]
*/

.extra {
	border-top: 1px solid #585858;
	border-bottom: 1px solid #000;
}

.extra-inner {
	padding: 20px 0;
	font-size: 11px;
	color: #BBB;
	background: #1A1A1A;
}

.extra a {
	color: #666;
}

.extra h4 {
	margin-bottom: 1em;
	font-weight: 400;
}

.extra ul {
	padding: 0;
	margin: 0;
}

.extra li {
	margin-bottom: .6em;
	list-style: none;
}




/*------------------------------------------------------------------
[6. Footer/ .footer]
*/

.footer {
	margin-top: 0;
	border-top: 1px solid #292929;
}

.footer-inner {
	padding: 15px 0;
	font-size: 12px;
	background: #111;
	color: #999;
}

.footer a {
	color: #999;
}

.footer a:hover {
	color: #FFF;
	text-decoration: none;
}


/*------------------------------------------------------------------
[6. Widget / .widget]
*/

.widget {
	position: relative;
	clear: both;
	width: auto;
	margin-bottom: 2em;
	/*overflow: hidden;*/
    background: #fff;	
	border: 1px solid #d5d5d5;	
    box-shadow: 0px 0px 2px #dadada, inset 0px -3px 0px #e6e6e6;
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.05), 0 1px 6px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.05), 0 1px 6px 0 rgba(0, 0, 0, 0.05);
    border-radius: 2px;
}
	
.widget-header {
	position: relative;	
	height: 60px;
	line-height: 60px;
    padding-left: 5px;
	background: /*#0B74CA;*/#1E3F73;
    color: #fff;
	border: 0px;	
	-webkit-background-clip: padding-box;
}	
	
	.widget-header h3 {
		position: relative;
		top: 2px;
		left: 10px;
		display: inline-block;
		margin-right: 3em;
		font-size: 16px;
		font-weight: 400;
		color: #fff;
		line-height: 18px;		
		/*text-shadow: 1px 1px 2px rgba(255,255,255,.5);*/
        font-family: 'Open sans', Arial, sans-serif;
	}
	
		.widget-header [class^="icon-"], .widget-header [class*=" icon-"], .widget-header [class*=" fa-"] {
			display: inline-block;
			margin-left: 13px;
			margin-right: -2px;
			font-size: 16px;
			color: #999;
			vertical-align: middle;
                        
            margin-left: 10px;
            margin-right: 0px;
            font-size: 16px;
            color: #1E3F73;
            vertical-align: middle;
            background-color: #fff;
            width: 30px;
            height: 30px;
            border-radius: 45px;
            line-height: 30px;
            text-align: center;
            margin-top: -4px;     
            		
		}
        

.widget-content {
	padding: 20px 15px 15px;	
	background: #FFF;	
	border: 0px solid #D5D5D5;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.widget-header + .widget-content {
	border-top: none;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.widget-nopad .widget-content {
	padding: 0;
}

/* Widget Content Clearfix */	
.widget-content:before,
.widget-content:after {
    content: "";
    display: table;
}

.widget-content:after {
    clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.widget-content {
    zoom: 1;
}

/* Widget Table */

.widget-table .widget-content {
	padding: 0;
}

.widget-table .table {
	margin-bottom: 0;
	border: none;
}

    .widget-table .table tr td:first-child, .widget-table .table tr th:first-child {
	border-left: none !important;
}


/* Widget Plain */

.widget-plain {
	background: transparent;
	border: none;
}

.widget-plain .widget-content {
	padding: 0;
	background: transparent;
	border: none;
}


/* Widget Box */

.widget-box {	
}

.widget-box .widget-content {	
	background: #E3E3E3;	
	background: #FFF;
}




/*------------------------------------------------------------------
[7. Error / .error-container]
*/

.error-container {
	margin-top: 4em;
	margin-bottom: 4em;
	text-align: center;
}

.error-container h1 {
	margin-bottom: .5em;
	font-size: 120px;
	line-height: 1em;
}

.error-container h2 {
	margin-bottom: .75em;
	font-size: 28px;
}

.error-container .error-details {
	margin-bottom: 1.5em;
	font-size: 16px;
}

.error-container .error-actions a {
	margin: 0 .5em;
}



/* Message layout */


ul.messages_layout {
	position: relative;
	margin: 0;
    padding: 0;
}

ul.messages_layout li {
	float: left;
	list-style: none;
        position: relative;
}

ul.messages_layout li.left {
            padding-left: 75px;
}

ul.messages_layout li.right {
            padding-right: 75px;
}

ul.messages_layout li.right .avatar {
	right: 0;
                left: auto;
}

ul.messages_layout li.right .message_wrap .arrow {
	right: -12px;
	left: auto;
	background-position: 0 -213px;
	height: 15px;
                width: 12px;
}

ul.messages_layout li.by_myself .message_wrap {
            border: 1px solid #b3cdf8;
}

ul.messages_layout li.by_myself .message_wrap .info a.name {
                color: #4a8cf7;
}

ul.messages_layout li a.avatar {
	position: absolute;
	left: 0;
            top: 0;
}

ul.messages_layout li a.avatar img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
                border-radius: 5px;
}

ul.messages_layout li .message_wrap {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	border: 1px solid #e9e9e9;
	padding: 10px;
	border: 1px solid #cbcbcb;
	margin-bottom: 20px;
	float: left;
	background: #fefefe;
	-webkit-box-shadow: rgba(0,0,0,0.1) 0 1px 0px;
	-moz-box-shadow: rgba(0,0,0,0.1) 0 1px 0px;
            box-shadow: rgba(0,0,0,0.1) 0 1px 0px;
}

ul.messages_layout li .message_wrap .arrow {
	background-position: 0 -228px;
	height: 15px;
	width: 12px;
	height: 15px;
	width: 12px;
	position: absolute;
	left: -12px;
                top: 13px;
}

ul.messages_layout li .message_wrap .info {
	float: left;
	width: 100%;
	border-bottom: 1px solid #fff;
                line-height: 23px;
}

ul.messages_layout li .message_wrap .info .name {
	float: left;
	font-weight: bold;
                    color: #483734;
}

ul.messages_layout li .message_wrap .info .time {
	float: left;
	font-size: 11px;
                    margin-left: 6px;
}

ul.messages_layout li .message_wrap .text {
	float: left;
	width: 100%;
	border-top: 1px solid #cfcfcf;
                padding-top: 5px;
}

    ul.messages_layout .dropdown-menu li {
        width: 100%;
        font-size: 11px;
    }


/* Full Calendar */

.fc {
	direction: ltr;
	text-align: left;
    position: relative;
}

.fc table {
	border-collapse: collapse;
        border-spacing: 0;
}

html .fc, .fc table {
        font-size: 1em;
}

.fc td, .fc th {
	padding: 0;
        vertical-align: top;
}

.fc-header td {
	white-space: nowrap;
    background: none;
}

.fc-header-left {
	width: 100%;
	text-align: left;
	position: absolute;
	left: 0;
    top: 6px;
}

.fc-header-left .fc-button {
	margin: 0;
        position: relative;
}

.fc-header-left .fc-button-prev, .fc-header-left .fc-button-next {
	float: left;
	border: none;
	padding: 14px 10px;
        opacity: 0.5;
}

.fc-header-left .fc-button-prev .fc-button-inner, .fc-header-left .fc-button-next .fc-button-inner {
            border: none;
}

.fc-header-left .fc-button-prev .fc-button-inner .fc-button-content, .fc-header-left .fc-button-next .fc-button-inner .fc-button-content {
                display: none;
}

.fc-header-left .fc-button-prev.fc-state-hover, .fc-header-left .fc-button-next.fc-state-hover {
            opacity: 1;
}

.fc-header-left .fc-button-prev.fc-state-down, .fc-header-left .fc-button-next.fc-state-down {
	background: none !important;
            margin-top: -1px;
}

.fc-header-left .fc-button-prev .fc-button-inner {
	background-position: 0 -351px;
	height: 16px;
            width: 11px;
}

.fc-header-left .fc-button-next {
        float: right;
}

.fc-header-left .fc-button-next .fc-button-inner {
	background-position: 0 -367px;
	height: 16px;
            width: 11px;
}

.fc-header-center {
    text-align: center;
}

.fc-header-right {
	text-align: right;
	position: absolute;
	top: -34px;
    right: 10px;
}

.fc-header-title {
	display: inline-block;
    vertical-align: top;
}

.fc-header-title h2 {
	margin-top: 0;
	white-space: nowrap;
	font-size: 1.1rem;
	color: #6C737F;
	line-height: 55px;
}

.fc .fc-header-space {
    padding-left: 10px;
}

.fc-header .fc-button {
	margin-bottom: 1em;
    vertical-align: top;
}

.fc-header .fc-button {
    margin-right: -1px;
}

.fc-header .fc-corner-right {
    margin-right: 1px;
}

.fc-header .ui-corner-right {
    margin-right: 0;
}

.fc-header .fc-state-hover, .fc-header .ui-state-hover {
    z-index: 2;
}

.fc-header .fc-state-down {
    z-index: 3;
}

.fc-header .fc-state-active, .fc-header .ui-state-active {
    z-index: 4;
}

.fc-content {
	clear: both;
    background: #f9f9f9;
}

.fc-view {
	width: 100%;
    overflow: hidden;
}

.fc-view thead {
        background: #e9ecf1;
        line-height: 35px;
}

.fc-widget-header, .fc-widget-content {
    border: 1px solid #ccc;
}

.fc-state-highlight {
    background: #F4F3E6;
}

.fc-cell-overlay {
	background: #9cf;
	opacity: .2;
    filter: alpha(opacity=20);
}

.fc-button {
	position: relative;
	display: inline-block;
    cursor: pointer;
}

.fc-button-today {
    margin-top: 8px !important;
}

.fc-state-default {
	border-style: solid;
    border-width: 1px 0;
}

.fc-button-inner {
	position: relative;
	float: left;
    overflow: hidden;
}

.fc-state-default .fc-button-inner {
	border-style: solid;
    border-width: 0 1px;
}

.fc-button-content {
	position: relative;
	float: left;
	height: 1.9em;
	line-height: 1.9em;
	padding: 0 .6em;
    white-space: nowrap;
}

.fc-button-content .fc-icon-wrap {
	position: relative;
	float: left;
        top: 50%;
}

.fc-button-content .ui-icon {
	position: relative;
	float: left;
	margin-top: -50%;
        *margin-top: 0;
        *top: -50%;
}

.fc-state-default .fc-button-effect {
	position: absolute;
	top: 50%;
    left: 0;
}

.fc-state-default .fc-button-effect span {
	position: absolute;
	top: -100px;
	left: 0;
	width: 500px;
	height: 100px;
	border-width: 100px 0 0 1px;
	border-style: solid;
	border-color: #fff;
	background: #444;
	opacity: .09;
        filter: alpha(opacity=9);
}

.fc-state-default, .fc-state-default .fc-button-inner {
	border-style: solid;
	border-color: #ccc #bbb #aaa;
    color: #000;
}

.fc-state-hover, .fc-state-hover .fc-button-inner {
    border-color: #999;
}

.fc-state-down {
	border-color: #555;
    background: #777;
}

.fc-state-active, .fc-state-active .fc-button-inner {
	border-color: #555;
	background: #777;
    color: #fff;
}

.fc-state-disabled, .fc-state-disabled .fc-button-inner {
	color: #999;
    border-color: #ddd;
}

.fc-state-disabled {
    cursor: default;
}

.fc-state-disabled .fc-button-effect {
        display: none;
}

.fc-event {
	border-style: solid;
	border-width: 0;
	font-size: .85em;
    cursor: default;
}

a.fc-event, .fc-event-draggable {
    cursor: pointer;
}

a.fc-event {
    text-decoration: none;
}

.fc-rtl .fc-event {
    text-align: right;
}

.fc-event-skin {
	border-color: #3f85f5;
	background-color: #5e96ea;
    color: #fff;
}

.fc-event-inner {
	position: relative;
	width: 100%;
	height: 100%;
	border-style: solid;
	border-width: 0;
    overflow: hidden;
}

.fc-event-time, .fc-event-title {
    padding: 0 1px;
}

.fc .ui-resizable-handle {
	display: block;
	position: absolute;
	z-index: 99999;
	overflow: hidden;
	font-size: 300%;
    line-height: 50%;
}

.fc-event-hori {
	border-width: 1px 0;
    margin-bottom: 1px;
}

.fc-event-hori .ui-resizable-e {
	top: 0 !important;
	right: -3px !important;
	width: 7px !important;
	height: 100% !important;
        cursor: e-resize;
}

.fc-event-hori .ui-resizable-w {
	top: 0 !important;
	left: -3px !important;
	width: 7px !important;
	height: 100% !important;
        cursor: w-resize;
}

.fc-event-hori .ui-resizable-handle {
        _padding-bottom: 14px;
}

.fc-corner-left {
    margin-left: 1px;
}

.fc-corner-left .fc-button-inner, .fc-corner-left .fc-event-inner {
        margin-left: -1px;
}

.fc-corner-right {
    margin-right: 1px;
}

.fc-corner-right .fc-button-inner, .fc-corner-right .fc-event-inner {
        margin-right: -1px;
}

.fc-corner-top {
    margin-top: 1px;
}

.fc-corner-top .fc-event-inner {
        margin-top: -1px;
}

.fc-corner-bottom {
    margin-bottom: 1px;
}

.fc-corner-bottom .fc-event-inner {
        margin-bottom: -1px;
}

.fc-corner-left .fc-event-inner {
    border-left-width: 1px;
}

.fc-corner-right .fc-event-inner {
    border-right-width: 1px;
}

.fc-corner-top .fc-event-inner {
    border-top-width: 1px;
}

.fc-corner-bottom .fc-event-inner {
    border-bottom-width: 1px;
}

table.fc-border-separate {
    border-collapse: separate;
}

.fc-border-separate th, .fc-border-separate td {
    border-width: 1px 0 0 1px;
}

.fc-border-separate th.fc-last, .fc-border-separate td.fc-last {
        border-right-width: 1px;
}

.fc-border-separate tr.fc-last th, .fc-border-separate tr.fc-last td {
    border-bottom-width: 0px;
}

.fc-first {
    border-left-width: 0 !important;
}

.fc-last {
    border-right-width: 0 !important;
}

.fc-grid th {
    text-align: center;
}

.fc-grid .fc-day-number {
	float: right;
    padding: 0 2px;
}

.fc-grid .fc-other-month .fc-day-number {
	opacity: 0.3;
    filter: alpha(opacity=30);
}

.fc-grid .fc-day-content {
	clear: both;
    padding: 2px 2px 1px;
}

.fc-grid .fc-event-time {
    font-weight: bold;
}

.fc-rtl .fc-grid .fc-day-number {
    float: left;
}

.fc-rtl .fc-grid .fc-event-time {
    float: right;
}

.fc-agenda table {
    border-collapse: separate;
}

.fc-agenda-days th {
    text-align: center;
}

.fc-agenda .fc-agenda-axis {
	width: 60px !important;
	padding: 0 4px;
	vertical-align: middle;
	text-align: right;
	white-space: nowrap;
    font-weight: normal;
}

.fc-agenda .fc-day-content {
    padding: 2px 2px 1px;
}

.fc-agenda-days .fc-agenda-axis {
    border-right-width: 1px;
}

.fc-agenda-days .fc-col0 {
    border-left-width: 0;
}

.fc-agenda-allday th {
    border-width: 0 1px;
}

.fc-agenda-allday .fc-day-content {
	min-height: 34px;
    _height: 34px;
}

.fc-agenda-divider-inner {
	height: 2px;
    overflow: hidden;
}

.fc-widget-header .fc-agenda-divider-inner {
    background: #eee;
}

.fc-agenda-slots th {
    border-width: 1px 1px 0;
}

.fc-agenda-slots td {
	border-width: 1px 0 0;
    background: none;
}

.fc-agenda-slots td div {
        height: 20px;
}

.fc-agenda-slots tr.fc-slot0 th, .fc-agenda-slots tr.fc-slot0 td {
    border-top-width: 0;
}

.fc-agenda-slots tr.fc-minor th, .fc-agenda-slots tr.fc-minor td {
    border-top-style: dotted;
}

.fc-agenda-slots tr.fc-minor th.ui-widget-header {
        *border-top-style: solid;
}

.fc-event-vert {
    border-width: 0 1px;
}

.fc-event-vert .fc-event-head, .fc-event-vert .fc-event-content {
	position: relative;
	z-index: 2;
	width: 100%;
        overflow: hidden;
}

.fc-event-vert .fc-event-time {
	white-space: nowrap;
        font-size: 10px;
}

.fc-event-vert .fc-event-bg {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .3;
        filter: alpha(opacity=30);
}

.fc .ui-draggable-dragging .fc-event-bg, .fc-select-helper .fc-event-bg {
    display: none;\9
}

.fc-event-vert .ui-resizable-s {
	bottom: 0 !important;
	width: 100% !important;
	height: 8px !important;
	overflow: hidden !important;
	line-height: 8px !important;
	font-size: 11px !important;
	font-family: monospace;
	text-align: center;
    cursor: s-resize;
}

.fc-agenda .ui-resizable-resizing {
    _overflow: hidden;
}

.fc-header-left .fc-button-prev .fc-button-inner {
    background: url('img/icons-sa7c41345d9.png') no-repeat;
    background-position: 0 -351px;
height: 16px;
    width: 11px;
}

.fc-header-left .fc-button-next .fc-button-inner {
    background: url('img/icons-sa7c41345d9.png') no-repeat;
    background-position: 0 -367px;
height: 16px;
    width: 11px;
}

/*------------------------------------------------------------------
[8. Miscellaneous]
*/

.chart-holder {
	width: 100%;
	height: 250px;
}

.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
    background: #DC9133;
}

.accordion-heading {
    background: #e5e5e5;
}

    .accordion-heading a {
        color: #545454;
        text-decoration: none;
        font-weight: bold;
    }

.btn-facebook-alt i {
color: #23386a;
}

.btn-twitter-alt i {
color: #0098d0;
}

.btn-google-alt i {
color: #b6362d;
}

.btn-linkedin-alt i {
color: #0073b2;
}

.btn-pinterest-alt i {
color: #ab171e;
}

.btn-github-alt i {
color: #333;
}

.all-icons li {
    list-style: none;
}

.ML0 {
    margin-left: 0;
}

.MR0 {
    margin-right: 0;
}


/* form cadastro */
.register {
    margin-top: 2.5em;
}

.checkbox.inline.span6 {
    padding-left: 0px;
    margin-left: 20px;
}

.modal {
    border-radius: 2px;
}

    .modal-backdrop {
        background-color: #0F101A;
    }

    .modal-header {
        background-color: #fafafa;
        border-bottom: 1px solid #d6d6d6;
    }

.modal .modal-header button {
            border: 0px;
            background-color: transparent;
            margin-top: 10px;
        }

.modal-header h3 {
                font-size: 1.2em;
                color: #333;
                line-height: 40px;
                color: #DC9133;
                font-family: 'Open sans', Arial, sans-serif;
                font-weight: 400;
                display: inline-block;
            }

            .modal-header .fa {
                margin-right: 8px;
                line-height: 0px;
}

                .modal-header .fa.fa-exclamation-circle {
                    font-size: 1.2em;
                }

    .modal-body {
        min-height: 100px;
    }

        .modal form {
            margin: 0;
        }

.modal-footer {
        border: 0px;
        background-color: #eeeeee;
    }


.btn-info {
    background-color: #2196F3;
}

.form-actions, form.form-horizontal {
    margin-bottom: 0px !important;
}

.login-extra {
    margin-bottom: 0px;
}

/**topo sistema */
.navbar .container {
    height: 100px;
}

    .navbar .container a.brand {
        display: block;
        width: 180px;
        height: 71px;
        margin-left: 0;
        background-image: url(img/logo-cebraspe.png);
        background-position: left center;
        background-repeat: no-repeat;
    }

    .navbar .container a.senai {
        display: block;
        width: 200px;
        height: 100px;
        margin-left: 10px;
        margin-top: 0px;
        background-image: url(img/logo-senai.png);
        background-position: left center;
        background-repeat: no-repeat;
        float: left;
    }

    /* COLUNAS DO FORM CADASTRO */

.col-50 {
    width: 50%;
    float: left;
    display: block;
}


.col-25 {
    width: 25%;
}

.col-50 input[type="text"], .col-50 input[type="number"] {
        width: 95%;
    }

     .col-50 select {
        width: 97.5%;
    }

     .col-50 label.checkbox {
        padding-left: 0px;
    }

        #check-escolas, #check-turmas {
                margin: 0px;
                margin-left: 160px;
                padding: 0px 10px 0 0;
                color: blue;
        }

            #check-escolas, #check-turmas {
                line-height: 27px;
                color: #1399dc;
            }

            #check-escolas label, #check-turmas label {
                margin-left: 0px;
                display: block;
                 margin-bottom: 1px;
                 font-size: 0.9em;
                position: relative;
                padding-left: 20px;
                cursor: pointer;
            }

            #check-escolas label input, #check-turmas label input {
                /*margin-right: 5px; margin-top: 2px;*/
            position: absolute;
            left: 0;
            top: 8px;
            }

    .alert button.close {
        display: none;
    }

    .alert .fa {
        margin-right: 8px;
    }

#SenhaRecuperada {
        font-size: 1.2em;
        font-weight: 300;
        padding: 10px;
        border-radius: 0px;
        letter-spacing: 1px;
        display: inline-block;
    }

/* CABEÇALHO DA TABELA */
.table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td {
    color: #4A5283;
    font-size: 1em; font-weight: 400;
    color: #fff; letter-spacing: 0px;
    background-color: #4A5283;
}

table th.text-center {
    width: 50px;
}

#nmColaborador {
    width: 85%;
}

#loading {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #0F101A;
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
            z-index: 100;
            position: fixed; /* posição fixa para que a possível rolagem da tela não revele espaços em branco */
        }

    #loading img {
        position: absolute;
        left: 45%;
        top: 50%;
        height: 180px;
        width: 180px;
                margin-left: -0px;
                margin-top: -100px;
            }

.table tbody tr:hover td, .table tbody tr:hover th {
    background-color: #f9f6f1;
    color: #C87B53;
}
    /*.table tbody tr:hover td .btn, .table tbody tr:hover td .btn-icon-only{
        color: #DC9133 !important;
    }*/

td .btn.btn-small {
        padding: 5px;
        line-height: 0;
        background: none;
        box-shadow: unset;
        border: 0;
        color: #1399dc;
        font-size: 1.4em;
        text-shadow: none !important;
    -moz-text-shadow: none !important;
    -webkit-box-shadow: none !important;
    }

    td .btn-icon-only {
        text-shadow: 0 !important;
        -moz-text-shadow: none !important;
        -webkit-box-shadow: none !important;
    }

    td .btn-icon-only.fa-thumbs-up{
        /*color: #59B75C;*/
    }
        td .btn-icon-only.fa-thumbs-up:hover{
            /*color: #cc0000;*/
        }


        td .btn-icon-only.fa-remove, td .btn-icon-only.fa-chain {
            color: #c00;
        }

        td .btn-icon-only.fa-user-times {
            color: #DC9133;
            color: #c00;
        }

        td .btn-icon-only.fa-check {
            color: #419641;
        }


        /** LABELS INLINE **/
                .controls.checkbox.lista {
                    padding: 0px;
                    margin-bottom: 15px;
                    clear: both;
                    height: auto;
                    margin-left: 175px;
                }

                    .controls.checkbox.lista label {
                        height: 20px;
                        display: inline-block;
                        width: 15%;
                        margin: 20px 0 10px 0px !important;
                        padding: 0px;
                        cursor: pointer;
                    }

                    .controls.checkbox.lista label.small {
                        width: auto;
                        padding-right: 20px;
                    }

                        .controls.checkbox.lista label label {
                            margin: 0px 0 0 0px !important;
                            width: auto;
                        }

                        .controls.checkbox.lista label input {
                            margin: 3px 5px 0 0px;
                            width: auto;
                        }

.controls .inputCpf {
    width: /*84%*/ 100% !important;
                            margin-right: 5px;
                        }
           

.tipoaplicacao{
    float: left;
    margin-left: 52px;
}

label.checkbox.inline {
        /*margin-left: 20px;*/
    }

    label.checkbox.inline input {
            margin-right: 10px;
        }

    label.checkbox.inline label {
        padding-top: 0px;
        text-align: left;
        margin-right: -25px;
        white-space: nowrap;
    }

.control-block {
            /*background-color: #fafafa;*/
            width: 50%;
            float: left;
            margin-bottom: 10px;
            padding-right: 20px;
            box-sizing: border-box;
            padding-left: 15px;
            height: auto;
            min-height: 30px;
        }




.mainnav li a{
    position:  relative;
}
    .mainnav li a strong{
        background-color: #DC9133; color: #fff;
        display: block;
        position: absolute; top: -11px; right: 18px;
        height: 20px; min-width: 11px; width: auto; padding: 0 5px;
        text-align: center; line-height: 20px; font-weight: 400; font-size: 1.15em;

        -webkit-border-radius: 45px 45px 45px 45px;
        border-radius: 45px 45px 45px 45px;
        
    }

    .table.dataTable .alert-info{
        margin: 15px 0;
        text-align: left;
    }
    /*div.controls >*/ span.text-danger.field-validation-error {
        margin-top: 5px;
        margin-bottom: 0;
        color: #900;
        display: block;
        background-color: #f2dede;
        padding: 8px 15px;
        border: 0px solid #c00;
        border-radius: 3px;
        opacity: 0.8;
    }
    .control-group.filter span.text-danger.field-validation-error{
        margin-top: 20px;
    }

/*------------------------------------------------------------------
[1. Max Width: 480px]
*/

@media (max-width: 480px) {
	
	.error-container h1 {
		font-size: 72px;
	}
}





/*------------------------------------------------------------------
[1. Max Width: 767px]
*/

@media (max-width: 767px) {
    	
	#main {
		padding: 0 10px;
		margin-right: -20px;
		margin-left: -20px;	
	}
	
	
	.subnavbar {
		margin-left: -20px;
		margin-right: -20px;	
	}
	
	
	.subnavbar-inner {
		height: auto;
	}
	
	.subnavbar .container > ul {
		width: 100%;
		height: auto;
		border: none;
	}
	
	.subnavbar .container > ul > li {
		width: 33%;
		height: 70px;
		margin-bottom: 0;
		border: none;
	}
	
    
    
    .subnavbar .container > ul > li.active > a {
		font-size: 11px;
    	background: transparent;
    }
	
	.subnavbar .container > ul > li > a > i {	
		display: inline-block;	
		margin-bottom: 0;
		font-size: 20px;
	}
	
	
	.subnavbar-open-right .dropdown-menu {
		left: auto;
		right: 0;
	}
	
	.subnavbar-open-right .dropdown-menu:before {
		left: auto;
		right: 12px;
	}

	.subnavbar-open-right .dropdown-menu:after {
		left: auto;
		right: 13px;
	}
	
	.extra {
		margin-right: -20px;
		margin-left: -20px;
	}
	
	.extra .container {
		padding: 0 20px;
	}
	
	.footer {
		margin-right: -20px;
		margin-left: -20px;
	}
	
	.footer .container {
		padding: 0 20px;
	}
	
	.footer .footer-terms {
		text-align: left;
	}
	
	.footer .footer-terms a {
		margin-left: 0;
		margin-right: 1em;
	}
}
    




/*------------------------------------------------------------------
[3. Max Width: 979px]
*/

@media (max-width: 979px) {
	
	.navbar-fixed-top {
		position: static;
		margin-bottom: 0;
	}
	
	.subnavbar {
	}
	
	.subnavbar .container {		
		width: auto;
	}
}


@media (max-width: 1024px) {

    .nav-collapse.bloco4{
        display: none;
    }

    .subnavbar-inner {
        height: auto;
    }
        .subnavbar .container > ul {
            height: auto;
            min-width: 90px;
            padding-top: 10px;
        }
        .subnavbar .container > ul > li{
            min-width: 0;
            height: auto;
        }


        .subnavbar .container > ul > li > a {
            display: inline-block;
            padding: 0px;
            height: auto;
            min-width: 150px;
            text-transform: uppercase;
            margin-right: 5px;
        }

            .subnavbar .container > ul > li > a > i {
                display: none;
            }
            .mainnav li a strong{
                padding: 0px; height: auto;        
                float: left; 
                /*position: relative;*/
                top: 0;
            }

            .subnavbar .container > ul > li > a > span {
                float: left;
            }
}



/*------------------------------------------------------------------
[2. min Width: 1200px]
*/	

@media (min-width: 1200px) {
	.navbar .search-query {
		width: 200px;
	}
}
	
/*------------------------------------------------------------------
[2. Max Width: 1200px]
*/	

@media (max-width: 1200px) {
    select.span4 {
        width: 260px !important;
    }

    input.span4 {
        width: 250px !important;
    }

    .controls.checkbox.lista label.small {
        width: 15%;
    }

    div.nav-collapse h1 {
        font-size: 1.2em;
    }
}