* {
    font-family: Arial;
    /*font-size: medium;*/
}

body {
    background-color: #E5E6E7;
}

/* HEADER*/
header {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
}

.chartBox {
    margin-left: 0.5% !important;
    margin-right: 0.5% !important;
}

    .chartBox.span12 {
        width: 98.5%;
    }

.saveFormButton {
}

.chartContainer {
    overflow: hidden;
    padding-left: 1%;
    padding-right: 1%;
    padding-bottom: 1%;
}

    .chartContainer > .row-fluid > .span6 > .row-fluid {
        margin-left: 0px;
        padding-left: 0px;
    }

#headerTopLine {
    /*background-color: #F58634;*/
    background-color: #FAA842;
    height: 10px;
}

.headerContainer {
    min-height: 60px;
    padding: 0 15px 0 0;
    color: white;
    font-size: medium;
    background-color: #5F7994;
}

.DatepickerDash {
    font-size: 9px !important;
    width: 19px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
}

.top-nav {
    padding: 0px 15px;
}

.buttoncampaignRequest {
    display: inline-block;
    border-radius: 4px;
    background-color: #f4511e;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 13px;
    padding: 4px;
    width: 20px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
}

.TextareaCampaignRequest {
    max-width: 628px;
    min-width: 628px;
    max-height: 134px;
    min-height: 134px
}

.buttoncampaignRequest span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.center {
    margin: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -0%);
}


.buttoncampaignRequest span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -7px;
    transition: 0.5s;
}

.buttoncampaignRequest:hover span {
    padding-right: 8px;
}

    .buttoncampaignRequest:hover span:after {
        opacity: 1;
        right: 0;
    }

.top-nav > li {
    display: inline-block;
    float: left;
}

    .top-nav > li > a {
        padding-bottom: 10px;
        line-height: 20px;
        color: #ffffff;
    }

        .top-nav > li > a:hover,
        .top-nav > li > a:focus,
        .top-nav > .open > a,
        .top-nav > .open > a:hover,
        .top-nav > .open > a:focus {
            color: #fff;
            background-color: #5F7994;
        }

.top-nav > .open > .dropdown-menu {
    float: left;
    position: absolute;
    margin-top: 0;
    border: 1px solid rgba(0,0,0,.15);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

    .top-nav > .open > .dropdown-menu > li > a {
        white-space: normal;
    }

.headerContainer > ul > li > a > i.circle {
    border-radius: 50%;
    color: #fff;
    text-align: center;
    background-color: #fff;
    padding: 08px;
    color: #a9a9a9;
}

.headerContainer > ul > li.dropdown > a > b {
    font-size: x-large;
}

.nav .caret, .caret:hover {
    border-top-color: white;
    border-bottom-color: white;
}

.caret {
    border-top: 8px solid transparent;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

#logo-container {
    height: 60px;
    float: left;
    width: 260px;
    background: #33485D;
}

.logo img {
    width: 190px;
    margin-top: -11px;
    margin-left: 30px;
}

/*sidebar navigation*/
#sidebar {
    width: 260px;
    height: 100%;
    position: fixed;
    background: #33485D;
    border: 1px solid #4E5A62;
}

#nav-accordion > li {
    margin: 0px;
}

    #nav-accordion > li.mt > a > i, #nav-accordion > li.sub-menu.dcjq-parent-li > a > i, #nav-accordion > li.sub-menu.dcjq-parent-li > ul > li > a > i {
        float: right;
        margin-right: 15px;
    }

ul.sidebar-menu, ul.sidebar-menu li ul.sub {
    padding: 0;
}

ul.sidebar-menu {
    margin-top: 20px;
}


#sidebar .sub-menu > .sub li > a {
    padding-left: 32px;
}


#sidebar > ul > li > ul.sub {
    display: none;
}

ul.sidebar-menu li ul.sub li {
    background: #5F7994;
    margin: 0;
}

    ul.sidebar-menu li ul.sub li:last-child {
        border-radius: 0 0 4px 4px;
        -webkit-border-radius: 0 0 4px 4px;
    }

    ul.sidebar-menu li ul.sub li a:hover {
        color: #606062;
        background: #F5D3BA;
    }

    /**********************/
    ul.sidebar-menu li ul.sub li.active a {
        color: #F58634;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: block;
    }

