/* 
    Created on : 30 Jan, 2015, 3:14:36 PM
    Author     : girish
*/
/*** BS4 Updates Start here ***/
/* root varables */
:root {
    --info-color: brown;
    --info-bg: beige;
}


/* Basic html layout */
html, body {
    height: 100%;
    font-size: .9rem;
}

.flex-grow {
    flex: 1;
}

.headerlogo {
    background-image: url("coreerp-compact-logo.png");
    height: 30px;
    width: 153px;
    background-repeat: no-repeat;
}

/* Workspace styles: Used for sidemenu and primary container */
#ws-root {
    background: white;
}

#ws-sidebar {
    width: 18rem;
    min-width: 15rem;
    background-color: #343a40;
    overflow: auto;
    max-height: calc(100vh - 50px);
    z-index: 100;
    /*overflow-y: scroll;*/
}

.ws-sidebar-overlay {
    width: 15rem !important;
    min-width: 0 !important;
    position: absolute;
}

/*
#ws-sidebar::-webkit-scrollbar {
    width: 0 !important;
} */

#ws-sidebar.active {
    /*Hides the sidebar. using active for toggle */
    /*margin-left: -20rem;*/
}

#sidebar {
    width: 14rem;
    color: #fff;
    transition: all 0.3s;
}

#sidebar ul {
    padding: 0 .5rem 0 .5rem;
    font-size: 1rem;
}

#sidebar ul li {
    padding: .15rem 0 .15rem 0;
    display: block
}

#sidebar ul li a {
    text-decoration: none;
    color: lightgray;
    display: block;
}

#sidebar ul li a:hover {
    color: #008080;
/*    background: whitesmoke;*/
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #008080 !important;
/*    background: #008080;*/
}

#sidebar> a[data-toggle="collapse"] {
    position: relative;
}

#sidebar> ul li .dropdown-toggle::after {
    margin-top: .5rem;
    margin-right: .2rem;
}
/* Fix nav-z-index for datepicker */
nav.sticky-top {
    z-index: 9;
}

/* form head/body styles */
#bo-form #form-body {
    overflow-y: scroll;
}

/* form-group styles: Used in form controls */
.form-group {
    margin-bottom: .5rem;
    padding-right: 0px;
}
.form-group>.control-label {
    font-size: .9rem;
    margin-bottom: .1rem; 
    color: lightslategray;
}
.form-group.form-inline .control-label {
    padding-left: 0px;
    justify-content: flex-end;
}
.form-group>.form-control, form .datepicker-input, form .form-control {
    height: 1.8rem;
    padding: .2rem .3rem .15rem .3rem;
    font-size: .9rem;
}
.form-group>textArea.form-control {
    height: auto;
}
form.was-validated .form-control:valid {
    padding-right: .3rem;
    background-image: none;
}

form a.dropdown-menu {
    text-decoration: none;
}
/* Required for checkbox */
form .custom-control.custom-switch {
    padding-left: 3.4rem;
}
form ul li div.form-group, .modal-form ul li div.form-group {
    margin-bottom: .2rem;
}
form .tran-btn-op {
    width: 2rem;
}
form .tran-head {
    font-size: .8rem;
    font-weight: 700;
}
.form-inline .form-control {
    width: 100%;
}
form .is-invalid  {
    border-color: red !important;
}

form .form-group .fg-total {
    background-color: transparent !important;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid lightgray;
    box-shadow: none;
}

form .form-group .fg-label {
    background-color: transparent !important;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.modal-dialog .form-group .fg-total {
    background-color: transparent !important;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid lightgray;
    box-shadow: none;
}

.nav.nav-tabs {
    border-bottom: solid 1px var(--info-color);
}

.nav.nav-tabs li a {
    color: var(--info-color);
}

.nav.nav-tabs li a:active, .nav.nav-tabs li a.active {
    color: var(--info-color);
    background:  var(--info-bg);
    border-bottom: solid 1px lightgrey;
}

.btn-outline-info {
    color: var(--info-color);
    border-color: var(--info-color);
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: var(--info-color);
    border-color: var(--info-color);
}

.btn-outline-info:hover {
    color: #fff;
    background-color: var(--info-color);
    border-color: var(--info-color);
}

.text-info {
    color: var(--info-color) !important;
}

.btn-outline-info {
    color: var(--nav-color);
    border-color: var(--nav-color);
}
/* Bootstrap-Modal Overrides */
.modal-header {
    padding: .25rem;
    padding-left: .75rem;
    padding-right: .75rem;
}
.modal-header button.close:focus {
    outline-style: none;
}
.modal-footer {
    padding: .25rem;
}

/* Bootstrap-Modal Overrides End Here */


/* Pulse the icon, used for Save/Update click */
@-webkit-keyframes flash {
  0%, 100%, 50% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 100%, 50% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.faa-flash {
  -webkit-animation: flash 1.5s ease infinite;
  animation: flash 1.5s ease infinite;
}

.btn-clipboard {
    position: absolute;
    top: .65rem;
    right: .65rem;
    z-index: 10;
    display: block;
    padding: .25rem .5rem;
    font-size: 65%;
    color: #007bff;
    background-color: #fff;
    border: 1px solid;
    border-radius: .25rem;
}

/* Scrollbar Styles for thin scroll */
div.dts div.dataTables_scrollBody {
    background: none;
}
div.dataTables_scrollBody {
    border-left: none !important;
}

div.scrollbar::-webkit-scrollbar, div.dataTables_scrollBody::-webkit-scrollbar {
	width: 1rem;
        height: 1rem;
	background-color: white;
}

div.scrollbar::-webkit-scrollbar-track, div.dataTables_scrollBody::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.3);
	border-radius: .5rem;
	background-color: white;
}

