@import url(https://fonts.googleapis.com/css?family=Cabin:400,700);
@import url("icon.css");

body{
    font-family: Cabin,serif;
    background-color: #e1e8ef;
}

a {
    color: #7a7a7a;
    text-decoration: none;
}

:focus {
    outline: none;
}
#sub_menu > ul{
    background-color: white;
}

.text-primary {
    color: #296ed3;
}
.text-success {
    color: #139962;
}
.text-danger {
    color: #932424;
}

a:hover,
a:focus{
    color: #1e1e1e;
    text-decoration: none;
}
.page-header{
    margin: 20px 0 20px;
}

.eg-jumbotron{
    background-color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 15px;
}


#header_bar{
    background-color: #00266a;
    height: 50px;
    color: #fff;
    padding: 12px 15px;
}

#header_bar .dropdown-menu{
    color: #333;
}

#header_bar > div{
    position: absolute;
    right: 10px;
    top: 7px;
}

#header_bar a{
    /*padding-bottom: 11px;*/
    cursor: pointer;
    color: #fff;
}
#header_bar > a{
    margin-right: 20px;
}

/*
#header_bar > a:not(:first-child):hover,
#header_bar > a:not(:first-child).active{
    border-bottom: 3px solid white;
}
*/

#header_bar .dropdown-menu{
    top: 8px;
    right: 14px;
}
#header_bar .dropdown-menu>li>a{
    color: #333;
}

#header_bar + div + div{
    height: calc(100vh - 100px);
}

#header_bar .dropdown-toggle{
    background-color: #00266a;
    border-radius: 50%;
    width: 33px;
    height: 33px;
    display: inline-block;
}
#header_bar .dropdown-toggle [class^="flaticon-"]:before,
#header_bar .dropdown-toggle [class^="flaticon2-"]:before{
    margin-left: 5px;
}

#header_bar .open{
    position: relative;
}
#header_bar .open>.dropdown-toggle{
    background-color: #296ed3;
    z-index: 1001;
    position: relative;
}

.dropdown-menu li:not(:last-child){
    border-bottom: 1px solid #cccfd6;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus{
    background-color: transparent;
}


#type_account .btn{
    margin-top: -2px;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus{
    background-color: transparent;
    color: #333;
}

#sub_header{
    padding: 13px;
    border-bottom: 1px solid #cccfd6;
    font-size: 18px;
    height: 50px;
    background-color: #FFFFFF;
}

#sub_header a {
    margin-top: -7px;
    font-size: 16px;
}

#sub_header .btn.btn-secondary:active {
    box-shadow: none;
    -webkit-box-shadow: none;
}

html,body,.height-fluid{
    height:100%;
}


#sub_menu {
    padding-top: 15px;
    padding-left: 0;
    padding-right: 0;
    background-color: white;
    width: 10%;
}

#sub_menu + div{
    background-color: #e1e8ef;
    width: 90%;
}
#sub_menu .nav .nav-divider-vertical{
    height: 20px;
    margin-left: 27px;
    border-left: 1px solid #e5e5e5;
}

#sub_menu .nav>li>a{
    padding: 5px 15px;
    color: #7a7a7a;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
#sub_menu .nav>li.active>a{
    background-color: inherit;
    color: #296ED3;
    border-left: 3px solid #296ED3;
}

#sub_menu + div > .tab-content,
#sub_menu + div > .tab-pane > .tab-content{
    padding:20px;
}

.tab-evalandgo .nav.nav-pills{
    border-bottom: 1px solid #cccfd6;
    padding: 0 20px;
}
.tab-evalandgo .nav.nav-pills > li > a{
    color: #7a7a7a;
    border-radius: inherit;
    border-bottom: 3px solid transparent;
    padding: 10px 15px;
}
.tab-evalandgo .nav.nav-pills > li > a.other{
    font-size: 12px;
}
.tab-evalandgo .nav.nav-pills > li.border-vertical > span{
    border-right: 1px solid #cccfd6;
    width: 0;
    height: 40px;
    display: block;
    margin: 7px;
    bottom: 0;
    top: 0;
    position: relative;
}
.tab-evalandgo .nav.nav-pills > li > a.disabled
{
    color: #aaa !important;
    cursor: default;
}
.tab-evalandgo .nav.nav-pills > li.active > a{
    background-color: inherit;
    color: #296ED3;
    border-color: #296ED3;
}
.tab-evalandgo .nav.nav-pills > li:not(.active) > a:hover,
.tab-evalandgo .nav.nav-pills > li:not(.active) > a:focus{
    color: #1e1e1e;
    background-color: inherit;
}
.tab-evalandgo .nav .open>a,
.tab-evalandgo .nav .open>a:hover,
.tab-evalandgo .nav .open>a:focus{
    background-color: transparent;
}
/*
.tab-evalandgo [class^="flaticon-"]:before,
.tab-evalandgo [class*=" flaticon-"]:before,
.tab-evalandgo [class^="flaticon-"]:after,
.tab-evalandgo [class*=" flaticon-"]:after {
    font-size: 18px;
    vertical-align: sub;
    margin-left: 0;
}*/

