.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-wide {
    width: 98%;
    max-width: 1330px;
    padding: 15px;
    margin: 0 auto;
}
.row {
    margin-left: 15px !important;
}
.table {
    width: 98% !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-right: auto;
    margin-left: auto;
}
.dataTables_length, .dataTables_filter, .dataTables_info, .dataTables_paginate {
    padding-right: 2% !important;
    padding-left: 2% !important;
}
table.dataTable.no-footer {
    border-bottom: 0px solid #111 !important;
}
.dataTables_wrapper {
    width: 100% !important;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: .3rem !important;
}
.form-bottomtight {
    margin-bottom: 0px !important;
}
.form-topsmall {
    margin-top: 5px !important;
}
.form-group {
    margin-bottom: .3rem !important;
}
.noleftpad {
    padding-left: 0px !important;
}
textarea::-webkit-input-placeholder {
    color: green !important;
}

textarea:-moz-placeholder { /* Firefox 18- */
    color: green !important;
}

textarea::-moz-placeholder {  /* Firefox 19+ */
    color: green !important;
}

textarea:-ms-input-placeholder {
    color: green !important;
}
 ::placeholder {
     color: #46ce96 !important;
 }

 .btn-spaced {
     margin-right: 6px;
     margin-bottom: 4px;
 }
 .btn-spacedrightbottom {
     margin-right: 5px !important;
     margin-bottom: 5px !important;
 }
 .btn-paddedtop {
     margin-top: 14px;
 }
 .btn-updatedbrecord {
     margin-right: 15px !important;
 }
.btn-updatedbfamrecord {
    margin-right: 15px !important;
}
 .tabletoformctlsize {
     padding-top: .5rem !important;
 }
 .formnobottom {
     margin-bottom: 0px !important;
 }
.table-edit td, th {
    padding: .75rem !important;
}
.editbtnnospace {
    padding: .2rem !important;
    margin-top: -13px !important;
}

#myScrollBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
}
.formheight tr {
    line-height: 31px;
}
.toast-error {
    background-color: #d92550;
}
.toast-success {
    background-color: green;
}
.toast-info {
    background-color: blue;
}
.toast-warning {
    background-color: yellow;
}
.toast-header {
    background-color: rgba(255,255,255,0.6) !important;
}
.toast-body {
    background-color: rgba(255,255,255,0.8) !important;
}
#leftmenu {
    min-width: 200px !important;
}
.nav-linkleft {
    display: block !important;
    padding: .25rem .7rem !important;
}
#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: red; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
}

#myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}

/*body{background:#f9f9f9;}*/
/*#wrapper{padding:90px 15px;}*/
.navbar-expand-lg .navbar-nav.side-nav{flex-direction: column;}
.header-top{box-shadow: 0 3px 5px rgba(0,0,0,.1); background-color: #ffffff;}
.leftmenutrigger{display: none}
@media(min-width:992px) {
    .leftmenutrigger{display: block;display: block;margin: 7px 20px 4px 0;cursor: pointer;}
    /*#wrapper{padding: 90px 15px 15px 15px; }*/
    .navbar-nav.side-nav.open {left:0;}
    .navbar-nav.side-nav{background: #ffffff;box-shadow: 2px 1px 2px rgba(0,0,0,.1);position:fixed;top:68px;flex-direction: column!important;left:-220px;width:200px;overflow-y:auto;bottom:0;overflow-x:hidden;padding-bottom:40px}
}
.animate{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}

/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 10000; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #ffffff; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    /*font-size: 25px;*/
    /*color: #818181;*/
    display: block;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    /*color: #f1f1f1;*/
}

/* Position and style the close button (top right corner) */
/*.sidenav .closebtn {*/
    /*position: absolute;*/
    /*top: 0;*/
    /*right: 25px;*/
    /*font-size: 36px;*/
    /*margin-left: 50px;*/
/*}*/

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

.form-inline {
    margin-block-end: 0em !important;
}
body {
    font-family: Arial !important;
}
.padleft15 {
    padding-left: 15px !important;
}
.padleft250 {
    padding-left: 250px !important;
}
.margintop250 {
    margin-top: 30px;!important;
}

.fc-event {
    min-height: 20px !important;
}

.nav-link {
    padding: .5rem .5rem !important;
}
.notoppad {
    padding-top: 0px !important;
}
.noflex {
	display: block !important;
}

