
.logoTipo{
    margin-bottom: 40px;
}

.ssnav-sidebar .nav-treeview{
    transition: padding .3s ease-in-out;
    padding-left: 1rem;

}

.card-title{
    font-size: 20px;
    color: #6037a9;
    font-weight: bold;
}

.btn{
    margin:4px;
}
.btn-sm{
    margin:4px
}

.card-hover:hover {
  webkit-transform: translateY(-4px) scale(1.01);
  transform: translateY(-4px) scale(1.01);
  box-shadow: 0 14px 24px rgba(62,57,107,0.1);
}


.fzorm-group{
    padding: 5px !important;
    border-radius: 5px;

    /*border: 1px solid #ccc;*/
    min-height: 80px;
    margin-top: 4px;
    margin-bottom: 4px;

    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);    
}

.form-group {
    padding: 5px !important;
    border-radius: 5px;
    min-height: 80px;
    margin-top: 4px;
    margin-bottom: 4px;
    background-color: #fcfcfc;
    border: 1px solid #e3e3e3;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}

.html_bloco {
    height: 67px;
    overflow: scroll;
    max-width: 150px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}

.form-check-input[disabled], .form-check-input[readonly], fieldset-input[disabled] .form-check-input {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}

.error{
    color: red;
    font-size: 12px;;

}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.huge {
    font-size: 30px;
}



.card-header{
    /*background-color: #ffffff!important;*/
    background-color: #f8f9fa;
}

.card-footer{
    /*background-color: #ffffff!important;*/
    background-color: #f8f9fa!important;
}

.table.dataTable{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}


.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 4px ; 
    padding-left: 4px ;
}

.card-body{
    /*background-color: #f8f9fa!important;*/
    padding: 8px !important;
    padding-top: 1px !important;
    
}

/*
@media 
only screen and (max-width: 2760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {


	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	

	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { border: 1px solid #ccc; }
	
	td { 
	
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
	
	td:before { 

		position: absolute;

		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	


}
*/

.a {
    /*border-bottom: 1px #e2e2e2 solid;
    padding: 1px;*/
}

/*
.linha span{
    float: right;
}
*/

.b {
    background-color: #f4f4f4;
    /*background-color: #f1f1f1;*/
    /*border-bottom: 1px #e2e2e2 solid;
    padding: 1px;*/
}

.ladoEsquerdo{
    
    height: auto;
    float:left; 
    width: 40%;
    font-weight: bold;
}

.ladoDireito{
    height: auto;
    float:right;
    text-align: right; 
    width: 60%;
}

.linha {
    width: 100%;
    float: left;
    height: auto;
    line-height: 24px;
    /*word-break: break-all;*/
    font-size: 14px !important;

    border-bottom: 1px #e2e2e2 solid;
    padding: 1px;
}

.bloco {
    margin-bottom: 5px;
    min-height: 35px;
}

.well {
    float: left;
    min-height: 20px;
    /*padding: 19px;*/
    margin-bottom: 20px;
    background-color: #f5f5f5;
    background-color: #f8f9fa;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    margin:4px;
    padding: 10px;
    min-height: 85px;
}

/*--purple:#6f42c1*/
.callout.callout-purple{
    border-left-color: #6f42c1;
}

.fw-bold{
    font-weight: bold;
}





.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #007bff;
    border-color: #006fe6;
    color: #fff;
    padding: 0 10px;
    margin-top: 0.31rem;
}



.form-control {
    display: block;
    width: 100%;
    height: calc(2.00rem + 2px);
    padding: 0.375rem 0.75rem;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 1rem;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: inset 0 0 0 transparent;
    
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

label{
    font-size: 14px;  
    margin-bottom: 0.3rem;
}

.input-group-text {
    line-height: 1.2;
}    

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}


element.style {
}

.content-header h1 {
    font-size: 44px;
    margin: 0;
}


.content-wrapper {
    background-color: #f2f4f8 !important;
    height: auto !important;
    
}


.br-5 {
    border-radius: 5px!important;
}

.p-3-5 {
    padding: 0.7rem 2.25rem!important;
}


.nav-header{
    
    text-transform: uppercase;
    margin-left:-7px;
    margin-top: 12px;
    margin-bottom: 4px;
    /*border: 1px solid #e2e2e2;*/
    
}



.modal-content{
    padding: 5px !important;
  }
  .modal-content {
    border-radius: 0.6rem;
  }
  
  .modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /*padding: 1rem 1rem;*/
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
  }
  
  .modal-header .close {
    /*padding: 1rem 1rem;*/
    background-color: #f3f3f3;
    border-radius: 50%;
    font-size: 26px;
    height: 36px;
    width: 36px;
    padding: 6px 6px;
    margin-top: -2px;
    margin-bottom: 4px;
    margin-right: 0px;
  }
  
  .modal-title {
    margin-top: 4px;
    margin-bottom: 0;
    line-height: 1.5;
  }