.clickable, .option-edit-view {
    cursor: pointer;
}

    /*** SHADOWS ***/
#survey_folders, #table-survey,
.tab-pane .content-tab-pane,
.eg-jumbotron .tab-pane {
    box-shadow: 0px 1px 2px 1px rgba(119, 119, 119, 0.1);
}
/**************/

.menu-sub-tab{
    background-color: white;
    padding: 0;
    border-radius: 5px;
    box-shadow: 0px 1px 2px 1px rgba(119, 119, 119, 0.1);
}

.menu-sub-tab .page-header{
    margin: 13px 12px;
    border: none;
    padding:0;
    text-transform: uppercase;
}
.menu-sub-tab .panel-group .panel{
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit;
    border: none;
    border-top: 1px solid #cccfd6;
}
.menu-sub-tab .panel-group .panel-title{
    font-size:14px;
}
.menu-sub-tab .panel-group .panel+.panel{
    margin:0;
}

.menu-sub-tab .panel-default>.panel-heading{
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit;
}

.menu-sub-tab .panel-group{
    margin-bottom:0;
}

.menu-sub-tab + .tab-content{
    padding-right: 0;
    height: 100%;
}
.menu-sub-tab + .tab-content > .tab-pane{
    height: 100%;
    background-color: white;
    border-radius: 5px;
    padding-top: 15px;
    box-shadow: 0px 1px 2px 1px rgba(119, 119, 119, 0.1);
}

.menu-sub-tab .nav>li.active>a{
    background-color: inherit;
    color: #296ED3;
    border-left: 3px solid #296ED3;
}

.menu-library{
    background-color: white;
    padding: 0;
    border-radius: 5px;
}
.menu-library .nav>li.active>a{
    background-color: inherit;
    color: #296ED3;
    border-left: 3px solid #296ED3;
}

[class^='flaticon'] {
    margin-right: 3px;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after,
[class^="flaticon2-"]:before,
[class*=" flaticon2-"]:before,
[class^="flaticon2-"]:after,
[class*=" flaticon2-"]:after{
    font-size: 23px;
    vertical-align: sub;
    margin-left: 0;
}
a.other [class^="flaticon-"]:before,
a.other [class*=" flaticon-"]:before,
a.other [class^="flaticon-"]:after,
a.other [class*=" flaticon-"]:after,
a.other [class^="flaticon2-"]:before,
a.other [class*=" flaticon2-"]:before,
a.other [class^="flaticon2-"]:after,
a.other [class*=" flaticon2-"]:after{
    font-size: 18px;
}

.overflow-y{
    height: 100%;
    overflow-y: auto;
}


.btn {
    border-radius: 17px;
}
.btn-lg{
    border-radius: 23px;
    padding: 8px 16px;
}

.btn-primary{
    background-color: #296ed3;
    border-color: #296ed3;
}
.btn-success{
    background-color: #139962;
    border-color: #139962;
}
.btn-success:hover{
    background-color: #13a76e;
    border-color: #13a76e;
}
.btn-danger{
    background-color: #932424;
    border-color: #932424;
}
.btn-warning{
    background-color: #ce9d00;
    border-color: #ce9d00;
}


.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}




.table-evalandgo{
    background-color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.pagination{
    margin:0;
}





h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: Cabin,serif;
}



.list-group-item{
    padding: 8px 10px;
}


/***** LOADER ****/
.eg-loader {
    display: block;
    width: 64px;
    height: 64px;
    margin: auto;
}
.eg-loader:after {
    content: " ";
    display: block;
    width: 46px;
    height: 46px;
    margin: 1px;
    border-radius: 50%;
    border: 5px solid ;
    border-color: #296ed3 #d7e4e6 #d7e4e6 #d7e4e6;
    animation: eg-loader 1.2s linear infinite;
}
.eg-loader + .text{
    text-align: center;
}
@keyframes eg-loader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}





.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus{
    color: #7a7a7a;
    background-color: inherit;
}


.cache{
    display: none;
}



