/*body{margin-top:50px;}
.glyphicon { margin-right:10px; }
.panel-body { padding:0px; }
.panel-body table tr td { padding-left: 15px }
.panel-body .table {margin-bottom: 0px; }*/

/*.animate-show {*/
/*line-height: 20px;*/
/*opacity: 1;*/
/*padding: 10px;*/
/*border: 1px solid black;*/
/*background: white;*/
/*}*/

/*.animate-show.ng-hide-add, .animate-show.ng-hide-remove {
  transition: all linear 0.2s;
}*/

/*.animate-show.ng-hide {

  opacity: 0;

}*/

/*.ng-hide { display: none !important; }*/

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    /*color: rgb(255, 255, 255);
    background-color: rgb(57, 179, 215);*/
    border-color: rgb(38, 154, 188);
}

/*Animation*/

/*Pour les dropdownmenus avec une liste*/

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}


.sticky {
    position: sticky !important;
    position: -webkit-sticky !important;
    top: 85px;
}

.scrollable-dropdown-menu .dropdown-menu {
    max-height: 150px;
    overflow-y: auto;
}

.fade-animation-container {
    position: relative;
}

.my-fade-animation.ng-enter,
.my-fade-animation.ng-leave {
    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    transition: 0.1s linear all;
}

.my-fade-animation.ng-enter {
    z-index: 100;
    opacity: 0;
}

    .my-fade-animation.ng-enter.ng-enter-active {
        opacity: 1;
    }

.my-fade-animation.ng-leave {
    z-index: 101;
    opacity: 1;
}

    .my-fade-animation.ng-leave.ng-leave-active {
        opacity: 0;
    }

.sample-show-hide {
    transition: all linear 0.5s;
}

    .sample-show-hide.ng-hide {
        opacity: 0;
    }
/*End of animation*/

.highlight {
    border-color: red !important;
    border-width: 2px !important;
    border: 1px solid black;
}

