/* BASE */
.container-fluid {
    padding-left: 70px;
    padding-right: 70px;
}
#app-content .page-header {
    padding: 25px 15px 15px;
    top: -10px;
    position: relative;
}
#app-content .page-header h3 {
    display: inline-block;
    padding: 7px 25px 7px 0;
    font-weight: 300;
    font-size: 1.55em;
    font-weight: 500;
    vertical-align: middle;
    margin: 0 15px 0 0;
    color: #ff7544;
}
.tab-content>.active {
    display: block;
    margin-top: -11px;
}
.panel-body {
    padding: 15px;
    margin-top: -10px;
}
.app-sidebar.sidebar-left~#app-header.navbar{
    left: 0 !important;
}
.app-sidebar.sidebar-left~#app-footer, .app-sidebar.sidebar-left~#app-content {
    margin-left: 0 !important;
}

/* Inputs */
.form-control.focus, .form-control:focus {
    border-color: #fe743e;
    color: #575962;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/* Btns */
.btn {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.btn-primary {
    color: #fff;
    background-color: #5867dd;
    border-color: #5867dd;
}
.btn-primary:hover {
    color: #fff;
    background-color: #384ad7;
    border-color: #2e40d4;
}

.btn.btn-outline.btn-primary.active{
    background: rgb(75, 123, 236);
    color: #fff !important;
    box-shadow: none;
}

.btn-primary.btn-outline {
    color: #5867dd !important;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline.active {
    background-color: #384ad7;
    color: #FFF !important;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline.active {
    background-color: #f4516c !important;
    color: #FFF !important;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline.active {
    background-color: #00b49c;
    color: #FFF !important;
}

/* Topo e paddings */
#app-header {
    -webkit-box-shadow: 0px 1px 15px 1px rgba(113, 106, 202, 0.5) !important;
    -moz-box-shadow: 0px 1px 15px 1px rgba(113, 106, 202, 0.5) !important;
    box-shadow: 0px 1px 15px 1px rgba(113, 106, 202, 0.5) !important;
}
#app-header .navbar-nocollapse {
    padding-top: 15px;
    padding-bottom: 15px;
}
.header-fixed #app-header.navbar~#app-content>.content-body {
    padding-top: 170px;
}
.loading-bar, .canvas-loading-bar, .modal-loading-bar {
    bottom: -2px;
}

/* Menu */
#app-header * {
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
#app-header .sidebar-content {
    position: relative;
    z-index: 1;
    background: #696969;
    height: 70px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#app-header .sidebar-content .nav-sidebar ul.nav>li.first {
    padding-left: 10px;
}
#app-header .sidebar-content .nav-sidebar ul.nav>li.last {
    padding-right: 0;
}
#app-header .sidebar-content .nav-sidebar ul.nav>li {
    float: left;
    padding: 0px 20px;
}
#app-header .sidebar-content .nav-sidebar .nav>li>a {
    padding: 27px 0px 43px 0px;
    font-weight: 400;
    font-size: 1.15em;
    color: #DDD;
}
#app-header .sidebar-content .nav-sidebar .nav>li>a:hover, #app-header .sidebar-content .nav-sidebar .nav>li>a:focus {
    color: #FFF;
    background: #696969;
}
#app-header .sidebar-content .nav-sidebar .nav>li.active>a {
    font-weight: 500;
    color: #FFF;
    background: #696969;
}
#app-header .sidebar-content .nav-sidebar .nav>li .menu-item-here {
    position: absolute;
    line-height: 0;
    display: inline-block;
    overflow: hidden;
    height: 16px;
    width: 50px;
    left: 50%;
    margin-left: -35px;
    top: 80%;
    z-index: 1;
}
/*#app-header .sidebar-content .nav-sidebar .nav>li.active .menu-item-here {*/
/*background-image: url(/media/images/menu-active.png);*/
/*background-repeat: no-repeat;*/
/*top: 100%;*/
/*}*/