.feedback {
    position: relative;
    border: 1px solid;
    border-radius: 15px;
}
.feedback .no {
    position: absolute;
    top: 27px;
    right: 10px;
}
/* switch */

.row-switch{
    width:270px;
    max-width:1000px;
    height:35px;
    padding:0;
    margin: 5px auto 20px;
}

.row-switch .cell-switch{
    border: solid 1px rgba(0, 0, 0, 0.1);
    background-color:#fff;
    padding:1% 1%;
    border-radius:100px;
    width:100%;
    height:100%;
}

.switch {
    border-radius:100px;
    display:inline-block;
    transition: all 0.1s ease;
    height: 100%;
    width:100%;
    position: relative;
    text-transform: uppercase;
    background-color: #fff;
}

.switch-label{
    font-weight: initial;
    position: relative;
    z-index: 2;
    float: left;
    width: 50%;
    padding:6px 0px;
    font-size: 0.8em;
    letter-spacing: 2px;
    color:grey;
    text-align: center;
    cursor: pointer;
}

.switch-input {
    display: none;
}

.switch-input:checked + .switch-label {
    color: #fff;
}

.switch-input:checked + .switch-label-right ~ .slider {
    left: 50%;
}

.slider {
    border-radius:100px;
    position: absolute;
    left: 0%;
    width: 50%;
    height: 100%;
    background: #296ed3;
    -webkit-transition:  left .35s ease;
    -moz-transition: left .35s ease;
    -ms-transition: left .35s ease;
    -o-transition: left .35s ease;
    transition: left .35s ease;
}

.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn{
    height: 42px;
    padding: 8px 16px;
}

.fixed-table-toolbar{
    background-color: white;
    border-radius: 5px;
    margin-bottom: 15px;
    box-shadow: 0px 1px 2px 1px rgba(119, 119, 119, 0.1);
}
.fixed-table-toolbar:after{
    display: block;
    content: "";
    clear: both;
    box-shadow: 0px 1px 2px 1px rgba(119, 119, 119, 0.1);
}

.fixed-table-toolbar .bs-bars, .fixed-table-toolbar .columns, .fixed-table-toolbar .search{
    margin:0;
}


.fixed-table-toolbar .columns-right .btn{
    border: none;
}
.fixed-table-toolbar .columns-right .btn:hover,
.fixed-table-toolbar .columns-right .btn:focus{
    background-color: transparent;
}


.bootstrap-table .table {
    border-radius: 5px;
}

.bs-bars a{
    display: inline-block;
    height: 100%;
    padding: 0 10px;
    border-right: 1px solid #ccc;
}

.fixed-table-toolbar .search input,
.fixed-table-toolbar .search input:focus,
.fixed-table-toolbar .search input:hover{
    border:none;
    box-shadow: none;
}

.keep-open > button.dropdown-toggle,
.keep-open > button.dropdown-toggle:hover,
.keep-open > button.dropdown-toggle:focus,
.keep-open.open > button.dropdown-toggle,
.keep-open.open > button.dropdown-toggle:hover,
.keep-open.open > button.dropdown-toggle:focus{
    background-color: transparent;
    box-shadow: none;
    border:none;
}

.fixed-table-toolbar .columns label{
    padding:0;
}
.fixed-table-toolbar > div:not(:first-child){
    border-left:1px solid #ddd;
}



.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
    outline: none;
    outline-offset: 0;
}


table.table .th-sort {
    padding-left: 15px;
    position: relative;
    cursor: pointer;
}
table.table .th-sort:after{
    font-family:'FontAwesome';
    right: 10px;
    position: absolute;
}
.th-sort-unsorted:after{
    content: "\f0dc";
    color: #bababa;
}
.th-sort-desc:after{
    content: "\f0dd";
}
.th-sort-asc:after{
    content: "\f0de";
}

.truncate-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#notifButton{
    position: relative;
}

#notifButton > .red-point{
    background-color: red;
    height: 10px;
    width: 10px;
    position: absolute;
    border-radius: 50%;
    top: 3px;
    right: 6px;
}



.bootstrap-table table{
    background-color: white;
}

.tab-evalandgo + .tab-content{
    height:calc(100% - 57px);
}



.dropdown-menu .fa.fa-fw {
    margin-right: 4px;
}

/* ***** Cadenas ***** */
.fa.fa-lock{
    color:#ce9d00;
}
.btn.lock-feature:before,
.btn.limitPlan:before,
.dropdown-lock.lock-feature:before,
#questype_questions .panel-title > a.limitPlan:before{
    content: "\f023";
    font-family: FontAwesome;
    color: #ce9d00;
    margin-right: 8px;
}
.btn.btn-warning.lock-feature:before,
.btn.btn-warning.limitPlan:before{
    color: white;
}
.lock-feature [class*="flaticon-"],
.lock-feature [class*="flaticon2-"],
.lock-feature .fa{
    position: relative;
}