.jumbo-curve {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.well-curve {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.roundBtn {
    height: 45px !important;
    width: 45px !important;
    border-radius: 45px !important;
    line-height: 45px !important;
}

    .roundBtn:hover {
        opacity: 0.5;
    }

    .roundBtn:active {
        opacity: 0.8;
    }

.tooltip {
    margin-left: 25px
}

.list-group-item:first-child {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.list-group-item:last-child {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

@media (min-width: 999px) {

    .panel-menu {
        display: none;
    }
}

.information {
    margin-bottom: 0px;
    background-color: white;
    box-shadow: 0 1px 5px 1px rgba(0,0,0,.05);
    border: 1px solid #b3b0b0;
    min-height: 20px;
    border-radius: 4px;
    padding: 25px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

.row-menu {
    background-color: #f5f5f5;
    border-radius: 5px;
    padding-top: 15px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border: 1px solid #b3b0b0;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

/* Wizard - progress bar with circles */


/*!  
 * SmartWizard v4.x
 * jQuery Wizard Plugin
 * http://www.techlaboratory.net/smartwizard
 *
 * Created by Dipu Raj
 * http://dipuraj.me
 *
 * Licensed under the terms of MIT License
 * https://github.com/techlab/SmartWizard/blob/master/LICENSE
 */

/* SmartWizard Theme: Arrows */
.sw-theme-arrows {
    border-radius: 5px;
    border: 1px solid #ddd;
}

    .sw-theme-arrows > .sw-container {
        min-height: 200px;
    }

    .sw-theme-arrows .step-content {
        padding: 0 10px;
        border: 0px solid #D4D4D4;
        background-color: #FFF;
        text-align: left;
    }

    .sw-theme-arrows .sw-toolbar {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 0 !important;
        border-radius: 5px;
    }

    .sw-theme-arrows > .sw-toolbar-top {
    }

    .sw-theme-arrows > .sw-toolbar-bottom {
    }

    .sw-theme-arrows > ul.step-anchor {
        display: block;
        border: 0;
        border-bottom: 1px solid #ddd;
        padding: 0px;
        background: #f5f5f5;
        border-radius: 5px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        list-style: none;
        overflow: hidden;
        /*margin: -1px -1px 0 -1px -1px;*/
    }

        .sw-theme-arrows > ul.step-anchor li + li:before {
            padding: 0;
        }

        .sw-theme-arrows > ul.step-anchor > li {
        }

    .sw-theme-arrows > .nav-tabs > li {
        width: 33%;
        float: left;
    }

    .sw-theme-arrows > ul.step-anchor > li > a, .sw-theme-arrows > ul.step-anchor > li > a:hover {
        color: #bbb;
        text-decoration: none;
        padding: 10px 0 10px 45px;
        position: relative;
        display: block;
        border: 0 !important;
        border-radius: 0;
        outline-style: none;
        background: #f5f5f5;
    }

        .sw-theme-arrows > ul.step-anchor > li > a:after {
            content: " ";
            display: block;
            width: 0;
            height: 0;
            border-top: 50px solid transparent;
            border-bottom: 50px solid transparent;
            border-left: 30px solid #f5f5f5;
            position: absolute;
            top: 50%;
            margin-top: -50px;
            left: 100%;
            z-index: 2;
        }

        .sw-theme-arrows > ul.step-anchor > li > a:before {
            content: " ";
            display: block;
            width: 0;
            height: 0;
            border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
            border-bottom: 50px solid transparent;
            border-left: 30px solid #ddd;
            position: absolute;
            top: 50%;
            margin-top: -50px;
            margin-left: 1px;
            left: 100%;
            z-index: 1;
        }

    .sw-theme-arrows > ul.step-anchor > li:first-child > a {
        padding-left: 15px;
    }

    .sw-theme-arrows > ul.step-anchor > li > a:hover {
        color: #bbb;
        text-decoration: none;
        outline-style: none;
        background: #f5f5f5;
        border-color: #f5f5f5;
    }

        .sw-theme-arrows > ul.step-anchor > li > a:hover:after {
            border-left-color: #f5f5f5;
        }

    .sw-theme-arrows > ul.step-anchor > li > a:hover {
        color: #bbb;
        text-decoration: none;
        outline-style: none;
        background: #ffc107;
        border-color: #ffc107
    }

        .sw-theme-arrows > ul.step-anchor > li > a:hover:after {
            border-left-color: #ffc107
        }


    .sw-theme-arrows > ul.step-anchor > li > a small {
    }

    .sw-theme-arrows > ul.step-anchor > li.clickable > a:hover {
        color: #4285F4 !important;
        background: #46b8da !important;
    }

    .sw-theme-arrows > ul.step-anchor > li.active > a {
        border-color: #5bc0de !important;
        color: #fff !important;
        background: #5bc0de !important;
    }

        .sw-theme-arrows > ul.step-anchor > li.active > a:after {
            border-left: 30px solid #5bc0de !important;
        }

    .sw-theme-arrows > ul.step-anchor > li.done > a {
        border-color: #5cb85c;
        color: #fff;
        background: #5cb85c;
    }

        .sw-theme-arrows > ul.step-anchor > li.done > a:after {
            border-left: 30px solid #5cb85c;
        }

    .sw-theme-arrows > ul.step-anchor > li.danger > a {
        border-color: #d9534f !important;
        color: #d9534f !important;
        background: #fff !important;
    }

    .sw-theme-arrows > ul.step-anchor > li.disabled > a, .sw-theme-arrows > ul.step-anchor > li.disabled > a:hover {
        color: #eee !important;
    }

/* Responsive CSS */
@media screen and (max-width: 660px) {
    .sw-theme-arrows > ul.step-anchor {
        border: 0;
        background: #ddd !important;
    }

    .sw-theme-arrows > .nav-tabs > li {
        float: none !important;
        margin-bottom: 0;
        width: 100%;
    }

    .sw-theme-arrows > ul.step-anchor > li > a, .sw-theme-arrows > ul.step-anchor > li > a:hover {
        padding-left: 15px;
        margin-right: 0;
        margin-bottom: 1px;
    }

        .sw-theme-arrows > ul.step-anchor > li > a:after, .sw-theme-arrows > ul.step-anchor > li > a:before {
            display: none;
        }
}

/* Loader Animation
Courtesy: http://bootsnipp.com/snippets/featured/loading-button-effect-no-js
*/
@-webkit-keyframes ld {
    0% {
        transform: rotate(0deg) scale(1);
    }

    50% {
        transform: rotate(180deg) scale(1.1);
    }

    100% {
        transform: rotate(360deg) scale(1);
    }
}

@-moz-keyframes ld {
    0% {
        transform: rotate(0deg) scale(1);
    }

    50% {
        transform: rotate(180deg) scale(1.1);
    }

    100% {
        transform: rotate(360deg) scale(1);
    }
}

@-o-keyframes ld {
    0% {
        transform: rotate(0deg) scale(1);
    }

    50% {
        transform: rotate(180deg) scale(1.1);
    }

    100% {
        transform: rotate(360deg) scale(1);
    }
}

@keyframes ld {
    0% {
        transform: rotate(0deg) scale(1);
    }

    50% {
        transform: rotate(180deg) scale(1.1);
    }

    100% {
        transform: rotate(360deg) scale(1);
    }
}

.sw-theme-arrows > ul.step-anchor > li.loading:before {
    content: '';
    display: inline-block;
    position: absolute;
    background: transparent;
    border-radius: 50%;
    box-sizing: border-box;
    border: 2px solid #fff;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #4285f4;
    border-right-color: #4285f4;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
    width: 32px;
    height: 32px;
    z-index: 99;
    -webkit-animation: ld 1s ease-in-out infinite;
    -moz-animation: ld 1s ease-in-out infinite;
    -o-animation: ld 1s ease-in-out infinite;
    animation: ld 1s ease-in-out infinite;
}

/*!  
 * SmartWizard v4.x
 * jQuery Wizard Plugin
 * http://www.techlaboratory.net/smartwizard
 *
 * Created by Dipu Raj
 * http://dipuraj.me
 *
 * Licensed under the terms of MIT License
 * https://github.com/techlab/SmartWizard/blob/master/LICENSE
 */

/* SmartWizard Basic CSS */
.sw-main {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}

    .sw-main .sw-container {
        display: block;
        margin: 0;
        padding: 0;
        overflow: hidden;
        position: relative;
    }

    .sw-main .step-content {
        display: none;
        position: relative;
        margin: 0;
    }

    .sw-main .sw-toolbar {
        margin-left: 0;
    }

.scroller_anchor {
    height: 0px;
    margin: 0;
    padding: 0;
}

.scroller {
    background: #FFF;
    border: 1px solid #CCC;
    margin: 0 0 10px;
    z-index: 100;
    height: 50px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    width: 960px;
}

.dnnFormMessage.dnnFormWarning {
    display: none;
}

.full button span {
    background-color: limegreen;
    border-radius: 32px;
    color: black;
}

.partially button span {
    background-color: orange;
    border-radius: 32px;
    color: black;
}

@media (min-width: 1850px) and (max-width:3560px) { /* portait/vertical */ /* desktop */
    .resizable-table-md {
        margin-left: 25%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .resizable-table-lg {
        margin-left: 10%;
        flex: 0 0 80%;
        max-width: 80%;
    }
}

@media (min-width: 991px) and (max-width:1849px) { /* portait/vertical */ /* desktop */
    .resizable-table-md {
        margin-left: 20%;
        flex: 0 0 60%;
        max-width: 60%;
    }
    .resizable-table-lg {
        margin-left: 5%;
        flex: 0 0 90%;
        max-width: 90%;
    }
}

@media (max-width: 990px) { /* landscape/horizontal */ /* mobile device */
    .resizable-table-md {
        margin-left: 10%;
        flex: 0 0 80%;
        max-width: 80%;
    }
    .resizable-table-lg {
        margin-left: 5%;
        flex: 0 0 90%;
        max-width: 90%;
    }
}

fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend.scheduler-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.ng-leave {
    display: none;
}

.hr-text {
    border: 0;
    line-height: 1em;
    position: relative;
    text-align: center;
    height: 1.5em;
    font-size: 14px;
    background-image: none;
}
    

.hr-text::before {
    content: "";
    background: linear-gradient(to right, transparent, black, transparent);
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
}

.hr-text::after {
    content: attr(data-content);
    position: relative;
    padding: 0 7px;
    line-height: 1.5em;
    color: black;
    background-color: #F5F5F5;
}