html,body, #wrapper, #wrapper #page-content, #page-content .body-content{
height: 100%;
}



/*======================================
//
//  GLEEPET
//
//====================================*/


.import_wrapper{
    padding: 15px;
    border: 3px solid #ddd;
    background: white;
    border-radius: 3px;
    position: relative;
}


.form_section input{
    display: none;
}


#file_processing{
    margin-top: 10px;
    padding: 0px;
}


.upload_button{
    padding: 0px;
}


.upload_button button{
    width: 100%;
}



.form_section #formErrors{
    padding: 0px;
}


.msg_success{
    color: green;
    text-align: left;
    font-weight: bold;
    font-size: 12px;
}

#formErrors2 {
    color: red;
    text-align: left;
    font-weight: bold;
    font-size: 12px;
}

#desError {
    color: red;
    text-align: left;
    font-weight: bold;
    font-size: 12px;
}
#qtyError {
    color: red;
    text-align: left;
    font-weight: bold;
    font-size: 12px;
}

.multi-modal-body{
    padding: 15px;
    text-align: left;
    font-size: 16px;
    font-family: unset;
}



.fetch_data_wrapper{
    padding: 5px;
    background: white;
    border: 3px solid #ddd;
    border-radius: 6px;
    margin-top: 10px;
    position: relative;
}


#overLayBlur {
    border: 1px solid black;
    position: absolute;
    width: 98.8%;
    height: 100%;
    z-index: 9;
    background: black;
    background: rgba(0,0,0,0.2);
    text-align: center;
    display: none;
}


#overLayBlur .loading_blur{
    margin-top: 10%;
}


#overLayBlur .loading_blur img{
    width: 125px;
}


.data_row {
    border: 1px solid wheat;
    padding: 10px;
    cursor: pointer;
    margin-bottom: 5px;
    transition: 0.1s all ease-in-out;
}


.data_row:hover{
    -webkit-box-shadow: 1px 1px 1px black;
    -moz-box-shadow: 1px 1px 1px black;
    box-shadow: 1px 1px 10px black;
    transition: 0.1s all ease-in-out;
}


.basic_info_title{
    text-align: right;
    border-right: 1px solid black;
}


.basic_info_data{
    border-right: 1px solid black;
}


@media (max-width: 1200px){
    .basic_info_title{
        text-align: left;
    }


    .basic_info_data{
        border-right: none;
    }
}

.checkall {
    zoom: 1.7;
    text-align: center;
    border-right: 1px solid black;
    margin-bottom: 15px;
}

.checkboxinv {
    zoom: 1.5;
    text-align: center;
}

.checkallText {
    font-size: 18px;
    font-weight: bold;
}
.CheckBoxs {
    zoom: 1.7;
    border-right: 1px solid black;
    text-align: center;
}

.fetch_details {
    border-top: 1px solid darkslategrey;
    margin-top: 38px;
    font-family: Oswald;
    display: none;
    padding: 0px;
}


.details_title{
    margin-top: 15px;
    margin-bottom: 15px;
}


.details_info{
    font-family: "Open Sans", sans-serif;
}


#main {
    margin-top: 30px;
}

.access_error{
    padding: 15px;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 16px;
    box-shadow: 3px 2px 8px black;
    color: red;
    font-weight: bold;
}

.modal-body > #overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: azure;
    z-index: 9;
}


#overlay > #loadingContent {
    margin-top: 20%;
    text-align: center;
}

.fixed {
    position: fixed;
    top: 45px;
    left: 300px;
    right: 20px;
}

#inventory_list .inventory_text{
    opacity: 1 !important;
    position: relative;
}


#inventory_list .inventory_text input {
    padding: 10px;
    border: none;
    background: transparent;
    width: 100%;
}

.inv_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
}


.disable_div{
    position: relative !important;
}


.enable_input{
    border: 1px solid #ddd !important;
    background: white !important;
}



.inv_ok{
    background: greenyellow;
    margin-right: 3px;
}


.inv_ok i{
    color: green;
}


.inv_delete{
    background: #ddd;
}


.inv_delete i{
    color: black;
}


.inv_ok.btn-default:hover{
    background-color: greenyellow !important;
}



.inv_delete.btn-default:hover{
    background-color: crimson !important;
}



button.edit_inventory > *{
    pointer-events: none !important;
}



/*======================================
//
//  END GLEEPET
//
//====================================*/



#gritter-notice-wrapper{
    display: none !important;
}



.settings_title h5 {
    font-size: 18px;
    font-weight: bold;
}



