html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    position: relative;
    overflow-x: hidden;
    background-color: #333;
}

body,
html {
    height: 100%;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: transparent;
}

.pagetitle {
    float: right;
    width: 100%;
    height: 45px;
    color: #fff;
    text-align: center;
    line-height: 16px;
	font-size:14px;
	padding: 8px 5px 0 20px;
}

.pagetitle>span{
	font-size:12px;
	font-weight:bold;
	
}

.sidebar-brand {
    margin-bottom: 30px;
}


/*
* some bootstrap stuff
*/

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-xs-12,
.col-xs-2,
.col-xs-10 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-2 {
    width: 16.66666667%;
    float: left;
}

.col-xs-10 {
    width: 83.33333333%;
    float: left;
}

.col-xs-12 {
    width: 100%;
}


/*
* animation
*/

.view-animate-container {
    position: relative;
    overflow: hidden;
}

.view-animate.ng-enter,
.view-animate.ng-leave {
    transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) .5s;
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* padding: 10px;*/
}

.view-animate.ng-enter {
    left: 100%;
}

.view-animate.ng-enter.ng-enter-active {
    left: 0;
}

.view-animate.ng-leave.ng-leave-active {
    left: -100%;
}


/*-------------------------------*/


/*           Wrappers            */


/*-------------------------------*/

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    min-height: 100%;
    position: relative;
    overflow: initial;
}

.bouton-signature {
    position: fixed;
    bottom: 4px;
    width: 100%;
    z-index: 9999;
    left: auto;
    right: auto;
}

#wrapper.toggled {
    padding-left: 220px;
    overflow: hidden;
}

#sidebar-wrapper {
    z-index: 1000;
    left: 220px;
    width: 0;
    height: 100%;
    margin-left: -220px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #1a1a1a;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sidebar-wrapper::-webkit-scrollbar {
    display: none;
}

.sidebar-nav li.user-panel {
    border: 0;
    padding: 15px 15px 15px 10px;
}

.sidebar-nav li.user-panel:before {
    background-color: transparent!important;
}

.fa {
    border-radius: 50%;
    width: 12px;
    height: 12px;
    display: inline-block;
}

.fa-circle:before {
    content: "";
    border-radius: 50%;
    width: 12px;
    height: 12px;
}

.fa-circle.text-success {
    background-color: #11c514;
    margin-right: 8px;
}

span.user-name {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #ddd;
}

#wrapper.toggled #sidebar-wrapper {
    width: 220px;
}

#page-content-wrapper {
    width: 100%;
    padding-top: 70px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -220px;
}

#wrapper.toggled>div.container {
    min-width: 360px;
}


/*-------------------------------*/


/*       Hamburger-Cross         */


/*-------------------------------*/

.hamburger,
.hamburger-back {
    position: absolute;
    top: 15px;
    z-index: 9999;
    display: block;
    width: 30px;
    height: 30px;
    margin-left: 0;
    background: transparent;
    border: none;
}

.hamburger:after,
.hamburger-back:after {
    content: '';
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, .5);
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: -2px;
    left: -7px;
    z-index: -1
}

.hamburger:hover,
.hamburger:focus,
.hamburger:active,
.hamburger-back:hover,
.hamburger-back:focus,
.hamburger-back:active {
    outline: none;
}

.hamburger.is_closed:before {
    content: '';
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is_closed:hover:before {
    opacity: 1;
    display: block;
    transform: translate3d(-100px, 0, 0);
    -webkit-transform: translate3d(-100px, 0, 0);
    transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is_closed .hamb-top,
.hamburger.is_closed .hamb-middle,
.hamburger.is_closed .hamb-bottom,
.hamburger.is_open .hamb-top,
.hamburger.is_open .hamb-middle,
.hamburger.is_open .hamb-bottom {
    position: absolute;
    left: 0;
    height: 4px;
    width: 70%;
}

.hamburger.is_closed .hamb-top,
.hamburger.is_closed .hamb-middle,
.hamburger.is_closed .hamb-bottom {
    background-color: #1a1a1a;
}

.hamburger.is_closed .hamb-top {
    top: 5px;
    transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is_closed .hamb-middle {
    top: 50%;
    margin-top: -2px;
}

.hamburger.is_closed .hamb-bottom {
    bottom: 5px;
    transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is_open .hamb-top,
.hamburger.is_open .hamb-middle,
.hamburger.is_open .hamb-bottom {
    background-color: #1a1a1a;
}

.hamburger.is_open .hamb-top,
.hamburger.is_open .hamb-bottom {
    top: 50%;
    margin-top: -2px;
}

.hamburger.is_open .hamb-top {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: transform .2s cubic-bezier(.73, 1, .28, .08);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73, 1, .28, .08);
}

.hamburger.is_open .hamb-middle {
    display: none;
}

.hamburger.is_open .hamb-bottom {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition: -webkit-transform .2s cubic-bezier(.73, 1, .28, .08);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73, 1, .28, .08);
}

.hamburger.is_open:before {
    content: '';
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is_open:hover:before {
    opacity: 1;
    display: block;
    transform: translate3d(-100px, 0, 0);
    -webkit-transform: translate3d(-100px, 0, 0);
    transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
}

.hamburger-back>span.glyphicon {
    position: relative;
    left: -5px;
}


/*-------------------------------*/


/*            Overlay            */


/*-------------------------------*/

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .8);
    z-index: 1;
}


/*-------------------------------*/


/*     Sidebar nav styles        */


/*-------------------------------*/

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 220px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    position: relative;
    line-height: 20px;
    display: inline-block;
    width: 100%;
}

