/* CSS Document */
html, body {
    margin: 0;
    padding: 0;
}
body {
	background-color:#ffffff !important;
    min-height: 100vh !important;
}
#wrapper {
	margin: auto;
    height: auto;
	max-width: 1152px;
    min-height: 100vh;
    padding: 0;
    background-color: #FFF;
    z-index: 1;
}
.ui-tabs-panel {
    position: relative;
    min-height: calc(100vh - 45px);
    padding: 12px 10px 40px 10px !important;
}
.ui-dialog.setup-dialog {
    z-index: 3100 !important;
}
#items {
    min-height: 300px;
}
#totals {
    width:calc(100% - 13px);
    margin-top:10px;
    margin-bottom: 50px;
    position: absolute;
    bottom: 0;
}
#loginmodal {
    position:absolute;
    left:0;
    top:0;
    right: 0;
    width:100%;
    height:100vh;
    background-color:#ffffff;
    /* background: url(images/meteorshower2.jpg) #394557; */
    z-index: 3000;
    overflow: auto;
}
#loginbox {
    width: 400px;
    height: 380px;
    left:50%;
    margin-left:-200px;
    margin-top: 60px;
    text-align: center;
}
#loginbox .widget-main {
    padding: 16px 20px 20px;
    min-height: 100%;
}
#loginbox .input-icon {
    /* max-width: 320px; */
    margin: 0 auto;
}
#login-banner {
    padding: 10px 12px !important;
    margin-bottom: 0 !important;
}
.login-layout .widget-box {
    visibility: hidden;
    position: fixed;
    z-index: -5;
    border-bottom: none;
    box-shadow: none;
    padding: 6px;
    background-color: transparent;
    -moz-transform: scale(0,1) translate(-150px);
    -webkit-transform: scale(0,1) translate(-150px);
    -o-transform: scale(0,1) translate(-150px);
    -ms-transform: scale(0,1) translate(-150px);
    transform: scale(0,1) translate(-150px);
    box-sizing: border-box;
    box-shadow: 0 2px 4px 0 rgba(181,181,181,.7);
}
.login-layout .widget-box .widget-main {
    padding: 16px 36px 36px;
    padding-bottom: 10px;
    background: transparent;
}
.sign-in-title {
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
}
.sign-in-title-greeting {
    display: block;
    font-size: 1.6em;
    font-weight: 500;
    letter-spacing: normal;
}

input[type=text]:focus, input[type=password]:focus, input[type=email]:focus,select:focus, textarea:focus {
    outline: none;
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    border: 2px solid rgba(76, 154, 225);
}
.bvUCOg {
    color: rgb(107, 119, 140);
    padding-top: 27px;
    margin-top: 27px;
    border-top: 1px solid rgb(213, 216, 222);
    font-size: 14px;
    line-height: 20px;
}

