﻿html {
    margin-left: calc(100vw - 100%);
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 20px;
    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;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sub-menu {
    background-color: #080808;
    color: #9d9d9d;
}

.sub-menu a:hover {
    color: #ffffff;
}

.main-c {
    /*margin-left: 160px !important;*/
    padding: 30px !important;
    /*overflow-y:scroll !important;
    overflow-x:hidden !important;*/
}

.datatable-export_buttons {
    padding: 0px 0px 10px 0px
}

.img-responsive {
    height: auto;
    width: auto;
    max-height: 72px;
    max-width: 250px;
}
.content-group-xs {
    margin-bottom: 10px !important;
}

.content-group-sm {
    margin-bottom: 15px !important;
}

.content-group {
    margin-bottom: 20px !important;
}

.content-group-lg {
    margin-bottom: 30px !important;
}
.multi-select-full {
    height: 36px;
}

.billing-detail-header {
    background-color: #d3d3d3 !important
}

.billing-detail-child {
    
}

.arxtransaction {
    font-weight: bold !important;
}
/*.panel-custom {
    margin-bottom:5px !important;
    background-color:bisque !important;
}*/
/* Set width on the form input elements since they're 100% wide by default */
/*input,
select {
    max-width: 280px;
}*/
.textarea-full {
     width: 100%;
     -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
     -moz-box-sizing: border-box;    /* Firefox, other Gecko */
     box-sizing: border-box;         /* Opera/IE 8+ */
}
@media screen and (min-width: 601px) {
    .site-text {
        font-size: 14px !important;
    }
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 600px) {
    .site-text {
        font-size: 8px !important;
    }
}