ul.sidebar-menu li.sub-menu, ul.sidebar-menu li {
    line-height: 15px;
}

    ul.sidebar-menu li a {
        color: white;
        font-size: large;
        text-decoration: none;
        display: block;
        padding: 15px 0px 10px 10px;
        outline: none;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
        border-bottom: 1px solid #4E5A62;
    }

        ul.sidebar-menu > li.active, ul.sidebar-menu li a:hover, ul.sidebar-menu li a:focus {
            /*background: #F58634;*/
            background: #FAA842;
            color: #fff;
            display: block;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

ul.sidebar-menu > li > ul.sub > li a.active {
    background: #F5D3BA !important;
    color: #606062;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.chartHeader {
    color: #666666;
    height: 28px;
    border: #dddddd 1px solid;
    padding-top: 5px;
    margin-top: 14px;
    margin-bottom: 0px;
    background-color: #f5f5f5;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.input-mini {
    height: 12px;
    font-size: 10.5px;
    line-height: 0px;
    font-family: "wilaen font";
    color: #666666;
}

.chartFilter {
    font-size: 10.5px;
    padding-right: 5px;
    color: #666666;
}

.charts {
    overflow: hidden;
    border: 1px solid #dddddd;
}

.pagination {
    margin: 0px 0px 0px 5px;
    color: #666666 !important;
}

    .pagination > ul > li > a {
        color: #666666;
    }
/* MAIN CONTENT CONFIGURATION */
#main-content {
    margin-left: 260px;
    margin-top: 70px;
}

.wrapper {
    display: inline-block;
    padding-bottom: 15px;
    width: 100%;
}

.icontrue {
    color: #3b83c1 !important;
    font-size: 1.93333333em !important;
    line-height: 1em !important;
}

.iconfalse {
    color: #84898e !important;
    font-size: 1.93333333em !important;
    line-height: 1em !important;
}
/** Title page and breadcrumb*/
.content-header {
    background-color: white;
    border: 1px solid #D0D2D4;
    height: 50px;
    margin-bottom: 10px;
    padding-top: 8px;
    font-size: x-large;
    color: #A9ABAE;
}

.navigation, .navigation > a {
    padding-top: 7px;
    font-size: large;
    color: #A9ABAE;
}

label {
    color: #A9ABAE;
    text-align: left !important;
}

.btn-left {
    margin-right: 5px;
    margin-left: auto;
}

.btn-right {
    margin-left: 5px;
    margin-right: auto;
}

#blank-page-background {
    min-height: 90%; /* Fallback for browsers do NOT support vh unit */
    min-height: 80vh; /* These two lines are counted as one :-)       */
    display: flex;
    padding-left: 300px;
    align-items: center;
}

/*** TABLE STYLE*/
table > thead > tr {
    background-color: #5F7994;
    color: white;
    border: 1px solid #BBBDBF;
}

    table > thead > tr > th {
        text-align: center;
    }

td, th {
    padding: 5px;
    border: 1px solid #9B9C9E;
}

table > tbody > .even {
    background-color: #DAE0E6;
}

table > tfoot {
    display: none;
}

#AdminAggregationPartnerContainer {
    overflow-x: scroll;
}

.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
    border: 1px solid white;
}

.bootstrap-datetimepicker-widget table th {
    border: 1px solid #5F7994;
}

.tablePanel {
    overflow-x: scroll;
}

/** TABS STYLE*/
.panel-heading {
    background-color: #F5D3BA !important;
    padding-bottom: -1px;
    height: 42px;
    border-radius: 0px;
}

    .panel-heading > .form-inline {
        float: left;
    }

    .panel-heading > div > div > label {
        color: white;
        font-weight: normal;
        font-size: larger;
    }

    .panel-heading > div > div > select {
        color: gray;
        font-weight: normal;
        font-size: larger;
        height: 30px;
        padding: 0px;
        margin-top: -2px;
    }

    .panel-heading > .nav {
        float: right;
    }

