#home-header h1 {
    font-size: 26px;
    /* font-family : 'Open Sans'; */
    font-weight: bold;
    line-height: 0.833;
}

#home-header h4 {
    font-weight: 100;
}

a.navbar-brand:hover, .navbar li a:hover {
    color: #ddd !important;
}

.upload-file-div {
    position: relative;
    overflow: hidden;
    margin: 10px 0px;
}

.upload-file-div input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.btn-lime {
    color: #fff;
    background-color: rgb(139, 195, 34);
    border-color: rgb(129, 175, 24);
    border-radius: 0px;
}

.btn-lime:hover,
.btn-lime:focus {
    color: #fff;
    background-color: rgb(129, 175, 24) !important;
}

.btn-sign {
    color: #fff;
    background-color: #525252;
    border-color: #424242;
    border-radius: 0px;
}

.btn-sign:hover,
.btn-sign:focus {
    color: #fff;
    background-color: #424242 !important;
}

.btn-upload {
    padding: 15px 75px;
}

.after-upload {
    display: none;
    text-align: center;
    padding-top: 3px;
}

.uploadFileTag {
    margin-top: auto;
    margin-bottom: auto;
    padding-right: 10px;
    font-weight: bold;
}

.no-corners {
    border-radius: 0px;
}

.no-display {
    display: none;
}

div.error-panel {
    display: none;
}

div.documentWrapper {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}

h1.docName {
    display: inline;
    font-weight: bold;
    font-size: 23px;
    color: #292929;
}

h6.docName {
    display: inline;
    text-align: right;
    font-size: 14px;
    color: #292929;
    margin-top: 0px;
    margin-bottom: 0px;
}

.h50 {
    height: 50px;
}

.h10 {
    height: 10px;
}

.no-padding {
    padding: 0px;
}

.no-padding-f {
    padding: 0px !important;
}

.no-margin-f {
    margin: 0px;
}

#creds-modal .modal-title {
    font-size: 25px;
    text-align: center;
    color: #292929;
}

#creds-modal .modal-header button {
    color: #292929;
}

#newsig-modal .modal-header,
#email-modal .modal-header {
    font-size: 25px;
    text-align: center;
    color: #fff;
    background-color: #8bc34a;
}

#newsig-modal .modal-title,
#newsig-modal button,
#email-modal .modal-title,
#email-modal button {
    color: #fff;
}

#newsig-form label {
    color: #686766;
}

#email-form {
    text-align: center;
    padding: 10px 30px;
}

.w250 {
    width: 250px;
}

.w300 {
    width: 300px;
}

.w-max-300 {
    width: auto;
    max-width: 300px;
}

.w108 {
    width: 108px;
}

.btn-gray {
    background-color: #686766;
}

.btn-gray:hover,
.btn-gray:focus {
    background-color: #585756;
}

#email-modal {
    color: #292929;
}

#creds-modal .modal-content,
#newsig-modal .modal-content,
#email-modal .modal-content {
    border-radius: 0px;
}

#creds-modal .modal-header {
    color: #292929;
    text-align: center;
    border: 0px;
}

#email-modal .modal-header,
#newsig-modal .modal-header {
    color: #292929;
    text-align: center;
}

#creds-modal .modal-body {
    padding: 0px;
}

#creds-modal .modal-footer {
    border: 0px;
}

.w-padding {
    padding: 15px 15px !important;
}

#signature-panel {
    background-image: url('../images/turquoise_bg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    /*background-size: cover;*/
    text-align: center;
    padding: 30px 0px;
    width: 100%;
}

#signature-panel label {
    font-weight: 600;
}

#signature-panel img {
    box-shadow: 0.7px 0.866px 10px 0px rgb(2, 2, 2);
}

#signature-panel div {
    /*padding-top: 12.5px;*/
    /*color: #292929;*/
}

#password-panel {
    padding: 15px;
    text-align: center;
    color: #292929;
}

#newsig-panel {
    text-align: center;
    color: #292929;
}

#password-panel button[type=submit],
#newsig-panel button[type=submit] {
    /*margin-top: 20px;*/
    margin-bottom: 10px;
    /*width: 175px;*/
}

