/* here you can put your own css to customize and override the theme */


.datepick-calendar { 
    width: 80%!important; 
}
.hasCalendarPicker { 
    width: 80%!important; 
}

.hasCalendarsPicker { 
    width: 80%!important; 
}
/* ============================= general ==============================================*/
a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn, button, input, optgroup, select, textarea, .form-control {
    border-radius: 0;
}

.btn {
    padding: 7px 30px;
}
.btn-group .btn {padding:7px 8px}
.btn-group {white-space:nowrap;}
#Evaluctions .btn-group {min-width:125px;text-align:center}

.float-left {
    float: right;
}

.float-right {
    float: left;
}
/*.btn.green {border-bottom:4px solid #49374f;}*/
.green.btn:active:hover, .green.btn.active:hover, .green.btn:hover, .green.btn:focus, .green.btn:active, .green.btn.active {
    background: #65456a;
}

.form-control {
    line-height: 25px;
}

.margin-15 {
    margin: 10px;
}

.page-header-menu li a i {
    color: #fff !important;
}

/* ============================ color exceptions ==================================== */
/* green */ .portlet.box.mofa-gray > .portlet-title > .caption .theme-font {
    color: #b9cc4b !important;
}

.scroll-to-top > i {
    color: #000;
}


/* file input */
.btn-file-input {
    width: 100%;
    background: #EDEEF0;
    display: block;
}

.image-upload-preview {
    background: #EDEEF0;
    padding: 10px;
    text-align: center;
    display: block;
}

/* scrollable grids */
div.jtable-main-container {
    max-width: 100%;
    overflow: auto;
}

/* header customization */
.page-header {
    height: auto;
}

.page-header-menu .hor-menu {
    background: #523f56 !important;
    color: #fff;
    float: none !important;
    padding: 0 10px;
    height: 34px;
}

.page-header .page-header-menu {
    height: 34px;
}

.page-breadcrumb {
    display: none;
}

.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li.active > a, .page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li.active > a:hover, .page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li.current > a, .page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li.current > a:hover {
    background: #6a5b6e;
    color: #fff;
}

.page-header .page-header-menu .hor-menu .navbar-nav > li > a {
    padding: 7px 20px;
}

div.page-header .page-header-menu .hor-menu .navbar-nav > li:first-child > a {
    padding-right: 20px;
}

.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li > a {
    color: #fff;
}

    .page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li > a:hover {
        background: #6a5b6e;
        color: #ccc;
    }

.page-content {
    padding: 15px 0 75px;
}

/* colors */
.mofa-blue {
    background: #657da1;
    color: #fff;
}