/* Submenu */
#app-header .sidebar-content .nav-sidebar .nav-submenu {
    position: absolute;
    background-color: rgb(255, 255, 255);
    padding: 15px 0;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.2) !important;
    -moz-box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.2) !important;
    box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.2) !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    width: 300px;
    margin-left: -25px;
    margin-top: 10px;
}
#app-header .sidebar-content .nav-sidebar .nav-submenu:after {
    z-index: 1003;
    top: -8px;
    margin-left: -100px;
    border-width: 0 15px 8px;
    border-color: transparent transparent #fff;
    position: absolute;
    content: "";
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
}
#app-header .sidebar-content .nav-sidebar .nav-submenu>li {
    list-style: none;
    display: inline-block;
    width: 100%;
}
#app-header .sidebar-content .nav-sidebar .nav-submenu>li a {
    padding: 9px 30px;
    display: inline-block;
    width: 100%;
    font-weight: 400;
    font-size: 1.15em;
    color: #676c7b;
}
#app-header .sidebar-content .nav-sidebar .nav-submenu>li a:hover {
    color: #ff7544;
}

/* Pesquisa */
.li-container-pesquisa {
    position: absolute !important;
    top: 90px;
    right: 200px;
    z-index: 2;
    float: none !important;
}
.container-pesquisa {
    float: right;
    display: grid;
}
.navbar-nav .container-pesquisa .search-container {
    display: inline-block;
    float: right;
    margin-right: 120px;
}
.navbar-nav .container-pesquisa .search-container .search {
    height: 45px;
    padding: 0px 0 0 40px;
    border-radius: 30px;
    width: 150px;
}
.navbar-nav .container-pesquisa .search-container.active .search, .navbar-nav .container-pesquisa .search-container .search:focus {
    width: 240px;
    margin-left: -90px;
}
.navbar-nav .container-pesquisa .search-container.active .search-button, .navbar-nav .container-pesquisa .search-container .search:focus + a.search-button {
    margin-left: -90px;
}
.navbar-nav .container-pesquisa .search-container a.search-button {
    left: 20px;
    padding: 5px 0px;
}
.panel-info > .panel-heading .badge {
    color: #676c7b;
    background-color: #fff;
    line-height: 17px;
}

/* Resultado Pesquisa */
.navbar-nav .container-pesquisa li.dropdown{
    position: absolute !important;
    width: 100%;
    top: 60px;
    right: 180px;
}
#globalSearchPanel {
    padding-top: 5px;
}
#globalSearchPanel .panel-body {
    margin-top: 0px;
}
.navbar-nav .container-pesquisa .panel-info>.panel-heading {
    background-color: #ff7544;
}
.navbar-nav .container-pesquisa .panel-info a {
    color: #676c7b !important;
}
.navbar-nav .container-pesquisa .panel-info a:hover {
    color: #ff7544 !important;
}

/* Notification */
#app-header.navbar .navbar-nocollapse .navbar-nav>li>a {
    line-height: 40px;
    margin: 10px 0;
    border-radius: 20px;
}
#app-header.navbar .navbar-nocollapse .navbar-nav>li>a:hover {
    color: rgba(0, 0, 0, 0.7);
    background-color: #f5f5f5;
}
#app-header.navbar .navbar-nocollapse .navbar-nav > li > a > .badge, #app-header.navbar .navbar-nocollapse .navbar-nav>li>a>.label {
    position: absolute;
    z-index: 1;
    top: 8px;
    right: 8px;
    font-size: 0px;
    padding: 0;
    line-height: 0;
    height: 5px;
    width: 5px;
    min-width: 5px;
    border-radius: 16px;
    -webkit-box-shadow: 0 0 0 2px #fff;
    box-shadow: 0 0 0 2px #fff;
}
#app-header #notificationsDropdown.open>a:after {
    display: none;
}
#app-header #notificationsDropdown.open>a:before {
    bottom: -15px;
    border-color: transparent transparent #de672f;
    border-width: 0 15px 9px;
    margin-left: -15px;
}
#app-header #notificationsDropdown.open .dropdown-menu {
    top: 47%;
    border: 0;
    border-radius: 6px;
    right: 230px;
    width: 420px;
    box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.2) !important;
}
#app-header #notificationsDropdown.open .panel-heading {
    /*background: url('/media/images/metronic/notification_bg.jpg');*/
    background-size: cover;
    padding: 20px 20px;
}
#app-header #notificationsDropdown.open .panel-heading .panel-title h6 {
    display: block;
    padding: 0 0 5px 0;
    font-size: 1.5em;
    font-weight: 400;
    text-align: center;
    color: #F5F5F5;
}