.close:hover,.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
  }
  
  button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
  }
  
  .alert {
    padding: 15px;
    margin-bottom: 10px;
    margin-top: 5px;;
    border: 1px solid transparent;
    border-radius: 4px;
  }
  
  .alert h4 {
    margin-top: 0;
    color: inherit;
  }
  
  .alert .alert-link {
    font-weight: bold;
  }
  
  .alert>p,.alert>ul {
    margin-bottom: 0;
  }
  
  .alert>p+p {
    margin-top: 5px;
  }
  
  .alert-dismissable {
    padding-right: 35px;
  }
  
  .alert-dismissable .close {
    position: relative;
    top: -52px;
    right: -21px;
    color: inherit;
  }
  .ajustarBotaoFechar{
    margin-top: -8px;
    margin-right: -8px;
  }
  
  .alert-success {
    background-color: #e2f4e2 !important;
    border-color: #d6e9c6;
    color: #3c763d;
  }
  
  .alert-success hr {
    border-top-color: #c9e2b3;
  }
  
  .alert-success .alert-link {
    color: #2b542c;
  }
  
  .alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
  }
  
  .alert-info hr {
    border-top-color: #a6e1ec;
  }
  
  .alert-info .alert-link {
    color: #245269;
  }
  
  .alert-warning {
    background-color: #fcf8e3;
    background-color: #fff1db !important;
    border-color: #faebcc;
    color: #8a6d3b;
  }
  
  .alert-warning hr {
    border-top-color: #f7e1b5;
  }
  
  .alert-warning .alert-link {
    color: #66512c;
  }
  
  .alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
  }
  
  .alert-danger hr {
    border-top-color: #e4b9c0;
  }
  
  .alert-danger .alert-link {
    color: #843534;
  }
  
  .alert {
    border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.11);
  }
  
  .alert .sign {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 5px;
    text-align: center;
    width: 25px;
    display: inline-block;
  }
  
  .alert-success {
    background-color: #dbf6d3;
    border-color: #aed4a5;
    color: #569745;
  }
  
  .alert-info {
    background-color: #d9edf7;
    border-color: #98cce6;
    color: #3a87ad; 
  }
  
  .alert-warning {
    background-color: #fcf8e3;
    border-color: #f1daab;
    color: #c09853;
  }
  
  .alert-danger {
    background-color: #f2dede !important;
    border-color: #e0b1b8;
    color: #b94a48;
  }
  
  .alert-pastel {
    background-color: #fff !important;
    border-color: #969696;
    color: #545454;
  }


  
  .alert-white {
    /*background-image: linear-gradient(to bottom,#FFFFFF,#F9F9F9);*/
  
    border-top-color: #d8d8d8;
    border-bottom-color: #bdbdbd;
    border-left-color: #cacaca;
    border-right-color: #cacaca;
    color: #404040 !important;
    padding-left: 61px;
    position: relative;
  }
  
  .alert-white .icon {
    text-align: center;
    width: 45px;
    height: 100%;
    position: absolute;
    top: -1px;
    top: 0px;
    left: -1px;
    border: 1px solid #bdbdbd;
  }
  
  .alert-white .icon:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    border: 1px solid #bdbdbd;
    position: absolute;
    border-left: 0;
    border-bottom: 0;
    top: 50%;
    right: -6px;
    margin-top: -5px;
    background: #fff;
  }
  
  .alert-white.rounded {
    border-radius: 3px;
    -webkit-border-radius: 3px;
  }
  
  .alert-white.rounded .icon {
    border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
  }
  
  .alert-white .icon i {
    font-size: 20px;
    color: #FFF;
    left: 12px;
    margin-top: -12px;
    position: absolute;
    top: 50%;
  }
  
  .alert-white.alert-danger .icon,.alert-white.alert-danger .icon:after {
    border-color: #ca452e;
    background: #da4932;
  }
  
  .alert-white.alert-info .icon,.alert-white.alert-info .icon:after {
    border-color: #3a8ace;
    background: #4d90fd;
  }
  
  .alert-white.alert-warning .icon,.alert-white.alert-warning .icon:after {
    border-color: #d68000;
    background: #fc9700;
  }
  
  .alert-white.alert-success .icon,.alert-white.alert-success .icon:after {
    border-color: #54a754;
    background: #60c060;
  }

  .alert-white.alert-pastel .icon,.alert-white.alert-pastel .icon:after {
    border-color: #969696;
    background: #a6a6a6;
  }  


  .btn-danger-pastel{
  background-color:#ebcccc;
  border-color: #ce8383;
  color: #000000
}
.btn-danger-pastel:hover{
  background-color:#ce8383;
  border-color: #ce8383;
  color: #000000
}

.btn-warning-pastel{
  background-color:#ffeebd;
  border-color: #ffd24d;
  color: #000000
}
.btn-warning-pastel:hover{
  background-color:#ffd24d;
  border-color: #ffd24d;
  color: #000000
}

.btn-success-pastel{
  background-color:#d6f0d6;
  border-color: #90d590;
  color: #000000;  
}

.btn-info-pastel{
    background-color:#c4f1f8;
    border-color: #17a2b8;
    color: #000000;  
}
.btn-info-pastel:hover{
    background-color:#33cde6;
    border-color: #17a2b8;
    color: #000000
  }

.btn-success-pastel:hover{
  background-color:#90d590;
  border-color: #90d590;
  color: #000000
}

.btn-secondary-pastel{
  background-color:#fafafa;
  border-color: #d1d1d1;
  color: #000000;  
}
.btn-secondary-pastel:hover{
  background-color:#d1d1d1;
  border-color: #d1d1d1;
  color: #000000
}

