.page-logo{
    float: left !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
}
.page-logo a{
    float: left;
    padding: 5px 20px;
}
.page-logo a img{
    width: 80%;
    margin-top: 3px;
}

.mt-checkbox-list{
    float: left;
    border: 1px solid #e7ecf1!important;
    padding: 1em;
}
.mt-checkbox-list .itemsort{
    float: left;
    width: 100%;
    border: 1px solid #e7ecf1!important;
    margin: 0 0 3px 0;
    cursor: move;
}
.mt-checkbox-list .itemsort label{
    float: left;
    width: 50%;
    padding: 10px 10px 10px 35px;
    margin: 0;
    cursor: move;
}
.mt-checkbox-list .itemsort label span{
    top: auto;
    left: 10px;
    cursor: pointer;
}
.minicolors {
    border: 1px solid #ddd;
}
.page-header.navbar.navbar-fixed-top, .page-header.navbar.navbar-static-top {
    z-index: 4 !important;
}
.avisoaplicacao{
    color: #FFF;
    margin: 6px 0 0 0;
    padding: 10px;
    display: block;
    background: #01abef;
}
.status a{
    display: block;
    text-decoration: none;
    color: #717171;
    padding-left: 30px;
}
.status a:before{
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    color: #00d95a;
    margin-left: -25px;
}
.status a.naoconfigurado{
    color: #D30404;
}
.status a.naoconfigurado:before{
    content: "\f00d";
    font-family: FontAwesome;
    position: absolute;
    color: #F00;
    margin-left: -25px;
}

/*######################### TUTORIAIS #########################*/

.tutoriais img {
    width: 100%;
}
.tutoriais h2 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.tutoriais a {
    color: #555;
    text-decoration: none;
}
.tutoriais p {
    color: #93a2a9;
}

/*######################### LOADING #########################*/

.sk-circle {
    width: 50px;
    height: 50px;
    position: relative;
    margin: 0 0 15px 16px;
}
.sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #36c6d3;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg); }
.sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg); }
.sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
.sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg); }
.sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg); }
.sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
.sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg); }
.sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg); }
.sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg); }
.sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg); }
.sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s; }
.sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
          -webkit-transform: scale(1);
          transform: scale(1);
      }
}

@keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
          -webkit-transform: scale(1);
          transform: scale(1);
      }
}

/*######################### COMPONENTE CRIAR EVENTO #########################*/

#criar_evento img{
    max-width: 100%;
}

/*######################### div ajax loading #########################*/
.processando{
    position:absolute;
    z-index: 10051;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    display: none;
    color: #36c6d3;
}
.spin{
    position:relative;
    top: 50%;
    left: 50%;
}