/* ==========================================================================

   Author's custom styles

   ========================================================================== */



/*

===========THEME NOTES===========

Edited By: Brandon Keith Watanabe

Date: May 16, 2014



CodeIgniter

Bootstrap Version: 3.1.1

JQuery Version: 1.11.0

=================================

*/



/* NON-RESPONSIVE FIX - UNCOMMENT AND EDIT CONTAINER WIDTH TO DISABLE RESPONSIVENESS */

/*.container-fluid { min-width: 1080px; }

.container { width: 1080px; }

.col-lg-1, .col-md-1, .col-sm-1, .col-xs-1 { width: 8.33333333%; float: left; }

.col-lg-2, .col-md-2, .col-sm-2, .col-xs-2 { width: 16.66666667%; float: left; }

.col-lg-3, .col-md-3, .col-sm-3, .col-xs-3 { width: 25%; float: left; }

.col-lg-4, .col-md-4, .col-sm-4, .col-xs-4 { width: 33.33333333%; float: left; }

.col-lg-5, .col-md-5, .col-sm-5, .col-xs-5 { width: 41.66666667%; float: left; }

.col-lg-6, .col-md-6, .col-sm-6, .col-xs-6 { width: 50%; float: left; }

.col-lg-7, .col-md-7, .col-sm-7, .col-xs-7 { width: 58.33333333%; float: left; }

.col-lg-8, .col-md-8, .col-sm-8, .col-xs-8 { width: 66.66666667%; float: left; }

.col-lg-9, .col-md-9, .col-sm-9, .col-xs-9 { width: 75%; float: left; }

.col-lg-10, .col-md-10, .col-sm-10, .col-xs-10 { width: 83.33333333%; float: left; }

.col-lg-11, .col-md-11, .col-sm-11, .col-xs-11 { width: 91.66666667%; float: left; }

.col-lg-12, .col-md-12, .col-sm-12, .col-xs-12 { width: 100%; float: left; }*/

/* END NON-RESPONSIVE FIX */



/* 000 - DEVELOPER TOOLS */



div {

    /*border: 1px solid black;*/

}



/*--- FONTS ---*

    font-family: 'myriad_pro';

    font-family: 'open_sans';

    font-family: 'open_sans_light';

    font-family: 'open_sans_semibold';

    font-family: 'open_sans_bold';

*--- END FONTS ---*/



/*--- GRADIENT ---*

    background: -webkit-linear-gradient(red, blue);

    background: -o-linear-gradient(red, blue);

    background: -moz-linear-gradient(red, blue);

    background: linear-gradient(red, blue);

*--- END GRADIENT ---*/

/*Modal Override*/
.modal-full {
    z-index: 1101 !important;
}

.modal-full .modal-dialog {
    max-width: 80%;
}


/* Loading Screen */
#loading-screen {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
    
    display: block;
}

#loading-screen.hide {
    display: none;
}
/* End Loading Screen */

body { padding-right: 0 !important }



.alert{

    width:300px!important;

}





.dataTables_wrapper .myfilter .dataTables_filter {

    float:left

}

.dataTables_wrapper .mylength .dataTables_length {

    float:right

}



.input-group-text {

    /*width:38px;*/

}



.content-wrapper>.content {

    padding-top: 16px !important;

}



/*th:last-child {

    width:130px !important;

}*/



/*th:first-child {

    width:40px !important;

}*/



/*#tbl-products th:nth-child(3) {

    width:120px !important;

}*/



/*#tbl-products-archived th:nth-child(3) {

    width:120px !important;

}*/



.nav-treeview{

    background:#2b2f33!important;

}



.card-title {

    font-weight: 900!important;

    text-transform:uppercase!important;

    margin-bottom: 0!important;

}





/*IMG*/

.image-preview-input {

    position: relative;

    overflow: hidden;

    margin: 0px;    

    color: #333;

    background-color: #fff;

    border-color: #ccc;    

}

.image-preview-input input[type=file] {

    position: absolute;

    top: 0;

    right: 0;

    margin: 0;

    padding: 0;

    font-size: 20px;

    cursor: pointer;

    opacity: 0;

    filter: alpha(opacity=0);

}

.image-preview-input-title {

    margin-left:2px;

}



img.product-image {

    width: 100%;

}



.popover {

    white-space: pre-wrap;    

}



div.dataTables_wrapper div.dataTables_filter input {

    width: 400px;

}



.select2-selection{

    height:38px!important;

    padding:7px 5px!important;

}



.select2-selection__arrow{

    height:38px!important;

}

#tbl-transaction-products .transaction-product-price,
#tbl-quotation-products .quotation-product-cost,
#tbl-quotation-products .quotation-product-margin,
#tbl-quotation-products .quotation-product-price {
    cursor: pointer;
}

.dt-buttons {
    margin-right: 15px;
    margin-top: -5px;
}

.stocks-section {
    width: 110px;
}

.stocks-section-total {
    width: 150px;
}

.stocks-section,
.stocks-section-total {
    display: inline-block;
    background-color: #eeeeee;
    margin: 2px;
    padding: 2px 4px;
    margin-right: 4px;
}