/* Profile Dropdown */
#app-header .profile-dropdown .dropdown-menu, #app-header .profile-dropdown .dropdown-menu .panel {
    width: 350px;
    border: 0;
    border-radius: 6px;
    box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.1) !important;
}
#app-header .profile-dropdown .dropdown-menu .panel-heading {
    /*background: url('/media/images/metronic/user_profile_bg.jpg');*/
    background-size: cover;
    padding: 20px 20px;
    border-radius: 6px 6px 0 0;
}
#app-header.navbar .navbar-nocollapse .navbar-right .open>a:after, #app-header .profile-dropdown.open>a:after {
    display: none;
}
#app-header .profile-dropdown.open>a:before {
    bottom: -16px !important;
    border-color: transparent transparent #de672f !important;
    border-width: 0 15px 9px !important;
    margin-left: -15px !important;
}
#app-header .profile-dropdown .dropdown-toggle>span:first-child {
    font-size: 1.05em;
    font-weight: 500;
    color: #de672f;
    padding-right: 8px;
}
#app-header .profile-dropdown .dropdown-toggle>span span {
    color: #b1b5c1;
}
#app-header .profile-dropdown .dropdown-menu .panel-title>div {
    margin: 9px 0 9px 20px;
}
#app-header .profile-dropdown .dropdown-menu .panel-title h6 {
    font-size: 1.2em;
    font-weight: 400;
    color: #EEE;
}
#app-header .profile-dropdown .dropdown-menu .panel-title a {
    font-size: 0.7em;
    padding: 6px 0 0 0;
    font-weight: 400;
    color: #EEE;
}
#app-header .profile-dropdown .dropdown-menu .panel-title a:hover {
    color: #FFF;
}
#app-header .profile-dropdown a.profile-links {
    font-size: 1.25em;
    letter-spacing: -1px;
    line-height: 1.8em;
    font-weight: 300;
    color: #676c7b !important;
}
#app-header .profile-dropdown a.profile-links i {
    padding: 0 10px 0 0;
    font-size: 1.3em;
    line-height: 1.45em;
    color: #c1bfd0 !important;
}
#app-header .profile-dropdown a.profile-links:hover * {
    color: #ff7544 !important;
}
#app-header .profile-dropdown a.btn-logout {
    margin: 10px 0px 15px 15px;
    padding: 7px 18px;
    color: #fe743e !important;
    border: 1px solid #ebedf2;
    display: inline-block;
    border-radius: 20px;
    font-weight: 500;
    font-size: 1.07em;
}
#app-header .profile-dropdown a.btn-logout:hover {
    border-color: #ebedf2;
    background-color: #f4f5f8;
}

@media screen and (max-width: 1024px) {
    .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }
    #app-header #notificationsDropdown.open .dropdown-menu {
        right: 190px;
    }
}