.sidebar-nav li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 3px;
    background-color: #1c1c1c;
    -webkit-transition: width .2s ease-in;
    -moz-transition: width .2s ease-in;
    -ms-transition: width .2s ease-in;
    transition: width .2s ease-in;
}

.sidebar-nav li:first-child a {
    color: #fff;
    background-color: #1a1a1a;
}

.sidebar-nav li:nth-child(2):before {
    background-color: #ec1b5a;
}

.sidebar-nav li:nth-child(3):before {
    background-color: #79aefe;
}

.sidebar-nav li:nth-child(4):before {
    background-color: #314190;
}

.sidebar-nav li:nth-child(5):before {
    background-color: #279636;
}

.sidebar-nav li:nth-child(6):before {
    background-color: #7d5d81;
}

.sidebar-nav li:nth-child(7):before {
    background-color: #ead24c;
}

.sidebar-nav li:nth-child(8):before {
    background-color: #2d2366;
}

.sidebar-nav li:nth-child(9):before {
    background-color: #35acdf;
}

.sidebar-nav li:hover:before,
.sidebar-nav li.open:hover:before {
    width: 100%;
    -webkit-transition: width .2s ease-in;
    -moz-transition: width .2s ease-in;
    -ms-transition: width .2s ease-in;
    transition: width .2s ease-in;
}

.sidebar-nav li a {
    display: block;
    color: #ddd;
    text-decoration: none;
    padding: 10px 15px 10px 30px;
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

.sidebar-nav>.sidebar-brand {
    height: 65px;
    font-size: 20px;
    line-height: 44px;
    text-align: center;
}

.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #222;
    box-shadow: none;
}

body {
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    margin: 0;
    padding: 0;
}

a {
    color: #E1704B;
    transition: color 0.5s ease;
}

a:hover {
    cursor: pointer;
}

h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 2.5em;
    font-weight: 500;
}

div.task label.checkbox {
    border: 1px solid #DDD;
    border-left-width: 3px;
    padding: 9px 9px 9px 29px;
    background-color: #FFF;
    margin-top: 10px;
    position: relative;
    font-weight: normal;
}

.header {
    position: relative;
    z-index: 1;
}

.header-color-blue {
    background: #307ECC;
    box-sizing: content-box;
    position: fixed;
    padding: 0 12px 0;
    color: #fff;
    width: 100%;
    height: 42px;
    z-index: 999
}

.header-relative {
    position: relative;
    border: 1px solid #307ECC;
}

.page-view {
    position: relative;
}

.filter {
    margin-top: 6px;
}

.header-color-blue+.widget-body {
    border-color: #307ECC;
    margin-top: -10px;
    padding: 20px 10px;
}

.widget-body {
    border: 1px solid #CCC;
    border-top: 0;
    background-color: #FFF;
}

.strike {
    text-decoration: line-through;
}

.header-elements-margin {
    margin: 5px;
}

.add-task {
    margin-top: 10px;
}

.nav-button-margin {
    margin: 10px 20px 0 0;
}

.navbar {
    border-radius: 0;
    background: transparent;
    color: #fff;
}

.navbar-nav {
    background: #fff;
}

.navbar .navbar-brand {
    color: #5a94cc;
    font-size: 24px;
    text-shadow: none;
}

.navbar-default {
    border: 0;
}

.logout {
    position: absolute;
    right: 0
}

.glyphicon-log-out:before {
    content: "\e163";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding-top: 4px;
    right: 0;
    display: inline-block;
    text-align: center;
    color: #5a94cc;
    border: solid 3px #5a94cc;
}


/*
* signature pad
*/

