html {
  height: 100%!important;
  overflow-y: scroll; 
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
  margin-bottom: 15px;
  padding-top: 50px;
  padding-bottom: 50px
}

.bg-yellow {
  background-color: #ffcf15;
}
.bg-grey {
  background-color: #eee;
}
.orange {
  color: orange;
}
a:active, a:focus, a:link, a:visited {
  color:#000;
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}
.headlinetext {
  z-index: 1;
}

footer {
    position: fixed;
    height: 20px;
    bottom: 0;
    width: 100%;
}
.m-0 {
  margin-bottom: 0px!important;
}
.m-20 {
  margin-bottom: 20px!important;
}
.mr-5 {
  margin-right: 5px!important;
}
.mt-10 {
  margin-top: 10px!important;
}
.mt-5 {
  margin-top: 5px!important;
}
.mt-20 {
  margin-top: 20px!important;
}
.mt-100 {
  margin-top: 100px!important;
}
.mb-5 {
  margin-bottom: 5px!important;
}
.mb-10 {
  margin-bottom: 10px!important;
}
.ml-5 {
  margin-left: 5px!important;
}
.p-0 {
  padding: 0px!important;
}
.p-5 {
  padding: 5px!important;
}
.pt-2 {
  padding-top: 2px!important;
}
.pt-5 {
  padding-top: 5px!important;
}
.pt-10 {
  padding-top: 10px!important;
}
.pt-20 {
  padding-top: 20px!important;
}
.pt-100 {
  padding-top: 100px!important;
}
.pl-2 {
  padding-left: 2px!important;
}
.pl-5 {
  padding-left: 5px!important;
}
.pl-10 {
  padding-left: 10px!important;
}
.pr-2 {
  padding-right: 2px!important;
}
.pr-5 {
  padding-right: 5px!important;
}
.pb-10 {
  padding-right: 10px!important;
}
.gray {
  color: #6c757d;
}
.blue {
  color: #0000ff;
}
.btn-link {
  color: #000000;
}
.fixed-bottom .container {
  background: #eee;
}
.border-bottom2 {
  border-bottom-style: solid;
  border-bottom-color: #6c757d;
  border-bottom-width: 2px;
}
.modal-lg {
  max-width: 97% !important;
}
.modal-dialog,
.modal-content {
    /* 80% of window height */
    height: 97%!important;
    max-width: 97%!important;
    padding: 0px;
}
.modal-open .modal {
  overflow-y: hidden!important;
}
.modal-body {
    /* 100% = dialog height, 120px = header + footer */
    height: 97%!important;
    overflow-y: hidden!important;
    padding: 0px;
}
.modal-header {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: 0px;
}

.centered {
  position: fixed;
  width: 100%;
  height:100%;
  display: flex;
  align-items: center;
  top: 0;
}
.loader {
  border: 10px solid #f3f3f3; /* Light grey */
  border-top: 10px solid grey; /* Blue */
  border-radius: 50%;
  width: 70px;
  height: 70px;
  animation: spin 1.5s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
[aria-expanded="false"] .caret2open {
  
}

[aria-expanded="false"] .caret2close {
  display: none;
}

[aria-expanded="true"] .caret2open {
  display: none;
}

[aria-expanded="true"] .caret2close {
}
.table td, .table th {
  padding: .2rem!important; 
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
#searchinput {
 
}
#searchclear {
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  height: 14px;
  margin: auto;
  font-size: 14px;
  cursor: pointer;
  color: #ccc;
}

.rwd-line { display: block; }
@media screen and (min-width: 500px){
  .rwd-line { display: inline; }
}

.table-scrollable {
  overflow-y: auto;
}
.grp {
  border-top-style: solid;
  border-top-width: 3px;
  border-top-color: black;
}
/*---------------------------------------*/

.cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
input.cmn-toggle-round-flat + label {
  padding: 4px;
  width: 60px;
  height: 30px;
  background-color: #E32518;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}
input.cmn-toggle-round-flat + label:before, input.cmn-toggle-round-flat + label:after {
  display: block;
  position: absolute;
  content: "";
}
input.cmn-toggle-round-flat + label:before {
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}
input.cmn-toggle-round-flat + label:after {
  top: 4px;
  left: 4px;
  bottom: 4px;
  width: 22px;
  background-color: #E32518;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
  border-radius: 22px;
  -webkit-transition: margin 0.4s, background 0.4s;
  -moz-transition: margin 0.4s, background 0.4s;
  -o-transition: margin 0.4s, background 0.4s;
  transition: margin 0.4s, background 0.4s;
}
input.cmn-toggle-round-flat:checked + label {
  background-color: #009500;
}
input.cmn-toggle-round-flat:checked + label:after {
  margin-left: 30px;
  background-color: #009500;
}

/* Login ------------------ */
.form-heading { color:#fff; font-size:23px;}
.panel h2{ color:#444444; font-size:18px; margin:0 0 8px 0;}
.panel p { color:#777777; font-size:14px; margin-bottom:30px; line-height:24px;}
.login-form .form-control {
  background: #f7f7f7 none repeat scroll 0 0;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
}
.main-div {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 2px;
  margin: 10px auto 30px;
  max-width: 38%;
  padding: 50px 70px 70px 71px;
}

.login-form .form-group {
  margin-bottom:10px;
}
.login-form{ text-align:center;}
.forgot a {
  color: #777777;
  font-size: 14px;
  text-decoration: underline;
}
.login-form  .btn.btn-primary {
  background: #ffcf15 none repeat scroll 0 0;
  border-color: #ffcf15;
  color: #000;
  font-size: 14px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0;
}
.forgot {
  text-align: left; margin-bottom:30px;
}
.botto-text {
  color: #ffffff;
  font-size: 14px;
  margin: auto;
}
.login-form .btn.btn-primary.reset {
  background: #ff9900 none repeat scroll 0 0;
}
.back { text-align: left; margin-top:10px;}
.back a {color: #444444; font-size: 13px;text-decoration: none;}
.btn:focus,.btn:active {
  outline: none !important;
  box-shadow: none;
}
/* Login ------------------ */

