/* Minification failed. Returning unminified contents.
(198,29): run-time error CSS1038: Expected hex color, found '#fff7a'
 */

@font-face {
    font-family: RayAndish;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/RayFont/RayFontWeb_Bold.eot');
    src: url('../fonts/RayFont/RayFontWeb_Bold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/RayFont/RayFontWeb_Bold.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/RayFont/RayFontWeb_Bold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/RayFont/RayFontWeb_Bold.ttf') format('truetype');
}

@font-face {
    font-family: RayAndish;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/RayFont/RayFontWeb_Medium.eot');
    src: url('../fonts/RayFont/RayFontWeb_Medium.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/RayFont/RayFontWeb_Medium.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/RayFont/RayFontWeb_Medium.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/RayFont/RayFontWeb_Medium.ttf') format('truetype');
}

@font-face {
    font-family: RayAndish;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/RayFont/RayFontWeb_Light.eot');
    src: url('../fonts/RayFont/RayFontWeb_Light.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/RayFont/RayFontWeb_Light.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/RayFont/RayFontWeb_Light.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/RayFont/RayFontWeb_Light.ttf') format('truetype');
}

@font-face {
    font-family: RayAndish;
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/RayFont/RayFontWeb_UltraLight.eot');
    src: url('../fonts/RayFont/RayFontWeb_UltraLight.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/RayFont/RayFontWeb_UltraLight.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/RayFont/RayFontWeb_UltraLight.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/RayFont/RayFontWeb_UltraLight.ttf') format('truetype');
}

@font-face {
    font-family: RayAndish;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/RayFont/RayFontWeb.eot');
    src: url('../fonts/RayFont/RayFontWeb.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/RayFont/RayFontWeb.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/RayFont/RayFontWeb.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/RayFont/RayFontWeb.ttf') format('truetype');
}
/* Move down content because we have a fixed navbar that is 50px tall */
body {
    font-size: 12px;
    font-family: RayAndish, "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* 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;
}

.en {
    direction: ltr;
    text-align: left;
}

.captcha-form {
    min-height: 150px;
}

.print-offer {
    width: 595px;
    height: auto;
    padding: 5px;
    margin-top: 10px;
    position: relative;
}

.print-footer {
    bottom: 0;
    clear: both;
    left: 0px;
}


.print-label {
    font-size: 14px;
    font-weight: bolder;
    padding: 2px;
}

.print-row {
    padding-bottom: 5px;
}

.modal {
    position: fixed;
    padding-top: 30px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 10px;
    border: 1px solid #888;
    width: 90%;
    height: inherit;
}


.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: left;
    padding: 5px;
    color: black;
}

.login-seprator {
    top: 10px;
    position: relative;
    color: white;
}

.userlogin {
    float: right;
    margin-right: 20px;
}

footer {
    background-color: #ebebeb;
    padding-top: 5px;
    padding-bottom: 1px;
    text-align: center;
}

.box-items {
    background-color: #eeeeee85;
    box-shadow: 0px 2px 15px 0px #2f2e2e;
    border-radius: 7px;
}

/*Item Defualte Page*/
.item-fture {
    background: #fff;
    border: 2px solid #07a8ff;
    padding: 26px;
    margin: 10px;
    border-radius: 50%;
    box-shadow: 0px 1px 2px #343434;
    display: inline-block;
    width: 130px;
    height: 130px;
    position: relative;
    z-index: 2;
}

    .item-fture:hover:before {
        transform: scale(1.2,1.2);
    }

    .item-fture:hover {
        transform: scale(.9,.9);
        background: #00abde;
        border: 2px solid #fff;
    }

    .item-fture:before {
        position: absolute;
        display: block;
        content: '';
        clear: both;
        border-radius: 50%;
        right: -2px;
        top: -3px;
        background-color: rgba(7,168,255,.3);
        transform: scale(0,0);
        box-shadow: 0 0 5px #fff7a;
        z-index: -1;
        transition: .2s !important;
        width: 130px;
        height: 130px;
    }

.fture-items * {
    transition: .3s;
}

.title-fture {
    color: #01578a;
    padding-top: 0;
}

.items-home {
    text-align: center;
}

.fture-items a {
    text-decoration: none !important;
}