.lock-feature:not(.btn) [class*="flaticon-"]:after,
.lock-feature:not(.btn) [class*="flaticon2-"]:after,
.lock-feature:not(.btn):not(.truncate-text) .fa:after,
#questype_questions a.limitPlan:after{
    content: "\f023";
    font-family: FontAwesome;
    color: #ce9d00;
    line-height: 20px;
    width: 10px;
    display: inline-block;
    height: 15px;
    position: absolute;
    top: -10px;
    left: -4px;
    font-size: 0.9em !important;
}

#question_content .fa-floppy-o:after,
#question_content .fa-random:after{
    font-size: 0.6em !important;
    top: -10px;
}

#questype_questions a.limitPlan:after{
    top: 2px;
    left: 10px;
}

.checkbox.lock-feature{
    padding-top: 0;
}
.checkbox.lock-feature:after{
    content: "\f023";
    font-family: FontAwesome;
    color: #ce9d00;
    left: -4px;
    top: -6px;
    position: absolute;

}

.inputtext.lock-feature:after{
    content: "\f023";
    font-family: FontAwesome;
    color: #ce9d00;
    left: 9px;
    top: -6px;
    position: absolute;

}
/*.radio-inline.lock-feature{
    padding-top: 0;
}*/
.radio-inline.lock-feature:after{
    content: "\f023";
    font-family: FontAwesome;
    color: #ce9d00;
    left: -4px;
    top: -1px;
    position: absolute;

}
#questype_questions .panel-title > a.limitPlan{

}


/*
ul.nav-tabs > li > a.lock-feature:after, button.lock-feature:after, a.btn.lock-feature:after, .list-horizontal a.lock-feature:after {
    position: relative;
    float: inherit;
}
button.lock-feature:after, a.btn.lock-feature:after {
    top: -5px;
    margin-right: -10px;
}*/






.notifyjs-corner {
    position: fixed;
    margin: 5px;
    z-index: 1050;
}
.notifyjs-corner .notifyjs-wrapper,
.notifyjs-corner .notifyjs-container {
    position: relative;
    display: block;
    height: inherit;
    width: inherit;
    margin: 3px;
}
.notifyjs-wrapper {
    z-index: 1;
    position: absolute;
    display: inline-block;
    height: 0;
    width: 0;
}
.notifyjs-container {
    display: none;
    z-index: 1;
    position: absolute;
}
.notifyjs-hidable {
    cursor: pointer;
}
[data-notify-text],[data-notify-html] {
    position: relative;
}
.notifyjs-arrow {
    position: absolute;
    z-index: 2;
    width: 0;
    height: 0;
}




/***** ALERT *****/
.alert {
    position: relative;
    padding-left: 45px;
}
.alert:before {
    width: 34px;
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -17px;
}
.alert-pro-proplus{
    background-color: #ce9d00;
    color: #ffffff;
    border-radius: 30px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 18px;
}
.icon-alert-pro-proplus{
    margin-right: 10px;
    vertical-align: bottom;
}
.alert-danger{
    background-color: #ed2f3b;
    color: #ffffff
}
.alert-danger:before{
    content: url('/web/Resourcesrces/public/img/icons/Error.svg');
    display: inline-block;
    color: rgba(0, 0, 0, 0);;
}
.alert-success{
    background-color: #69c143;
    color: #ffffff
}
.alert-success:before{
    content: url('/web/Resourcesrces/public/img/icons/Validation.svg');
    display: inline-block;
    color: rgba(0, 0, 0, 0);;
}
.alert-warning{
    background-color: #e7b432;
    border-color: #dba51a;
    color: #ffffff
}
.alert-warning:before{
    content: url('/web/Resourcesrces/public/img/icons/Autres-warnning.svg');
    display: inline-block;
    color: rgba(0, 0, 0, 0);;
}









#accordion_data_private .panel-heading {
    padding:0;
}
#accordion_data_private .panel-heading a {
    padding: 10px 15px;
    display: block;
}


