/* custom.css v1.0 */
/***
/*  Get rid of VibrantCMS overhead
/**/
body{
    padding-top: 0px;
    color: #434363;
    font-family: 'Raleway', sans-serif;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif;
}

.page-aside {
    left: 0;
    top: 0px;
}
.page-aside-title{
    display: none;
}
.page-aside{
    padding-top: 75px;
}
.site-menubar-fold .page, .site-menubar-fold .site-footer, .page-header-top {
    margin-left: 220px;
}
.page-header-top {
    width: calc(100% - 220px);
}

.navbar-fixed-bottom, .navbar-fixed-top {
    width: 219px;
}
.nav-toggle-wrapper{
    position: fixed;
    left: 220px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding-left: 20px;
}
.page.pageWithHeader {
    margin-top: 0px;
    padding-top: 66px;
    min-height: calc(100% - 46px);
}
.page-header-top{
    /*padding-top: 10px;
    padding-bottom: 10px;*/
    padding-left: 75px;
}
.navbar-default .hamburger:before, .navbar-default .hamburger .hamburger-bar, .navbar-default .hamburger:after {
    background: #bec3dc;
}
.hamburger:before, .hamburger .hamburger-bar, .hamburger:after {
    background: #bec3dc;
}
.site-navbar{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: #ffffff;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.content-expanded .site-navbar, .content-expanded .page-aside{
    left: -220px;
}
.content-expanded  .nav-toggle-wrapper{
    left: 0px;
}
.content-expanded .page-header-top {
    width: calc(100% - 0px);
}
.content-expanded .page-header-top, .content-expanded .page, .content-expanded .site-footer {
    margin-left: 0px;
}
.navbar-default .navbar-toolbar .nav-link:focus, .navbar-default .navbar-toolbar .nav-link:hover {
    color: #616161;
    background-color: rgba(238,238,238, 0);
    border-radius: 24px;
    padding: 15px;
}
.pageWithHeader .page-container {
    padding: 0px 30px 20px 30px;
}
.site-menubar-fold .site-navbar .navbar-brand {
    width: 100% ;
}
.header-actions{
    padding-right: 5px;
}
.page-header-actions{
    top: 0px;
    right: 15px;
    position: relative;
    float: right;
}
.page-aside-section{
    border: none;
}
.page-aside{
    position: fixed;
    top: 0px;
    z-index: 1100;
    width: 220px !important;
    height: 100% !important;
    overflow-y: visible;
    visibility: visible;
    border-color: transparent;
}
.scrollable-container{
    width: 100% !important;
    height: 100% !important;
}
.scrollable-content{
    width: 100% !important;
}
/* End of Get rid of VibrantCMS overhead */
.page-main>.panel>.panel-body{
    padding: 5px 30px;
}
.link-style{
    cursor: pointer;
}
.link-style:hover{
    text-decoration: underline !important;
    color: #6473c2 !important;
}
.panel-shadowed{
    -webkit-box-shadow: 0px 5px 2px 1px rgba(0, 0, 0, .05);
    box-shadow: 0px 5px 2px 1px rgba(0, 0, 0, .05);
}
.table thead{
    background: #3f51b5;
    background: -webkit-linear-gradient(to right, #3f51b5, #7c1f82);
    background: linear-gradient(to right, #3f51b5, #7c1f82);
}
.table thead th {
    color: white;
}
.bootstrap-table .table > thead > tr > th{
    border: none !important;
}
.table td {
    border: none !important;
}
.fixed-table-header {
    background: #3f51b5;
    background: -webkit-linear-gradient(to right, #3f51b5, #7c1f82);
    background: linear-gradient(to right, #3f51b5, #7c1f82);
    border-bottom: 1px solid #797979 !important;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(128, 128, 128, 0.61);
    box-shadow: 0px 2px 3px 0px rgba(128, 128, 128, 0.61);

}
.table-hover tbody tr:hover {
    background-color: #f1f6ff;
    /*background-color: #f3f1ff;*/
}
.bootstrap-table .fixed-table-loading{
    top: 0px !important;
    padding-top: 30px;
}
.dropdown-item:focus, .dropdown-item:hover {
    text-decoration: none;
    color: #ffffff !important;
    background-color: #3f51b5 !important;
    /*background-color: #792184 !important;*/
}
.table .action-column .btn-default{
    background-color: transparent;
    border-color: #f7f7f7;
}
.table .action-column .btn-default:hover{
    background-color: #e3ebf9;
    border-color: #dfe7f5;
    /*background-color: #ece3ee;
    border-color:#ece3ee;*/
}
.table .action-column .show>.btn-default.dropdown-toggle {
    color: #ffffff;
    border-color: #3f51b5;
    background-color: #3f51b5;
    /*border-color: #792284;
    background-color: #792184;*/
    background-image: none;
}
.page-aside-footer{
    background: #3f51b5;
    width: 100%;
    color: #e7eaf9;
}
.account-bar .dropdown-menu{
    background-color: #4a5cc1;
    color: #b3bade;
}
/*
.btn-primary{
    border-color: #5262BC;
    background-color: #5262BC;
}
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
    border-color: #7885cb;
    background-color: #7885cb;
}*/
.btn-default {
    color: #252a4a;
}
.btn-default.focus,
.btn-default:focus,
.btn-default:hover {
    color: #14124a;
}

.btn-dark {
    border-color: #0d0f21;
    background-color: #0d0f21;
}
.btn-dark.focus,
.btn-dark:focus,
.btn-dark:hover {
    border-color: rgba(13, 15, 33, 0.69);
    background-color: rgba(13, 15, 33, 0.69);
}
.btn-dark.active, .btn-dark:active, .show>.btn-dark.dropdown-toggle, .open>.btn-dark.dropdown-toggle {
    border-color: rgba(13, 15, 33, 0.69);
    background-color: rgba(13, 15, 33, 0.69);
}
.btn-dark.active.focus, .btn-dark.active:focus, .btn-dark.active:hover, .btn-dark:active.focus, .btn-dark:active:focus, .btn-dark:active:hover, .open>.btn-dark.dropdown-toggle.focus, .open>.btn-dark.dropdown-toggle:focus, .open>.btn-dark.dropdown-toggle:hover {
    border-color: rgba(13, 15, 33, 0.51);
    background-color: rgba(13, 15, 33, 0.51);
}
.btn-green{
    border-color: #2c8584;
    background-color: #2c8584;
    color: white;
}
.btn-green.focus,
.btn-green:focus,
.btn-green:hover {
    border-color: #349291;
    background-color: #349291;
}
.btn-blue{
    border-color: #2a9efe;
    background-color: #2a9efe;
    color: white;
}
.btn-blue.focus,
.btn-blue:focus,
.btn-blue:hover {
    border-color: #2076c0;
    background-color: #2076c0;
}
.btn-light{
    border-color: #dadada;
    background-color: #dadada;
    color: #ffffff;
}
.btn-light.focus,
.btn-light:focus,
.btn-light:hover {
    border-color: #e8e8e8;
    background-color: #e8e8e8;
}
.btn-wine{
    border-color: #7c49b3;
    background-color: #7c49b3;
    color: #ffffff;
}
.btn-wine.focus,
.btn-wine:focus,
.btn-wine:hover {
    border-color: #894fc6;
    background-color: #894fc6;
}
.btn-cancel {
    border-color: #929abd;
    background-color: #929abd;
    color: white;
}
.btn-cancel.focus,
.btn-cancel:focus,
.btn-cancel:hover {
    border-color: #747ca9;
    background-color: #747ca9;
}
.panel-dark > .panel-heading {
    background-color: #111635 !important;
    border-color: #111635;
}
.light{
    color: #a5b4bf !important;
}
.light-blue{
    color: #7499c5 !important;
}

.bg-dark{
    background-color: #181932 !important;
}
.bg-dark-blue{
    background-color: #171D44 !important;
}
.bg-dark-panel{
    background-color: #292a50 !important;
    box-shadow: inset 0px 4px 5px 0px #141b4236;
}
/***
/*Field management
/***/
.field-list .sortable-placeholder{
    background-color: #bbc3da;
}
.field-list tbody tr{
    background-color: white;
    border-top: 1px solid #ebebeb;
}
.field-list td{
    padding-top: 15px;
}
.field-list .form-group{
    margin-bottom: 0px !important;
}
.field-list input{
    width: 85%;
    margin: 0;
    display: inline;
    max-width: 300px;
    border: 1px solid #a7a7a7;
}
.field-list span.switchery{
    margin-top: 5px;
}
.subfix-as-block .subfix{
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    color: #b4b4c8;
}
.subfix-label{
    color: #b4b4c8;
    font-weight: 500;
}
.list-drag-button{
    cursor: move;
    font-size: x-large;
    color: #757575;
    margin-top: 7px;
}
.add-custom-field-button{
    margin-top: 15px;
}
.help-block{
    display: block;
    color: #f44336;
}

/***/
/*Look and feel
/* GENERAL
/***/
.content-overlay{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #05060afa;
    opacity: 0;
    z-index: 1000;
    display: none;
}
.primary-bg-gradient{
    background: #3f51b5;
    background: -webkit-linear-gradient(to right, #3f51b5, #7c1f82);
    background: linear-gradient(to right, #3f51b5, #7c1f82);
}

/***/
/*Look and feel
/* DASHBOARD
/***/
.select-in-header {
    /*background: #00bcd4;
    background: -webkit-linear-gradient(to right, #00bcd4, #3f51b5);
    background: linear-gradient(to right, #00bcd4, #3f51b5);*/
    background: #3f51b5;
    background: -webkit-linear-gradient(to right, #3f51b5, #7c1f82);
    background: linear-gradient(to right, #3f51b5, #7c1f82);
    color: white;
    border-radius: 4px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 0px;
}
.select-in-header:hover button{
    box-shadow: 0px 2px 5px 1px rgba(41, 90, 112, 0.25) !important;
}
#m2mSubs .ct-series-b .ct-line,
#m2mSubs .ct-series-b .ct-point,
#m2mVisits .ct-series-b .ct-line,
#m2mVisits .ct-series-b .ct-point{
    stroke: white;
}
#m2mSubs .ct-series-a .ct-line,
#m2mSubs .ct-series-a .ct-point,
#m2mVisits .ct-series-a .ct-line,
#m2mVisits .ct-series-a .ct-point{
    stroke: #ff8b2d;
}
#m2mSubs .ct-series-a .ct-point:last-child,
#m2mVisits .ct-series-a .ct-point:last-child {
    -webkit-animation: exploding-stroke 1s ease-out infinite;
    -o-animation: exploding-stroke 1s ease-out infinite;
    animation: exploding-stroke 1s ease-out infinite;
}
#m2mSubs .ct-series-a .ct-line,
#m2mVisits .ct-series-a .ct-line {
    -webkit-animation: dashoffset 1s linear infinite;
    -o-animation: dashoffset 1s linear infinite;
    animation: dashoffset 1s linear infinite;
    fill: none;
    stroke-width: 4px;
    stroke-dasharray: 5px;
}
#m2mSubs .ct-label{
    color: #ef9a9a !important;
}

#m2mVisits .ct-label{
    color: #90caf9 !important;
}
.impersonate-button {
    position: fixed;
    z-index: 1500;
    bottom: 7px;
    margin-left: 10px !important;
}
.impersonate-button .btn{
    background-color: #4052b6d6;
    border-color: #4052b6d6;
    color: whitesmoke;
}
.account-bar.show .dropdown-toggle:after{
    transform: rotateY(180deg) !important;
}
.table .card-view .btn-group{
    float: right;
}
.table .card-view .btn-group .btn-default{
    color: #fff;
    border-color: #2f3d88;
    background-color: #32408f;
    background-image: none;
}
.table .card-view .btn-group .btn-primary.focus,
.table .card-view .btn-group .btn-primary:focus,
.table .card-view .btn-group .btn-default:hover {
    color: #fff;
    border-color: #5c6bc0;
    background-color: #5c6bc0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.manager-container {
    color: #6c7aa0;
}
#right .detail_img i {
    color: #75828b;
}
#portalActivationTemplateForm .btn-select {
    color: #757575;
    border-color: #eee !important;
    background-color: #eee;
    -webkit-box-shadow: none;
    box-shadow: none;
}
@media only screen and (min-width : 1921px){

}