.signature-container {
    width: 100%;
    height: 100%;
    background: #333;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

#loginbox {
    margin-top: 10%
}

.btn-login {
    width: 65%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 0;
    outline: none;
}

.btn-login[disabled] {
    background-color: #423e3e;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    background-color: transparent!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}

#loginbox .input-group-addon {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #101518;
    border: 0;
}

#loginbox .input-group {
    background-color: #101518;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#inputUsername,
#inputPassword {
    height: 36px;
    width: 100%;
    background-color: transparent;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: 0;
    outline: none;
}

label {
    display: block;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 13px;
}

.btn-login>i {
    float: left;
    position: relative;
    top: -1px;
}

.panel-default>.panel-heading,
.panel {
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-default>.panel-heading {
    color: #fff;
}

.panel-body {
    padding: 0;
    margin-top: 0;
    clear: both;
    display: inline-block;
    width: 100%;
}

#loginbox .panel-body {
    margin-top: 15px;
    padding-top: 25px;
    border-top: solid 1px #585d63;
}

.form-group.button-login {
    border-top: solid 1px #585d63;
    margin-top: 25px;
    margin-right: 0px;
    margin-left: 0;
    padding-top: 15px;
}

.input-group {
    width: 100%;
    margin-bottom: 15px;
}

div.controls {
    margin-top: 10px;
}

#loginbox .logo {
    text-align: center;
}

.login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
}

.signature-pad {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 10px;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 460px;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.08) inset;
    border-radius: 0;
    padding: 5px;
}

.signature-pad::before,
.signature-pad::after {
    position: absolute;
    z-index: -1;
    content: "";
    width: 10%;
    height: 10px;
    bottom: 10px;
    background: transparent;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);
}

.signature-pad::before {
    left: 20px;
    -webkit-transform: skew(-3deg) rotate(-3deg);
    transform: skew(-3deg) rotate(-3deg);
}

.signature-pad::after {
    right: 20px;
    -webkit-transform: skew(3deg) rotate(3deg);
    transform: skew(3deg) rotate(3deg);
}

.signature-pad--body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid #f4f4f4;
}

.signature-pad--body canvas {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
}

.signature-pad--footer {
    color: #C3C3C3;
    text-align: center;
    font-size: 1.2em;
    margin-top: 0;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, .4);
    padding: 10px 0;
}

.signature-pad--actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 0;
    width: 100%
}

.signature-pad--actions button.save,
.signature-pad--actions input.save,
.signature-pad--actions .clear {
    border: 0;
    border-radius: 4px;
    color: #fff;
    padding: 5px 10px;
    outline: none;
}

.signature-pad--actions input.save,
.signature-pad--actions button.save {
    background: #337ab7;
}

.signature-pad--actions .clear {
    background: #E1704B;
}

#github img {
    border: 0;
}

.none {
    display: none;
}


/* optional styles */

table tr th,
table tr td {
    font-size: 1.2rem;
}

.glyphicon {
    font-size: 20px;
}

.glyphicon-plus {
    float: right;
}

a.glyphicon {
    text-decoration: none;
    cursor: pointer;
}

.glyphicon-trash {
    margin-left: 10px;
}

.alert {
    width: 100%;
    border-radius: 0;
    margin-top: 10px;
    margin-left: 0px;
}

.alert-danger {
    background-color: rgba(242, 222, 222, 0.6);
    border: 0;
}

div.action-buttons {
    /* padding: 10px 0; */
    position: relative;
    display: block;
    height: 20px;
    z-index: 500
}

div.action-buttons>a {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9999
}

div.action-buttons a>span:before {
    background-color: #5a94cc;
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding-top: 8px;
    right: 0;
    display: inline-block;
    text-align: center;
}

div.files .col-xs-9 {
    padding-left: 10px;
    padding-right: 10px
}

div.files .col-xs-3 {
    padding-right: 0;
    padding-left: 10px;
}

.list-group-item {
    padding: 0;
    float: left;
    width: 100%;
    margin: 0;
    background: transparent;
    border: 0;
    border-top: solid 1px #716e6e;
    border-bottom: solid 1px #000;
    color: #fff;
}

.list-group-item:last-child,
.list-group-item:first-child {
    border-radius: 0;
    margin-bottom: 0;
}

.list-group-item:first-child {
    border-top: 0;
}

.list-group-item:last-child {
    border-bottom: 0;
}

.files h3,
.files h3.doc_title {
    font-size: 18px;
    margin-top: 10px;
}

