
.board{
    margin: 0 auto;
    background: #fff;
    /*box-shadow: 10px 10px #ccc,-10px 20px #ddd;*/
}
.board .nav-tabs {
    position: relative;
    /* border-bottom: 0; */
    /* width: 80%; */
    margin: 0 auto;
    margin-bottom: 0;
    box-sizing: border-box;

}

.nav-sm ul.nav.child_menu li a {
    text-align: center !important;
}

.textarea_gims {
    width: 100%;
}

img.explaina.center {
    margin: 0 auto;
    display: block;
    margin-top: 6%;
}

.btn-redgims {
    background-color: #ffbbbb !important;
}

.btn-bluegims {
    background-color: #0072ff61 !important;
}

.table-gimsxs td {
    padding: 4px !important;
}

.mtop2 {
    margin-top: 35px;
}

.fixbtn_modal {
    margin-top: 5px !important;
}

ul.stats-overview li {
    width: 24% !important;
}

p.narrow{
    width: 60%;
    margin: 10px auto;
}

.liner {
    height: 2px;
    background: #ddd;
    position: absolute;
    width: 38%;
    margin: 0;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.top_nav li a i {
    font-size: 20px !important;
}

li.fecho {
    width: 10% !important;
}

li.perdeu {
    width: 10% !important;
}

.board .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    /* background-color: #ffffff; */
    border: 0;
    border-bottom-color: transparent;
}

.mtop {
    margin-top: 24px;
}

span.round-tabs{
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: white;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

span.round-tabs.one{
    color: rgb(34, 194, 34);border: 2px solid rgb(34, 194, 34);
}

li.active span.round-tabs.one{
    background: #fff !important;
    border: 2px solid #ddd;
    color: rgb(34, 194, 34);
}

span.round-tabs.two{
    color: #febe29;border: 2px solid #febe29;
}

li.active span.round-tabs.two{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #febe29;
}

span.round-tabs.three{
    color: #3e5e9a;border: 2px solid #3e5e9a;
}

li.active span.round-tabs.three{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #3e5e9a;
}

span.round-tabs.four{
    color: #f1685e;border: 2px solid #f1685e;
}

li.active span.round-tabs.four{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #f1685e;
}

span.round-tabs.five{
    color: #999;border: 2px solid #999;
}

li.active span.round-tabs.five{
    background: #fff !important;
    border: 2px solid #ff5252;
    color: #999;
}

.nav-tabs > li.active > a span.round-tabs{
    background: #fafafa;
}
.board .nav-tabs > li {
    width: 25%;
}

.board li:after {
    content: " ";
    position: absolute;
    left: 47%;
    opacity:0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #ddd;
    transition:0.1s ease-in-out;

}
.board li.active:after {
    content: " ";
    position: absolute;
    left: 47%;
    opacity:1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #00a65a;

}
.board .nav-tabs > li a{
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

.board .nav-tabs > li a:hover{
    background: transparent;
}

.board .tab-pane{
    position: relative;
    padding-top: 0;
}
.board .tab-content .head{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 25px;
    text-transform: uppercase;
}
.btn-outline-rounded{
    padding: 10px 40px;
    margin: 20px 0;
    border: 2px solid transparent;
    border-radius: 25px;
}

.mce-panel {
    border: 0 !important;
    background-color: #ffffff !important;
}

.margintop {
    margin-top: 4px;
    margin-left: 17px;
}

.dropzone {
    min-height: 150px;
    border: 2px dashed #0087F7 !important;
    border-radius: 5px;
    background: white !important;
}

.nav-sm .nav.side-menu li a {
    font-size: 9px;
}

/*  bhoechie tab */
div.bhoechie-tab-container{
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border:1px solid #ddd;
  margin-top: 20px;
  margin-left: 50px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.bhoechie-tab-menu ul.list-group{
  margin-bottom: 0;
  list-style:none;
}
div.bhoechie-tab-menu ul.list-group>a{
  margin-bottom: 0;
  text-align:left;
}
div.bhoechie-tab-menu ul.list-group>a .glyphicon,
div.bhoechie-tab-menu ul.list-group>a .fa {
  color: #5A55A3;
}
div.bhoechie-tab-menu ul.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu ul.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu ul.list-group>a.active,
div.bhoechie-tab-menu ul.list-group>a.active .glyphicon,
div.bhoechie-tab-menu ul.list-group>a.active .fa{
  background-image: #5A55A3;
  color: #000000;
}
div.bhoechie-tab-menu ul.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #494949
}

div.bhoechie-tab-content{
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  padding-left: 20px;
  padding-top: 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}

.fasqu:before {
    margin-right: 6px;
    text-align: center;
}

.list-group-item {
	background-color: #f5f5f5 !important;
        }
        
        .box-body.box-profile {
	background-color: whitesmoke;
}


.companhiasfoto {
    margin: 0 auto;
    width: 61px;
    padding: 0px;
    border: 2px solid #d2d6de;
}

.navbar-logo {
    width: 70%;
}

.btn-importa {
    background-color: #FFF;
    border-color: #ccc;
    width: 133px;
    height: 141px;
}

.avatar-view {
    width: 20%;
}

.users-list > li img {
    border-radius: 50%;
    max-width: 100%;
    height: auto;
}

.profile-user-img {
    margin: 0 auto;
    width: 60px;
    height: 60px !important;
    padding: 3px;
    border: 3px solid #d2d6de;
    object-fit: cover;
}

.users-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.users-list > li {
    float: left;
    padding: 10px;
    text-align: center;
    width: 121px;
}

a.users-list-name {
    font-size: 10px;
}

.contactosgims {
    width: 100%;
}

.margemprocura {
    margin-top: 13px;
    margin-bottom: 0px !important;
}

body {
    background: #ffffff !important;
}

body.login {
    color: #000;
}

@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
    .grande-print{
            margin-left: 0px !important;
    }
}

.normalizar_paineis {
    max-height: 550px;
    min-height: 550px;
    
}
.overflow_y{
    overflow-y: scroll;
}

.todolist{
    background-color:#FFF;
    padding:20px 20px 10px 20px;
    margin-top:30px;
}
.todolist h1{
    margin:0;
    padding-bottom:20px;
    text-align:center;
}
.form-control{
    border-radius:0;
}
li.ui-state-default{
    background:#fff;
    border:none;
    border-bottom:1px solid #ddd;
}

li.ui-state-default:last-child{
    border-bottom:none;
}

.todo-footer{
    background-color:#F4FCE8;
    margin:0 -20px -10px -20px;
    padding: 10px 20px;
}
#done-items li{
    padding:10px 0;
    border-bottom:1px solid #ddd;
    text-decoration:line-through;
}
#done-items li:last-child{
    border-bottom:none;
}
#checkAll{
    margin-top:10px;
}