@media only screen and (max-width : 1440px){
    .hidden-1440-down{
        display: none;
    }
    .analytics-box-title{
        font-size: 16px;
        margin-top: 4px;
    }
    .row.less-space>[class*=col-] {
        padding-right: 7px;
        padding-left: 7px;
    }
    .row.less-space>[class*=col-]>.card {
        margin-bottom: 15px;
    }
}
@media only screen and (min-width : 1440px){

}

@media only screen and (min-width : 1200px) and (max-width : 1440px){

}

@media only screen and (min-width : 1200px){

}

@media only screen and (max-width: 1199px){
    .site-menubar-fold .page, .site-menubar-fold .site-footer, .page-header-top {
        margin-left: 0px;
    }
    .page-header-top {
        width: calc(100% - 0px);
    }
    .site-navbar{
        z-index: 1200;
    }
    .page-aside{
        z-index: 1100;
        border-right: none !important;
    }
    .content-boxed .content-overlay{
        display: block;
        opacity: 0.6;
    }
    .initial-load .page-aside,
    .initial-load .site-navbar,
    .initial-load .content-overlay
    {
        display: none;
    }

}

@media only screen and (min-width: 992px) and (max-width: 1199px){

}

@media only screen and (min-width: 992px){


}

@media only screen and (max-width: 991px) {

}

@media only screen and (min-width: 768px) and (max-width: 991px){

}

@media only screen and (min-width: 768px) {

}

@media only screen and (max-width: 767px) {
    .page-header-actions{
        top: 0px;
        padding-top: 6px;
        padding-right: 15px;
        padding-left: 10px;
        left: 0px;
        float: left;
    }
    .page.pageWithHeader{
        padding-top: 86px;
    }
    .page-header-top{
        padding-left: 23px;
    }
    .header-title{
        padding-left: 65px;
    }
    .header-actions{
        padding-right: 6px;
    }
    #piwik-frame {
        padding-top: 30px;
    }
    .bootstrap-table .search{
        width: 100%;
        margin-top: 0px !important;
    }
}

@media only screen and (max-width : 480px) {

}

@media only screen and (max-width : 320px) {

}
