@media screen and (min-width: 980px) { 
    body {
        padding-top: 60px;
        padding-bottom: 40px;
    }
    
    .modal{
        position: fixed;
        top: 10px;
        /*right: 20px;*/
        left: 80px;
        margin: 0;
        max-width: 80%;
        min-width: 50%;
        width: auto;
    }  
    
}


@media screen and (max-width: 980px) { 
    body {
        padding-bottom: 40px;
    }
}

.zf-green {
    color: #68b604;
}

.btn-success {
  background-color: #57a900;
  background-image: -moz-linear-gradient(top, #70d900, #57a900);
  background-image: -ms-linear-gradient(top, #70d900, #57a900);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#70d900), to(#57a900));
  background-image: -webkit-linear-gradient(top, #70d900, #57a900);
  background-image: -o-linear-gradient(top, #70d900, #57a900);
  background-image: linear-gradient(top, #70d900, #57a900);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70d900', endColorstr='#57a900', GradientType=0);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #57a900;
}

.btn-success:active, .btn-success.active {
  background-color: #57a900;
}

body.signin {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

.form-signin {
  max-width: 300px;
  padding: 19px 29px 29px;
  margin: 0 auto 20px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
     -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
          box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin input[type="text"],
.form-signin input[type="password"] {
  font-size: 16px;
  height: auto;
  margin-bottom: 15px;
  padding: 7px 9px;
}

/* ICONES */

span.icone-participar{
	width:24px;
	height:21px;
	background-image:url(/img/glyphicons_free/glyphicons/png/glyphicons_344_thumbs_down.png);
	display: inline-block;
}

span.icone-nao-participar{
	width:24px;
	height:21px;
	background-image:url(/img/glyphicons_free/glyphicons/png/glyphicons_343_thumbs_up.png);
	display: inline-block;
}

span.icone-help{
	width:14px;
	height:15px;
	background-image:url(/img/ico-help.png);
	display: inline-block;
}

span.icone-help-white{
	width:14px;
	height:15px;
	background-image:url(/img/ico-help-white.png);
	display: inline-block;
}

span.icone-novo-cc{
	width:29px;
	height:25px;
	background-image:url(/img/glyphicons_free/glyphicons/png/glyphicons_145_folder_plus.png);
	display: inline-block;
}

span.icone-imprimir{
	width:26px;
	height:26px;
	background-image:url(/img/glyphicons_free/glyphicons/png/glyphicons_015_print.png);
	display: inline-block;
}
span.icone-nova-telecon{
	width:28px;
	height:22px;
	background-image:url(/img/glyphicons_free/glyphicons/png/glyphicons_129_message_new.png);
	display: inline-block;
}
span.icone-remover{
	width:26px;
	height:26px;
	background-image:url(/img/glyphicons_free/glyphicons/png/glyphicons_197_remove.png);
	display: inline-block;
}
span.icone-editar{
	width:24px;
	height:21px;
	background-image:url(/img/glyphicons_free/glyphicons/png/glyphicons_150_edit.png);
	display: inline-block;
}
span.icone-users{
	width:32px;
	height:21px;
        background-size: cover;
	background-image:url(/img/glyphicons_free/glyphicons/png/glyphicons_043_group.png);
	display: inline-block;
}
span.icone-listar{
	width:24px;
	height:21px;
	background-image:url(/img/glyphicons_free/glyphicons/png/glyphicons_114_list.png);
	display: inline-block;
}
span.icone-encaminhar{
	width:24px;
	height:18px;
	background-image:url(/img/glyphicons_free/glyphicons/png/glyphicons_222_share.png);
	display: inline-block;
}
span.icone-cancelar{
	width:26px;
	height:26px;
	background-image:url(/img/glyphicons_free/glyphicons/png/glyphicons_197_remove.png);
	display: inline-block;
}
span.icone-editar-off{
	width:24px;
	height:21px;
	background-image:url(/img/glyphicons_free/glyphicons/png/glyphicons_150_edit_off.png);
	display: inline-block;
}
span.icone-encaminhar-off{
	width:24px;
	height:18px;
	background-image:url(/img/glyphicons_free/glyphicons/png/glyphicons_222_share_off.png);
	display: inline-block;
}
span.icone-cancelar-off{
	width:26px;
	height:26px;
	background-image:url(/img/glyphicons_free/glyphicons/png/glyphicons_197_remove_off.png);
	display: inline-block;
}
span.icone-unlock{
	width:21px;
	height:26px;
	background-image:url(/img/glyphicons_free/glyphicons/png/glyphicons_204_unlock.png);
	display: inline-block;
}
span.icone-lock{
	width:21px;
	height:26px;
	background-image:url(/img/glyphicons_free/glyphicons/png/glyphicons_203_lock.png);
	display: inline-block;
}

span.icone-status-solicitante-0,span.icone-status-especialista-0{/*finalizado*/
	width:48px;
	height:48px;
        background-size: cover;
	background-image:url(/img/glyphicons_free/glyphicons/png/finalizado.png);
	display: inline-block;
}

span.icone-status-solicitante-1,span.icone-status-especialista-1{/*Cancelada*/
	width:48px;
	height:48px;
	background-image:url(/img/glyphicons_free/glyphicons/png/cancelada.png);
	display: inline-block;
}
span.icone-status-solicitante-2,span.icone-status-especialista-2{/*Nao lida*/
	width:48px;
	height:48px;
        background-size: cover;
	background-image:url(/img/glyphicons_free/glyphicons/png/nao_lida.png);
	display: inline-block;
}
span.icone-status-solicitante-3, span.icone-status-especialista-3{/*Lida*/
	width:48px;
	height:48px;
        background-size: cover;
	background-image:url(/img/glyphicons_free/glyphicons/png/lida.png);
	display: inline-block;
}
span.icone-status-solicitante-4{/*Respondida*/
	width:48px;
	height:48px;
        background-size: cover;
	background-image:url(/img/glyphicons_free/glyphicons/png/solicitante_respondido.png);
	display: inline-block;
}
span.icone-status-especialista-4{/*Respondida*/
	width:48px;
	height:48px;
        background-size: cover;
	background-image:url(/img/glyphicons_free/glyphicons/png/especialista_respondido.png);
	display: inline-block;
}

span.icone-telefone{
        width:24px;
	height:28px;
	background-image:url(/img/glyphicons_free/glyphicons/png/glyphicons_441_phone_alt.png);
	display: inline-block;
}
span.icone-adicionar{
        width:24px;
	height:24px;
        background-size: cover;
	background-image:url(/img/glyphicons_free/glyphicons/png/glyphicons_432_plus.png);
	display: inline-block;
}
span.icone-excluir{
        width:24px;
	height:24px;
        background-size: cover;
	background-image:url(/img/glyphicons_free/glyphicons/png/glyphicons_191_circle_minus.png);
	display: inline-block;
}







.result_empty{
    margin: 2em;
}


/* combobox autocomplete */
  .custom-combobox {
    position: relative;
    display: inline-block;
    width: 95%;
    max-width: 400px;
  }
  .custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
  }
  .custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
    //width: 100%;
  }
  
  .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #D3D3D3;
    border-radius: 4px;
    background: #fff;
    font-weight: normal;
    color: #555;
    width: 95%;
    max-width: 400px;
}

 .ui-state-focus {
    background: #ccc;
    font-weight: bold;
}

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0;
  /* support: IE7; */
  /* support: IE10, see #8844; */
  list-style: none;
  max-width: 400px;

}

.ui-widget-content{
    z-index: 1100;
}

.ui-widget{
    font-size: 1em;
}

form{
  margin: 0;
}

/* carregando */
.icon-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);}
}