/* Forms */
.row-sep {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.form-group-sep {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

.input-validation-error {
    border: 1px solid #c00 !important;
}

.wizard-form-actions {
    border-top: 1px solid #ccc;
    padding-top: 20px;
    margin-top: 20px;
    text-align: left;
}

.form-wizard h3 {
    color: #647da2;
}

.input-4 {
    width: 145px;
}

.datepicker {
    border-radius: 0 !important;
    padding: 6px 12px !important;
}

.image-border img {
    border: 1px solid #999;
}

/* passport-image */
.passport-image {
    box-shadow: rgba(0,0,0,0.4) 0 0 20px;
    padding: 10px;
    margin: 0 auto;
    text-align: center;
    width: 344px;
    position: relative;
}

.passport-image-overlay {
    position: absolute;
    width: 324px;
    height: 234px;
    border: 2px solid;
    /*margin: 10px;*/
}

    .passport-image-overlay.success {
        border-color: #12ff00;
    }

    .passport-image-overlay.error {
        border-color: #f00;
    }

    .passport-image-overlay .badge {
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 0 0 0 0 !important;
        padding: 6px;
        height: auto;
    }

    .passport-image-overlay.success .badge {
        background: #339933;
    }

    .passport-image-overlay.error .badge {
        background: #c00;
    }

.passport-actions {
    text-align: center;
    padding: 20px;
}


/* enjaz-image */
.enjaz-image {
    box-shadow: rgba(0,0,0,0.4) 0 0 20px;
    padding: 10px;
    margin: 0 auto;
    text-align: center;
    width: 140px;
    position: relative;
}

.enjaz-actions {
    text-align: center;
    padding: 20px;
}


/* photo-camera */
.photo-camera {
    box-shadow: rgba(0,0,0,0.4) 0 0 20px;
    padding: 10px;
    margin: 0 auto;
    text-align: center;
    width: 450px;
    position: relative;
}

.photo-camera-live {
    width: 346px;
}

ul.photo-attributes li {
    list-style: none;
    display: inline-block;
    width: 45%;
    padding: 0;
    margin: 10px 0;
}

    ul.photo-attributes li .label {
        font-size: 16px;
    }

    ul.photo-attributes li.photo-success .label {
        color: #b4b4b4;
    }

    ul.photo-attributes li.photo-error .label {
        color: #333;
    }

    ul.photo-attributes li.photo-success i {
        background: #339933;
        color: #fff;
        padding: 5px;
        width: auto;
    }

    ul.photo-attributes li.photo-error i {
        background: #cf0f0f;
        color: #fff;
        padding: 5px;
        width: auto;
    }

    ul.photo-attributes li.photo-default i {
        background: #ccc;
        color: #fff;
        padding: 5px;
        width: auto;
    }

    ul.photo-attributes li.photo-default .label {
        color: #333;
    }

.photo-actions {
    text-align: center;
    padding: 10px;
}

.photo-slider .noUi-control {
    width: 100px;
    display: inline-block;
    vertical-align: middle;
}

.photo-status {
    margin-top: 28px;
}

.photo-slider {
    margin-top: 20px;
}

.noUi-horizontal .noUi-handle {
    width: 28px !important;
}

.noUi-horizontal {
    margin-right: 10px;
}

/* Style the Image Used to Trigger the Image-Popup-Modal */
.img-popup {
    cursor: pointer;
    transition: 0.3s;
}

    .img-popup:hover {
        opacity: 0.7;
    }

.passport-image .img-popup {
    height: 230px;
}

.passport-image {
    height: 254px;
}

/* The Modal (background) */
.img-popup-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    right: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.img-popup-modal-content {
    margin: auto;
    display: block;
    width: 550px;
    max-width: 700px;
    vertical-align: middle;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
.img-popup-modal-caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.img-popup-modal-content, .img-popup-modal-caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

/* The Close Button */
.img-popup-modal-close {
    position: absolute;
    top: 15px;
    left: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

    .img-popup-modal-close:hover,
    .img-popup-modal-close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .img-popup-modal-content {
        width: 100%;
    }
}


/* fingerprint-step mods */
.nav-pills .number {
    padding: 14px 9px 13px 15px !important;
}

    .nav-pills .number i {
        font-size: 23px;
    }

.fa-fingerprint {
    background: url(../images/icon-fingerprint_hover.png) center center no-repeat;
    width: 23px !important;
    height: 23px !important;
    margin: -3px 3px;
}

.nav-pills li.active .fa-fingerprint, .nav-pills li.done .fa-fingerprint {
    background: url(../images/icon-fingerprint.png) center center no-repeat;
}



/* fingerprint-item */
.fingerprint-head-left {
    float: right;
    width: 40%;
    text-align: center;
}

.fingerprint-head-right {
    float: left;
    width: 40%;
    text-align: center;
}

.fingerprint-actions {
    margin-top: -100px;
}

.fingerprint-actions-overall {
    margin-top: 40px;
    background: #ebebeb;
    border: 1px solid #ccc;
}

.fingerprint-item {
    width: 8%;
    margin: 1%;
    float: right;
    min-height: 219px;
}

.fingerprint-item-middle {
    margin-top: 110px;
}

.fingerprint-image {
    border: 1px solid #ccc;
    height: 137px;
    position: relative;
    background: #f4f3f3;
    text-align: center;
}

    .fingerprint-image.error {
        border: 1px solid #c00;
    }

    .fingerprint-image.success {
        border: 1px solid #339933;
    }

    .fingerprint-image.error .status-badge {
        background: #c00;
    }

    .fingerprint-image.success .status-badge {
        background: #339933;
    }

.fingerprint-hover {
    position: absolute;
    width: 100%;
    height: 65px;
    bottom: 0;
    right: 0;
    display: none;
    text-align: right;
}

.fingerprint-image:hover .fingerprint-hover {
    display: block;
}

.fingerprint-image .status-badge {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0px 0px !important;
}

.fingerprint-image .badge i {
    margin-top: -1px;
}

.fingerprint-hover label {
    display: inline-block;
    width: 60%;
    margin-right: 5%;
    background: #647da2;
    color: #fff;
    padding: 0 2px;
    height: 21px;
    font-size: 12px;
    line-height: 20px;
}

.fingerprint-hover .badge {
    display: inline-block;
    width: 30%;
    margin-left: 5%;
    text-align: center;
    height: 21px;
    line-height: 16px;
    border-radius: 0px 0px !important;
}

.fingerprint-progress {
    padding: 1px;
    border: 1px solid #ccc;
    border-radius: 0;
    margin-top: 5px;
    height: 9px;
}

    .fingerprint-progress.success {
        border: 1px solid #339933;
    }

    .fingerprint-progress.error {
        border: 1px solid #c00;
    }

.dimmed {
    opacity: 0.3;
}

.btn-inline {
    padding: 3px 15px;
    line-height: 1.0em;
    font-size: 12px;
    vertical-align: baseline;
    margin: 0 10px;
}

    .btn-inline i {
        font-size: 12px;
    }

.fingerprint-preview {
    text-align: center;
}

    .fingerprint-preview img {
        width: 320px;
        height: 230px;
    }

    .fingerprint-preview canvas {
        width: 480px;
        height: 345px;
    }

.fingerprint-preview-status {
    width: 100%;
    margin: 10px 0;
    text-align: right;
    line-height: 20px;
}

.box-shadow {
    box-shadow: 0px 0px 20px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.4);
}

/* summary */
.step-summary h3 {
    margin-top: 20px;
}

.summary-fingerprint h3 {
    font-size: 16px;
    margin: 10px 0 0;
}

.summary-fingerprint .fingerprint-hover, .summary-fingerprint .status-badge, .summary-fingerprint .fingerprint-progress {
    display: none !important;
}

.summary-fingerprint .fingerprint-image img {
    width: 60px;
    height: 107px;
}

.summary-fingerprint .fingerprint-image {
    height: 109px;
    border: 1px solid #ccc !important;
}

.summary-scan img {
    width: 320px !important;
    height: auto !important;
}

.summary-photo img {
    width: 320px !important;
    height: auto !important;
}

.summary-photo .photo-camera {
    width: 340px !important;
}

.loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #657da1;
    border-bottom: 16px solid #657da1;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    margin: 40px auto;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}






























body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}
/* change page width */
@media only screen and (min-width: 1600px) {
    .container {width:1170px;}
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

h4 {border-bottom:1px solid #ebebeb;padding:10px 0;margin:20px 0;}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 218px;

}*/

.datepick-popup {
    z-index: 1000000;
}

/* captcha */
.input-group .input-group-addon {float:right;border-top-right-radius: 0;    border-bottom-right-radius: 0;border-top-left-radius: 3px;border-bottom-left-radius: 3px;line-height:20px;}
 
 
div.input-group-capcha {    padding-right: 0px !important;}
/*.form-control {    width: 218px;}*/
select.form-control {    width: 228px;}

/* cpacha */
   .input-group-capcha  {
        width: 218px;
    }
  .input-group-capcha input {
        width: 40% !important;
    }

.input-group-capcha img {
    border: 1px dotted #ccc;
    display: table-cell;
    float: right;
    height: 34px;
    width: 40%;
}

.input-group-capcha i {
    z-index: 5 !important;
}

.input-group-capcha .input-group-addon {
    width: 20%;
}

#Cimage {
    border: 1px dotted #ccc;
}

.input-group span.field-validation-error {
    display: inline-block; 
    position: absolute;
    top: 32px;
    right:0;
}

/* select 2 */
.select2-search input{
    background-position: -21px left !important;
}

/* toggle menu */
@media (max-width: 991px) {
    .page-header .page-header-menu {
        padding:0;height:auto;
    }
    .page-header .page-header-menu .hor-menu {
        padding:10px;
    }
    .page-header .page-header-menu .hor-menu .navbar-nav {
        background:#ebebeb !important;
    }
    .page-header .page-header-menu .hor-menu .navbar-nav > li > a {
        color:#536d94 !important;
    }
    .page-header .page-header-menu .hor-menu .navbar-nav .dropdown.open .dropdown-menu {
        display:block;
        position:relative;
        background:#ebebeb !important; 
    }
    .page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li > a {
        color:#333 !important;
    }
    .page-header-menu .hor-menu {
        height:auto;margin-bottom:20px;
    }
    .form-actions .btn {margin-bottom:10px;}
    .form .form-actions.right {text-align:right;}
}
@media (max-width: 321px) {
    body .input-group-capcha input {
        width: 26% !important;
    }
    body .input-group-capcha img{
        float: right !important;
        width: 39% !important;
        height:34px;
    }
}
.table-colored .label {    min-width: 34px;    display: inline-block;margin-bottom:0}
.table-colored .label-warning {background-color: #f0ad4e;}
.table-colored .label-info {background-color: #5bc0de;}
.table-colored tr:nth-child(even) {    background: #ebebeb;}



/* form-ratification */
 h6.boxed {border:0 none;background:#758db1;padding:10px;color:#fff;font-weight:bold;}

.responsive-pdf-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

#imagePopupModal {
    z-index: 10000 !important;
}