﻿html, body {
    min-height: 100%;
}

@media only screen and (max-width: 360px) {
    .modal .modal-dialog {
        width:320px;
    }
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    overflow-y: auto;
}

a {
    color: #000;
}

    a:hover,
    a:active,
    a:focus {
        outline: none;
        text-decoration: none;
    }

.wrapper {
    background-color: #fff;
    min-height: 100%;
    position: static;
    overflow: hidden;
    margin-bottom: 5em;
}

.main-header {
    z-index: 1030;
    position: fixed;
    max-height: 100px;
    top: 0;
    right: 0;
    left: 0;
    -webkit-box-shadow: 0px 2px 2px #cecece;
    box-shadow: 0px 2px 2px #cecece;
    background: #ffffff;
}

    .main-header > .logo {
        display: block;
        float: left;
        width: 255px;
    }

    .main-header .logo .logo-lg {
        display: block;
        padding-left: 5px;
        padding-top: 5px;
    }

    .main-header .tituloAplicacao {
        font-size: 20px;
        position: fixed;
        top: 10px;
        left: 260px;
        padding-left: 5px;
        border-left: 2px solid #f0f0f0;
    }

.label-success {
    position: absolute;
    top: 5px;
    right: 7px;
    text-align: center;
    font-size: 9px;
    padding: 2px 3px;
    line-height: 0.9;
    background-color: #5cb85c;
}

.main-header .navbar {
    background-color: transparent;
    -webkit-transition: margin-left 0.3s ease-in-out;
    -o-transition: margin-left 0.3s ease-in-out;
    transition: margin-left 0.3s ease-in-out;
    margin-bottom: 0;
    margin-left: 260px;
    border: none;
    min-height: 50px;
    border-radius: 0;
}

.main-header .navbar-nav {
    background-color: #135B9E;
}

.main-header .navbar > .sidebar-toggle:hover {
    color: #999;
    background: #FFF none repeat scroll 0% 0%;
}

.main-header .navbar > .sidebar-toggle {
    color: #333;
    border-right: 1px solid #E6E7E8;
}

.main-header > .sidebar-toggle:focus,
.main-header > .sidebar-toggle:active {
    background: transparent none repeat scroll 0% 0%;
}

.main-header > .sidebar-toggle:hover {
    color: #FFF;
}

.main-header .sidebar-toggle {
    float: left;
    background-color: transparent;
    background-image: none;
    padding: 15px 15px;
    font-family: fontAwesome;
}

.main-header > .navbar > .sidebar-toggle {
    border-right: 1px solid #E6E7E8;
}

.main-header .navbar-custom-menu {
    float: right;
}