#password-panel  input,
#newsig-panel input {
    border-radius: 0px;
    color: #292929;
    text-align: center;
    width: 175px;
}

@media screen and (max-width: 575px) {
    #password-panel  input,
    #newsig-panel input {
        width: 100%;
    }
}

.close {
    opacity: 1;
}

.modal-dialog {
    margin-top: 100px;
}

.text-black {
    color: #292929;
}

.display-table {
    display: table;
}

table td {
    vertical-align: middle;
    white-space: nowrap;
}

.users-grid ul.pagination,
.no-margin-paginator ul.pagination {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

table#paginator {
    display: none;
}

.vertical-center {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.vertical-center-45 {
    transform: translateY(-55%);
}

.img-width {
    width: 365px;
    margin-left: auto;
    margin-right: auto;
}

table#paginator, table#paginator a {
    color: #292929;
    text-decoration: none;
}

table#paginator a:hover {
    color: #393939;
}

.goToPage {
    padding-left: 25px;
    color: #393939;
}

.goToPage input {
    width: 50px;
    text-align: center;
}

a.goToPage {
    background-color: #8bc34a;
    padding: 5px 10px;
    margin-left: 2px;
    font-weight: 700;
}

a.goToPage:hover,
a.goToPage:focus {
    background-color: #84c045;
}

ul#signaturesList {
    padding-left: 0px;
    list-style-type: none;
}

ul#signaturesList li h4 {
    width: 370px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

ul#signaturesList li img {
    /* 370, 165 */
    width: 258px;
    height: 115px;
    background-color: white;
    /* box-shadow: 0px 0px 10px 5px #333; */
}

div#no-signatures {
    color: #fff;
}

div#no-signatures h5 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

div#no-signatures p {
    font-size: 16px;
    color: #fff;
}

div#creds-modal div.modal-dialog {
    max-width: 768px;
}

.btn-transparent {
    color: #fff;
    border: 1px solid #fff;
}

.btn-transparent:focus,
.btn-transparent:hover {
    color: #fff;
    background-color: #525252;
    border-color: #424242;
}

.alert-websign {
    color: #fff;
    background-color: rgba(139, 195, 74, 0.75);
    border-color: rgb(119, 175, 54);
}

input#signame {
    width: 250px !important;
    text-align: center;
}

input#signame-upload {
    width: 200px !important;
    text-align: center;
}

.greenPadding {
    position: absolute;
    margin-left: -10px;
    display: inline-block;
    height: 115px;
    width: 10px;
    background-color: #8bc34a;
}

.sidePanel {
    position: absolute;
    display: inline-block;
    height: 115px;
    width: 40px;
    background-color: #e0e0e0;
}

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

.signature-image-div {
    /*position: absolute;*/
}

ul#signaturesList li .sig-container {
    width: 298px;

}

ul#signaturesList li {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 40px;
    width: 308px;
}

.fa-gray {
    color: #8a8987;
}

.fa-sidepanel {
    margin: 6px;
    margin-top: 10px;
}

.fa-nomargin {
    margin: 0px;
}

.sig-name-container {
    width: 298px;

}

.sig-name-container p {
    text-align: left;
    padding-left: 15px;
    color: #000;
    background-color: #fff;
    display: inline-block;
    width: 258px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0px;

}

.btn-p1025 {
    padding: 10px 25px;
}

.upload-sig {
    /*    width : auto;*/
    max-width: 442px;
    padding: 15px;
    background-color: #fff;
}

.form-content {
    padding: 20px 0px;
    background-color: #e5e5e5;
}

#upload-sig-form {

}

.upload-sig-description {
    color: #292929;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}

.uploadSigTag {
    margin-top: auto;
    margin-bottom: auto;
    padding-right: 10px;
    font-weight: bold;
    color: #000;
}

.w200 {
    width: 200px;
    margin-bottom: 4px;
}

.w-250 {
    width: 250px;
    margin-bottom: 5px;
}

.w-170 {
    width: 170px;
    margin-bottom: 4px;
}

.w442 {
    width: 442px;
}

.navbar-collapse.collapse.in {
    /*background-color: #000;*/
}

nav div.container {
    padding-left: 30px;
    padding-right: 30px;
}

#signbox {
    position: absolute;
    width: 200px;
    height: 100px;
    min-width: 100px;
    min-height: 50px;
    top: 0px;
    z-index: 99;
    background-color: rgba(25, 25, 25, 0.75);
    /*background-color: rgba(139,195,74,0.75);*/
    cursor: move;
}