@media screen and (max-width: 767px) {
    #app-header #notificationsDropdown.open .dropdown-menu {
        right: 110px;
        top: 100%;
    }

    .li-container-pesquisa {
        position: relative;
        float: left;
        top: inherit;
        right: inherit;
        left: 80px;
    }
    .container-pesquisa {
        float: none;
    }
    .container-pesquisa .dropdown-menu {
        top: -15px !important;
        left: 180px !important;
    }
    .search-container .search {
        width: 38px !important;
        height: 40px !important;
        margin: 8px 0 0 0px;
        border-radius: 20px;
        color: #FFF;
        background-color: #f5f5f5;
        z-index: 2;
    }
    .navbar-nav .container-pesquisa .search-container.active .search, .navbar-nav .container-pesquisa .search-container .search:focus {
        width: 240px !important;
        margin-left: 0;
        color: #000;
        padding: 0 0 0 36px;
    }
    .navbar-nav .container-pesquisa .search-container a.search-button {
        left: 14px;
        padding: 0;
    }
    .navbar-nav .container-pesquisa .search-container.active .search-button, .navbar-nav .container-pesquisa .search-container .search:focus + a.search-button {
        margin-left: 0;
    }

    .header-fixed #app-header.navbar~#app-content>.content-body {
        padding-top: 135px;
    }

    #app-header .sidebar-content {
        margin-top: -70px;
        z-index: -1;
        height: 55px;
    }
    #app-header.navbar .navbar-nocollapse .navbar-nav>li>a {
        background-color: #f5f5f5;
        margin: 8px 5px;
    }

    .app-sidebar .nav-sidebar > .nav > li > a .text, .app-sidebar .nav-sidebar > .nav > li > a .icon {
        display: inline-block;
    }
    .app-sidebar .nav-sidebar>.nav>li>.nav-submenu>li {
        display: inline-block;
        width: 100%;
    }
    .app-sidebar.sidebar-left .nav-sidebar>.nav>li.nav-group:after {
        content: '';
        position: absolute;
        right: 0;
        left: 50px;
        bottom: 0;
        border-bottom: 1px solid #202830;
    }
}
@media screen and (max-width: 480px){
    #app-header .profile-dropdown .dropdown-menu {
        margin-top: 7px !important;
    }
    #app-header .profile-dropdown .dropdown-menu, #app-header .profile-dropdown .dropdown-menu .panel {
        right: -60px !important;
        width: 290px;
    }
    #app-header .profile-dropdown .dropdown-menu .panel .panel-heading {
        padding: 15px 10px;
    }
    #app-header .profile-dropdown .dropdown-menu .panel .panel-heading .img-wrapper {
        width: 45px !important;
    }
    #app-header.navbar .navbar-nocollapse .navbar-nav .dropdown-custom .dropdown-menu {
        width: 290px !important;
        left: 115px !important;
    }
}

/* DESCARACTERIZAÃ‡ÃƒO */
body{
    background:  #fff;
}