a.primary-action {
    color: rgb(0, 82, 204);
}
#reportcontain {
    border: solid 1px #ccc;
    width: 100%;
    max-width: 550px;
    min-width: 480px;
    -moz-box-shadow:    3px 3px 5px 6px #ccc;
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;
    box-shadow:         3px 3px 5px 6px #ccc;
    min-height: 600px;
    overflow-x: auto !important;
}
.totalsbox {
    display: inline-block;
    max-width: 400px;
}
.totalslabel{
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    width: 100px;
}
.totalsval {
    font-size: 16px;
    width: 120px;
    display: inline-block;
}
.logout_btn {
    height: 45px;
    overflow: hidden;
}
.toolbarbtn {
    width:45px;
    height:45px;
    display:inline-block;
    margin-left:8px;
    margin-bottom:8px !important;
    font-size: 14px !important;
    text-align: center;
}
.regbtn {
    width:75px;
    height:45px;
    display:inline-block;
    margin-left:8px;
    margin-bottom:8px !important;
    font-size: 13px !important;
    text-align: center;
}
.small-button {
    font-size: 14px !important;
    height: 30px;
    margin:0;
}
.settings-row {
    margin: 10px;
}
.inline {
    display: inline-block;
}
.settings-row label label {
    display: inline-block;
}
.fixedlabel {
    min-width:80px;
}
#regkey-inner {
    display:inline-block;
    width:160px;
    vertical-align:top;
}
#regkey-container {
    display:inline-block;
    width:160px;
    vertical-align:top;
    float: right;
}
.panel-body {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
#ibox {
    position: absolute;
    right: 0;
    top:0;
    bottom: 0;
    width: 0;
    max-width: 450px;
    margin-bottom: 38px;
    overflow: visible !important;
    overflow-x: visible !important; /* Needed for when overflow is overridden */
}
#iboxhandle {
    position: absolute;
    width: 30px;
    height: 45px;
    top:5px;
    margin-left: -30px;
    line-height: 45px;
    text-align: center;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    cursor: ew-resize;
}
#iboxitem_contain {
    position: relative;
    min-width: 0;
    height: 100%;
    background-color: white;
    overflow-x: hidden !important;
}
#iboxitems {
    margin: 5px;
    margin-left: 15px;
    width: 440px;
    overflow-x: hidden !important;
}
.iboxitem {
    width: 134px;
    height: 134px;
    border: 2px solid #428BCA;
    border-radius: 4px;
    display: inline-block;
    background-color: #C5D0DC;
    margin: 4px;
    text-align: center;
    vertical-align: middle;
}
.ui-tabs .ui-tabs-nav li a {
    height: 44px !important;
    padding-top: 12px !important;
}
.navbar {
    border-bottom: 0 !important;
}
/* For android scanner */
.rotate {
    margin-bottom: 60px;
    behavior: url(-ms-transform.htc);
    /* Firefox */
    -moz-transform: rotate(90deg);
    /* Safari and Chrome */
    -webkit-transform: rotate(90deg);
    /* Opera */
    -o-transform: rotate(90deg);
    /* IE9 */
    -ms-transform: rotate(90deg);
    /* IE6,IE7 */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    /* IE8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1);";
}
.field-button {
    height: 33px !important;
    margin-bottom: 4px !important;
}
.field-button-attach {
    margin-left: -4px !important;
}
#watermark {
    content : "";
    display: block;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 10px;
    width: 99.5%;
    height: 99%;
    opacity : 0.2;
    z-index: -1;
}
.ui-autocomplete li {
    overflow-x: hidden !important;
}
.ui-autocomplete {
    max-height: 220px;
    overflow-y: auto;
    overflow-x: hidden;
}

#transactioninfo {
    max-width: 800px;
}

#transactiontable_processing {
    display: none;
}

#transactiontable_wrapper .col-sm-12 {
    padding: 0;
}

#transactiontable .table-header {
    font-size: 13px;
}

#totals-container {
    display:inline-block;
    max-width:450px;
    vertical-align:top;
}

/* #Media Queries
================================================== */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
    #window_width_toggle {
        display: none;
    }
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {

}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    #reportcontain {
        width: 480px;
    }
    .hlabel {
        width: 100px;
    }
    #loginbox {
        width: 350px;
        margin-left:-175px;
    }
    #ibox {
        max-width: 300px;
    }
    #iboxitems {
        width: 290px;
    }
    #transactioninfo {
        max-width: 96%;
    }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
    #reportcontain {
        width: 480px;
    }
    .hlabel {
        width: 95px;
    }
    #loginbox {
        width: 100%;
        left: 0;
        padding: 5px;
        margin-left: 0;
    }
    .settings-row label label {
        min-width: 70px;
    }
    #ibox {
        max-width: 160px;
    }
    #iboxitems {
        width: 150px;
    }
    .ui-dialog {
        width: 100% !important;
    }
}

@media only screen and (max-width: 630px) {
    #regkey-container {
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }
}

#loginmodal {
    position:absolute;
    left:0;
    top:0;
    bottom: 0;
    right: 0;
    width:100%;
    height:100%;
    /* background-color:#000000; */
    z-index: 3000;
}
#loginbox {
    width: 400px;
    height: 100%;
    left:50%;
    margin-left:-200px;
    margin-top: 60px;
    text-align: center;
}
#loginbox .widget-main {
    padding: 16px 20px;
    min-height: 100%;
}
#loginbox .input-icon {
    /* max-width: 320px; */
    margin: 0 auto;
}
#login-banner {
    padding: 10px 12px !important;
    margin-bottom: 0 !important;
}
#reportcontain {
    width: 650px;
    position: relative;
    margin: 0 auto;
    border: solid 1px #ccc;
    -moz-box-shadow: 3px 3px 5px 6px #ccc;
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;
    box-shadow: 3px 3px 5px 6px #ccc;
    min-height: 800px;
    overflow-x: auto !important;
}