.files .doc_name {
    font-size: 12px;
    width: 70%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.files .bolder {
    font-weight: 600;
}

.files .date {
    font-size: 12px;
    clear: both;
}

.doc_taille {
    font-size: 12px;
}

img {
    max-width: 100%;
    height: auto;
}

div.file_illustration {
    background: url(../images/pdf.svg) no-repeat center center;
    background-size: contain;
    display: block;
    height: 70px;
    color: #ff0000;
    margin-top: 10px;
    margin-bottom: 10px;
}

h4.title {
    color: #fff;
}

@media (max-width: 940px) {
    #github img {
        width: 90px;
        height: 90px;
    }
}


@media (max-width:767px){
    #loginbox {
        margin-top: 35%
    }
}

.reset {
    float: left;
}

span.label {
    color: #000;
    font-weight: bold;
}

iframe {
    max-width: 100%;
}


/*
* pdf viewer
 */

.pdfjs .pdfViewer .page,
#viewer>.page {
    width: 100%!important;
    max-width: 100%;
    height: auto!important;
}

#displayDoc {
    /*height: 100%;*/
    width: 100%;
    position: relative;
    overflow: auto;
}

div.button-block {
    display: inline-block;
}

div.page-block {
    float: right;
}


/*
.pdfjs #mainContainer,
html[dir='ltr'] .pdfjs #viewerContainer,
.pdfjs #viewerContainer {
    bottom: auto;
}*/

.alert-message {
    display: block;
    width: 90%;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    margin-left: auto;
    margin-right: auto;
}

.signer {
    background: #3590eb;
    color: #fff;
    font-size: 16px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    position: relative;
    left: 0;
    width: 60%;
    bottom: 0;
    z-index: 999;
    border-radius: 3px;
}

.btn-sign.retour {
    background: rgb(243, 83, 30);
}

.btn-sign.valider {
    background: rgb(20, 124, 243);
}

.btn-sign {
    color: #fff;
    font-size: 16px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    position: relative;
    left: 0;
    width: 30%;
    bottom: 0;
    z-index: 999;
    border-radius: 3px;
}

.signer:hover,
.signer:active {
    color: #fff;
}

.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .8);
    z-index: 1;
    text-align: center;
    vertical-align: middle
}

.loader img {
    float: none;
    display: inline-block;
}

.loader-inner {
    position: absolute;
    top: 40%;
    text-align: center;
    display: block;
    width: 100%
}

.loader-inner span {
    display: block;
}

.rotate0 {
    margin-top: 35px;
}

.ng-pdf {
    background: #eee;
    max-width: 100%
}

.pdf-controls {
    width: 92.8%;
    display: block;
    background: #eee;
    padding: 5px 0;
    position: fixed;
    z-index: 99999;
}

.rotate0 {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.rotate90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.rotate180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rotate270 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    padding: 1em;
    background: rgba(238, 238, 238, .9);
    width: 960px;
}

#displayDoc input.ng-pristine,
#signedDoc input.ng-pristine {
    display: inline-block;
    width: 25px;
}

.form-control {
    border: 0;
    box-shadow: none;
    border-radius: 3px;
}

.form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#confirm-email label {
    color: #fff;
}

#confirm-email textarea {
    height: 140px;
}

.panel-body.listing {
    margin-top: 0;
}

.custom-menu-filter {
    margin: 0;
    padding: 0;
    border-bottom: solid 1px #716e6e;
    width: 100%;
    display: inline-block;
}

.custom-menu-filter li {
    float: left;
    width: 50%;
    border-right: solid 1px #716e6e;
    box-sizing: border-box;
}

.custom-menu-filter li:last-child {
    border-right: 0
}

.custom-menu-filter li a {
    color: #fff;
    display: block;
    text-align: center;
    padding: 0 0 15px 0
}

.custom-menu-filter li.active a {
    text-decoration: none;
    color: #79aefe
}

#confirm-email .form-control {
    font-size: 16px;
}

.message-success {
    color: aquamarine;
    display: block;
    text-align: center;
    font-size: 18px;
}

.file {
    color: #fff;
    vertical-align: middle;
    float: none;
    display: table-cell;
    height: 80px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 11px;
    font-weight: normal;
}

.notification-overlay,
.message-success {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding: 20px;
    margin: 0;
}

.notification-overlay {
    padding: 10px;
}

.notification-overlay {
    background: rgba(58, 147, 224, 0.5);
}

.notification-overlay span {
    display: block;
}

.notification-overlay span.styled {
    font-style: italic;
    font-size: 13px;
}

.message-success {
    background: rgba(58, 224, 155, 0.5);
}

div.downer {
    color: #fff;
    display: block;
    text-align: center;
    font-weight: normal;
    font-size: 12px;
    position: relative;
    bottom: -20px
}

div.downer a {
    color: #b2c3db;
    font-weight: bold
}