/* ===================================================================================================
    Website URL                  :  http://futuradecor.com/
    Description                  :  Somewhere, someplace you’ve experienceda FuturaShade hard at work.
    Created on                   :  December 2014
    Developer, Designer & Tester :  jfernandez, rdeguzman, mvillaluz, adelfin, afodra, mjimenez
=================================================================================================== */

/* ======================================*/
/* =============== FONTS =============== */
/* ======================================*/

/* ===  

@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);  Source Sans Pro 

/* === Import Google Font === */
@font-face {
    font-family: 'source_sans_proregular';
    src: url('../fonts/SourceSansPro-Regular-webfont.eot');
    src: url('../fonts/SourceSansPro-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/SourceSansPro-Regular-webfont.woff2') format('woff2'),
         url('../fonts/SourceSansPro-Regular-webfont.woff') format('woff'),
         url('../fonts/SourceSansPro-Regular-webfont.ttf') format('truetype'),
         url('../fonts/SourceSansPro-Regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ========== GENERAL STYLE =========== */
 
body {
    font-family: 'source_sans_proregular', sans-serif;
}

.button {
    text-transform: uppercase;
    color: #ffffff;
}

textarea {
    resize: none;
}

.red {
    background: #e64243;
}
.grey {
    background: #999999;
}
.button.red:hover {
    background: #d83e3f;
}
.button.grey:hover {
    background: #888888;
}
.top-bottom-padding {
    padding-top: 1em;
    padding-bottom: 1em;
}
.padding {
    padding: 1em;
}
.no-padding {
    padding: 0;
}
.no-margin {
    margin: 0;
}
.page-title {
    padding: 15px;
    float: left;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
}
.user-menu .avatar {
    margin-right: 1em;
    width: 32px;
    height: 32px;
    float: left;
    overflow: hidden;
    background: #ffffff;
    border-radius: 32px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
}
.nav > li > a {
    padding: 15px 30px;
    background: #d83e3f;
}
.front-page .col-md-8.no-padding {
    border-right: 1px solid #cccccc;
}
.sub-page .content {
    margin-bottom: 1em;
}
.main-search-form {
    margin: 0 0 1em 0 !important;
    border-top: 0 none !important;
    border-left: 0 none !important;
    border-right: 0 none !important;
    border-bottom: 1px solid #dddddd !important;
}
.main-search-form input[type="text"] {
    padding: 2em 1em; 
    font-size: 1.3em;
}
.table thead {
    border-bottom: 3px solid #dddddd;
}
.table tr {
    border-bottom: 1px dotted #dddddd;
}
/*.table thead tr th:first-child {
    width: 8%;
}*/
.table tbody tr td {
    line-height: 1em !important;
    font-size: 1.1em;
}
.table tbody tr td .product-image {
    margin-right: 1em;
    width: 32px;
    height: 32px;
    float: left;
    background: #eeeeee;
}
.table tbody tr td .product-image img {
    width: 100%;
    height: 100%;
}
.table thead tr th:last-child,
.table tbody tr td:last-child {
    text-align: right;
}
.table tbody tr td .button {
    margin-left: .5em;
    padding: 1px 5px;
    text-transform: uppercase;
    font-size: .8em;
    font-style: normal;
    color: #666666;
    background: none;
    border: 1px solid #cccccc;
}
.table tbody tr td .button:hover {
    color: #ffffff;
    background: #e64243;
    border: 1px solid transparent;
}
.table tbody tr td a {
    color: #333333;
}
.table tbody tr td a:hover {
    color: #e64243;
}
.product-full-image,
.customer-full-image,
.employee-full-image {
    padding: 20px;
    width: 300px;
    height: 300px;
    /*width: 100%;
    height: 100%;*/
    /*background-image: url(../img/image-not-available.jpg);*/
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border: 1px solid #cccccc;
}
.product-full-image img,
.customer-full-image img,
.employee-full-image img {
    width: 100%;
    height: 100%;
}
.product-thumb-image {
    padding: 20px;
    width: 150px;
    height: 150px;
    background-image: url(../img/image-not-available.jpg);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border: 1px solid #cccccc;
}
.product-holder .product-image,
.customer-holder .customer-image,
.employee-holder .employee-image {
    width: 120px;
    height: 120px;
    background: #eeeeee;
    background-size: cover;
}
.product-holder .product-image img,
.customer-holder .customer-image img,
.employee-holder .employee-image img {
    width: 100%;
    height: 100%;
}
.product-holder h1.product-name,
.customer-holder h1.customer-name {
    margin-top: 0;
    width: 75%;
}
.product-holder .product-add-note input[type="text"] {
    margin-bottom: 10px; 
    padding: 2px 8px;
    width: auto;
    height: auto;
}
.product-holder p.product-description span,
.product-holder p.product-price span,
.product-holder p.product-status span {
    margin-right: .2em;
    font-weight: 700;
}
.product-list-holder .box-body {
    padding: 0 15px 15px !important;
}
.product-list-holder .box-body .nav-tabs {
    border-bottom: 0 none;
}
/*.product-list-holder .box-body,
.customer-holder .box-body,
.employee-holder .box-body {
    padding: 0 15px 15px !important;
}*/ 
.single-product-holder .btn.btn-file,
.single-supplier-holder .btn.btn-file {
    position: absolute;
    bottom: 2em;
    right: 3em;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    background: #999999;
    border: 0 none;
}
.single-product-holder .btn.btn-file:hover,
.single-supplier-holder .btn.btn-file:hover {
    background: #888888 !important;
}
.single-product-holder .product-image,
.single-customer-holder .customer-image {
    padding: 1em;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #cccccc;
}
.single-product-holder .btn.btn-file, 
.single-supplier-holder .btn.btn-file {
    width: 40%;
    position: absolute;
    bottom: 2em;
    left: 3em;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    background: #2f2f2f;
    border: 0 none;
}
.product-table-pagination {
    margin-top: 1em;
    float: right;
}
.product-table-pagination .button {
    padding: 3px 7px;
    text-transform: uppercase;
    font-size: .9em;
    font-style: normal;
    color: #666666;
    background: none;
    border: 1px solid #cccccc;
}
.product-table-pagination .button:hover {
    color: #ffffff;
    background: #e64243;
    border: 1px solid #e64243;
}
.box .counted-list {
    font-weight: 700 !important;
}
.box .modal-body {
    padding: 0;
}
/*.form-conversion {
    margin-top: 1.5em;
}*/
.form-conversion span {
    float: left;
    text-align: center;
    font-size: 1.3em;
}
/*.form-conversion .button {
    width: 100%;
}*/
.form-conversion .button.grey,
.form-conversion .button.red {
    width: 100%;
}
.customer-holder,
.supplier-holder {
    padding: 15px 0 0;
    position: relative;
    z-index: 999;
/*    border-bottom: 1px solid #cccccc;*/
}
.customer-holder .set-customer,
.supplier-holder .set-supplier {
    margin-bottom: .1em;
    text-align: center;
}
.customer-holder .set-customer label,
.supplier-holder .set-supplier label {
    margin-right: .5em; 
}
.customer-holder button,
.supplier-holder button {
    width: 100%;
}
.single-customer-holder {
    padding: 0;
    border: none;
}
.single-customer-holder button {
    width: auto;
}
.single-customer-holder .box-body,
.single-employee-holder .box-body {
    padding: 0 !important;
}
/*.customer-holder .customer-details li,
.employee-holder .employee-details li {
    line-height: 1.8em;
    font-size: 1.1em;
}
.customer-holder .customer-details li span,
.employee-holder .employee-details li span {
    width: 20%;
    display: block;
    float: left;
    font-weight: 700;
}*/
.quotation-holder,
.purchase-order-holder {
    padding-top: 15px;
    padding-bottom: 15px;
}
/*.quotation-holder .slimScrollDiv,
.quotation-holder .quotation-list,
.purchase-order-holder .slimScrollDiv,
.purchase-order-holder .purchase-list {
    height: 320px !important;
}*/
.quotation-holder .quotation-list,
.purchase-order-holder .purchase-list {
    width: auto !important;
}
.quotation-holder .col-md-8,
.quotation-holder .col-md-4,
.purchase-order-holder .col-md-8,
.purchase-order-holder .col-md-4 {
    padding-left: 0;
    padding-right: 0;
    border-right: 0 none;
}
.quotation-holder .col-md-1,
.quotation-holder .col-md-11,
.purchase-order-holder .col-md-1,
.purchase-order-holder .col-md-11,
.purchase-order-holder .col-md-7 {
    padding-left: 0;
    padding-right: 0;
}
.quotation-holder h1,
.purchase-order-holder h1 {
    margin-top: 0;
}
.quotation-holder .quotation-number,
.purchase-order-holder .purchase-number {
    margin-top: 1.2em;
    float: left;
    font-size: 1.1em;
    font-weight: 700;
    color: #e64243;
}
.quotation-holder .product-name button {
    margin-left: .5em;
    padding: 1px 5px;
    text-transform: uppercase;
    font-size: .8em;
    font-style: normal;
    color: #666666;
    background: none;
    border: 1px solid #cccccc;
}
.quotation-holder .product-name button:hover {
    color: #ffffff;
    background: #e64243;
    border: 1px solid #e64243;
}
.quotation-holder .quotation-list,
.purchase-order-holder .purchase-list {
    padding-top: 3px !important;
}
.quotation-holder .quotation-list ul li,
.purchase-order-holder .purchase-list ul li {
    padding-top: .5em;
    padding-bottom: .5em;
    overflow: hidden;
    border-bottom: 1px dotted #dddddd;
}
.quotation-holder .product-image,
.purchase-order-holder .product-image {
    width: 15px;
    height: 15px;
}
.quotation-holder .product-image img,
.purchase-order-holder .product-image img {
    width: 100%;
    height: 100%;
}
.quotation-holder .product-name,
.quotation-holder .product-price,
.purchase-order-holder .product-name,
.purchase-order-holder .product-price {
    font-weight: 700;
}
.quotation-holder .product-name,
.purchase-order-holder .product-name {
    font-size: 1.1em;
}
.quotation-holder .product-name a,
.purchase-order-holder .product-name a {
    color: #333333;
}
.quotation-holder .product-price,
.purchase-order-holder .product-price {
    color: #e64243;
}
.quotation-holder .product-note {
    font-style: italic;
}
.quotation-holder .alert {
    margin-bottom: 1em;
    margin-left: 0;
}
.purchase-order-holder .purchase-list ul li .col-md-7 .product-price {
    margin-left: .5em;
    padding-left: .5em;
    border-left: 1px solid #cccccc;
}
.purchase-order-holder .col-md-11 .col-md-1 .product-image {
    width: 12px;
    height: 12px;
}
.quotation-holder .product-note button,
.quotation-holder .product-selected-size button,
.purchase-order-holder .product-selected-size button {
/*    margin-left: .5em;*/
    padding: 1px 5px;
    text-transform: uppercase;
    font-size: .8em;
    font-style: normal;
    color: #666666;
    background: none;
    border: 1px solid #cccccc;
}
.quotation-holder .product-note button:hover,
.quotation-holder .product-selected-size button:hover,
.purchase-order-holder .product-selected-size button:hover {
    color: #ffffff;
    background: #e64243;
    border: 1px solid transparent;
}
.quotation-holder .product-selected-size ul li,
.purchase-order-holder .product-selected-size ul li {
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    line-height: 1.5em;
    border-bottom: 0 none;
}
.quotation-holder .alert-warning {
    color: #333333;
}
.total-holder {
    text-align: center;
}
.total-holder h1 {
    margin-top: 0;
    font-size: 26px;
    font-weight: 700;
    color: #d83e3f;
}
h1.pull-left {
    margin-top: 0;
}
.form-group {
    z-index: 999;
}

.form-group .optional {
    font-style: italic;
    font-weight: 400;
    color: #999999;
}
.login-wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #2f2f2f;
}
.login-holder {
    margin: 12em auto 0;
    width: 280px;
}
.login-holder .logo img {
    margin: 0 auto;
    display: block;
}
.login-holder p.description {
    margin: 1em 0 3em;
    text-align: center;
    font-size: 1.1em;
    color: #dddddd;
}
.login-holder .form-group button {
    width: 100%;
}
.login-holder .form-group a {
    text-align: center;
    display: block;
    color: #666;
}
.login-holder .form-group a:hover {
    color: #ffffff;
}
.login-holder .error-box {
    margin-bottom: .5em;
    padding: .5em;
    display: none;
    text-align: center;
    color: #ffffff;
    background: #2a2a2a;
}
.fileUpload {
    position: relative;
    overflow: hidden;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.error-message {
    color: #e64243;
}
.isCritical {
  color: #d14233;
}
.isNotDisplay {
  display: none;
}
.copyright {
    width: 100%;
    position: absolute;
    bottom: 1em;
    text-align: center;
    font-size: .9em;
    color: #666666;
}
.form-control {
    position: relative;
    z-index: 999;
}
/* Modal Dialog */
.modal-body .form-control {
    margin-bottom: 1em;
}
.modal-footer button {
    width: 23%;
}
/* Scroll Hidden */
.scrollbox {
    overflow: auto;
    height: 575px;
}
.track {
    background: rgba(0, 0, 0, 0);
    margin-right: 2px;
    border-radius: 10px;
    -webkit-transition: background 250ms linear;
    transition: background 250ms linear;
}
.track:hover,
.track.dragging {
    background: #d9d9d9; /* Browsers without rgba support */
    background: rgba(0, 0, 0, 0.1);
}
.handle {
    width: 7px;
    right: 10px;
    background: #999;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 7px;
    -webkit-transition: width 250ms;
    transition: width 250ms;
}
/* =================================== */
/* ========== MEDIA QUERIES ========== */
/* =================================== */
@media (max-width: 1024px) {
    .product-full-image, 
    .customer-full-image, 
    .employee-full-image {
        width: 250px;
        height: 250px;
    }
    .product-thumb-image {
        width: 120px;
        height: 120px;
    }
    .product-holder .col-md-10 {
        padding-left: 3em;
    }
    .product-selected-size .col-md-8 {
        width: 60%;
    }
    .quotation-holder .product-note button, 
    .quotation-holder .product-selected-size button {
        margin-left: 1px;
        padding: 1px 2px;
    }
}

.tr-pointer tr {
    cursor: pointer;
}

.memo-holder {
    margin-left: 10em;
    width: 730px;
}
.topbar {
    margin-bottom: 2em;
    height: 50px;
    line-height: 50px;
    border-bottom: 5px solid #cccccc;
}
.topbar h1 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 50px;
    color: #e64243;
}
.content {
    overflow: hidden;
}
.content ul {
    padding-left: 0;
}
.content ul li {
/*    margin-bottom: 1em;*/
    list-style: none;
}
.content ul li label {
    margin-bottom: 0;
    display: block;
}
.footer {
    margin-top: 3em;
    overflow: hidden;
}
.footer .col-md-9,
.footer .col-md-3 {
    height: 140px;
    border-bottom: 5px solid #cccccc;
}
.footer .col-md-6 {
    padding-left: 0;
    padding-right: 0;
}
.footer h4 {
    margin-bottom: 1em;
    padding-bottom: .5em;
    color: #e64243;
    border-bottom: 1px solid #cccccc;
}
.footer label {
    margin-bottom: 0;
}
.footer img {
    margin-top: 3em;
    width: 100%;
}

/** RANILLA **/
.preview-container {
    text-align: center;
    margin: 0 auto;
    width: 500px;
    padding: 1.5em;
}

.navbar-nav {
    cursor: pointer; 
}

.hidden {
    display: none;
}
.soa-ul ul li label {
    width: 20%;
    float: left;
}
.soa-ul ul li {
    list-style: none;
}
.soa-div label{
    width: 20%;
    /*float: left;*/
}
/*p {
    white-space: pre-wrap;
    word-wrap: break-word;
    padding: 0;
}*/
./*soa-ul li label{
    
}

.soa-ul li span{
    float: right;
    display: inline;
}*/
.wbtn {
    margin-left: .5em; 
    padding: 1px 5px;
    text-transform: uppercase;
    font-size: .8em;
    font-style: normal;
    color: #666666;
    background: none;
    border: 1px solid #cccccc;
}
.scrollbar {
    margin-right: 1em;
    height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}
.scrollbar::-webkit-scrollbar {
    width: 10px;
    display: block;
    background: #ffffff;
    border: 0 none;
}
.scrollbar::-webkit-scrollbar-thumb {
    background: #dddddd;
}
.print-button {
    /*width: 60%;*/
    width: auto;
    position: absolute;
    top: 1em;
    right: 1em;
    z-index: 999;
}
.print-button .btn {
    font-size: 10px;
}
.single-iom-content .table tr td {
    padding: 2px 0;
}
.single-iom-content .table tbody tr {
    border-bottom: 0;
}
.single-iom-content .table tbody tr td {
    border: none;
}
.single-iom-content .table tr td:last-child {
    text-align: left;
}
.print-table-details {
    margin-bottom: .5em;
    width: 100%;
}
.print-table-details tr,
.print-table-details tbody tr td {
    padding: 0;
    border: 0;
}
.print-table-details tbody tr td:last-child {
    text-align: left;
}
.print-table {
    margin-top: 1em;
    margin-bottom: 0 !important;
}
.print-table tr th,
.print-table tr td {
    padding: .3em;
    text-align: center !important;
}
.print-total {
    text-align: right;
}
.box .box-header > .box-tools {
    padding: 15px !important;
}
.add-accessories-btn,
.discount-btn,
.add-charge-btn,
.note-btn {
    width: 120px;
}
.add-accessories-sub a .fa,
.discount-sub a .fa,
.add-charge-sub a .fa {
    margin-right: .5em;
    font-size: .8em;
    color: #e64243;
}
.add-accessories-sub .col-md-6,
.add-accessories-sub .col-md-3,
.discount-sub .col-md-6,
.discount-sub .col-md-3,
.sub-total-sub .col-md-6 {
    padding-left: 0;
    padding-right: 0;
}
.add-accessories-sub .col-md-3,
.discount-sub .col-md-3,
.add-charge-sub .col-md-4,
.sub-total-sub .col-md-6 {
    text-align: right;
}
.sub-total-sub .col-md-6 strong span {
    margin-right: .3em;
    color: #e64243;
}
.note-sub {
    margin-top: .5em;
    line-height: 1.2em;
    font-size: .9em;
    font-style: italic;
    color: #999999;
}
.note-sub a {
    cursor: pointer;
    font-style: normal;
    color: #e64243;
}
.note-sub a:hover {
    color: #d83e3f;
}
.has-no-stock {
    font-size: 14px !important;
    color: #d83e3f;
}
.select-search-option .dropdown-menu {
    position: relative;
    background: #ffffff;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}
.select-search-option ul.dropdown-menu.inner {
    border: 0 none !important;
}
.select-search-option .bs-searchbox {
    margin: 1em;
}
.select-search-option .dropdown-menu li a {
    font-weight: 400;
    color: #333333;
}
.select-search-option .dropdown-menu li a .glyphicon {
    display: none !important;
}
.select-search-option .dropdown-menu .active a,
.select-search-option .dropdown-menu .active a:hover,
.select-search-option .dropdown-menu .active a:focus {
    color: #ffffff;
    background: #e64243;
}
.select-search-option .bootstrap-select {
    width: 100%;
}
.select-search-option .bootstrap-select .caret {
    margin-top: .5em;
    float: right;
}

.center {
    text-align: center;
}

.memo-content {
    /*border-top: 1px solid #ccc;*/
    text-align: center;
}

.memo-content p {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    padding: 0;
}

/*.print-header {
    text-align: center;
}

.print-header span {
    display: block;
}

.details-box {
    top: 1em;
    border: 1px solid;
}*/
.box .box-tools.search-no-padding {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.repeat-div {
    clear: both; 
    overflow-y: scroll;
    margin-top: 5px;
    height: 230px;
}

.repeat-div div {
    cursor: pointer;
    line-height: 32px;
    border-bottom: 1px solid #ccc;
}

.repeat-div div:hover {
    background: #ccc;
}

.print-button-dropdown {
    margin-right: .3em;
    float: left;
}
.print-button-dropdown ul li a {
    text-transform: uppercase;
    font-size: 10px;
    color: #ffffff;
}
.print-button-dropdown ul li a .caret {
    margin-left: .5em;
}
.print-button-dropdown ul li a:hover {
    background: #888888;
}
.print-button-dropdown .dropdown-menu {
    margin: 0;
    padding: 0;
    background: #ffffff;
    border: 0 none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
.print-button-dropdown .dropdown-menu li a {
    color: #222222;
}
.print-button-dropdown .dropdown-menu li a:hover,
.print-button-dropdown .dropdown-menu li form .btn:hover {
    color: #222222;
    background: #eeeeee;
}
.print-button-dropdown .dropdown-menu li form {
    width: 100%;
}
.print-button-dropdown .dropdown-menu li form .btn {
    padding: 10px 20px;
    width: 100%;
    text-transform: uppercase;
    text-align: left;
    background: #ffffff;
}

.to-upper {
    text-transform: uppercase;
}

.table.wo-border tr {
    border-bottom: 0;
}

.table.wo-border tbody tr td {
    border-top: 0;
}

.inContract {
    background: #FCF8BE;
}

.cancelled {
    color: #e74c3c;
}


.deactivated {
    color: #bbb;
}
.table>tbody+tbody {
    border-top: 0 !important;
}
fieldset {
    border: 1px solid #cccccc;
}
fieldset legend {
    font-size: 1.3em;
}

.modal-open {
    padding-right: 0 !important;
}
.recommended-items-select,
.required-items-select {
    height: 300px;
}
.recommended-in-select {
    height: 350px;   
}

.selections-ul li { 
    float: left;
    border: 1px solid #bbb;
    border-radius: 4px;
    padding: 5px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.selections-ul li a{
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
}

.anchor-remove {
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
    color: #e64243;
}

.no-stock {
    color: #e64243;
}

.capitalize {
   text-transform: capitalize;
}

.pointer {
    cursor: pointer; 
}

.reports-container {
    border: 1px solid #ddd;
    height: 150px;
    margin: 5px;
    padding: 10px;
    text-align: center;
}

.reports-container a {
    cursor: pointer;
    text-decoration: none;
}

.input-group-select {
    display: table-cell;
    width: 12%;
}

.input-group-select select {
    height: 75px;
    border: inherit;
}