.sections .col-lg-5 {
    background: #fbfbfb none repeat scroll 0 0;
    border: 1px solid #dddddd;
    padding: 0px !important;
}


.sections h6{
    padding: 10px;
}


.details {
    background: #eeeeef none repeat scroll 0 0;
    /*padding: 10px;*/
}


.data_title {
    background: white none repeat scroll 0 0;
    border-bottom: 1px solid #dddddd;
    cursor: pointer;
    padding: 10px;
}


.data_title span {
    font-weight: bold;
}


.all_details{
    display: none;
    background: white;
    border-bottom: 1px solid #dddddd;
    padding: 10px;
    margin-bottom: 2px;
}


.all_details a{
    background: white none repeat scroll 0 0;
    color: red;

}


#sign-wrapper {
    height: 100%;
    margin: 0 auto;
    padding-top: 5%;
    position: relative;
    width: 350px;
}


#sign-wrapper .brand {
    margin-bottom: 20px;
    text-align: center;
}


.pages .fa.fa-question-circle{
    cursor: pointer;
    font-size: 16px;
    padding: 18px 0;
}


.pages {
    background: #2a2a2a none repeat scroll 0 0;
    color: #81b71a;
    position: relative;
}


.pages img {
    display: none;
    position: absolute;
    right: 0;
    top: -59px;
}




.details {
    background: white none repeat scroll 0 0;
    border: 1px solid #2a2a2a;
    position: relative;
}


.form-wrapper{
    text-align: center;
    padding: 5px;
}


.form-controls {
    border-bottom: 1px solid #C6C6C6;
    padding: 5px;
}


.menu-label input {
    border: 1px solid;
    border-radius: 2px;
    padding: 5px 4px;
}


.menu-form span {
    cursor: pointer;
    font-size: 16px;
    margin: 0 10px;
}


.menu-form span.fa-remove {
    color: red;
}


.menu-form span.fa-check-square {
    color: #81B71A;
}


.menu-detail div {
    float: left;
    margin-left: 45px;
    padding: 5px;
}


.menu-detail {
    border-top: 1px solid;
    margin-top: 10px;
    padding: 5px;
}


#more-category{

}


#more-category .fa-plus-square {
    color: #81b71a;
    font-size: 22px;
    cursor: pointer;
}

#more-category{
    text-align: left;
}


#show-more-cat{

}


#extra-cat .fa.fa-remove {
    color: red;
    cursor: pointer;
    font-size: 20px;
    padding: 3px 0;
}


.remove_cat{
    text-align: left;
}


#pagesOverlay {
    background-color: rgba(0, 0, 0, 0.3);
    color: black;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 95%;
    display: none;
    z-index: 110;
}


#pagesOverlay img{
     left: 43%;
     position: absolute;
     top: 50%;
 }


#formErrors {
    color: red;
    text-align: left;
    font-weight: bold;
    font-size: 12px;
}


#formMsg {
    color: green;
    font-size: 11px;
    font-weight: 800;
    padding: 5px;
    display: none;
}


#show-menu-cat {
    position: absolute;
    right: -70px;
    top: -85px;
    display: none;
}


#menu-cat{
    cursor: pointer;
}


.help-img{
    position: relative;
}


#subMenuformMsg {
    color: green;
    font-size: 11px;
    font-weight: 800;
    padding: 5px;
    display: none;
}


#getMainMenus {
    border: 1px solid;
    padding: 5px;
    width: 100%;
}


#getMainMenus option {
    background: #2a2a2a none repeat scroll 0 0;
    border-bottom: 1px solid;
    color: green;
    font-weight: 800;
    padding: 5px;
}


#extra-submenu .fa.fa-remove {
    color: red;
    cursor: pointer;
    font-size: 20px;
    padding: 3px 0;
}


#pagesOverlaySub {
    background-color: rgba(0, 0, 0, 0.3);
    color: black;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 95%;
    display: none;
    z-index: 110;
}


#pagesOverlaySub img{
    left: 43%;
    position: absolute;
    top: 50%;
}


#subMenuformErrors{
    color: red;
    text-align: left;
    font-weight: 800;
}


#subMenuformMsg {
    color: green;
    font-size: 11px;
    font-weight: 800;
    padding: 5px;
    display: none;
}


.manage_menus {
    background: #2a2a2a none repeat scroll 0 0;
    color: #81b71a;
    margin-top: 25px;
    padding: 10px;
}


.menu_details_container {
    background: white none repeat scroll 0 0;
    border: 1px solid #2a2a2a;
    padding: 15px;
    text-align: center;
}