div.scrollbar::-webkit-scrollbar-thumb, div.dataTables_scrollBody::-webkit-scrollbar-thumb  {
    border: .25rem solid transparent;
    border-radius: .5rem;
    min-height: 3rem;
    -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.5);
}

.scrollbar-dark::-webkit-scrollbar-thumb {
    background-color: darkgray;
}

/* DataTable Styles */
.dt-right {
    text-align: right;
}
.dt-form-group {
    padding: 1px !important;
}

.dt-filter-dropdown {
    background-color: ghostwhite;
    border: solid 1px darkcyan;
}

/* Background Colors */
.bg-silver {
    background-color: silver;
}

.list-box {
    padding-left: .2rem;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    max-height: 7.8rem;
    overflow-y: auto;
}

/* MScroll Overrides */
.mCSB_inside > .mCSB_container {
    margin-right: 0px;
}

/*** BS4 Updates End here ***/
/*
@font-face {
    font-family: Liberation Sans;
    src: url(font/LiberationSans-Regular.ttf);
    font-weight: normal;
}

@font-face {
    font-family: Liberation Sans;
    src: url(font/LiberationSans-Bold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: Liberation Sans;
    src: url(font/LiberationSans-Italic.ttf);
    font-style: italic;
}

@font-face {
    font-family: Liberation Sans;
    src: url(font/LiberationSans-BoldItalic.ttf);
    font-style: italic;
    font-weight: bold;
}

.auth-clients .auth-client .auth-link {
    width: 191px;
}

.auth-icon {
    display: block;
    width: 191px;
    height: 46px;
    background: url(google_signin.png) no-repeat;
}

.auth-icon.google, 
.auth-icon.google_openid,
.auth-icon.google_oauth {
    background-position: 0 0px;
}

.auth-title {
    display: none !important;
}

body {
    line-height: 1;
    font-size: 12px;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
}

h3 {
    padding-bottom: 2px;
    padding-left: 15px;
}

form label {
    font-weight: normal;
}

.select2-container .select2-choice  {
    line-height: 22px;
    padding-left: 5px;
}

.select2-container-active {
    border-color: rgb(91, 192, 222);
    border-width: 1px;
}

.table-condensed tbody tr td {
    vertical-align: middle;
    padding: 3px;
}

.table{
    margin-bottom: 5px;
}

.table thead tr th {
    border-bottom: none;
    font-weight: normal;
}

.table tbody tr {
    border-bottom: 1px solid lightgray; 
}

.wrap .container {
    padding-left: 0px;
}

.tran{
    margin: 15px 0 5px 14px;width:96%;
}

caption h5{
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 0;
}

caption{
    margin-bottom: 0;
    padding-bottom: 0;
}

.myglyphz-newfile {
    background-position: 0 -192px;
}
.myglyphz {
    background-image: url("main.png");
    background-repeat: no-repeat;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    height: 16px;width: 16px;
    position: relative;
    top: 1px;
    font-family: "Glyphicons Halflings";
}

a small, .small {
    font-size: 70%;
}

.row h3{
    margin-top:0px;
}

.formoptions {
    float: right;
    margin-left:10px;
    font-size:12px;
}

.navbar-inverse {
    background-color: #2c383b;
    border-color: #080808;
    color:white;
}

input[type=checkbox], input[type=radio] {
    vertical-align: middle;
    position: relative;
    bottom: 1px;
    margin: 0px;
}

.editRow{}
.datetime{}
.fc-x-rate{}
.container {}

.form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

.form-horizontal .control-label{text-align: left;}
.smartcombo{padding: 0;}
.select2-container .select2-choice{border:0;height: 100%;}

.wrap > .container{
    min-height: 100%;height: 100%;padding-bottom: 0px;
}

small, .small {font-size: 60%;}

.wrap{padding-bottom: 0px; background-color: #FAFAFA;}
/*.kv-sidenav li a {
    border-bottom: none;
    background: linear-gradient(to right, #2c383b 93%, #2a2725 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #9d9d9d;
    background-color: #2c383b;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background: linear-gradient(to right, #2c383b 93%, #2a2725 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: whitesmoke;
    background-color: #2c383b;
}

.nav > li > a:hover, .nav > li > a:focus{
    background-color: #2c383b;
    color: whitesmoke;
}

aside {
    background: linear-gradient(to right, #2c383b 93%, #2a2725 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    min-height: 100%;
    background-color: #2c383b;
}

.nav-stacked > li + li { margin-top: 0;}
#sidemenu .panel{border: none;}

.navbar-header a{
    padding: 0px 0px 0px 15px; 
    margin-top: -5px;
}
.container{left: 0px;}
a:focus{outline: none;}

#overlay2, #formoverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 10000;
    text-align: center; 
}

.Centerer
{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.Centered
{
    display: inline-block;
    vertical-align: middle;
}

.loading {
    background-image: url("loading.gif");
    background-repeat: no-repeat;
    background-position: center;
    height: inherit;
}

.toast-top-center {
    top: 55px;
    right: 0;
    width: 100%;
}

input[type=checkbox]{
    height: 15px;
}

#details .form-control{
    margin-top: 0px;box-shadow: none !important;
}

.dbwidget{margin:0px;padding:0;}
.dbcwidget{margin-top:10px;padding: 0;}

.dbwidgetmain{
    float: left;
    padding: 0;
    margin: 15px 0;
    background-color: white;overflow: auto;
    border:1px solid rgb(194,194,194);
}

.nopadding {
    padding: 0;
}

.nopaddingright {
    padding-right: 0;
}

.nopaddingleft {
    padding-left: 0;
}

.dbwidgetheaderdiv{
    display: table-cell; 
    vertical-align: middle;
    border-bottom:1px solid #c2c2c2;
    padding:2px 5px 0;
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.05) inset;
    background-color: #2c383b;
    color: whitesmoke;
}

.dbwidgetheadcolor{
    background-color: #2c383b;
    color: whitesmoke;
}

.dbwidgetheadcolorinverse{
    background-color: whitesmoke;
    color: #2c383b;
}

.dbwidgetheader{
    line-height: 17px;
    font-size: 14px;
}

.dbwidget table.dataTable thead th {
    border-bottom-color: #c2c2c2 ; 
    color: #333;
}

#cgrid table,th{
    text-align: center;
}

.dataTables_wrapper .dataTables_filter{

}

.dataTables_wrapper .dataTables_filter label{
    float: left;
}

.ui-dialog .ui-dialog-title{
    line-height: 20px;
}

.ui-dialog .ui-dialog-buttonpane{
    padding: 0;
}

.ui-dialog-buttonset .btn{
    padding: 0;
}

.ui-dialog .form-control{
    margin-top: 0;
}

.cSectionHeader{
    font-size: 1.225em; font-weight: bold;
    bottom: -2px; position: absolute; 
    background-color: white;  
    padding-right: 5px; padding-left: 2px; 
}

table caption h5{
    background-color: white;
    border-bottom: 1px solid lightgray;
    font-size: 1.3em;
    margin-bottom: 0.4em;
    text-decoration:none;
}

.ch5{
    font-size: 1.3em;
    border-bottom: 1px solid lightgray;
    margin-bottom: 0.4em;
    text-decoration:none;
    font-weight: normal;
    color:#777;
}

.reportLink {
    cursor: pointer; cursor: hand;
}

.click_link {
    cursor: url("hand.png"),context-menu;
}

.print-format {
    font-size: 9pt;
    font-family: "Helvetica Neue", Helvetica, Arial, "Open Sans", sans-serif;
    -webkit-print-color-adjust:exact;
    box-sizing: border-box;
}

.form-print-wrapper {
    border: 1px solid #d1d8dd;
    border-top: none;
}
.print-preview-wrapper {
    padding: 30px 0px 5px;
    background-color: #f5f7fa;
    height: 100%;
    overflow: auto;
}
.twig-preview-wrapper {
    padding: 5px;
    background-color: #f5f7fa;
    height: 100%;
    overflow: auto;
}

.navbar-inverse .navbar-nav > .active > a, 
.navbar-inverse .navbar-nav > .active > a:hover, 
.navbar-inverse .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: #fff;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: solid 1px lightslategray;
    background-color: white;
}

.cformheader{
    padding-bottom: 5px;
    border-bottom: 1px solid lightslategray;
    margin:0 0 5px 0;
}

.ctranheader{
    margin:0 0 5px 0;
}

.cformheader h3{
    color:teal;
    padding:0;
}

.ctranheader h5{
    margin: 7px 0 0;
    color:teal;
    padding:0;
}

.cformheaderbuttons{
    float: right;
    margin:4px 0 0;
    padding-right: 0;
}

.cformfooter{
    height: 40px;
    border-top: 1px solid lightslategray;
}

form .row{
    margin-left: 0;margin-right: 0;
}

#cboformbodyin{
    border-bottom: teal solid 1px;
}

.clabel{
    margin-top:30px;
    color: lightslategray;
    font-weight: normal;
    display: inline-block;
    margin-bottom: 5px;
    max-width: 100%;
}

.fileinput-button {
    display: inline-block;
    overflow: hidden;
    position: relative;
}
.fileinput-button input {
    cursor: pointer;
    direction: ltr;
    font-size: 20px;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.datatable-col-right {
    text-align: right;
}

.datatable-col-center {
    text-align: center;
}

@media only screen and (min-device-width: 768px) {
    
}
.view-window1 {    
    background-color: white;
    border-radius: 5px;
    width: 95%;
    margin: 20px auto;
}

.view-window2 {
    background-color: white;
    margin: auto;
    width: 99%;
}

.view-window-twig {
    min-height: 90%;
    background-color: #f6f6f6;
    border-radius: 5px;
    width: 95%;
    margin: 20px 0 0 20px;
}

.rw-number-notification {
    position: absolute;
    top: -7px;
    right: -6px;
    padding: 3px 3px 2px 3px;
    background-color: lightcoral;
    color: white;
    font-family: arial;
    font-weight: bold;
    font-size: 10px;
    border-radius: 4px;
}

#sidemenu .nav > li > a {
    padding: 10px 15px 10px 10px;
}

.minimisemenu {
    background: #566062 none repeat scroll 0 0;
    border-bottom: 1px solid #302f2f;
    border-radius: 5px 0 0 5px;
    color: #a8a8a8;
    cursor: pointer;
    display: block;
    font-size: 19px;
    height: 28px;
    margin-top: 7px;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    transition: all 0.1s linear 0s;
    width: 30px;
}

#smallmenu > div {
    height: 32px;
}

td.details-control {
    background: url('details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('details_close.png') no-repeat center center;
}

.simple-button {
    font-size: 12px;
    margin-top: 5px;
    padding: 5px 10px 3px;
}

.xtab {
    padding-bottom: 5px;
    border-bottom: 1px solid lightgrey;
}

.fieldclasstest {
    font-style: italic;
    font-weight: bolder !important;
}

#collectiondata {
    color: #111;
}

.select2-container .select2-choice {
    color: #111;
}

.btn-default {
    color: #111 !important;
}

.cf-color {
    color: #111;
}

.fld-readonly {
    background-color: transparent !important;
    border: none;
    border-radius: 0;
}

.fg-total {
    background-color: transparent !important;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid lightgray;
    box-shadow: none;
}

.fg-bold{    
    font-weight: bold;
}

.no-border {
    background-color: transparent !important;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.stagewizard-step p {
    margin-top: 10px;    
}

.stagewizard-row {
    display: table-row;
}

.stagewizard {
    display: table;     
    width: 80%;
    position: relative;
}

.stagewizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stagewizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;

}

.stagewizard-step {    
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}
.stagewizard-content{
    border:none !important;
    float: left !important;
    margin-top: 0 !important;
    padding: 15px !important;
    width: 100% !important;

}

.li-disabled {
    pointer-events:none;
    opacity:0.6;
}

.menu-cnt-badge{

}

.tran-table{
    display:block;
}

.tran-header{
    display:block;
}

.tran-body{
    overflow-y: scroll;
    display:block;
}

.cmd_addnewrowb{

}

.select2-container-multi{
    border:none !important;
    background-color: #f0f0f0;
    box-shadow: unset;
    padding: 0;
}

.select2-choices{
    border-radius: 5px;
}

/* Absolute Center Spinner * /
.loadingdiv {
    position: absolute;
    z-index: 999;
    height: 3em;
    width: 3em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: lightcoral;
}


/* Transparent Overlay * /
.loadingdiv-ct {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0);
}

.col-teal{
    background-color: teal;
    color: white;
}


p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

#sidebar {
    height: 100%;
    background: #343a40 !important /*#7386D5* /;
    color: #fff;
    transition: all 0.3s;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #343a40 !important /*#6d7fcc* /;
}

#content-root {
    background: lightgrey;
    
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}
#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #343a40 !important /*#6d7fcc* /;
}

#sidebar.active {
    margin-left: -250px;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    transform: rotate(-180deg);
}

.dropdown-toggle.collapsed::after {
    
    transform: rotate(0deg);
}
*/