.std-toolbar.btn-group .btn.btn-primary.btn-outline{
    color: #5867dd !important;
    background-color: #fff;
    border-color: #5867dd;
    padding: 10px;
    min-width: 100px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.std-toolbar.btn-group .btn.btn-outline:first-child{
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.std-toolbar.btn-group .btn.btn-primary.btn-outline:hover,
.std-toolbar.btn-group .btn.btn-primary.btn-outline:focus{background-color: #384ad7;border-color: #2e40d4;color: #fff !important;}
.std-toolbar.btn-group .btn.btn-warning.btn-outline:hover,
.std-toolbar.btn-group .btn.btn-warning.btn-outline:focus{background-color: #fdb933;border-color: #fdb933;color: #fff !important;}

.std-toolbar.btn-group .btn.btn-primary.btn-outline span{
    font-weight: 400;
}

.std-toolbar.btn-group .dropdown-toggle:hover,
.std-toolbar.btn-group .dropdown-toggle:focus{
    box-shadow:  none;
}

.std-toolbar.btn-group .dropdown-toggle{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-left: 1px solid #5867dd !important;
    min-width: 43px !important;
}

.std-toolbar.btn-group .dropdown-toggle:before{
    display: block;
    content: ' ';
    border-left: 1px solid #fff;
    position: absolute;
    top: 3px;
    left: -1px;
    bottom: 3px;
    opacity: .3;
}

.std-toolbar.btn-group ul{
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 5px;
    box-shadow: none;
    border: 0;
    -webkit-box-shadow: 0 0 15px 1px rgba(69,65,78,.2);
    box-shadow: 0 0 15px 1px rgba(69,65,78,.2);
    padding-top: 10px;
    padding-bottom: 10px;
}

.std-toolbar.btn-group ul li a{
    padding: 11px 30px;
    color: #575962;
    font-weight: 300;
}

.std-toolbar.btn-group ul li a span i{
    margin-right: 5px;
}

#notificationsDropdown .panel-title .btn-primary{
    border: 1px solid #fff;
    color: #5867dc !important;
    background: #fff;
    height: 25px;
    width: 25px;
    line-height: 20px;
}

.btn-bolinhas{
    font-size: 31px;
    color: #fe743e;
    margin-right: 14px;
    line-height: 47px;
}

.card{
    border: none !important;
    -webkit-box-shadow: 0 1px 15px 1px rgba(81,77,92,.08);
    box-shadow: 0 1px 15px 1px rgba(81,77,92,.08);
}
.card .card-header{
    border-bottom: 1px solid #ebedf2;
    padding: 0 2.2rem;
    height: 60px;
}
.card .card-header h4{
    line-height: 40px;
    padding-left:  0;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
    font-family: Roboto;
}


.card .card-header ul.dropdown-menu{
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 5px;
    box-shadow: none;
    border: 0;
    -webkit-box-shadow: 0 0 15px 1px rgba(69,65,78,.2);
    box-shadow: 0 0 15px 1px rgba(69,65,78,.2);
    padding-top: 10px;
    padding-bottom: 10px;
}

.card .card-header ul.dropdown-menu li a{
    padding: 11px 30px;
    color: #575962;
    font-weight: 300;
}

.card .card-header ul.dropdown-menu li a span i{
    margin-right: 5px;
}

.page-header{border:  0;box-shadow:  none;background: transparent;}

.panel{
    border: none !important;
    -webkit-box-shadow: 0 1px 15px 1px rgba(81,77,92,.08);
    box-shadow: 0 1px 15px 1px rgba(81,77,92,.08);
}

.panel .page-list{
    padding: 0 15px;
}
.panel .page-list .table-responsive{
    padding: 0;
}


.well{
    background-color: #696969!important;
    color:  #fff;
    /* box-shadow: #000 1px 1px 3px 0px !important; */
    box-shadow:  none;
    border:  none;
    -webkit-box-shadow: 0 1px 15px 1px rgba(81,77,92,.08);
    box-shadow: 0 1px 15px 1px rgba(81,77,92,.08);
}

table.table{
    border: 0;
}
table.table tr{
    border-bottom: .07rem dashed #ebedf2;
}
table.table tr td{
    border: 0 !important;
    /*padding-left: 15px;*/
    /*padding-right: 15px;*/
    /*padding-top: 16px;*/
    /*padding-bottom: 16px;*/
    vertical-align: center;
    font-size: 13px;
    font-weight: 300;
    background: #fff !important;
}
table.table tr th{
    border:  none;
    border-bottom: 1px solid #f2f2f2;
}

table.table tr td .input-group{background: #ededed;border: none;border-radius: 25px;width: 88px;}
table.table tr td .input-group span.input-group-addon{
    background: transparent;
    border: none;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    height: 40px;
}
table.table tr td .input-group span.input-group-addon input{
    margin: 0 auto;
    display:  block;
}
table.table tr td .input-group .input-group-btn button{
    border: none;
    height: 30px;
    margin: 0 auto;
    display:  block;
    background: #696969;
    color: #fff !important;
    border-radius: 25px;
    width:  30px;
    padding: 0;
}
table.table tr td .input-group .input-group-btn ul{
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 5px;
    box-shadow: none;
    border: 0;
    -webkit-box-shadow: 0 0 15px 1px rgba(69,65,78,.2);
    box-shadow: 0 0 15px 1px rgba(69,65,78,.2);
    padding-top: 10px;
    padding-bottom: 10px;
}
table.table tr td .input-group .input-group-btn ul li a{
    padding: 11px 30px;
    color: #575962;
    font-weight: 300;
}

/* --- */

table.table tr th .input-group{background: #ededed;border: none;border-radius: 25px;}
table.table tr th .input-group span.input-group-addon{
    background: transparent;
    border: none;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    height: 40px;
}
table.table tr th .input-group span.input-group-addon input{
    margin: 0 auto;
    display:  block;
}
table.table tr th .input-group .input-group-btn button{
    border: none;
    height: 30px;
    margin: 0 auto;
    display:  block;
    background: #696969;
    color: #fff !important;
    border-radius: 25px;
    width:  30px;
    padding: 0;
}
table.table tr th .input-group .input-group-btn ul{
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 5px;
    box-shadow: none;
    border: 0;
    -webkit-box-shadow: 0 0 15px 1px rgba(69,65,78,.2);
    box-shadow: 0 0 15px 1px rgba(69,65,78,.2);
    padding-top: 10px;
    padding-bottom: 10px;
}
table.table tr th .input-group .input-group-btn ul li a{
    padding: 11px 30px;
    color: #575962;
    font-weight: 300;
}

.content-overlay {
    position: absolute;
    background: #fff;
    z-index: 50;
    width: 100%;
    height: 100%;
    padding-left: 0;
    font-weight: bold;
    margin-top: 20px;
}

.btn.btn-outline.btn-success{
    border-color: #34bfa3;
    /*color: #34bfa3;*/
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .85rem 1.15rem;
    font-size: 14px;
    line-height: 1.25;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    border-radius: 25px;
}
.btn.btn-outline.btn-success:hover, .btn.btn-outline.btn-success:focus{background-color: #34bfa3;color: #fff;}
.btn.btn-outline.btn-danger{
    border-color: #f4516c;
    color: #f4516c;
    background: #fff;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .85rem 1.15rem;
    font-size: 14px;
    line-height: 1.25;
    -webkit-box-shadow: 0 3px 20px 0 rgba(113,106,202,.17)!important;
    box-shadow: 0 3px 20px 0 rgba(113,106,202,.17)!important;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    border-radius: 25px;
}

.btn.btn-outline.danger:hover, .btn.btn-outline.danger:focus{
    background: #00c5dc;
}

.btn.btn-outline.btn-primary{
    border-color: rgb(75, 123, 236);
    color: rgb(75, 123, 236) !important;
    background: #fff;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .85rem 1.15rem;
    font-size: 14px;
    line-height: 1.25;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    border-radius: 25px;
}
.btn.btn-outline.btn-primary:hover, .btn.btn-outline.btn-primary:focus{
    background: rgb(75, 123, 236);
    color: #fff !important;
}


.btn.btn-default{
    border-color: #696969;
    color: #696969 !important;
    font-weight: 400;
    height: 39px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .85rem 1.15rem;
    font-size: 14px;
    line-height: 1.25;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    border-radius: 25px;
}
.btn.default:hover, .btn.default:focus{
    background: #696969;
    color: #fff !important;
}

.box-layout{}

.box-layout button[data-target="#-search-help"],
.box-layout button[data-target="#form-search-search-help"]{
    border-radius: 25px !important;
    margin-right: 10px !important;
    padding: 0 !important;
    width: 50px !important;
    height: 30px !important;
}

.box-layout .twitter-typeahead{
    padding-left: 10px;
}
.box-layout .twitter-typeahead input{
    display: block;
    width: 100%;
    padding: .85rem 1.15rem;
    font-size: 1rem;
    line-height: 1.25;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    border-color: #ebedf2;
    color: #575962;
}

button#btn-filter{
    margin-left: 10px;
    border-radius: 5px;
    padding: 0;
    width:  30px;
    height:  30px;
}

.panel.panel-info{}
.panel.panel-info .panel-heading{}
.panel.panel-info .panel-heading .panel-title{}

.btn-danger{}
.btn-success{
    border-color: #34bfa3;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .85rem 1.15rem;
    font-size: 14px;
    line-height: 1.25;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    border-radius: 25px;
}
.btn-primary{
    border-color: #5867dc;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .85rem 1.15rem;
    font-size: 14px;
    line-height: 1.25;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    border-radius: 25px;
}

.btn-no{
    border-color: #f4516c;
    color: #f4516c;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .85rem 1.15rem;
    font-size: 14px;
    line-height: 1.25;
    -webkit-box-shadow: 0 3px 20px 0 rgba(113,106,202,.17)!important;
    box-shadow: 0 3px 20px 0 rgba(113,106,202,.17)!important;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    border-radius: 25px;
}

.btn-yes{
    border-color: #34bfa3;
    color: #34bfa3;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .85rem 1.15rem;
    font-size: 14px;
    line-height: 1.25;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    border-radius: 25px;
}

.nav-tabs{
    border-bottom: 1px solid #ebedf2;
    padding: 0 2.2rem;
    min-height: 46px;
    background: #fff !important;
    box-shadow:  none;
    margin-bottom: 11px;
}

.nav-tabs li a{
    padding: 5px 25px;
    font-size: 12px;
    background: #fff;
    border: 1px solid #ebedf2;
    color: #ff753f;
    border-radius: 25px;
    margin-bottom: 10px;
}

.nav-tabs li a i {
    font-size: 17px;
    color: #ff753f;
}

.nav-tabs li.active a i {
    color: #fff;
}

.nav-tabs li a:hover, .nav-tabs li a:focus{
    background: #ff753f;
    color: #fff;
    border: 1px solid #ff753f;
}

.nav-tabs li a:hover i, .nav-tabs li a:focus i{
    color: #fff;
}

.nav-tabs li.active a{
    padding: 5px 25px;
    font-size: 12px;
    background: #ff753f;
    color: #fff;
    border-radius: 25px;
    border: 1px solid #ff753f;
}
.nav-tabs li.active a:hover, .nav-tabs li.active a:focus{
    background: #ff753f;
    color: #fff;
    border: 1px solid #ff753f;
}

.nav-tabs li.active a:hover i, .nav-tabs li.active a:focus i{
    color: #fff;
}

.nav-tabs li a span.label{
    background: #696969;
    font-weight: bold;
    font-size: 10px;
}

.selected-filters .panel .panel-body{
    padding: 10px;
    margin-bottom: 10px;
}
.selected-filters .panel .panel-body .field-name{
    line-height: 30px;
}

.selected-filters .panel .panel-heading{
    padding: 10px;
    border-bottom: 1px solid #ebedf2;
    margin-bottom: 10px;
}

form.form-filter .btn-primary{
    line-height: 9px !important;
    margin-left: 10px !important;
    font-size: 12px !important;
}
form.form-filter .input-group-addon{
    background:  #fff;
    border: none;
}

form.form-filter .input-group-addon label{
    font-weight: 300;
}

form.form-filter input{
    width: 109px !important;
    text-align: center;
    border-radius: 3px !important;
}

.bg-auto{
    background-color: #fff !important;
}

.bg-auto.bg-dark-xs, .bg-auto .bg-dark-xs{
    background: #fff !important;
}

.collapse .nav-tabs{
    padding-bottom: 42px !important;
}

label{
    font-size: 12px;
}

#notificationsDropdown .panel-title .btn-primary {
    border: 1px solid #fff;
    color: #5867dc !important;
    background: #fff;
    height: 25px;
    width: 25px;
    line-height: 20px;
    padding: 0;
    line-height: 25px;
}

.panel-info .panel-heading{
    border-bottom: 1px solid #ebedf2;
    padding: 0 2.2rem;
    min-height: 60px;
    background:  #fff;
    color: #000;
}

.panel-info .panel-heading .panel-title{
    line-height: 16px;
    padding-left: 0;
    font-size: 12px;
    font-weight: 500;
    /* letter-spacing: 2px; */
    font-family: Poppins;
}


.panel-info .well{
    background: #fff !important;
    box-shadow:  none;
    padding: 0;
}
.panel-info .well .btn-primary{
    margin-left: 10px;
    font-size: 10px;
}

.btn-primary .text-danger{
    color: #00c5dc;
}

.points-panel h1{
    font-weight: 300;
    font-size: 20px;
    line-height: 50px;
}
.points-panel hr{
    margin-top: 0;
}

#timeline-table .timeline-icon a,
#auditlog-table .timeline-icon a{
    padding: 10px;
}

.builder .builder-panel-top .btn.btn-outline.btn-primary{
    width: 49%;
}

.builder .slot-type-handle{
    border-radius: 10px !important;
    width: 32%;
    font-size: 10px !important;
}

.builder .section-type-handle{
    border-radius: 10px !important;
    width: 32%;
    font-size: 10px !important;
}

.builder .panel .panel-body{
    padding-top: 20px;
}

.theme-list .panel .select-theme-link,
.theme-list .panel .select-theme-selected{
    /* margin-top: -5px; */
}

#CampaignCanvas .campaign-event-buttons .btn-edit{
    padding: 0;
}

.modal#-search-help{}
.modal#-search-help .modal-body{
    line-height: 22px;
}
.modal#-search-help .modal-body .modal-content{}
.modal#-search-help .modal-body .modal-content strong{}

.btn-preview{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0px !important;
    line-height: 8px !important;
}

.btn.btn-no.btn-default{height: 36px;}
.btn.btn-yes.btn-default{
    height: 36px;
}

.email-type-modal .modal-body .panel-success .panel-body{
    min-height: 209px;
}
.fc-widget-header table th {
    padding: 8px 15px;
}
div#calendar > .fc-toolbar {
    border-bottom: 1px solid #ebedf0;
    margin: -15px -15px 1em;
    padding: 10px 15px;
}