.display_menu {
    background: #2a2a2a none repeat scroll 0 0;
    border-radius: 2px;
    color: white;
    padding: 15px;
    text-align: left;
    margin-bottom: 15px;
}


.menu_details_wrapper{}


.allMenus{
    cursor: pointer;
}


.catOrSub{
    display: none;
    margin-top: 25px;
}


.menuCategory {
    color: #81b71a;
    margin-bottom: 10px;
    text-shadow: 1px 1px 1px black;
}


.subMenuName{
    margin-bottom: 10px;
}


.text_input_manin_menu{
    width: 215px;
}


.edit_text {
    color: yellow;
    font-size: 10px;
    padding-left: 50px;
    opacity: 0;
}


.mainMenuName {
    font-weight: 800;
    padding: 5px 0;
}


.mainMenuName:hover .edit_text{
    opacity: 1;
}


.edit_text{
    cursor: pointer;
}




.text_save {
    margin-left: 10px;
    margin-right: 10px;
}


.spanEditText {
    background: #2a2a2a none repeat scroll 0 0;
    left: 0;
    padding-right: 10px;
    position: absolute;
    top: 3px;
}


.spanEditText input[type="text"]{
    width: 300px;
}


.spanEditText span.fa{
    cursor: pointer;
}


.menuCategory:hover .edit_text{
    opacity: 1;
}


.subMenuName:hover .edit_text{
    opacity: 1;
}


.remove_text {
    color: red;
    cursor: pointer;
    padding-left: 15px;
    opacity: 0;
}


.mainMenuName:hover .remove_text{
    opacity: 1;
}


.subMenuName:hover .remove_text{
    opacity: 1;
}


.mainMenuName:hover{
    background-color: #776D5A;
}


.menuCategory:hover{
    background-color: #776D5A;
}


.subMenuContainer:hover{
    background-color: #776D5A;
}


/************************************ HOME PAGE ************************************/
.info_title{
    padding: 10px;
    background: #2A2A2A;
    color: #81B71A;
}


.section_title {
    border-right: 1px solid #2a2a2a;
    color: black;
    font-size: 11px;
    font-weight: 800;
    height: 200px;
    margin-top: 15px;
    padding-top: 100px;
    text-align: center;
}


.vid-form{
    font-size: 11px;
    font-weight: 800;
    height: 200px;
    margin-top: 15px;
    padding-top: 100px;
    text-align: center;
}


.upload-container {
    background: #2a2a2a none repeat scroll 0 0;
    color: yellow;
    cursor: pointer;
    padding: 5px;
    position: relative;
    text-align: center;
}


.upload-container input[type="file"] {
    opacity: 1;
}


.submit-form{
}


.submit-form input[type="submit"]{
    width: 100%;
}


.vid-form-erors{
    font-size: 11px;
    font-weight: 800;
    height: 200px;
    margin-top: 15px;
    padding-top: 110px;
    text-align: center;
    color: red;

}


#vid-loader{
    text-align: left;
    display: none;
}


#vidformMsg{
    display: none;
}

.vid-info-container div{
    float: left;
}

#formError {
    color: red;
    text-align: left;
    font-weight: bold;
    font-size: 12px;
}

#Success_Msg {
    color: green;
    text-align: left;
    font-weight: bold;
    font-size: 12px;
}
.action_btns {
   text-align: center;
}
#Update_DB_Records {
    overflow: auto;
    height: 350px;
}
#Form_Mesg {
    color: green;
    text-align: left;
    font-weight: bold;
    font-size: 12px;
}
#Item_Master_Records {
    overflow: auto;
    height: 350px;
}
#Price_List_Records {
    overflow: auto;
    height: 350px;
}
#Inventory_Records {
     overflow: auto;
    height: 350px;
}
#Warehouse_Records {
     overflow: auto;
    height: 350px;
}
#Sale_Order_Records {
    overflow: auto;
    height: 350px;
}
#Sale_Order_Records_2 {
    overflow: auto;
    height: 350px;
}


/*
    PAGE: view_sale_order_data.php
    TASK: Design for filters
*/


.filters_container {
    border: 3px solid #ddd;
    padding: 5px;
    background: white;
}


.filter_main_tab {
    border-right: 1px solid #ddd;
    padding: 10px;
    font-weight: bold;
    color: black;
    text-decoration: underline;
    cursor: pointer;
}


.filter_main_tab:last-child{
    border-right: 0px !important;
}


.last_tab{
    border-right: 0px !important;
}