#carregando{
    padding: 3em;
}

.modal-body > p{
    font-size: 1.2em;
}

.box-message-red {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border: 2px solid #fbeed5;
  width: 70%;
  margin: 40px auto;  
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

#entidade option{
    font-size: 1.3em;
}

.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  color: #000;
  background-color: #fff;
}

/* INstruções dos formulários */
div.alert-info, div.alert-error{
  padding: 0.5em;
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
}

/* tela de atendimento */

#form_insert_atendimento{
    margin-top: 1em;
}

h5 {
  font-size: 1.1em;
  /* text-align: center; */
  margin-left: 1em;
  margin-bottom: 1.5em;
  text-decoration: underline;
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  font-weight: bold;
  font-size: 1.2em;
}

input[type="radio"].sexo{
    margin: 0 4px 0 20px;
    line-height: normal;
}

span.asterisco{
    color: red;
}

.background_cinza_titulo{
    background-color: #d5d5d5;
}

.background_cinza_subtitulo{
    background-color: #eee;
}


.maiuscula{
    text-transform: uppercase;
}

.center{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.btn_add_conduta, .btn_add_pergunta, .button-dados, .btn-print{
    min-width: 200px; 
    max-width: 220px;
    margin-bottom: 10px;
    font-size: 0.9em;
    min-height: 140px;
}

#periodo_inatividade, #form-periodo-inatividade{
    margin-top: 2em;
}

.alert-success {
    color: #468847;
    background-color: #DFF0D8;
    border-color: #D6E9C6;
    padding: 1em;
    margin-top: 1em;
}


.form-horizontal .control-group {
    margin-bottom: 10px; 
}

/* TELA DE PALESTAS */

body.palestras {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

.form-palestras {
  max-width: 80%;
  padding: 19px 29px 29px;
  margin: 0 auto 20px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
     -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
          box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
.form-palestras .form-palestras-heading,
.form-palestras .checkbox {
  margin-bottom: 10px;
}
.form-palestras input[type="text"],
.form-palestras input[type="password"] {
  font-size: 16px;
  height: auto;
  margin-bottom: 15px;
  padding: 7px 9px;
}