.fture-icon {
    font-size: 55px;
}
/*End Items*/
.row-page {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

    .row-page .thumbnail {
        min-height: 520px;
        box-shadow: 0px 2px 15px 0px #2f2e2e;
    }

.thumbnail {
    background-color: #f1f1f17a;
}

    .thumbnail .form-group {
        margin-bottom: 10px;
    }

.form-submit {
    padding-top: 10px;
}

.form-control {
    border: 1px solid #878787;
    color: #050505;
}

.panel-footer {
    text-align: left;
}

.item-bold {
    font-size: 16px;
}

.rslt-purit {
    font-size: 16px;
    font-weight: 500;
    padding-right: 8px;
}

.home-btn:after {
    content: "\e021";
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: white;
    font-size: 14px;
    padding-right: 5px;
    padding-bottom: 15px;
    vertical-align: middle;
}

.submit-btn {
    width: 130px;
}

    .submit-btn:after {
        content: "\e067";
        font-family: "Glyphicons Halflings";
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        color: white;
        font-size: 14px;
        padding-right: 5px;
        padding-bottom: 15px;
        vertical-align: middle;
    }

.pursuit-btn {
    margin-top: 7px;
}

    .pursuit-btn:after {
        content: "\e003";
        font-family: "Glyphicons Halflings";
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        color: white;
        font-size: 14px;
        padding-right: 5px;
        padding-bottom: 15px;
        vertical-align: middle;
    }

.btn-box {
    padding: 10px;
    text-align: left;
}

.menu-bar {
    /*bottom: 5px;
    right: 10px;
    position: absolute;*/
    height: 50px;
    background-color: #3a526a;
}

    .menu-bar a {
        padding: 10px;
        top: 10px;
        position: relative;
        color: white;
    }

.form-message {
    font-size: small;
    color: #FF0000;
    font-variant: small-caps;
    text-transform: none;
    margin-bottom: 0px;
    font-weight: bold;
}

.image-upload {
    max-height: 710px;
    overflow: auto;
}

.lastName-inform {
    margin-top: -15px;
}

.nationalCodee-rgst {
    margin-top: -15px;
}

.footer-text {
    margin: 0 0 2px;
    font-size: 10px;
}

    .footer-text a {
        color: black;
        text-decoration: none;
    }
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}
/* Responsive: Portrait tablets and Mobile and under */
@media screen and (max-width: 985px) {
    .lastName-inform {
        margin-top: 40px;
    }

    .nationalCodee-rgst {
        margin-top: 0;
    }
}

@media print and (max-width: 985px) {

    .print-offer {
        height: 1000px;
    }

    .print-footer-sign {
        margin-top: 60px;
    }

    .print-footer {
        position: absolute;
    }
}
.question {
    background-color: #e6ece6;
    font-size: 17px;
    margin-bottom: 20px;
}

.answer {
    background-color: beige;
    font-size: 15px;
    display: none;
}

/***
Portlets
***/

.portlet {
    clear: both;
    margin-top: 0px;
    margin-bottom: 25px;
    padding: 0px;
    -webkit-box-shadow1: 0 1px 4px rgba(0, 0, 0, 0.07);
    box-shadow1: 0 1px 4px rgba(0, 0, 0, 0.07);
    border: 1px solid #ddd;
    border-radius: 4px;
}

    .portlet > .portlet-title {
        background-color: #eee;
        border-radius: 4px 4px 0 0;
        padding: 10px 10px 2px 10px;
        height: 38px;
    }

        .portlet > .portlet-title:after,
        .portlet > .portlet-title:before {
            content: "";
            display: table;
            line-height: 0;
        }

        .portlet > .portlet-title:after {
            clear: both;
        }

        .portlet > .portlet-title > .caption {
            color: #333;
            float: right;
            display: inline-block;
            font-size: 16px;
            line-height: 16px;
            font-weight: 400;
            margin: 0;
            padding: 0;
            margin-top: 1px;
        }

        .portlet > .portlet-title .bootstrap-switch {
            margin-top: -10px !important;
        }

        .portlet > .portlet-title > .caption > i {
            float: right;
            margin-top: 2px;
            display: inline-block !important;
            font-size: 13px;
            margin-right: 5px;
            color: #666;
            padding-left: 5px;
        }

        .portlet > .portlet-title > .tools,
        .portlet > .portlet-title > .actions {
            display: inline-block;
            padding: 0;
            margin: 0;
            margin-top: 3px;
            float: left;
        }

        .portlet > .portlet-title > .tools {
            margin-top: 0px;
        }

            .portlet > .portlet-title > .tools > a {
                display: inline-block;
                height: 16px;
                margin-left: 5px;
            }

        .portlet > .portlet-title > .actions > .dropdown-menu i {
            color: #000 !important;
        }

        .portlet > .portlet-title > .tools > a.remove {
            margin-bottom: 2px;
            background-image: url(../img/portlet-remove-icon.png);
            background-repeat: no-repeat;
            width: 11px;
        }

        .portlet > .portlet-title > .tools > a.config {
            margin-bottom: 2px;
            background-image: url(../img/portlet-config-icon.png);
            background-repeat: no-repeat;
            width: 12px;
        }

        .portlet > .portlet-title > .tools > a.reload {
            margin-bottom: 2px;
            background-image: url(../img/portlet-reload-icon.png);
            width: 13px;
        }

        .portlet > .portlet-title > .tools > a.expand {
            margin-bottom: 2px;
            background-image: url(../img/portlet-expand-icon.png);
            width: 14px;
        }

        .portlet > .portlet-title > .tools > a.collapse {
            margin-bottom: 2px;
            background-image: url(../img/portlet-collapse-icon.png);
            width: 14px;
        }

        .portlet > .portlet-title > .tools > a:hover {
            text-decoration: none;
            -webkit-transition: all 0.1s ease-in-out;
            -moz-transition: all 0.1s ease-in-out;
            -o-transition: all 0.1s ease-in-out;
            -ms-transition: all 0.1s ease-in-out;
            transition: all 0.1s ease-in-out;
            opacity: .6;
            filter: 'alpha(opacity=60)';
        }

        .portlet > .portlet-title > .actions > .btn-group {
            margin-top: -8px;
        }

        .portlet > .portlet-title > .actions > .btn {
            padding: 4px 10px;
            margin-top: -10px;
        }

        .portlet > .portlet-title > .actions > .btn-group > .btn {
            padding: 4px 10px;
            margin-top: -1px;
        }

        .portlet > .portlet-title > .actions > .btn.btn-sm {
            padding: 3px 8px;
            margin-top: -10px;
        }

        .portlet > .portlet-title > .actions > .btn-group > .btn-sm {
            padding: 3px 8px;
            margin-top: -1px;
        }

        .portlet > .portlet-title > .pagination.pagination-sm {
            float: right !important;
            display: inline-block !important;
            margin: 0px;
            margin-top: -6px;
        }

    .portlet > .portlet-body {
        clear: both;
        padding: 10px;
        background-color: rgba(243, 243, 243, 0.45);
        border-radius: 0px 0px 4px 4px;
        direction: rtl;
    }