#signbox.signbox-mini {
    width: 50px;
    height: 45px;
    min-width: 50px;
    min-height: 45px;

}

.resizable {
    /*    resize: both;
        overflow: auto;*/
}

.btn-signbox {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 2px;
    width: 75px;
}

.btn-signbox-icon {
    width: 30px;
    padding: 3px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .sidePanel {
        margin-left: -4px;
    }
}

.full-width {
    width: 100%;
}

select.sig-name {
    width: 290px;
    height: 30px;
    padding: 5px;
}

.radiobox {
    text-align: left;
    width: 290px;
    font-weight: 600;
}

input[type="radio"] {
    margin-right: 5px;
}

.m-bottom-15 {
    margin-bottom: 15px !important;
}

span.radiospan {
    cursor: pointer;
}

#sig-img {
    width: 370px;
    height: 165px;
}

.bottom-10 {
    margin-bottom: 10px;
}

#sign-info {

}

@media (max-width: 767px) {
    #upload-form {
        padding: 25px 15px;
    }

    #sign-info {
        text-align: left;
    }

    .hidden-soft-xs {
        display: none !important;
    }

    .visible-soft-xs {
        display: block;
    }

    .xs-text-center {
        text-align: center;
    }

    .xs-block {
        display: block;
    }

    .xs-centerized {
        margin: 7.5px auto 0px auto;
    }
}

@media (max-width: 480px) {

}

@media (max-width: 992px) {
    div.documentWrapper {
        padding: 0px !important;
    }
}

@media (max-width: 480px) {

    /*#signbox {*/
        /*width: 300px;*/
        /*height: 150px;*/
    /*}*/

    /*.btn-signbox {*/
        /*width: 100px;*/
        /*padding: 10px 15px;*/
    /*}*/

    .hidden-480 {
        display: none !important;
    }

    .visible-480 {
        display: block !important;
    }
}

.mobile-modal .modal-title,
.mobile-modal .modal-header {
    font-size: 16.5px;
    font-weight: 600;
    text-align: center;
    color: #292929;
    /*background-color: #8bc34a;*/
    /*border : 0px;*/
}

.mobile-modal #sig-img {
    max-width: 370px;
    max-height: 165px;
    width: 95%;
    height: auto;
}

.mobile-modal div.radiobox {
    width: auto;
    max-width: 370px;

    padding-left: 5px;
    padding-right: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 14px;
}

.mobile-modal .modal-content {
    border-radius: 0px;
    max-width: 600px;
    margin: 0 auto;
}

.mobile-modal .modal-body {
    padding: 0px;
}

.mobile-modal .modal-footer {
    border: 0px;
}

ul.dropdown-menu {
    background-color: #000;
}

ul.dropdown-menu li a {
    color: #fff;
}

ul.dropdown-menu li a.font-red {
    color: #f00 !important;
}

ul.dropdown-menu li a.font-lime {
    color: rgb(139, 195, 34) !important;
}

ul.dropdown-menu li a:hover,
ul.dropdown-menu li a:focus,
ul.dropdown-menu li a:active {
    background-color: #000;
    color: #ddd;
}

ul.dropdown-menu li a.font-red:hover,
ul.dropdown-menu li a.font-red:focus,
ul.dropdown-menu li a.font-red:active {
    color: #d00 !important;
}

ul.dropdown-menu li a.font-lime:hover,
ul.dropdown-menu li a.font-lime:focus,
ul.dropdown-menu li a.font-lime:active {
    color: limegreen !important;
}

div.dropdown-lime ul.dropdown-menu {
    background-color: #8aca1e;
}

div.dropdown-lime ul.dropdown-menu li a {
    background-color: #8aca1e;
    color: #fff;
}

div.dropdown-lime ul.dropdown-menu li a:hover,
div.dropdown-lime ul.dropdown-menu li a:focus,
div.dropdown-lime ul.dropdown-menu li a:active {
    color: #eee;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: -1px;
}

