/* =======================================
========================================== */
/*@import url('assets/css/bootstrap.min.css');
/*@import url('/assets/css/bootstrap-responsive.min.css'); ERRO NO SITE
@import url('assets/select2/select2.css');
@import url('assets/select2/select2-bootstrap.css');
@import url('assets/css/main.css');*/

    @import url("http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,400italic");
{
	font-style: 
}    
    .event-list {
		list-style: none;
		/*font-family: 'Lato', sans-serif;*/
		margin: 0px;
		padding: 0px;
	} 
	.event-list > li {
		background-color: rgb(255, 255, 255);
		box-shadow: 0px 0px 5px rgb(51, 51, 51);
		box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.7);
		padding: 0px;
		margin: 0px 0px 5px;
	}
	.event-list > li > time {
		display: inline-block;
		width: 100%;
		color: rgb(255, 255, 255);
		background-color: rgb(197, 44, 102);
		padding: 5px;
		text-align: center;
		text-transform: uppercase;
	}
	.event-list > li:nth-child(even) > time {
		background-color: rgb(165, 82, 167);
	}
	.event-list > li > time > span {
		display: none;
	}
	.event-list > li > time > .day {
		display: block;
		font-size: 56pt;
		font-weight: 100;
		line-height: 1;
	}
	.event-list > li time > .month {
		display: block;
		font-size: 24pt;
		font-weight: 900;
		line-height: 1;
	}
	.event-list > li > img {
		width: 100%;
	}
	.event-list > li > .info {
		padding-top: 5px;
		text-align: center;
	}
	.event-list > li > .info > .title {
		font-size: 14pt;
		font-weight: 400;
		margin: 0px;
		margin-bottom: 3px;
	}
	.event-list > li > .info > .desc {
		font-size: 11pt;
		font-weight: 200;
		margin: 0px;
	}
	.event-list > li > .info > ul,
	.event-list > li > .social > ul {
		display: table;
		list-style: none;
		margin: 10px 0px 0px;
		padding: 0px;
		width: 100%;
		text-align: center;
	}
	.event-list > li > .social > ul {
		margin: 0px;
	}
	.event-list > li > .info > ul > li,
	.event-list > li > .social > ul > li {
		display: table-cell;
		cursor: pointer;
		color: rgb(30, 30, 30);
		font-size: 9pt;
		font-weight: 300;
        padding: 3px 0px;
	}
    .event-list > li > .info > ul > li > a {
		display: block;
		width: 100%;
		color: rgb(30, 30, 30);
		text-decoration: none;
	} 
    .event-list > li > .social > ul > li {    
        padding: 0px;
    }
    .event-list > li > .social > ul > li > a {
        padding: 3px 0px;
	} 
	.event-list > li > .info > ul > li:hover,
	.event-list > li > .social > ul > li:hover {
		color: rgb(30, 30, 30);
		background-color: rgb(200, 200, 200);
	}
	.facebook a,
	.twitter a,
	.google-plus a {
		text-align: rigth;
		font-weight: 600;
		display: block;
		width: 100%;
		color: rgb(75, 110, 168) !important;
	}
	.facebook:hover a,
	.twitter:hover a,
	.google-plus:hover a	{
	text-decoration: none;
	}
	.facebook:hover a {
		color: rgb(255, 255, 255) !important;
		background-color: rgb(79, 213, 248) !important;		
	}
	.twitter:hover a {
		color: rgb(255, 255, 255) !important;
		background-color: rgb(75, 110, 168) !important;
	}
	.google-plus:hover a {
		color: rgb(255, 255, 255) !important;
		background-color: rgb(221, 75, 57) !important;
		
	}
	.event-list > li > .info > .processo {
		font-size: 9pt;
	}
	/*
	.event-list > li > .info > .bottom	{
		position: absolute; 
		vertical-align: bottom;
	}
	*/
	@media (min-width: 468px) {
		.event-list > li {
			position: relative;
			display: block;
			width: 100%;
			height: 100px;
			padding: 0px;
		}
		.event-list > li > time,
		.event-list > li > img  {
			display: inline-block;
		}
		.event-list > li > time,
		.event-list > li > img {
			width: 120px;
			float: left;
		}
		.event-list > li > .info {
			background-color: rgb(245, 245, 245);
			overflow: hidden;
		}
		.event-list > li > time,
		.event-list > li > img {
			width: 120px;
			height: 100px;
			padding: 0px;
			margin: 0px;
		}
		.event-list > li > .info {
			position: relative;
			height: 100px;
			text-align: left;
			padding-right: 40px;
		}	
		.event-list > li > .info > .title, 
		.event-list > li > .info > .desc {
			padding: 0px 10px;
		}
		.event-list > li > .info > ul {
			position: absolute;
			left: 0px;
			bottom: 0px;
		}
		.event-list > li > .social {
			position: absolute;
			top: 0px;
			right: 0px;
			display: block;
			width: 80px;
		}
        .event-list > li > .social > ul {
            border-left: 1px solid rgb(230, 230, 230);
        }
		.event-list > li > .social > ul > li {
			height: 32px;
			display: block;
            padding: 0px;
		}
		.event-list > li > .social > ul > li > a {
			display: block;
			width: 80px;
			padding: 10px 0px 9px;
		}
	}