.navbar-nav > li > .dropdown-menu {
    left: auto;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: #f0f0f0;
    border-radius: 0px 0px 4px 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.navbar-nav > li > .dropdown-corporativo {
    right: 0;
}

.navbar-nav > li > a {
    color: #FFF;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #000;
    white-space: nowrap;
}

    .dropdown-menu > li > a:hover {
        color: #FFF;
        background-color: #0C8C6F;
        background-image: none;
        background-repeat: no-repeat;
    }

.nav > li > a:hover,
.nav > li > a:active,
.nav > li > a:focus {
    color: #FFF;
    background-color: #0C8C6F;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    color: #FFF;
    background-color: #0C8C6F;
    border-color: #135B9E;
}

.user-body .nav {
    padding-top: 0px;
}

.main-sidebar {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    margin-top: 50px;
    min-height: 100%;
    width: 260px;
    z-index: 810;
    transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
}

.sidebar {
    background-color: #fff;
    padding-bottom: 10px;
    border-right: 1px solid #ddd;
}

.user-session {
    color: #999;
    font-size: 11px;
    line-height: 12px;
    margin-top: 5px;
}

.user-panel {
    position: relative;
    width: 100%;
    overflow: visible !important;
    padding: 0px;
    margin: 0px;
    list-style: outside none none;
}

    .user-panel > li,
    .user-panel > li > a {
        /*padding: 10px;*/
        width: 100%;
        display: block;
        float: left;
        min-height: 80px;
    }

    .user-panel:before,
    .user-panel:after {
        content: " ";
        display: table;
    }

    .user-panel:after {
        clear: both;
    }

    .user-panel > li > .dropdown-menu > li.user-header {
        font-size: 11px;
    }

        .user-panel > li > .dropdown-menu > li.user-header > .user-header-titulo {
            text-align: center;
            font-size: 16px;
            font-weight: bold;
            border-bottom: 1px solid #ddd;
            margin-bottom: 5px;
        }

        .user-panel > li > .dropdown-menu > li.user-header > .form-horizontal > .form-group {
            margin-bottom: 0px;
        }

            .user-panel > li > .dropdown-menu > li.user-header > .form-horizontal > .form-group > .control-label {
                padding-top: 5px;
            }

            .user-panel > li > .dropdown-menu > li.user-header > .form-horizontal > .form-group > div > p.form-control-static {
                min-height: 0px;
                padding-top: 5px;
                padding-bottom: 5px;
                white-space: normal;
            }

    .user-panel > li > .dropdown-menu > li.user-header,
    .user-panel > li:hover,
    .user-panel > li.open {
        background: #f0f0f0;
    }

    .user-panel > li > a > .image > img {
        width: 100%;
        max-width: 45px;
        max-height: 45px;
        min-height: 45px;
        min-width: 45px;
        height: auto;
    }

    .user-panel > li > a > .info {
        overflow: hidden !important;
        padding: 0px 5px 5px 15px;
        line-height: 1.2;
        position: absolute;
        left: 55px;
        white-space: normal;
    }

    .user-panel > li > .dropdown-menu,
    .user-panel > li > .dropdown-menu > .user-body {
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .user-panel > li > .dropdown-menu {
        border-color: #E6E7E8;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        padding: 1px 0 0 0;
        margin: 0;
        left: 100% !important;
        top: -10px !important;
        border-top-width: 0;
        width: 400px;
    }

        .user-panel > li > .dropdown-menu > li {
            position: relative;
        }

            .user-panel > li > .dropdown-menu > li > a {
                display: block;
                padding: 5px 20px;
            }

            .user-panel > li > .dropdown-menu > li.user-header {
                background-color: #E6E7E8;
                padding: 20px 15px 5px 15px;
            }

        .user-panel > li > .dropdown-menu > .user-body a:hover {
            background: #f0f0f0;
        }

        .user-panel > li > .dropdown-menu > .user-body {
            padding: 1px;
        }

            .user-panel > li > .dropdown-menu > .user-body a {
                color: #444 !important;
                font-size: 12px;
            }

        .user-panel > li > .dropdown-menu > li.user-header > a > img {
            z-index: 5;
            width: 250px;
            border: 3px solid;
            border-color: rgba(255, 255, 255, 0.2);
            border-radius: 10px;
        }

        .user-panel > li > .dropdown-menu > li.user-header > a > p {
            z-index: 5;
            font-size: 12px;
            position: absolute;
            left: 60px;
            top: 100px;
        }

        .user-panel > li > .dropdown-menu > li.user-header p > small {
            display: block;
        }

.avatar-view {
    display: block;
    margin: 15% auto 5%;
    height: 220px;
    width: 220px;
    border: 3px solid #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,.15);
    cursor: pointer;
    overflow: hidden;
}

    .avatar-view img {
        width: 100%;
    }

.avatar-body {
    padding-right: 15px;
    padding-left: 15px;
}

.avatar-upload {
    overflow: hidden;
}

    .avatar-upload label {
        display: block;
        float: left;
        clear: left;
        width: 100px;
    }

.avatar-wrapper input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    text-align: right;
    opacity: 0;
    background: 0 0;
    cursor: pointer;
    display: block;
}

.avatar-alert {
    margin-top: 10px;
    margin-bottom: 10px;
}

.avatar-wrapper {
    height: 364px;
    width: 100%;
    margin-top: 0px;
    box-shadow: inset 0 0 5px rgba(0,0,0,.25);
    background-color: #fcfcfc;
    overflow: hidden;
    display: block;
}

.avatar-wrapper-edit {
    height: 364px;
    width: 100%;
    margin-top: 0px;
    box-shadow: inset 0 0 5px rgba(0,0,0,.25);
    background-color: #fcfcfc;
    overflow: hidden;
    display: none;
}

.avatar-wrapper img {
    display: block;
    height: auto;
    max-width: 100%;
}

.avatar-wrapper .iconCamera {
    position: absolute;
    margin-top: 125px;
    margin-left: 275px;
    font-size: 80px;
    color: #f0f0f0;
}

.avatar-preview {
    float: left;
    margin-top: 15px;
    margin-right: 15px;
    border: 1px solid #E6E7E8;
    border-radius: 4px;
    background-color: #fff;
    overflow: hidden;
}

    .avatar-preview:hover {
        border-color: #ccf;
        box-shadow: 0 0 5px rgba(0,0,0,.15);
    }

    .avatar-preview img {
        width: 100%;
    }

.preview-lg {
    height: 184px;
    width: 184px;
    margin-top: 0px;
}

.preview-md {
    height: 100px;
    width: 100px;
}

.preview-sm {
    height: 50px;
    width: 50px;
}

.tabbable .nav-tabs {
    background-color: #fff;
    border-top: solid 3px #eee;
    padding-bottom: 1px;
}

.nav > li > a:hover,
.nav > li > a:active,
.nav > li > a:focus {
    color: #FFF;
    background-color: #0C8C6F;
}

/*.main-sidebar .sidebar .nav-tabs > li.active > a,
.main-sidebar .sidebar .nav-tabs > li.active > a:focus,
.main-sidebar .sidebar .nav-tabs > li.active > a:hover {
    color: #000;
    background-color: #E6E7E8;
}*/

.main-sidebar .sidebar .nav > li > a:hover,
.main-sidebar .sidebar .nav > li > a:active,
.main-sidebar .sidebar .nav > li > a:focus {
    color: #000;
    background-color: #f0f0f0;
}

/*.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
	color: #FFF;
    background-color: #0C8C6F;
}*/

.sidebar a {
    color: #000;
}

    .sidebar a:hover {
        text-decoration: none;
    }

.sidebar-menu {
    overflow: hidden;
    list-style: none;
    margin: 0;
    margin-bottom: 65px;
    padding: 0;
    font-size: 12px;
}

    .sidebar-menu > li {
        position: relative;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #ddd;
    }

        .sidebar-menu > li > a {
            position: relative;
            /*padding: 6px 5px 6px 15px;*/
            display: block;
        }

        .sidebar-menu > li:hover > a,
        .sidebar-menu > li.active > a {
            background: #f0f0f0;
        }

    .sidebar-menu.mensagens > li {
        position: relative;
        padding: 5px 10px 5px 10px;
        border-bottom: 1px solid #ddd;
    }

        .sidebar-menu.mensagens > li:hover,
        .sidebar-menu.mensagens > li.active {
            background: #f0f0f0;
        }

        .sidebar-menu.mensagens > li > a {
            position: relative;
            padding: 0px;
            display: inline;
        }

    .sidebar-menu > li > a > .fa,
    .sidebar-menu > li > a > .glyphicon,
    .sidebar-menu > li > a > .ion {
        width: 20px;
    }

    .sidebar-menu .treeview-menu > li > a.restricao-menu {
        color: #999;
        text-shadow: #fff 1px 1px 1px;
    }

    .sidebar-menu .treeview-menu > li > a > .fa,
    .sidebar-menu .treeview-menu > li > a > .glyphicon,
    .sidebar-menu .treeview-menu > li > a > .ion {
        width: 20px;
    }

.treeview-menu > li > a {
    color: #000;
}

.sidebar-menu .treeview-menu {
    display: none;
    list-style: none;
    border-left: 5px #f0f0f0 solid;
}

/*.sidebar-menu li > a {
    position: relative;
}*/

.treeview-menu > li > a:hover {
    background: #f0f0f0;
    color: #000;
}

.sidebar-menu > li > .treeview-menu {
    padding: 0px;
    background: #f8f8f8;
}

.sidebar-menu > li > a.restricao-menu {
    color: #999;
    text-shadow: #fff 1px 1px 1px;
}

.sidebar-menu > li > a > .pull-right {
    position: absolute;
    top: 40%;
    right: 10px;
    margin-top: -7px;
}

.sidebar-menu > li > a > .fa-angle-left {
    width: auto;
    height: auto;
    padding: 0;
    margin-right: 10px;
}

.sidebar-menu li.active > a > .fa-angle-left {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.sidebar-menu .treeview-menu > li {
    margin: 0;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

    .sidebar-menu .treeview-menu > li > a {
        padding: 5px 5px 5px 15px;
        display: block;
        font-size: 11px;
    }

.sidebar .itemMenuVertical a {
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 40px;
    color: #222;
    padding-left: 40px;
    white-space: normal;
}

    .sidebar .itemMenuVertical a:hover {
        background-color: #f0f0f0;
    }

    .sidebar .itemMenuVertical a .fa {
        font-size: 20px;
        margin-right: 10px;
        margin-left: -25px;
        color: #ccc;
    }

    .sidebar .itemMenuVertical a:hover .fa,
    .sidebar .itemMenuVertical.active a .fa {
        color: #135B9E;
    }

.sidebar .treeview a {
    padding: 10px;
    color: #222;
    padding-left: 40px;
}

    .sidebar .treeview a:hover {
        background-color: #f0f0f0;
    }

    .sidebar .treeview a .fa {
        font-size: 20px;
        margin-right: 10px;
        margin-left: -25px;
        color: #ccc;
    }

.sidebar .treeview.active a .fa {
    color: #135B9E;
}

.sidebar .treeview .treeview-menu a .fa {
    margin-left: -10px;
    font-size: 14px;
    color: #135B9E;
}

.tab-content > .active > .titulo {
    padding: 5px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px #ddd solid;
}

/* Aba Mensagens */
.sidebar-menu.mensagens > li .titulo-mensagem-nova {
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    height: 30px;
    overflow: hidden;
    line-height: 15px;
}

.sidebar-menu.mensagens > li .titulo-mensagem-lida {
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    height: 30px;
    overflow: hidden;
    line-height: 15px;
}

.sidebar-menu.mensagens > li .datahora-mensagem {
    margin: 0;
    padding: 5px 0 0 0;
    color: #999;
    font-size: 11px;
}

.sidebar-menu.mensagens > li .icon-excluir-mensagem {
    color: #999;
    font-size: 18px;
    position: absolute;
    top: 33px;
    left: 235px;
}

.sidebar-menu.mensagens > li:hover .icon-excluir-mensagem {
    color: #000;
}
/* Aba Mensagens */

.tab-content > .active > .itensContato {
    padding: 5px;
}

    .tab-content > .active > .itensContato > .table {
        font-size: 11px;
    }

.itensContato ul {
    list-style: none;
    padding: 10px;
}

    .itensContato ul li {
        font-size: 12px;
        margin-bottom: 5px;
    }

.content-wrapper {
    padding-top: 50px;
    background-color: #fff;
    z-index: 800;
    transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    margin-left: 260px;
}

.atalho a:hover,
.atalho a:active,
.atalho a:focus {
    color: #FFF;
    background-color: #0C8C6F;
}

.atalho {
    text-align: center;
    margin: auto;
    padding-top: 15px;
    min-height: 170px;
}

    .atalho a {
        display: inline-block;
        color: #FFF;
        background-color: #135B9E;
        width: 100px;
        min-height: 100px;
        border-radius: 50px;
    }

        .atalho a i {
            margin-top: 30px;
        }

    .atalho p {
        display: inline-block;
        width: 100%;
        /*height: 2.8em;*/
        overflow: hidden;
        margin-top: 5px;
        margin-bottom: 5px;
    }

.table {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 0px;
}

    .table a {
        color: #000;
    }

    .table > thead > tr {
        font-size: 14px;
    }

.table-hover > tbody > tr:hover {
    cursor: pointer;
    background-color: #f0f0f0;
}

.main-footer {
    position: relative;
    width: 100%;
    z-index: 1030;
    color: #fff;
    background-color: #0C8C6F;
    padding: 0px;
    border-top: 1px solid #f0f0f0;
}

    .main-footer .seloAns {
        height: 30px;
        margin-top: 3px;
        margin-left: 3px;
        border-radius: 5px;
    }

    .main-footer .ans {
        padding: 1px 3px 1px 3px;
        border: 1px double #fff;
        background-color: #000;
        float: left;
        font-size: 0.7em;
        font-weight: bold;
        margin-top: 3px;
    }

    .main-footer p {
        font-weight: 100;
        font-size: 0.7em;
        margin-top: 3px;
        margin-bottom: 0px;
    }

.box {
    padding-top: 5px;
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    margin-bottom: 0px;
    width: 100%;
}

.box-header.with-border {
    border-bottom: 3px solid #135B9E;
}

.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}

    .box-header .box-title {
        display: inline-block;
        font-size: 16px;
        margin: 0;
        line-height: 1;
    }

.box-body {
    padding: 0px 10px 10px 10px;
}

.messagebox-read-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 2px solid #f4f4f4;
}

.messagebox-read-titulo {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
}

.messagebox-read-info h3 {
    margin-top: 0px;
    font-size: 16px;
    font-weight: bold;
}

.messagebox-read-info p {
    color: #999;
    font-size: 12px;
}

.messagebox-read-btns {
}

.messagebox-read-content {
    padding: 10px;
    border-bottom: 2px solid #f4f4f4;
    margin-bottom: 10px;
}

.modal {
    text-align: center;
    padding: 0 !important;
}

    .modal:before {
        content: '';
        display: inline-block;
        /* height: 100%; */
        vertical-align: middle;
        margin-right: -4px;
    }

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.buttons-center {
    text-align: center;
}

.bs-callout {
    padding: 10px;
    margin: 15px 0px 0px 0px;
    border: 1px solid #E6E7E8;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-callout-info {
    border-left-color: #135B9E;
}


#menuabas li {
    width: 64px;
    text-align: center;
}


    #menuabas li a[data-toggle="tab"] {
        background-color: #fff;
        border-radius: 0px;
        border-top: solid 3px #eee;
        margin-top: -3px;
        color: #999;
    }

    #menuabas li.active a[data-toggle="tab"] {
        border-top: solid 3px #135B9E;
        border-bottom: solid 4px #fff;
        margin-bottom: -2px;
    }

        #menuabas li.active a[data-toggle="tab"] .fa {
            color: #135B9E;
        }