.icon-img_432305:before {
    font-size: 29px;
}

i.fa.fa-briefcase.fa-2x.toptop {
    margin-top: 20px;
}

td.iconpesq {
    width: 46px;
}

.datatarefa{
    text-align: right;
    margin-bottom: 4px;
}

a.btn.btn-default.btn-app {
    margin-top: 10px;
}

.well2 {
    padding: 0px !important;
        min-height: 210px;
    min-width: 100%;
}

ul.msg_list li:last-child {
    padding: 5px !important;
}

button.dt-button, div.dt-button, a.dt-button {
    border: 1px solid #c3d8ff;
    font-size: 1.10em;
    background-color: #ffffff;
    background-image: -webkit-linear-gradient(top, #fff 0%, #fafdff 100%);
    background-image: -moz-linear-gradient(top, #fff 0%, #e9e9e9 100%);
    background-image: -ms-linear-gradient(top, #fff 0%, #e9e9e9 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #e9e9e9 100%);
    background-image: linear-gradient(top, #fff 0%, #e9e9e9 100%);
}

.visivel_colunas {
    text-align: center;
    font-size: 1.3em;
}

.rec_but_act{
    min-width: 200px;
}

.well2.profile_view {
    display: inline-block;
}

.modal-footer .btn+.btn {
    margin-bottom: 5px;
    margin-left: 5px;
}

table.dataTable.table-condensed .bootstrap-datetimepicker-widget thead > tr > th {
    padding-right: 0;
    padding-left: 0;
 }
table.dataTable.table .bootstrap-datetimepicker-widget thead > tr > th {
  padding-right: 0;
  padding-left: 0;
}

td.actions {
    min-width: 90px;
}

.table thead {
    background-color: #157cc2;
    color: #fff;
}

.left_col {
    background: #313131;
}

.nav_title {
    width: 230px;
    float: left;
    background: #ededed;
    border-radius: 0;
    height: 58px;
    text-align: center;
}

.profile_pic {
    width: 100%;
    /* float: left; */
    margin: 0 auto;
    display: block;
    margin-top: 17px;
}

.profile_info {
    padding: 3px 23px 10px;
    width: 100%;
    /* float: left; */
    text-align: center;
    margin-bottom: 24px;
    border-bottom: 1px solid #404040;
}

.img-circle.profile_img {
    width: 25%;
    background: #fff;
    /* margin-left: 15%; */
    z-index: 1000;
    position: inherit;
    /* margin-top: 27px; */
    border: 1px solid rgba(52,73,94,0.44);
    padding: 4px;
    margin: 0 auto;
    display: block;
}

.login_beau {
    margin: 0 auto;
    padding: 25px 0 0;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    min-width: 280px;
}

img.btuton {
    width: 68px;
    margin-top: -19px;
}

img.imgtitu {
    width: 19%;
}

a.dt-button {
    padding: 9px;
    margin: 4px;
    font-size: 22px;
}
tr.certo {
    background-color: #e0ffef !important;
}

tr.errado {
    background-color: #fff0f0 !important;
}

/* Code based on this sample http://thecodeplayer.com/walkthrough/css3-family-tree */

/*Now the CSS*/
.tree * {margin: 0; padding: 0;}

.tree ul {
	padding-top: 20px; position: relative;
	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.tree li {
	float: left; text-align: center;
	list-style-type: none;
	position: relative;
	padding: 20px 5px 0 5px;
	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

/*We will use ::before and ::after to draw the connectors*/

.tree li::before, .tree li::after{
	content: '';
	position: absolute; top: 0; right: 50%;
	border-top: 1px solid #8dc63f;
	width: 50%; height: 20px;
}
.tree li::after{
	right: auto; left: 50%;
	border-left: 1px solid #8dc63f;
}

/*We need to remove left-right connectors from elements without 
any siblings*/
.tree li:only-child::after, .tree li:only-child::before {
	display: none;
}

/*Remove space from the top of single children*/
.tree li:only-child{ padding-top: 0;}

/*Remove left connector from first child and 
right connector from last child*/
.tree li:first-child::before, .tree li:last-child::after{
	border: 0 none;
}

/*Adding back the vertical connector to the last nodes*/
.tree li:last-child::before{
	border-right: 1px solid #8dc63f;
	border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
}
.tree li:first-child::after{
	border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
}

/*Time to add downward connectors from parents*/
.tree ul ul::before{
	content: '';
	position: absolute; top: 0; left: 50%;
	border-left: 1px solid #8dc63f;
	width: 0; height: 20px;
}

.tree li a{
	border: 1px solid #8dc63f;
	padding: 1em 0.75em;
	text-decoration: none;
	color: #666767;
	font-family: arial, verdana, tahoma;
	font-size: 0.85em;
	display: inline-block;
  
  /*
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
  */
	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

/* -------------------------------- */
/* Now starts the vertical elements */
/* -------------------------------- */

.tree ul.vertical, ul.vertical ul {
  padding-top: 0px;
  left: 50%;
}

/* Remove the downward connectors from parents */
.tree ul ul.vertical::before {
	display: none;
}

.tree ul.vertical li {
	float: none;
  text-align: left;
}

.tree ul.vertical li::before {
  right: auto;
  border: none;
}

.tree ul.vertical li::after{
	display: none;
}

.tree ul.vertical li a{
	padding: 10px 0.75em;
  margin-left: 16px;
}

.tree ul.vertical li::before {
  top: -20px;
  left: 0px;
	border-bottom: 1px solid #8dc63f;
	border-left: 1px solid #8dc63f;
	width: 20px; height: 60px;
}

.tree ul.vertical li:first-child::before {
  top: 0px;
  height: 40px;
}

/* Lets add some extra styles */

div.tree > ul > li > ul > li > a {
  width: 11em;
}

div.tree > ul > li > a {
  font-size: 1em;
  font-weight: bold;
}


/* ------------------------------------------------------------------ */
/* Time for some hover effects                                        */
/* We will apply the hover effect the the lineage of the element also */
/* ------------------------------------------------------------------ */
.tree li a:hover, .tree li a:hover+ul li a {
	background: #8dc63f;
  color: white;
  /* border: 1px solid #aaa; */
}
/*Connector styles on hover*/
.tree li a:hover+ul li::after, 
.tree li a:hover+ul li::before, 
.tree li a:hover+ul::before, 
.tree li a:hover+ul ul::before{
	border-color:  #aaa;
}

table a {
    color: #69c1e4;
}

.yadcf-filter {
    margin-top: 3px;
    float: left;
    width: 78%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.yadcf-filter-range-date {
    margin-top: 3px;
    float: left;
    width: 78%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.yadcf-filter-wrapper-inner {
    border: none !important;
}

.yadcf-filter-wrapper {
    width: 100% !important;
}

.yadcf-filter-range-date {
    width: 100px !important;
    margin: 2px !important;
}

.yadcf-filter-reset-button {
    display: block;
    float: left;
    margin-top: 9px;
    margin-left: 1px;
    background-color: #337ab7;
    color: #fff;
    border: 1px solid;
    border-radius: 7px;
}

.success {
    padding: 8px;
    font-size: 21px;
    background-color: #94d287;
    color: #fff;
    margin-bottom: 7px;
}

.error {
    padding: 8px;
    font-size: 21px;
    background-color: #d28787;
    color: #fff;
    margin-bottom: 7px;
}


.btn-link {
    background-color: #dae9fc;
}

.btn-link:focus {
    background-color: #dae9fc;
}

.grendeen {
    background-color: #e9ffec !important;
}

div#filtrar_deps2 {
    background-color: #ebf7ff;
    min-height: 55px;
    padding: 6px;
    /* margin-bottom: 22px; */
}

.nav-sm a.site_title {
    width: 55px;
}

.nav-sm img.navbar-logo {
    margin-left: 7px;
}

.temdia {
    background-color: black;
}

.dia {
    float: left;
    background-color: white;
    width: 25.2px;
    border: 1px solid #eaeaea;
    text-align: center;
    color: #f0f8ff00;
    height: 21px;
}

.diahead {
    float: left;
    background-color: white;
    width: 25.2px;
    text-align: center;
    border: 1px solid #989898;
    color: #000;
}

.nome {
    float: left;
    background-color: rgb(255, 255, 255);
    width: 240px;
    color: #000;
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
}

.nomehead {
    float: left;
    background-color: #d0d0d0 !important;
    width: 240px;
    color: #000;
    font-size: 17px;
    text-align: center;
}

.temdia {
    background-color: #7F1F5E !important;
}


.dia.fimsemana {
    background-color: #d0d0d0 !important;
}

.dia.feriado {
    background-color: #d0d0d0 !important;
}

.titmapfer{
    text-align: center;
}

.dia.temdia.tipo3 {
    background-color: #666365 !important;
}

img.imgtitu.primesq.pull-right {
    margin-left: 35px;
}

@media print
{    
    .semprint, .semprint *
    {
        display: none !important;
    }

    .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
        padding: 1px !important;
        vertical-align: middle !important;
        border-top: 1px solid !important;
    }
    .dataTables_length {
        display: none !important;
    }
    .dataTables_filter{
        display: none !important;
    }

    .buttons, button, .btn {
        display: none !important;
    }

    table.dataTable thead .sorting:after {
        display: none !important;
    }
    table.dataTable thead .sorting_asc:after {
        display: none !important;
    }
    table.dataTable thead .sorting_desc:after {
        display: none !important;
    }
}

section.login_beau img {
    width: 100%;
   }


   
.custom-switch {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
  }
  
  .custom-switch-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
  }
  
  .custom-switches-stacked {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .custom-switches-stacked .custom-switch {
    margin-bottom: .5rem;
  }
  
  .custom-switch-indicator {
    display: inline-block;
    height: 1.25rem;
    width: 2.25rem;
    background: #e9ecef;
    border-radius: 50px;
    position: relative;
    vertical-align: bottom;
    border: 1px solid rgba(0, 40, 100, 0.12);
    transition: .3s border-color, .3s background-color;
  }
  
  .custom-switch-indicator:before {
    content: '';
    position: absolute;
    height: calc(1.25rem - 4px);
    width: calc(1.25rem - 4px);
    top: 1px;
    left: 1px;
    background: #fff;
    border-radius: 50%;
    transition: .3s left;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
  }
  
  .custom-switch-input:checked ~ .custom-switch-indicator {
    background: #467fcf;
  }
  
  .custom-switch-input:checked ~ .custom-switch-indicator:before {
    left: calc(1rem + 1px);
  }
  
  .custom-switch-input:focus ~ .custom-switch-indicator {
    box-shadow: 0 0 0 2px rgba(70, 127, 207, 0.25);
    border-color: #467fcf;
  }
  
  .custom-switch-description {
    margin-left: .5rem;
    color: #6e7687;
    transition: .3s color;
  }
  
  .custom-switch-input:checked ~ .custom-switch-description {
    color: #495057;
  }

  
  img.img-fluid {
    width: 100%;
}


.x_panel.overflow {
    overflow-y: scroll;
    height: 60vh !important;
    overflow-x: hidden;
}

img.loglogin {
    width: 100%;
}


.site_title {
    padding-left: 0;
}

span.badge.badge-primary.pull-right {
    color: #fff;
    background-color: #2f6fff;
}


.x_panel.mensa {
    border: none;
    background-color: #fff;
    /* border-radius: 23px; */
}

textarea.form-control {
    height: auto;
    border-radius: 10px;
    /* border: 1px solid; */
}

button.btn.btn-app.btn-successs.pull-right {
    border-radius: 22px;
    color: #fff;
    background-color: #27805f;
    border: 2px solid #fff;
}

body .container.body .right_col {
    background: #ffffff;
}

.fc-day-grid-event {
    border-color: #313131a3 !important;
    border: 1.5px solid;
}

span.fc-title {
    font-size: 13px;
}

input.calFilter {
    width: 25px;
    height: 25px;
    margin: 10px;
}

.dropzone {
    min-height: 100px !important;
}

button.btn.btn-envia.btn-successs.btn-block {
    background: #517bb9;
    color: #fff;
    border-radius: 12px;
}


@media only screen and (max-width: 600px) {
    .fc-toolbar .fc-right {
        float: right;
        margin-top: 10px;
        font-size: 10px;
        margin-bottom: 15px;
    }
    li.nomobile {
        display: none !important;
    }
  }

  div#filtrar_deps {
    width: 100%;
}

.topmard {
    margin-top: 16px;
}

input[type="radio"] + svg {
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
input + svg {
	cursor: pointer;
}
input[class="super-happy"]:hover + svg,
input[class="super-happy"]:checked + svg,
input[class="super-happy"]:focus + svg {
	fill: rgb(0, 109, 217);
}
input[class="happy"]:hover + svg,
input[class="happy"]:checked + svg,
input[class="happy"]:focus + svg {
	fill: rgb(0, 204, 79);
}
input[class="neutral"]:hover + svg,
input[class="neutral"]:checked + svg,
input[class="neutral"]:focus + svg {
	fill: rgb(232, 214, 0);
}
input[class="sad"]:hover + svg,
input[class="sad"]:checked + svg,
input[class="sad"]:focus + svg {
	fill: rgb(229, 132, 0);
}
input[class="super-sad"]:hover + svg,
input[class="super-sad"]:checked + svg,
input[class="super-sad"]:focus + svg {
	fill: rgb(239, 42, 16);
}

.printfolha {
    width: 95%;
    margin: 0 auto;
}

.centvertic {
    margin-top: 16%;
    width: 95% !important;
}



.nav-sm ul.nav.child_menu {
    background: #313131 !important;
}

@media only screen and (max-width: 600px) {
    .nav_menu {
        position: fixed;
        z-index: 10000;
        margin-bottom: 0px;
        bottom: 0;
    }
    .navbar-nav .open .dropdown-menu {
        position: absolute;
        background: #fff;
        margin-top: -118px;
        border: 1px solid #D9DEE4;
        right: 0;
        left: auto;
        width: 220px;
    }
  }


  .input-icon .form-control:not(:first-child), .input-icon .dataTables_wrapper .dataTables_length select:not(:first-child), .dataTables_wrapper .dataTables_length .input-icon select:not(:first-child), .input-icon .dataTables_wrapper .dataTables_filter input:not(:first-child), .dataTables_wrapper .dataTables_filter .input-icon input:not(:first-child) {
    padding-left: 2.5rem;
}

.input-icon {
    position: relative;
}

.input-icon-addon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    color: #9aa0ac;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 2.5rem;
    pointer-events: none;
}



.inbox_people {
	background: #fff;
	float: left;
	overflow: hidden;
	width: 30%;
	border-right: 1px solid #ddd;
}

.inbox_msg {
	border: 1px solid #ddd;
	clear: both;
	overflow: hidden;
}

.top_spac {
	margin: 20px 0 0;
}

.recent_heading {
	float: left;
	width: 40%;
}

.srch_bar {
	display: inline-block;
	text-align: right;
	width: 60%;
}

.headind_srch {
	padding: 10px 29px 10px 20px;
	overflow: hidden;
	border-bottom: 1px solid #c4c4c4;
}

.recent_heading h4 {
	color: #0465ac;
    font-size: 16px;
    margin: auto;
    line-height: 29px;
}

.srch_bar input {
	outline: none;
	border: 1px solid #cdcdcd;
	border-width: 0 0 1px 0;
	width: 80%;
	padding: 2px 0 4px 6px;
	background: none;
}

.srch_bar .input-group-addon button {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	padding: 0;
	color: #707070;
	font-size: 18px;
}

.srch_bar .input-group-addon {
	margin: 0 0 0 -27px;
}

.chat_ib h5 {
	font-size: 15px;
	color: #464646;
	margin: 0 0 8px 0;
}

.chat_ib h5 span {
	font-size: 13px;
	float: right;
}

.chat_ib p {
    font-size: 12px;
    color: #989898;
    margin: auto;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chat_img {
	float: left;
	width: 11%;
}

.chat_img img {
	width: 100%
}

.chat_ib {
	float: left;
	padding: 0 0 0 15px;
	width: 88%;
}

.chat_people {
	overflow: hidden;
	clear: both;
}

.chat_list {
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 18px 16px 10px;
}

.inbox_chat {
	height: 550px;
	overflow-y: scroll;
}

.active_chat {
	background: #e8f6ff;
}

.incoming_msg_img {
	display: inline-block;
	width: 6%;
}

.incoming_msg_img img {
	width: 100%;
}

.received_msg {
	display: inline-block;
	padding: 0 0 0 10px;
	vertical-align: top;
	width: 92%;
}

.received_withd_msg p {
	background: #ebebeb none repeat scroll 0 0;
	border-radius: 0 15px 15px 15px;
	color: #646464;
	font-size: 14px;
	margin: 0;
	padding: 5px 10px 5px 12px;
	width: 100%;
}

.time_date {
	color: #747474;
	display: block;
	font-size: 12px;
	margin: 8px 0 0;
}

.received_withd_msg {
    width: 95%;
}

.mesgs{
	float: left;
	padding: 30px 15px 0 25px;
	width:70%;
}

.sent_msg p {
	background:#0465ac;
	border-radius: 12px 15px 15px 0;
	font-size: 14px;
	margin: 0;
	color: #fff;
	padding: 5px 10px 5px 12px;
	width: 100%;
}

.outgoing_msg {
	overflow: hidden;
	margin: 26px 0 26px;
}

.sent_msg {
	float: right;
	width: 46%;
}

.input_msg_write input {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	color: #4c4c4c;
	font-size: 15px;
	min-height: 48px;
	width: 100%;
	outline:none;
}

.type_msg {
	border-top: 1px solid #c4c4c4;
	position: relative;
}

.msg_send_btn {
	background: #05728f none repeat scroll 0 0;
	border:none;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	font-size: 15px;
	height: 33px;
	position: absolute;
	right: 0;
	top: 11px;
	width: 33px;
}

.messaging {
	padding: 0 0 50px 0;
}

.msg_history {
	height: 516px;
	overflow-y: auto;
}

img.avatar {
    width: 85%;
    height: auto;
    border-radius: 100%;
}


span.adicona {
    font-size: 12px;
    background-color: #386fc1;
    color: #fff;
    border-radius: 100%;
    padding-right: 4px;
    padding-left: 4px;
}

.btn-nova {
    background-color: #2a7bc1 !important;
    color: #fff !important;
}

span.dadosnok {
    background-color: #ff969d;
    width: 22px;
    height: 22px;
    display: block;
    border-radius: 100%;
    color: #fff0;
}

span.dadosok {
    background-color: #96ffbe;
    width: 22px;
    height: 22px;
    display: block;
    border-radius: 100%;
    color: #fff0;
}