.widget .panel-body { padding:0px; margin-bottom: 0px; margin-top: 0px;}
.widget .list-group { margin-bottom: 0; margin-top: 0px;}
.widget .panel-heading { margin-top: 0px;  border-top: 1px solid #ddd;}
.widget .panel-title { display:inline; font-weight: 600; font-size: 12px; }
.widget .label-info { float: right; }
.widget li.list-group-item {margin-bottom: 0px; margin-top: 0px;border-radius: 0;border: 0;border-top: 1px solid #ddd;}
.widget li.list-group-item:hover { background-color: rgba(86,61,124,.1); }
.widget .mic-info { color: #666666;font-size: 11px; }
/*.widget .action { margin-top:5px; }*/
.widget .comment-text { margin-top: 3px; }
.widget .btn-block { border-top-left-radius:0px;border-top-right-radius:0px; }
	
.action{ 
display: none;
}
.list-group-item:hover .action{
display : inline;
}
/*
@media (min-width: 968px) {
	#sideleft{width: 215px;}
}
*/
.control-group > .col-xs-12 {
		padding: 1px;
}

.control-group input[type="checkbox"] {
   display: none;
}

.control-group input[type="checkbox"] + .btn-group > label > span {
    width: 20px;
}

.control-group input[type="checkbox"] + .btn-group > .btn-danger {
    display: inline-block;
}
.control-group input[type="checkbox"] + .btn-group > .btn-success {
    display: none;   
}
.control-group input[type="checkbox"] + .btn-group > .active {
    display: none;   
}
.control-group input[type="checkbox"] + .btn-group > .noactive {
    display: inline-block;   
}
.control-group input[type="checkbox"]:checked + .btn-group > .btn-danger {
    display: none;
}
.control-group input[type="checkbox"]:checked + .btn-group > .btn-success {
    display: inline-block;   
}
.control-group input[type="checkbox"]:checked + .btn-group > .active {
    display: inline-block;   
}
.control-group input[type="checkbox"]:checked + .btn-group > .noactive {
    display: none;   
}

.control-group input[type="checkbox"] + .btn-group > label > span {
    display: inline-block;
}
/*
.select2-selection__choice {
    white-space: nowrap; 
    width: 200px; 
    border: 1px solid #000000;
    overflow: hidden;
    text-overflow: ellipsis;
	
	color: red;
}	
*/

.selprocessosselectlist { font-size: 11px; }

.tachado{text-decoration:line-through;}


/* =======================================
refresh-animate
======================================= */
.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}
/*
TWBSColor
http://work.smarchal.com/twbscolor/css/ddddddccc8c86767679d97970
*/


/*alteracoes da barra de navegacao principal*/
.navbar-brand img {
    max-width: 100%;
    height: 50px;
    margin-top: -15px;
}
.navbar-inverse {
    background: #4D5061;
    border-bottom: 4px solid #60B078;

}
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
    text-shadow: none;
    color: #FFF;
}
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav> ul >li,
.navbar-inverse .navbar-nav>li.focus>a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active >a:visited,
.navbar-inverse .navbar-nav>li:hover>a:hover {
    background-image: #60B078;
    background: #60B078;
    background-color: #60B078!important;/*necessario para forcar a regra do bootstrap que tem important*/
    color: #FFF;
    -webkit-transition: all  ease-in .3s;
    -o-transition: all  ease-in .3s;
    -moz-transition: all  ease-in .3s;
    -ms-transition: all  ease-in .3s;
    transition: all  ease-in .3s;

}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover { color: #FFF; text-decoration: none; background-color: #60B078; }
.dropdown-menu >li >a {padding: 5px 20px;}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #FFF;
    font-weight: 200;
    background-color: #60B078;
    background-image: none;
    background-repeat: none;
    -webkit-transition: all  ease-in .3s;
    -o-transition: all  ease-in .3s;
    -moz-transition: all  ease-in .3s;
    -ms-transition: all  ease-in .3s;
    transition: all  ease-in .3s;
}

ul.nav.navbar-nav.navbar-right:last-child  {
    margin-right: 50px;
}


.label,.glyphicon { margin-right:5px; }
.navbar-login
{
	margin-right:3px;
    width: 350px;
    padding: 10px;
    padding-bottom: 0px;
}

.navbar-login-session
{
    padding: 10px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.icon-size
{
    font-size: 87px;
}


.div-msgbox
{

    position: fixed;
    bottom: 20%;
    right: 0;
    margin-bottom: 0;
    font-size: 1.2em;
    padding: 1em 1.3em;
    z-index: 2000;
	
	border:1px solid  #A65524;
	border-left-width:5px;

}

  .modal-header, h4, .close {
      background-color: #5cb85c;
      color:white !important;
      text-align: left;
      font-size: 17px;
  }
  .modal-footer {
      background-color: #f9f9f9;
  }
  
  

/* =======================================
 MODAL WIDE
======================================= */
 .modal.modal-wide .modal-dialog {
  width: 90%;
}

.modal-wide .modal-body {
  overflow-y: auto;
}
/* irrelevant styling 

body {
  text-align: center;
}

body p {
  max-width: 400px;
  margin: 20px auto;
}

#tallModal .modal-body p {
  margin-bottom: 900px
}
*/
/* =======================================
--- MODAL WIDE
======================================= */

/* CSS PARA AGENDA */
.widget .panel-body { padding:0px; margin-bottom: 0px; margin-top: 0px;}
.widget .list-group { margin-bottom: 0; margin-top: 0px;}
.widget .panel-heading { margin-top: 0px;  border-top: 1px solid #ddd;}
.widget .panel-title { display:inline; font-weight: 600; font-size: 12px; }
.widget .label-info { float: right; }
.widget li.list-group-item {margin-bottom: 0px; margin-top: 0px;border-radius: 0;border: 0;border-top: 1px solid #ddd;}
.widget li.list-group-item:hover { background-color: rgba(86,61,124,.1); }
.widget .mic-info { color: #666666;font-size: 11px; }
/*.widget .action { margin-top:5px; }*/
.widget .comment-text { margin-top: 3px; }
.widget .btn-block { border-top-left-radius:0px;border-top-right-radius:0px; }

.datepicker{z-index:2000 !important;}

.col-sm-3 , .col-sm-2 ,.col-sm-9, .col-sm-10 {padding: 5px; }

.nav-tabs .glyphicon:not(.no-margin) { margin-right:10px; }
.tab-pane .list-group-item:first-child {border-top-right-radius: 0px;border-top-left-radius: 0px;}
.tab-pane .list-group-item:last-child {border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;}
.tab-pane .list-group .checkbox { display: inline-block;margin: 0px; }
.tab-pane .list-group input[type="checkbox"]{ margin-top: 2px; }
.tab-pane .list-group .glyphicon { margin-right:5px; }
.tab-pane .list-group .glyphicon:hover { color:#FFBC00; }
a.list-group-item.read { color: #222;background-color: #F3F3F3; }
hr { margin-top: 0px;margin-bottom: 5px; }
.nav-pills>li>a {padding: 5px 10px;}


    

	#calendariofixo {
		//border: 1px solid silver;
		width: 98% !important;
		 
  }
  
	#calendariofixo > .datepicker table {
		margin-bottom: 10px;
		//padding: 0px;
		width: 100%;
       		//border: 1px solid red;
  }
 @media (min-width: 765px) and (max-width: 968px) {
  #calendariofixo > .datepicker table {font-size:85%;}
  }


.collapse {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.btn_c > div {
	padding: 1px;
}
.input-daterange > span {
cursor: pointer; padding: 5px 10px; border: 1px solid #ccc;

}
#filtro_data_inicial, #filtro_data_final, #ag_dia {
border:0;
    top: 0;
    left: 0;
	padding: 0;
	margin: 0;
    z-index: 1;
    width: 1px;
    height: 0px; // height of the button + a little margin
    opacity: 0;
}

/* //CSS PARA AGENDA */


/* =======================================
--- BOTÃO NEW
======================================= */

.fab {
  cursor: pointer;
}
.fab-backdrop {
  color: rgba(255, 255, 255, 0);
}
.fab-primary, .fab-secondary {
  transition: all 0.35s ease-in-out;
}
.fab.active .fab-primary {
  opacity: 0;
  transform: rotate(225deg);
}
.fab-secondary {
  opacity: 0;
  transform: rotate(-225deg);
}
.fab.active .fab-secondary {
  opacity: 1;
  transform: rotate(0);
  margin-top: -2px;
}


#inbox .show-on-hover:hover > ul.dropdown-menu {
    display: block;    
    
}
#inbox .show-on-hover {
    position: fixed !important;
    bottom: 10px;
    right: 50%;
}
#inbox .btn-io{
    border-radius: 50%;
    height: 32px;
    width: 32px;
    padding: 0 !important;
    box-shadow: 0px 3px 7px 0px rgba(202, 124, 124, 0.72);
}
#inbox .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
top: auto;
bottom: 100%;
margin-bottom: 1px;
margin-bottom: -5px;
padding-bottom: 30px;
}
#inbox .dropdown-menu-right {
right: 0 !Important;
left: auto !Important;
}
#inbox .dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 50px;
padding: 5px 0;
margin: 2px 0 0;
font-size: 9px;
text-align: center;
list-style: none;
background-color: rgba(255, 255, 255, 0) !Important;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: none;
border-radius: 0px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0) !Important;
box-shadow: 0 6px 12px rgba(0, 0, 0, 0) !Important;
}
#inbox .fa-iox{
    font-size: 12px;
}
#inbox .dropdown-menu > li > a {
display: block;
padding: 0;
padding-top: 4px;
margin-top: 20px;
clear: both;
font-weight: normal;
line-height: 1.42857143;
color: #333;
background: #fff;
white-space: nowrap;
width: 40px;
height: 40px;
border: solid 1px #ccc;
border-radius: 50px;
font-size: 21px;
box-shadow: 0px 3px 7px 0px rgba(203, 203, 203, 0.72);
}
#inbox .dropdown-menu > li:first-child>a {
    background: #6E4320 !important;
    color: #fff !important;
}
#inbox .dropdown-menu > li:last-child>a {
    background: #D3A516;
    color: #fff;
}
#inbox .dropdown-menu > li:nth-child(3)>a {
    background: #3C80F6;
    color: #fff;
}
#inbox .dropdown-menu > li:nth-child(2)>a {
    background: #2CAC26;
    color: #fff;
}
#inbox .fa-iosm{
    
    margin-top: 2px;
}
/* =======================================
// BOTÃO NEW
======================================= */


@media print {
	body {
		font-size:10px;
	}
.tab-content > .tab-pane {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}	

}
input.maiusculo {
    text-transform: uppercase;
}
tr.list-lan td{
//	font-size: 90%;
}