.logout_btn {
    height: 45px;
    overflow: hidden;
}

.fixedlabel {
    min-width:90px !important;
}
.smfixedlabel {
    min-width:60px !important;
}
.permcb {
    vertical-align: top;
}
.tags {
    width: 410px !important;
}
.tags .tag {
    display: inline-block !important;
}
.tags input {
    display: inline-block !important;
    width: auto !important;
    padding-left: 10px;
}
.tags .email-input {
    display: none !important;
}

.dataTables_wrapper .col-sm-12 {
    padding: 0;
    width: 100%;
}

table.dataTable {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

table.dataTable th {
    border-bottom-width: 1px;
}

table.dataTable tbody tr.selected, table.dataTable tbody th.selected, table.dataTable tbody td.selected {
    color: inherit !important;
}
table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
    background-color: inherit !important;
}

.dataTables_info {
    padding-top: 2px !important;
    font-size: 13px;
}

.refsearchbox {
    margin-right: 8px;
}

.hasDatepicker {
    width: 90px;
}

/* #Media Queries
================================================== */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {

}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {

}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    #reportcontain {
        width: 480px;
    }
    #loginbox {
        width: 350px;
        margin-left:-175px;
    }
    .refsearchbox {
        float: none !important;
        margin: 10px 0 0 8px;
    }
    .dataTables_wrapper .row:nth-child(1), .dataTables_length, .dataTables_filter {
        text-align: left !important;
    }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
    #reportcontain {
        width: 480px;
    }
    #loginbox {
        width: 100%;
        left: 0;
        padding: 5px;
        margin-left: 0;
    }
    .dataTables_filter {
        float:left;
    }
    .refsearchbox {
        float: none !important;
        margin: 10px 0 0 8px;
    }
    .refsearchbox input {
        width: 135px;
    }
    .dataTables_wrapper .row:nth-child(1), .dataTables_length {
        text-align: left !important;
    }
}

.form-group.required .control-label:after, .form-group.required label:not(.radio-inline):after { 
    content:"*";
    color:red;
 }

 .modal-header {
    padding-top: 12px;
    padding-bottom: 14px;
    border-top-color: #E4E9EE;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #EFF3F8;
}
.modal-header {
    padding: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #e5e5e5;
    border-top-color: rgb(229, 229, 229);
}
.btn-group > .btn, .btn-group > .btn + .btn, .btn-group > .btn:first-child {
    margin: 0 10px 2px 0;
}
.page-header h1 small {
    margin: 0 3px;
    font-size: 14px;
    font-weight: 400;
    color: #8089A0;
}
.checkbox label input[type="checkbox"].ace + .lbl, .radio label input[type="radio"].ace + .lbl {
    margin-left: -20px;
}

@media (min-width:992px){
    .modal-xlg{
        width:1200px;
    }
}

@media (max-width:768px) {
    .infobox > .infobox-data > .infobox-data-number {
        display: block;
        font-size: 16px;
        margin: 2px 0 4px;
        position: relative;
        text-shadow: 1px 1px 0 rgba(0,0,0,.15);
    }
    .navbar .navbar-brand {
        color: #FFF;
        font-size: 14px;
        text-shadow: none;
        padding-top: 15px;
        padding-bottom: 10px;
        height: auto;
    }
}

.user-info {
    white-space: nowrap;
    text-align: left;
    line-height: 28px;
}
a.disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: default;
  }
.iOqxDY {
    border-radius: 3px;
    box-shadow: rgba(9, 30, 66, 0.28) 0px 4px 8px -2px, rgba(9, 30, 66, 0.3) 0px 0px 1px;
    color: rgb(37, 56, 88);
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 24px;
    /* margin-top: 24px; */
    padding: 16px;
    transform: rotateX(0deg);
    transform-origin: 50% 0px 0px;
    transition-property: visibility, height, margin-bottom, opacity, transform, padding;
    transition-duration: 0s, 0.2s, 0.2s, 0.2s, 0.2s;
    transition-timing-function: ease-in-out;
    display: none;
}
.btn-scroll-up.display {
    opacity: .7;
    filter: alpha(opacity=70);
    bottom: 45px;
    visibility: visible;
}
.btn-scroll-up {
    border-width: 0;
    position: fixed;
    right: 2px;
    z-index: 99;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    opacity: 0;
    filter: alpha(opacity=0);
    bottom: -24px;
    visibility: hidden;
}