.filter_main_tab i {
    font-size: 30px;
    color: darkblue;
    margin-right: 10px;
}


.filter_search_container {
    border: 1px solid burlywood;
    margin-left: 4px;
    padding: 0px;
}


.filter_txt_field_wrapper{
    padding: 0px;
}


.filter_txt_field_wrapper input[type="text"] {
    padding: 8px;
    width: 100%;
    font-size: 14px !important;
    font-weight: normal;
    color: black !important;
    border: none !important;
}


.filter_txt_field_wrapper input[type="text"]:focus {
    border: none !important;
}


.filter_form_submit{
    padding: 0;
}


.filter_form_submit button{
    padding: 9px;
    width: 100%;
}


.filter_form_submit i{
    font-size: 14px;
    color: white !important;
}


.filters_error{
    padding: 0;
}


.filters_list_container {
    border-top: 3px solid yellow;
    padding: 5px;
    margin-top: 20px;
}


.filter_list_wrapper {
    border: 0px solid #ddd;
    margin-top: 7px;
    padding: 8px;
}

.list_title {
    font-size: 18px;
    font-family: Oswald;
    color: black;
    margin-bottom: 20px;
}
.btn_apply_filters button{
    font-family: Oswald;
    font-size: 18px;
    border-radius: 20px;
}
.btn_apply_filters button:hover {
    background-color: navy;
}
#allFilters{
    display: none;
}
#allFilters1{
    display: none;
}
.applied_filters_container {
    border: 2px solid white;
    background: rgb(1,177,225);
    margin-top: 10px;
    padding: 5px;
}
.applied_title{
    font-size: 14px;
    font-family: Oswald;
    color: #fff;
    position: relative;
}
.applied_fiters_list{
    margin-top: 10px;
    margin-bottom: 10px;
}
.applied {
    border: 1px solid navy;
    padding: 5px;
    font-size: 12px;
    color: white;
    position: relative;
    background: navy;
    font-weight: bold;
    text-align: center;
    margin-right: 10px;
    margin-top: 10px;
    text-transform: uppercase;
    border-radius: 7px;
}
.clear_all_filters {
    position: absolute;
    right: 3px;
    top: 0px;
    font-size: 12px;
    cursor: pointer;
    font-family: Assistant;
    font-weight: bold;
    background: #fff;
    padding: 3px 12px;
    border: 2px solid wheat;
    border-radius: 3px;
    color: white;
    text-transform: uppercase;
    color: navy;
}
.hide_div {
    width: 50px;
    position: absolute;
    right: 3px;
    top: 0px;
    font-size: 12px;
    cursor: pointer;
    font-family: Assistant;
    font-weight: bold;
    background: #fff;
    padding: 3px 12px;
    border: 2px solid wheat;
    border-radius: 3px;
    color: white;
    text-transform: uppercase;
    color: navy;
}
.clear_filters_tags {
    position: absolute;
    right: 3px;
    top: 0px;
    font-size: 12px;
    cursor: pointer;
    font-family: Assistant;
    font-weight: bold;
    background: #fff;
    padding: 3px 12px;
    border: 2px solid wheat;
    border-radius: 3px;
    color: white;
    text-transform: uppercase;
    color: navy;
}

#inv_adjustments {
    display: none;
}

#transcation_detail {
    display: none;
}

#Histroical_detail {
    display: none;
}

.error_type{
    border: 1px solid red;
    text-align: center;
    background: red;
    color: white;
    padding: 3px;
}


.error_green{
    border: 1px solid #2e8b57;
    text-align: center;
    background: #2e8b57;
    color: white;
    padding: 3px;
}


.pagination_container{
    padding: 0px;
}


.pagination_wrapper {
    text-align: right;
    border: 2px solid #ddd;
    background: white;
    margin-top: 5px;
    padding: 6px;
    margin-bottom: 10px;
}


.select_per_page .mb-15{
    margin-bottom: 0px !important;
}


.text_show{
    padding-top: 5px;
    font-size: 11px;
    font-weight: bold;
}


.txt_current_total_page {
    padding-top: 5px;
    font-size: 11px;
    font-weight: bold;
}


#page, #by, #limit{
    font-size: 16px;
}


.page_controls{
    text-align: center;
}


.page_controls i {
    background: #ddd;
    padding: 10px;
    cursor: pointer;
}

#spiner_overlay{
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.3);
    color: black;
    display: none;
    top: 0;
    z-index: 9;
    text-align: center;
}
#spiner_overlay img{
    top: 50%;
}
.innerdiv {
    display: table-cell; 
    vertical-align: middle; 
    text-align: center;
}

