.float-l
{
    float: left;
}
.float-r
{
    float: right;
}
.width-100
{
    width: 100%;
}
.width-100-l
{
    width: 100%;
    float: left;
}
.width-100-r
{
    width: 100%;
    float: right;
}
.width-50-l
{
    width: 50%;
    float: left;
}
.width-50-r
{
    width: 50%;
    float: right;
}
.width-80
{
    width: 80%;
}
.width-80-l
{
    width: 80%;
    float: left;
}
.width-80-r
{
    width: 80%;
    float: right;
}
.width-20-r
{
    width: 20%;
    float: right;
}
.height-100
{
    height: 100%;
}

.margin-0
{
	margin:0px;
}
.margin-bottom-10
{
	margin-bottom:10px;
}
.margin-bottom-20
{
	margin-bottom:20px;
}
.margin-top-10
{
	margin-top:10px;
}
.margin-top-20
{
	margin-top:20px;
}
.margin-top-30
{
	margin-top:30px;
}
.margin-left-10
{
	margin-left:10px;
}
.margin-right-10
{
	margin-right:10px;
}
.margin-auto
{
    margin: 0 auto;
}
.text-c
{
    text-align: center;
}
.text-l
{
    text-align: left;
}
.text-r
{
    text-align: right;
}

.border-red
{
    border:1px solid red;
}

.border-eee
{
    border: 1px solid #eee;
}

.background-fff
{
	background-color:#FFF; 
}

.padding-10
{
	padding: 10px;
}
.display-inline
{
    display: inline;
}
.display-grid
{
    display: grid;
}
.input-dt-search-container
{
    margin-right: -14px;
    margin-bottom: 28px;
    max-width:450px;
    min-width:350px;
}
.input-dt-search
{
    width:100%;
}
.action-button
{
    border-radius:50% !important;
    margin: 4px;
}
.filtrar-button
{
    padding-top: 25px;
    margin-left: -21px;
}
.form-inline-compress
{
    margin-left: -15px;
}
.filter-margins
{
    margin-top: -25px;
    margin-bottom: 25px;
    margin-left: -30px;
    margin-right: -30px;
}
.title-modal-action-button
{
    margin-right: 30px;
}
.modal-over-modal
{
    z-index: 99000 !important;
}
.main-action-button
{
   /*margin-top: 10px;*/
   z-index:1000 !important;
   position: absolute;
}
.red-title-pull-left
{
   margin-left: -20px;
}
.novo-periodo-inscricao-button
{
   margin-bottom: 12px;
}
.m--font-success {
    color: #449d44 !important;
}
.m--font-warning {
    color: #ffb822 !important;
}
.m--font-info {
    color: #36a3f7 !important;
}
.m--font-danger {
    color: #f4516c !important;
}
.m--font-primary {
    color: #337ab7 !important;
}
.m--font-brand {
    color: #716aca !important;
}

.progress-bar-success {
    background-color: #449d44;
}
.btn-group .btn {
    margin-left: 10px !important;
}
.form-horizontal .form-group {
    margin: 0 0 10px 0 !important;
}
.tab-modalidade .nav-pills, .tab-modalidade .nav-tabs {
    margin-bottom: 0;
}
.tab-modalidade .tab-content {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 15px;
}

.tab-modalidade .tab-content .portlet-title {
    border-bottom: 1px solid #e7ecf1;
    margin-bottom: 30px;
}

.category .title {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

.category .title h3 {
    display: inline-block;
    margin: 0 20px 0 0;
}

.category .box {
    background-color: #e7ecf1;
    padding: 5px;
    text-align: center;
    margin-bottom: 20px;
    font-size: 12px;
    border-bottom: 1px solid #ccc;
}

.category .box p {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
}

#modalidade-cadastro .modal-body .label-modal,
#categoria-cadastro .modal-body .label-modal,
#prova-cadastro .modal-body .label-modal {
    display: block;
    border-bottom: 1px solid #e7ecf1;
}

.nav-tabs > li > a, .nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
    color: #333;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #337ab7;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child::before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child::before {
    top: 9px;
    left: 4px;
    height: 14px;
    width: 14px;
    display: block;
    position: absolute;
    color: white;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    box-sizing: content-box;
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
    line-height: 14px;
    content: '+';
    background-color: #337ab7 !important;
}

.margin-right-12{
    margin-right: 12px;
}

.overFlowText{
    max-width: 30ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.overFlowText15{
    max-width: 15ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.clipedText{
    max-width: 10ch;
    overflow: hidden;
    text-overflow: clip;
    white-space: nowrap;
}

.colorTextHeader{
    background-color: #80808040;
}

div.dataTables_wrapper div.dataTables_processing {
    z-index: 1000;
}

.margimTop15px{
    margin-top: 15px;
}
.margimBottom15px{
    margin-bottom: 15px;
}

.borderVisualizar{
    border: 0.5px solid #c5c5c5a1;
}

.portletVisualizar{
    margin: 20px !important;
    padding: 15px 35px 26px 35px !important;
}

.borderBottom{
    padding-bottom: 15px;
    padding-top: 10px;
    border-bottom: 0.5px solid #c5c5c5a1;
    margin-left: 0px;
    margin-right: 0px;
}

.widthBottomVisualizar{
    width: 130px;
    height: 35px;
}

.textRight{
    text-align: right;
}

.padding-5{
    padding: 5px;
}

.colorBlue{
    color: blue;
}

.circle{
    border-radius:100%;
    border:1px solid blue;
    width:15px;
    height:15px;
}
.max-width-500{
    max-width: 500px;
}
.max-width-300{
    max-width: 300px !important;
}
.white-space-wrap{
    white-space: pre-wrap;
}
.bordered {
    min-height: 155px !important;
}
.datepicker-dropdown{
    z-index: 100555 !important;
}

/**
INICIO
fabiana tavares - 25/02/2019 14:08
Cards de listagem de eventos.
**/
.flexcss{
    display:flex;
    flex-direction: column;
    /*border:solid 1px #c5c5c5a1;*/
    height: auto;
    min-height: 100%;
}
.img-fluid{
   width: 100%;
   height: auto !important;
   min-height: 300px;
   border:solid 1px #c5c5c5a1;
}

.card-body{
    color: #fff;
    background-color: #000;
    width: 100%;
    height: auto;
    min-height: 100%;
    opacity: 0.85;
    padding-right: 5px;
    font-weight: bold;
    font-size: 15px;
    padding: 0;
    line-height: 20px; /*separação das entre linhas*/
    position: relative;    
    bottom: 50px;
    z-index: 1;
    padding: 5px 13px;
}

.nomeInstituicao{
    width: 200px;    
    word-wrap: break-word;
    font-size: 11px; 
    overflow: hidden;
    text-overflow: ellipsis;
}   

/**
FIM
fabiana tavares - 25/02/2019 14:08
Cards de listagem de eventos.
**/


/**
INICIO
fabiana tavares - 28/02/2019 14:08
Modal de Técnico de Transferencia para Alerta.
**/

.dialog-header-notify { background-color: #eeeeee; }
/* Ease Display */

.pad { padding: 25px; }

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #000;
  }

.panel-heading
{
    border-top-left-radius: inherit; 
    border-top-right-radius: inherit;
}

.transferenciatecnicotexto{
    white-space: pre-line;
}
/**
FIM
fabiana tavares - 28/02/2019 14:08
Modal de Técnico de Transferencia para Alerta.
**/