/* jQuery UI Draggable Portlets */
.portlet-sortable > .portlet-title {
    cursor: move;
}

.portlet-sortable-placeholder {
    border: 2px dashed #eee;
    border-radius: 4px;
    margin-bottom: 25px;
}

.portlet-sortable-empty {
    height: 45px;
    border: 0;
    background: none;
}

.sb-image-upload-preview {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 4px;
    display: inline-block;
    position: relative;
}

.sb-image-upload-preview-height-enforcer {
    padding-bottom: 100%;
}

.sb-image-upload-preview-delete-button {
    background-color: rgba(0,0,0,.32);
    border: none;
    border-radius: 2px;
    cursor: pointer;
    height: 50px;
    width: 50px;
    top: 4px;
    -webkit-transition: background-color .36s ease;
    transition: background-color .36s ease;
    align-items: center;
    color: #fff;
    display: flex;
    justify-content: center;
    left: 4px;
    outline: none;
    position: absolute;
}

.file-zone-Select {
    grid-gap: 16px;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    /*margin-top: 5px;*/
    padding-bottom: 10px;
}

.modal-showImage {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    padding-top: 20px; /* Location of the box */
    left: 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) */
.modal-content-attachment {
    margin: auto;
    display: block;
    width: 70%;
    height: 70%;
    max-width: 80%;
    max-height: 80%;
}
.inline-content-attachment {
    margin: auto;
    display: block;
    width: 70%;
    height: 250px;
    max-width: 75%;
    max-height: 250px;
}

/* Caption of Modal Image */
#caption-attachment {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content-attachment, #caption-attachment {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close-attachment {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 60px;
    font-weight: bold;
    transition: 0.3s;
}

    .close-attachment:hover,
    .close-attachment:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }
.modal-content-attachment {
    width: 80%;
}

.imagelist {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    width: 100px;
    height: 100px;
    padding: 10px;
}

    .imagelist:hover {
        opacity: 0.7;
    }

.card-attachment {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* Adjust margins or padding if necessary */
    margin: 5px 0;
}

.info-attachment {
    flex: 1;
    /* Adjust text alignment, font size, etc. */
    text-align: left;
    font-size: 13px;
}

.stats-overview-cont {
    padding-top: 0px;
    margin-bottom: 15px;
}

.stats-overview {
    clear: both;
    padding: 10px 10px 0px 10px;
    margin: 0px;
    margin-bottom: 5px;
}

    .stats-overview .display {
        margin-right: 5px;
        float: left;
    }

    .stats-overview .details {
        color: #888;
    }

        .stats-overview .details .title {
            color: #777;
            font-size: 12px;
            font-weight: normal;
            margin-bottom: 3px;
            text-align: center;
        }

            .stats-overview .details .title i {
                color: #999;
                margin-right: 2px;
            }

        .stats-overview .details .numbers {
            color: #777;
            font-size: 14px;
            font-weight: 300;
            margin-bottom: 6px;
        }
        .stats-overview .details .content {
            color: #777;
            font-size: 22px;
            font-weight: 600;
            margin-right: auto;
            margin-left: auto;
            margin-top: 15px;
            margin-bottom: 13px;
            text-align: center;
        }

    .stats-overview .progress {
        height: 10px;
        margin-bottom: 10px !important;
        background: #e6e6e6;
    }
.stat {
    margin: 0px;
    padding: 0px;
}
/* general purpose block with css3 gradient background */
.stat-block {
    background-color: #F6F6F6;
    border: 1px solid #dedede;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 18px;
    margin: 0 0 20px 0;
    padding: 10px;
}