#del_multiple_records:hover {
    background-color: navy !important;
}

/*
    END.
    PAGE: view_sale_order_data.php
    TASK: Design for filters
*/


/* Start loading div when every page is load*/
.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
    top: 30%;
}
.loader {            
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
#loadingDiv {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9;
    text-align: center;
}

/*End page refresh overlay*/

/*====================================================
---------------- SO GROUP 3 DESIGNING ---------------
=====================================================*/
/*
/ PAGE:
/ view_sale_order_data_3.php
*/


.fetch_data_wrapper3 {
margin-top: 15px;
border-bottom: 1px solid #ddd;
padding-bottom: 5px;
}


.checkall3{
text-align: left;
}


.checkall3 label {
font-family: Assistant;
color: black;
}


#del_multiple_records_3 {
font-family: Assistant;
}


/*modal*/
#myModal2{
font-family: Assistant !important;
}


#myModal2.modal.left .modal-dialog,
#myModal2.modal.right .modal-dialog {
position: fixed;
margin: auto;
width: 900px;
height: 100%;
-webkit-transform: translate3d(0%, 0, 0);
-ms-transform: translate3d(0%, 0, 0);
-o-transform: translate3d(0%, 0, 0);
transform: translate3d(0%, 0, 0);
}


#myModal2.modal.left .modal-content,
#myModal2.modal.right .modal-content {
height: 100%;
overflow-y: auto;
}


#myModal2.modal.left .modal-body,
#myModal2.modal.right .modal-body {
padding: 15px 15px 80px;
}


#myModal2.modal.right.fade .modal-dialog {
right: -900px;
-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
-moz-transition: opacity 0.3s linear, right 0.3s ease-out;
-o-transition: opacity 0.3s linear, right 0.3s ease-out;
transition: opacity 0.3s linear, right 0.3s ease-out;
}



#myModal2.modal.right.fade.in .modal-dialog {
right: 0;
}


/ ----- MODAL STYLE ----- /
#myModal2.modal-content {
border-radius: 0;
border: none;
}

#myModal2.modal-header {
border-bottom-color: #EEEEEE;
background-color: #FAFAFA;
}
/*/modal*/


#myModal2 .modal-body .about_so_3:last-child {
margin-top: 18px;
border-bottom: 1px solid #ddd;
padding-bottom: 12px;
border-top: 1px solid #ddd;
padding-top: 8px;
}


#myModal2 .modal-body .about_so_3_add {
border-bottom: 1px solid #ddd;
padding-bottom: 8px;
margin-top: 8px;
}


.show_detail_view{
text-decoration: underline;
color: darkblue;
cursor: pointer;
}


.set_overlay{
width: 100%;
height: 100%;
position: absolute;
background: black;
opacity: 0.1;
display: block;
z-index: 9;
}


.set_overlay img{
position: absolute;
left: 40%;
top: 40%;
}


table#datatable-ajax-so-3 tbody tr td.sorting_1 {
background: transparent !important;
margin-bottom: 0px !important;
}


table#datatable-ajax-so-3 tbody tr td.sorting_1{
background: transparent !important;
color: inherit !important;
border-bottom: 0px !important;
}


table#datatable-ajax-so-3 tr th:first-child {
border-left: none;
}



table#datatable-ajax-so-3 thead tr th{
background-color:gainsboro !important;
border-color: gainsboro !important;
border-top-color: rgb(225, 225, 225) !important;
border-right-color: rgb(136, 225, 120) !important;
vertical-align: middle;
border-width: 1px 1px 7px;
border-top-width: 1px;
border-left-width: 1px;
border-right-width: 1px;
border-style: solid;
border-top-style: solid;
border-left-style: solid;
border-right-style: solid;
color: black;
}


#myModal2 .table > tbody > tr > td{
border-width: 0px !important;
background-color: transparent !important;
}


#myModal2 .table tbody tr td{
background-color: #dd !important;
}


.add_tracking{
border-bottom: 1px solid #ddd;
}


.add_tracking button{
margin-top: 3px;
}


.add_tracking input[type="text"]{
width: 30% !important;
}


#myModal2 table div{
font-family: Oswald;
color: red;
font-size: 11px;
}


.about_so_3_add{
margin-top: 12px;
}


.about_so_3{
margin-top: 12px;
}


/*
/ END PAGE:
/ view_sale_order_data_3.php
*/


/*====================================================
---------------- END SO GROUP 3 DESIGNING ------------
=====================================================*/