.no-decor,
.no-decor:hover,
.no-decor:active,
.no-decor:focus {
    text-decoration: none;
    color: inherit;
}

.text-underline {
    border-bottom: 1px solid;
}

.underline:hover {
    border-bottom: 1px solid;
}

.font-24 {
    font-size: 24px;
}

.font-black {
    color: #000;
}

.font-white {
    color: #fff;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.table-project {
    background-color: #fff;
}

.table-project th {
    color: #fff;
    background-color: #1d1c57;
    font-weight: normal;
}

.table-project td:not(.icon-td) {
    white-space: normal;
    word-wrap: break-word;
}

.wide-table-wrapper {
    /*padding: 0px;*/
    overflow-x: auto;
    margin-bottom: 20px;
}

.wide-table-wrapper .table-project {
    margin-bottom: 0px;
}

.table-logs {
    /*border-top: 15px solid #40535c;*/
    border: 0px;
}

.table-project td.font-red {
    color: red;
}

.table-project td.font-green {
    color: green;
}

.table-padding-10-15 th,
.table-padding-10-15 td {
    padding: 10px 15px !important;
    vertical-align: middle !important;
}

.bg-black {
    background-color: rgba(0, 0, 0, 0.9);
}

.p-15 {
    padding: 15px;
}

.pagination {
    margin-top: 0px;
    margin-bottom: 15px;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #000;
    border-color: #000;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

/*******************/
/* BOOTSTRAP MODAL */
/*******************/

.modal-header button.close {
    color: #fff;
    opacity: 1;
    min-height: 24px;
}

.modal .modal-content {
    border-radius: 0px;
}

.modal .modal-body {
    color: black;
    padding: 20px 15px;
}

.modal-danger .modal-header {
    background-color: #d9534f !important;
    text-align: center;
    color: #fff;
}

.modal-warning .modal-header {
    background-color: #ffc107 !important;
    text-align: center;
    color: #fff;
}

.modal-info .modal-header {
    background-color: #5bc0de !important;
    text-align: center;
    color: #fff;
}

.modal-success .modal-header {
    background-color: #2ca02c !important;
    text-align: center;
    color: #fff;
}

.modal-purple .modal-header {
    background-color: #cd38ea !important;
    text-align: center;
    color: #fff;
}

.modal-lime .modal-header {
    background-color: #8aca1e !important;
    text-align: center;
    color: #fff;
}

.btn-round {
    border-radius: 4px;
}

.font-red {
    color: red;
}

.font-green {
    color: green;
}

.font-lime {
    color: rgb(139, 195, 34) !important;
}

/************************************************************************************/
/* -------------------------- MARGINS AND PADDINGS ---------------------------------*/
/************************************************************************************/

.m-5 {
    margin: 5px;
}

.m-10 {
    margin: 10px;
}

.m-15 {
    margin: 15px;
}

.m-20 {
    margin: 20px;
}

.m-25 {
    margin: 25px;
}

/* margin-top */

.m-t-5 {
    margin-top: 5px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-25 {
    margin-top: 25px;
}

.m-t-50 {
    margin-top: 50px;
}

.m-t-100 {
    margin-top: 100px;
}

.m-t-150 {
    margin-top: 150px;
}

.m-t-200 {
    margin-top: 200px;
}

/* margin-right */

.m-r-5 {
    margin-right: 5px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-r-15 {
    margin-right: 15px;
}

.m-r-20 {
    margin-right: 20px;
}

.m-r-25 {
    margin-right: 25px;
}

.m-r-50 {
    margin-right: 50px;
}

.m-r-100 {
    margin-right: 100px;
}

.m-r-150 {
    margin-right: 150px;
}

.m-r-200 {
    margin-right: 200px;
}

/* margin-bottom */

.m-b-5 {
    margin-bottom: 5px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-25 {
    margin-bottom: 25px;
}

.m-b-50 {
    margin-bottom: 50px;
}

.m-b-100 {
    margin-bottom: 100px;
}

.m-b-150 {
    margin-bottom: 150px;
}

.m-b-200 {
    margin-bottom: 200px;
}

/* margin-left */

.m-l-5 {
    margin-left: 5px;
}

.m-l-10 {
    margin-left: 10px;
}

.m-l-15 {
    margin-left: 15px;
}

.m-l-20 {
    margin-left: 20px;
}

.m-l-25 {
    margin-left: 25px;
}

.m-l-50 {
    margin-left: 50px;
}

.m-l-100 {
    margin-left: 100px;
}

.m-l-150 {
    margin-left: 150px;
}

.m-l-200 {
    margin-left: 200px;
}

.p-5 {
    padding: 5px;
}

.p-10 {
    padding: 10px;
}

.p-15 {
    padding: 15px;
}

.p-20 {
    padding: 20px;
}

.p-25 {
    padding: 25px;
}

/* padding-top */

.p-t-5 {
    padding-top: 5px;
}

.p-t-10 {
    padding-top: 10px;
}

.p-t-15 {
    padding-top: 15px;
}

.p-t-20 {
    padding-top: 20px;
}

.p-t-25 {
    padding-top: 25px;
}

.p-t-50 {
    padding-top: 50px;
}

.p-t-100 {
    padding-top: 100px;
}

.p-t-150 {
    padding-top: 150px;
}

.p-t-200 {
    padding-top: 200px;
}

/* padding-right */

.p-r-5 {
    padding-right: 5px;
}

.p-r-10 {
    padding-right: 10px;
}

.p-r-15 {
    padding-right: 15px;
}

.p-r-20 {
    padding-right: 20px;
}

.p-r-25 {
    padding-right: 25px;
}

.p-r-50 {
    padding-right: 50px;
}

.p-r-100 {
    padding-right: 100px;
}

.p-r-150 {
    padding-right: 150px;
}

.p-r-200 {
    padding-right: 200px;
}

/* padding-bottom */

.p-b-5 {
    padding-bottom: 5px;
}

.p-b-10 {
    padding-bottom: 10px;
}

.p-b-15 {
    padding-bottom: 15px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-b-25 {
    padding-bottom: 25px;
}

.p-b-50 {
    padding-bottom: 50px;
}

.p-b-100 {
    padding-bottom: 100px;
}

.p-b-150 {
    padding-bottom: 150px;
}

.p-b-200 {
    padding-bottom: 200px;
}

/* padding-left */

.p-l-5 {
    padding-left: 5px;
}

.p-l-10 {
    padding-left: 10px;
}

.p-l-15 {
    padding-left: 15px;
}

.p-l-20 {
    padding-left: 20px;
}

.p-l-25 {
    padding-left: 25px;
}

.p-l-50 {
    padding-left: 50px;
}

.p-l-100 {
    padding-left: 100px;
}

.p-l-150 {
    padding-left: 150px;
}

.p-l-200 {
    padding-left: 200px;
}

.font-10 {
    font-size: 10px;
}

.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.font-21 {
    font-size: 21px;
}

.font-22 {
    font-size: 22px;
}

.font-23 {
    font-size: 23px;
}

.font-24 {
    font-size: 24px;
}

/* width & height */

.h15 {
    height: 15px;
}

.h25 {
    height: 25px;
}

.h50 {
    height: 50px;
}

.w-320 {
    width: 320px;
}

.w-768 {
    width: 768px;
}

.min-w-100 {
    min-width: 100px;
}

.min-w-125 {
    min-width: 125px;
}

.w25-f {
    width: 25% !important;
}

.w33-f {
    width: 33% !important;
}

.w50-f {
    width: 50% !important;
}

.w75-f {
    width: 75% !important;
}

.no-borders {
    border: 0px;
}

.z-10000 {
    z-index: 10000;
}

.label-25-input-75 .form-group > label {
    margin-top: 5px;
}

.label-25-input-75 .form-group > input[type=checkbox] {
    margin-top: 9px;
}

.label-25-input-75 .form-control,
.label-25-input-75 .select2-container {
    width: 65%;
    display: inline-block;
    float: right;

}

/*
 * FILTERS
 */

form.enZo-filters {
    display: block;
}

.enZo-filters > div,
.enZo-filters > #extra-filters > div {
    margin-bottom: 10px;
}

.enZo-filters div.col-sm-3,
.enZo-filters div.col-sm-6,
.enZo-filters div.col-sm-9,
.enZo-filters div.col-xs-9,
.enZo-filters label.col-xs-3,
.enZo-filters label.col-sm-3 {
    padding-left: 10px;
    padding-right: 10px;
}

.enZo-filters div.datepicker-condensed-left {
    padding-left: 0px;
    padding-right: 5px;
}

.enZo-filters div.datepicker-condensed-right {
    padding-left: 5px;
    padding-right: 0px;
}

@media screen and (max-width: 767px) {
    .enZo-filters div.datepicker-condensed-left {
        margin-bottom: 5px;
    }

    .enZo-filters div.datepicker-condensed-right {
        margin-bottom: 5px;
    }

    .enZo-filters .form-group {
        margin-bottom: 10px;
    }

    .enZo-filters > div.row {
        margin-bottom: 0px;
    }

    #btn-extra-filters {
        margin-bottom: 10px;
    }
}

#login-form span.help-block {
    display: block;
    margin-top: 15px;
    margin-bottom: 0px;
    padding: 10px;
    color: #fff;
    background-color: rgba(255, 0, 37, 0.75);
    border-color: #871919;
    border-radius: 20px;
    text-align: center;
}

.scroll-x {
    overflow-x: scroll;
}

div.faq-wrapper {
    background-color: #fff;
    color: #222;
    border-top: 5px solid #8aca1e;
    padding: 20px;
}

div.faq-wrapper > h3 {
    font-size: 19px;
    margin-top: 0px;
}

div.faq-wrapper > p {
    font-size: 13.5px;
    margin-bottom: 35px;
}


/*
 * Reason & title fields
 */
.form-group-title,
.form-group-reason {
    display: none;
    margin-bottom: 10px;
}

.form-group-title > input,
.form-group-reason > input {
    border-radius: 0px;
    color: #292929;
    width: 100% !important;
    max-width: 534px;
}

@media (min-width: 768px) {
    .form-inline #password-panel > .form-group {
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
    #creds-modal .checkbox input[type=checkbox] {
        position: relative;
        margin-left: 0px;
    }

    #creds-modal #password-panel .form-group > input,
    #creds-modal #newsig-panel .form-group > input {
        width: 100%;
    }
}