@media (max-width: 479px) {
    .sidebar-menu {
        margin-bottom: 50px;
    }
}

@media(min-width: 480px) {
    .sidebar .itemMenuVertical a .fa {
        padding-right: 15px;
    }
}

@media (max-width: 767px) {
    .sidebar .itemMenuVertical a .fa.esquerda {
        top: 26%;
        position: absolute;
        left: 14%;
        padding-right: 0px;
    }

    .content-wrapper {
        margin-left: 0;
        padding-top: 100px;
    }

    .main-sidebar {
        margin-top: 100px;
        transform: translate(-260px, 0);
    }

    .sidebar-open .main-sidebar {
        transform: translate(0px, 0px);
    }

    .user-panel > li > .dropdown-menu > li > a {
        padding: 0px;
    }

    .user-panel > li > .dropdown-menu > li.user-header > a > p {
        left: 20px;
        top: 80px;
    }
    /*
    .user-panel > li > .dropdown-menu > li.user-header > a > img {
        margin-left: 35px;
        margin-top: 10px;
    }
    */
    .user-panel > li > .dropdown-menu {
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
        padding: 0px;
        left: 0px !important;
        top: 100% !important;
        border-top-width: 0px;
        width: 259px;
    }

        .user-panel > li > .dropdown-menu > li.user-header {
            padding: 3px !important;
        }

    .main-header > .logo {
        background-color: transparent;
        color: #000;
        border-bottom: 0px solid transparent;
        border-right: medium none;
    }

    .main-header .navbar {
        margin: 0;
        border-top: 1px solid #f0f0f0;
        -webkit-transition: margin-left 0.3s ease-in-out;
        -o-transition: margin-left 0.3s ease-in-out;
        transition: margin-left 0.3s ease-in-out;
        min-height: 50px;
        border-radius: 0;
    }

    .navbar-nav .open .dropdown-menu {
        right: 0;
        left: auto;
        background-color: #fff;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border-width: 0px 1px 1px 1px;
        border-style: solid;
        border-color: #f0f0f0;
        border-radius: 0px 0px 4px 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
    }

    .main-header > .logo,
    .main-header > .navbar {
        width: 100%;
        float: none;
    }

    .main-header > .navbar-custom-menu {
        float: right;
    }

    .box-body {
        padding: 0px 5px 5px 5px;
    }

    .atalho {
        width: 125px;
        margin-top: 5px;
        position: relative;
        top: 50%;
        left: 50%;
        margin-left: -62px;
    }

    .avatar-wrapper {
        height: 250px;
        width: 230px;
    }

        .avatar-wrapper .iconCamera {
            position: absolute;
            margin-top: 75px;
            margin-left: 75px;
            font-size: 80px;
            color: #135B9E;
        }

    .navbar-nav .open .dropdown-menu {
        position: absolute;
    }
}