#questype_questions .panel-heading {
    padding:0;
}
#questype_questions .panel-heading  a {
    padding: 9px 15px;
    display: block;
    border: none;
}
#questype_questions .panel-heading  a:after {
    font-family: FontAwesome;
    content: "\f106";
    float: right;
    transition: all 0.5s;
    margin-right: -5px;
    position: unset;
    color: unset;
}
#questype_questions .panel-heading a.collapsed:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
#questype_questions .panel-collapse  a {
    border: none;
}
@media (min-width: 1450px) {
    #questype_questions .panel-collapse a.list-group-item:before {
        content: "\f107";
        font-family: Flaticon;
        color: #139962;
        display: inline-block;
        margin-right: 3px;
        font-size: 21px;
        font-weight: bold;
        float:right;
    }
}
#questype_questions .list-group-item > a > span{
    margin-right: 5px;
}



.btn.btn-lg [class^="flaticon-"]:before,
.btn.btn-lg [class*=" flaticon-"]:before,
.btn.btn-lg [class^="flaticon-"]:after,
.btn.btn-lg [class*=" flaticon-"]:after,
.btn.btn-lg [class^="flaticon2-"]:before,
.btn.btn-lg [class*=" flaticon2-"]:before,
.btn.btn-lg [class^="flaticon2-"]:after,
.btn.btn-lg [class*=" flaticon2-"]:after{
    font-size: 23px;
    vertical-align: unset;
}


.tab-evalandgo .nav.nav-pills > li > a.other{
    padding: 14px 15px;
}

.keep-open > .dropdown-menu li{
    padding:0;
    border: none;
}






.dialog-access .modal-header{
    background-color: #ce9d00;
    background-image: url('/Resourcesrces/public/img/upgrade-popup.png');
    background-size: contain;
    background-repeat: no-repeat;
    height: 152px;
    color: white;
    display: flex;
    align-items: center;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.dialog-access .modal-header > h2{
    margin: auto;
    text-align: center;
}

.dialog-access .modal-header > .close{
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 50px;
    opacity: 1;
    color: white;
    font-weight: normal;
    text-shadow: none;
}
.dialog-access .modal-body{
    padding: 30px;
}
.dialog-access .modal-body > p{
    text-align: center;
    font-size: 1.1em;
}
.dialog-access .modal-body > p:last-child{
    color: #bcb9b9;
    font-size: 0.9em;
    margin-top:10px;
}
.dialog-access .modal-body > h3{
    text-align: center;
    font-weight: bold;
    margin-bottom: 25px;
}
.dialog-access .modal-body > ul{
    padding-left: 115px;
}
.dialog-access .modal-body > ul > li{
    list-style: none;
    margin-top: 10px;
}
.dialog-access .modal-body > ul > li:last-child {
    margin-left: 28px;
    margin-bottom:30px;
}
.dialog-access .modal-body > ul > li:not(:last-child):before{
    font-family: Flaticon;
    content: "\f131";
    color: #14c126;
    margin-right: 10px;
    font-size: 18px;
}
.dialog-access .modal-body .text-success{
    color: #14c126;
}










@media screen and (max-width: 1400px) {
    #sub_header {
        padding: 8px;
        height: 38px;
        font-size: 16px;
    }

    #sub_header a {
        margin-top: -5px;
        font-size: 14px;
        line-height: 16px;
    }

    #header_bar + div + div {
        height: calc(100vh - 90px);
    }

    #header_bar > div {
        line-height: 1.8;
    }

    .list-group-item {
        padding: 5px 10px;
    }

    .tab-evalandgo .nav.nav-pills > li > a {
        padding: 2px 15px;
    }

    .tab-evalandgo .nav.nav-pills > li > a.other{
        padding: 2px 15px;
    }

    .tab-evalandgo .nav.nav-pills > li.border-vertical > span{
        height: 18px;
    }

    [class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after,
    [class^="flaticon2-"]:before, [class*=" flaticon2-"]:before, [class^="flaticon2-"]:after, [class*=" flaticon2-"]:after {
        font-size: 18px;
    }

    #sub_menu + div > .tab-content, #sub_menu + div > .tab-pane > .tab-content {
        padding: 10px 20px;
    }

    .lock-feature [class*="flaticon-"]:after,
    .lock-feature [class*="flaticon2-"]:after,
    .lock-feature .fa:after {
        top: -5px;
    }

    .tab-evalandgo + .tab-content{
        height:calc(100% - 32px);
    }

    .lock-feature:not(.btn) [class*="flaticon-"]:after,
    .lock-feature:not(.btn) [class*="flaticon2-"]:after,
    .lock-feature:not(.btn) .fa:after,
    #questype_questions a.limitPlan:after{
        top: -6px;
    }

    #header_bar .dropdown-toggle [class^="flaticon-"]:before,
    #header_bar .dropdown-toggle [class^="flaticon2-"]:before{
        margin-left: 7px;
    }
}