@media (max-width: 480px) {
    #sig-img {
        max-width: 245px;
        height: auto;
    }

    #creds-modal div.radiobox {
        width: auto;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 0px;
    }
}

label.error {
    margin-top: 7.5px;
    color: red !important;
}

.no-gutter {
    margin-right: 0;
    margin-left: 0;
}

.no-gutter > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

table.supergrid-sortable th > a.supergrid-sortfield {
    color: #000;
}

.bold {
    font-weight: bold;
}

.table-no-overflow td:not(.icon-td) {
    white-space: normal;
    word-wrap: break-word;
}

i.fa-left-15 {
    margin-right: 15px;
}

.btn-orange {
    background-color: #ff8f00;
    color : #fff;
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active
{
    background-color: #ffb300;
    color : #fff;
}

.btn-excel {
    color : #fff;
    background-color : #178419;
}

.btn-excel:hover,
.btn-excel:focus,
.btn-excel:active {
    color : #fff;
    background-color : #157516;
}

.word-break {
    word-break: break-all;
}

.w-80 {
    width: 80px !important;
}

.display-block {
    display: block;
}

.display-inline {
    display: inline;
}

.text-yellow {
    color: #ffeb3b;
}

a.text-yellow:hover,
a.text-yellow:active,
a.text-yellow:focus
{
    color: #ffeb3b;
}

.btn-purple {
    color : #fff;
    background-color : #cd38ea;
}

.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active {
    color : #fff;
    background-color : #c92ee8;
}

.btn-darkpurple {
    color : #fff;
    background-color : #4c1477;
}

.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active {
    color : #fff;
    background-color : #3c0467;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #d8d8d8;
    }

    #login-form span.help-block {
        margin: 15px auto;
    }
}

#online-traffic {
    display: inline;
    text-align: center;
    color: #000;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 10px;
}

#online-traffic > div {
    display: inline;
}