@media (max-width: 991px) {
    .main-header .tituloAplicacao {
        left: 85px;
        font-size: 18px;
        display: inline-block;
        width: 100%;
        overflow: hidden;
    }

    .sidebar-menu > li > a .iconExcluirMensagem {
        display: block;
    }

    .navbar-custom-menu .navbar-nav > li {
        float: left;
    }

        .navbar-custom-menu .navbar-nav > li > a {
            padding-top: 15px;
            padding-bottom: 15px;
            line-height: 18px;
        }

    .navbar-custom-menu > .navbar-nav {
        margin: 0;
        float: right;
    }

    .avatar-preview {
        float: none;
    }
}

@media (max-width: 1199px) {
    .navbar-custom-menu .navbar-nav > li > a {
        border-left: none !important;
    }
}


.loading {
    position: fixed;
    left: 0px;
    top: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 999998;
    background: rgba(0, 0, 0, 0.473);
    text-align: center;
    overflow: hidden;
    color: white;
}

    .loading .img-logo-loading {
        width: 75px;
        height: 58px;
        position: relative;
        top: -33px;
        left: 29px;
    }

    .loading .label-loading {
        margin-top: 135px;
        top: 109%;
        position: relative;
        text-align: center;
        text-shadow: 2px 2px 7px #000000;
    }

.sk-circle {
    margin: 15% auto;
    width: 130px;
    height: 130px;
    position: relative;
}

    .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: white;
            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);
    }
}