button.fc-today-button.fc-button.fc-state-default.fc-corner-left.fc-corner-right.fc-state-disabled {
    background: #696969;
    color: #fff;
}

button.fc-today-button.fc-button.fc-state-default.fc-corner-left.fc-corner-right {
    background-image: linear-gradient(to bottom, #fe7440, #fe7440);
    color: #fff;
}

button.fc-prev-button.fc-button.fc-state-default.fc-corner-left {
    background-image: linear-gradient(to bottom, #696969, #696969);
    color: #fff;
}

button.fc-next-button.fc-button.fc-state-default.fc-corner-right {
    background-image: linear-gradient(to bottom, #696969, #696969);
    color: #fff;
}

.fc-row.fc-widget-heade table thead tr {
    background: #000;
}

.fc-row.fc-widget-header {
    background: #696969;
    color: #fff;
}
td.fc-day-number {
    font-size: 18px;
}

/* Minimize header */
@media screen and (max-width: 768px) {
    .btn-title {
        display: none !important;
    }
}
@media screen and (min-width: 768px) {
    .header-minimized #app-header.navbar {
        min-height: 7vh;
        max-height: 7vh;
    }

    .header-minimized #app-header .sidebar-content {
        overflow: hidden;
        height: 0;
    }
    .header-minimized #app-header .navbar-nocollapse {
        padding-top: 8px;
        padding-bottom: 0;
    }
    .header-minimized #app-header.navbar .navbar-nocollapse .navbar-header {
        height: 50px;
    }
    .header-minimized #app-header.navbar .navbar-nocollapse .navbar-nav>li>a {
        margin: 3px 0 0;
    }
    .header-minimized #app-header.navbar .navbar-nocollapse .navbar-left {
        display: none;
    }

    .header-minimized .mautic-brand {
        padding-right: 10px !important;
        border-right: 1px solid #999;
        height: 40px;
    }
    .header-minimized .mautic-brand img {
        height: 40px;
    }

    .header-minimized #app-content .page-header h3 {
        position: fixed;
        top: 9px;
        left: 185px;
        z-index: 1005;
    }

    #app-content .page-header .btn-title {
        color: rgba(0, 0, 0, 0.6);
        border-radius: 20px;
        padding: 7px 12px;
        margin-right: 7px;
        margin-left: -3px;
        transition: .3s;
    }
    #app-content .page-header .btn-title:hover {
        color: rgba(0, 0, 0, 0.7);
        background-color: #f5f5f5;
    }

    .header-minimized #app-header.navbar~#app-content>.content-body {
        padding-top: 15px;
        padding-bottom: 0;
    }

    .header-minimized #app-footer {
        display: none;
    }
}
@media screen and (max-width: 1024px) {
    .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
    .header-minimized #app-content .page-header h3 {
        left: 135px;
    }
}

/* Theme Selector */
#theme-container .theme-list h3 {
    height: 80px;
    word-break: break-word;
    display: inline-flex;
    align-items: center;
}