.SMSPush {
    float: Left !important;
}

.panel-heading > ul > li > a {
    padding: 5px 15px;
}

.panel-heading > ul > li > a {
    background-color: #F58634;
    border: 1px solid #A6A9AB;
    color: white;
}

.panel-heading > .form-group {
    float: left;
}

.panel-heading > ul > li.active > a, .panel-heading > ul > li > a:hover, .panel-heading > ul > li.active > a:hover {
    background-color: white;
    border: 1px solid #A6A9AB;
    border-bottom: 0px;
    color: #A6A9AB;
}

.panel-heading > ul > li {
    margin-right: -2px;
}

.panel-body {
    padding: 35px;
    min-height: 700px;
}

/*LOGIN CONFIGURATION PAGE*/
.form-login {
    max-width: 330px;
    margin: 100px auto 0;
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

    .form-login h2.form-login-heading {
        margin: 0;
        padding: 25px 20px;
        text-align: center;
        background: #33485D;
        border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        color: #fff;
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 300;
    }

.login-wrap {
    padding: 20px;
}

    .login-wrap .registration {
        text-align: center;
    }

.login-social-link {
    display: block;
    margin-top: 20px;
    margin-bottom: 15px;
}

.btn-facebook {
    background-color: #f1783c;
    color: white;
}

.operatorList {
    margin-bottom: 25px;
    margin-top: 0px;
    width: 160px;
    height: 31px;
    border-color: #F58634;
    display: inline-flex;
    align-content: center;
}

.operatorListCampaign {
    margin-bottom: 25px;
    margin-top: 0px;
    width: 232px;
    height: 31px;
    border-color: #F58634;
    display: inline-flex;
    align-content: center;
}

.ProviderListCampaign {
    margin-bottom: 25px;
    margin-top: 0px;
    width: 290px;
    height: 31px;
    border-color: #F58634;
    display: inline-flex;
    align-content: center;
}

.dropdown-content {
    border-color: #F58634;
    display: inline-flex;
    align-content: flex-start;
}

.contentList {
    margin-bottom: 25px;
    margin-top: 0px;
    width: 300px;
    height: 31px;
    border-color: #F58634;
    display: inline-flex;
    align-content: flex-start;
    text-align: right;
}

.operatorLabel {
    font-size: 1.5em;
    margin-top: 3px;
    margin-left: 5px;
    margin-right: 5px;
    color: black;
}

.campaignTypeLabel {
    font-size: 1.5em;
    margin-top: 3px;
    margin-left: 5px;
    margin-right: 5px;
    color: white;
}

.campaignTypeList {
    margin-bottom: 25px;
    width: 130px;
    height: 28px;
    border-color: #F58634;
    display: inline-flex;
    align-content: center;
}

.campaignType-container {
    display: inline-block;
    height: 42px;
}
/*.partial{
   margin-top:10px;
   margin-left:10px;
   margin-right:10px;
   margin-bottom:30px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    border-top-left-radius: 40px ;
    border-top-right-radius: 40px ;
     border-top: 2px solid #F58634;
    border-left: 2px solid #F58634;
     border-bottom: 2px solid #F58634;
    border-right: 2px solid #F58634;
}*/
.content-wrapper {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-top: 2px solid #F58634;
    border-left: 2px solid #F58634;
    border-bottom: 2px solid #F58634;
    border-right: 2px solid #F58634;
    display: inline-block;
    padding-bottom: 55px;
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
    width: 100%;
}

.operator {
    overflow-x: hidden;
}

.control-label {
    border-spacing: 15px;
}

.hidden {
    display: none;
}



tr.selected {
    background-color: #b0bed9 !important;
}

.searchStile {
    background-color: #f1eeee;
    padding: 10px 10px;
}


.hideElement {
    display: none;
}

.cc-padding {
    padding: 15px !important;
}

.footerContainer {
    position: fixed;
    bottom: 0;
    min-height: 60px;
    padding: 0 0px 0 0;
    color: black;
    text-align: center;
    background-color: #f8f8f8;
}

.cc-callcenter-button {
    padding: 4% 11%;
    margin: 23px 0px 0px 28px;
}

.cc-callcenter-button-new {
    padding: 4% 11%;
    margin: -3px 0px 0px 28px;
}

.DetailsTitle {
    font: bold 14px arial;
}

.DetailsTitle2 {
    font: bold 14px arial;
    color: green;
}

.fondInfo {
    position: absolute;
    padding-top: 85px;
    top: 10%;
    left: 5%;
    right: 0;
    bottom: 0;
}

.glyphicon.glyphicon-noactive.CursorPointer {
    cursor: pointer !important;
}

.glyphicon.glyphicon-active {
    cursor: default !important;
}

    .glyphicon.glyphicon-active.CursorPointer {
        cursor: pointer !important;
    }

.glyphicon-active:before {
    content: "\e013";
    color: #5cb85c;
}

.glyphicon-noactive:before {
    content: "\e014";
    color: #d9534f;
}

.form-control-Error {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #bd1212;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
/*section Loading*/
.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('images/Loading.gif') center no-repeat #fff;
    opacity: 0.6;
}

.clubTable {
    width: 80%;
}

.checkBoxSMS {
    webkit-box-shadow: none;
    box-shadow: none;
    padding-right: 0;
    padding: 0;
    margin: 0;
    width: 20px;
    height: 20px;
}

.radiobutton {
    height: 20px;
    width: 20px;
    margin-top: -2px;
}

.labelSMSPush {
    color: #737373 !important;
    font-size: 16px;
    font-weight: bold;
}

.buttonblue {
    margin-left: 10px;
    color: white;
}

.slow_warning {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    background-color: rgba(43, 85, 69, 0.2);
}

.loading-gif {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: .8em 1.2em;
    color: white;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.buttongray {
    color: #000;
    margin-right: 10px;
    background-color: #b8b9b8;
    border-color: #b8b9b8;
}

.bouton-image:before {
    content: "";
    width: 26px;
    height: 26px;
    display: inline-block;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
}

.disable {
    pointer-events: none;
    opacity: 0.4;
}

.monBouton:before {
    background-image: url(https://img.icons8.com/flat_round/20/000000/question-mark.png);
}

.checkBoxSMS input {
    webkit-box-shadow: none;
    box-shadow: none;
    height: 20px;
}

.wrappers {
    display: none;
}

.wrappersRed {
    display: none;
    color: red;
}

#wrapper {
    width: 400px;
    height: 300px;
    overflow-x: auto;
    overflow-y: auto;
}


.labelSMSPush label {
    color: #737373 !important;
    font-size: 16px;
    font-weight: bold;
    margin-top: 2px !important;
    margin-left: 10px !important;
}

.textBoxSMS h1 {
    margin-top: 10px !important;
    font-size: 14px !important;
    margin-left: 10px !important;
}

.textBoxSMS h2 {
    color: #A9ABAE !important;
    margin-top: -20px !important;
    font-size: 10px !important;
    margin-left: 10px !important;
}

.textBoxSMS h3 {
    margin-top: -5px !important;
    font-size: 10px !important;
    margin-left: 10px !important;
}

.textBoxSMS label {
    margin-top: 2px !important;
    font-size: 14px !important;
    margin-left: 10px !important;
}

.clubTableItem {
    padding-left: 10% !important;
}


.graphsContainer div {
    text-align: center;
    font-weight: bold;
}

.middleChart {
    height: 400px;
}

#selectcampaign {
    margin-top: -10px;
    margin-right: -20px !important;
    margin-left: -60px;
}

#paginationSection {
    padding-left: 40%;
    width: 59%;
}

.relatedTables table {
    width: 100% !important;
}

.emptyGraph {
    margin: auto;
    text-align: center;
    font-family: "Arial Black";
    font-size: 30px;
    font-weight: bolder;
    height: 130px !important;
    padding-top: 60px;
}

.pageBack {
    margin-right: 85%;
}

.form-text-value {
    display: block;
    width: 200px;
    height: 34px;
    font-size: 14px;
    color: #555;
    background-color: #eee;
    background-image: none;
    border-radius: 4px;
}
