body {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: 'Roboto', sans-serif;
}

#main{
    margin: 0px;
    width: 100%;
}

#header{
    width: 100%;
    height: 60px;
    background-color: #111;
    top: 0;
    position: fixed;
    z-index: 1000;
}

.titlecolor1{
    color: #ffffff;
    font-weight: bold;
    font-size: 50px;
    margin-top: -5px;
    text-align: center;
    font-family: serif;
}

#logged{
    height: 20px;
    /*width: 100%;*/
    /*color: #fff;*/
    right: 0;
    z-index: 1;
    position: absolute;
    margin-top: -8px;
}
.breadcrumb{
    padding: 4px 15px !important;
}

#navidiv{
    margin-top: 60px;
}
#navi{
    height: 30px;
    width: 100%;
    margin-top: 60px;
}
.live_span_chnl{
    float: right;
    color: #fff;
    z-index: 1000;
    font-family: monospace;
    font-size: 20px;
    margin-top: 20px;
    left: 10px;
    position: absolute;
}

.fullscreen{
    float: right;
    color: #fff;
    z-index: 1001;
    font-family: monospace;
    font-size: 20px;
    margin-top: 15px;
    margin-right: 200px;
    position: fixed;
    right: 0px;
}

.live_span{
    float: right;
    color: #fff;
    z-index: 1001;
    font-family: monospace;
    font-size: 20px;
    margin-top: 15px;
    margin-right: 10px;
    position: fixed;
    right: 0px;
}
.live_img{
    width: 25px;
    height: 25px;
    display: inline-block;
    animation: pulse 2s infinite;
}
.livedotblock{
    display: none;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }
    50% {
        transform: scale(1.2);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0.6;
    }
}

#content{
    min-height: 350px;
    width: 100%;
   
}
#footer{
    font-style: italic; 
    font-size:13px; 
    text-align: center;
}

.al{
    text-align: right;
    padding-top: 10px;
    padding-right: 10px;
    
}

.cen{
    text-align: center;
}

.dash{
    text-align: center;
    font-size: 30px;
    font-family: serif;
    font-weight: bold;
}


@-webkit-keyframes emergency_animation {  
  0% { color: #000; }
  50% { color: #000; }
  51% { color: #f00; }
  100% { color: #f00; }
}
.emergency {
    color: #fff;
    font-family: sans-serif;
    font-size: 26px;
    text-align: center;
    -webkit-animation-name: emergency_animation;  
    -webkit-animation-iteration-count: infinite;  
    -webkit-animation-duration: 2s; 
} 
.emergency2 {
    font-weight: bold;
    -webkit-animation-name: emergency_animation;  
    -webkit-animation-iteration-count: infinite;  
    -webkit-animation-duration: 2s; 
} 
/*begin the code payrollcard*/


.payroll-card {
    padding: 40px;
    background-color: #474747;
    /*margin: 0 auto 10px;*/
    margin-top: 35px;
    border-radius: 30px;
    border: #CC0000 solid thin;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    text-align: center;
}

#payroll-card-height{
    min-height: 520px;
}

.shadow{
    -moz-box-shadow: 0 0 8px #000;
	-webkit-box-shadow: 0 0 8px #000;
	box-shadow: 0 0 8px #000;
}
.dash_box{
    width: 100%;
    margin: 1%;
    background-color: #fff;
    height: 100px;
}
.dash_box:hover{
    background-color: #d4d4d4;
    transform: scale(1.1);
    transition: 0.3s;
}
.dash_box_img{
    height: 100px;
    width: auto;
    float: right;
}
.dash_box_p{
    padding-top:8%;
    font-family: sans-serif;
    font-size: 18px;
    font-weight: bold;
}
.ch_bk_no{
    padding-top:8%;
    font-family: sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #0052a0;
}
.payroll-card-img1{
    width: 80%;
    height: auto;
    margin: 4%;
}
.payroll-card-img1:hover{
    transform: scale(1.2);
    transition: 0.3s;
}
.payroll-card-img{
    width: 65%;
    height: auto;
    margin: 3%;
}
.payroll-card-img:hover{
    transform: scale(1.2);
    transition: 0.3s;
}
.invoice-img{
    width: 90px;
    height: 90px;
}
.invoice-img:hover{
    width: 104px;
    height: 104px;
    transition: 1s;
}
.report-img{
    width: 65px;
    height: 65px;
}
.report-img:hover{
    width: 70px;
    height: 70px;
    transition: 1s;
}
.payroll-card-link{
    color: #ffffff;
}
.payroll-card-link:hover{
    color: #ffffff;
}
.txt-box{
    width: 240px;
    font-size: 16px;
    min-height: 28px;
    background-color:rgba(0, 0, 0, 0);
}
.txt-box2{
    width: 180px;
    font-size: 16px;
    min-height: 28px;
}
.txt-box-ch{
    width: 80%;
    font-size: 16px;
    min-height: 28px;
}
.txt-lbl{
    font-size: 17px;
    width: 200px;
}
.add-deduct-box{
    border: #CC0000 thin solid;
}
.add-emp-box{
    border: #0000CC thin solid;
}


/*autocomplete start*/

/** { box-sizing: border-box; }
body {
  font: 16px Arial; 
}*/
.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
/*  display: inline-block;*/
}
input[type=text] {
    border: #666 solid 1px;
    border-radius: 8px;
}
input[type=text]:focus {
    outline: none;
    box-shadow: 0 0 5px #000;
    background-color: #d2edce;
}
input[type=password] {
    border: #666 solid 1px;
    border-radius: 8px;
}
input[type=password]:focus {
    outline: none;
    box-shadow: 0 0 5px #000;
    background-color: #d2edce;
}
input[type=date] {
    border: #666 solid 1px;
    border-radius: 8px;
}
input[type=date]:focus {
    outline: none;
    box-shadow: 0 0 5px #000;
    background-color: #d2edce;
}
input[type=number] {
    border: #666 solid 1px;
    border-radius: 8px;
}
input[type=number]:focus {
    outline: none;
    box-shadow: 0 0 5px #000;
    background-color: #d2edce;
}
input[type=color] {
    border: #666 solid 1px;
    border-radius: 8px;
}
input[type=color]:focus {
    outline: none;
    box-shadow: 0 0 5px #000;
    background-color: #d2edce;
}
    input[type="radio"]{
        width: 25px; height: 25px;
        vertical-align: bottom;
    }
textarea {
    border: #666 solid 1px;
    border-radius: 8px;
}
textarea:focus {
    outline: none;
    box-shadow: 0 0 5px #000;
    background-color: #d2edce;
}
select {
    border: #666 solid 1px;
    border-radius: 8px;
}
select:focus {
    outline: none;
    box-shadow: 0 0 5px #000;
    background-color: #d2edce;
}

/*input[type=submit] {
  background-color: DodgerBlue;
  color: #fff;
}*/


.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  padding: 6px;
  cursor: pointer;
  background-color: #eeeeee; 
  border-bottom: 1px solid #d4d4d4;
  border-radius: 8px;
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #d0d0d0; 
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}

/*autocomplete end*/


.line_highlight{
    position: relative;
}
.line_highlight:hover{
    background-color: gainsboro;
    color: #000;
}
.line_view_green{
    position: relative;
    background-color: #c2ffdd;
}
.line_view_green:hover{
    background-color: #62fca7;
    color: #000;
}
.line_view_red{
    position: relative;
    background-color: #ffdbdb;
}
.line_view_red:hover{
    background-color: #fc9797;
    color: #000;
}
.line_view_red2{
    position: relative;
}
.line_view_red2:hover{
    background-color: #ffdbdb;
    color: #000;
}
.rot90{
    /*transform: rotate(-90deg);*/
}
.image-view{
    width: auto;
    height: 30px;
    position: absolute;
}
.image-view:hover{
    transform: scale(3);
    transition: 0.5s;
    z-index: 9999;
}

.normal_outer_list{
    border: #3fd42f ridge 3px;
  clip-path: 
    polygon(
      0% 30px,                 /* top left */
      30px 0%,                 /* top left */
      calc(100% - 30px) 0%,    /* top right */
      100% 30px,               /* top right */
      100% calc(100% - 30px),  /* bottom right */
      calc(100% - 30px) 100%,  /* bottom right */
      30px 100%,               /* bottom left */
      0 calc(100% - 30px)      /* bottom left */
    );
}
/* Style tab links */
.tablink {
  background-color: #555;
  color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
  width: 14.285%;
  outline: none;
}

.tablink:hover {
  background-color: #777;
  outline: none;
}
.tablink:focus {
  color: #000;
  background-color: #777;
  outline: none;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  color: white;
  display: none;
  width: 100%;
  outline: none;
  height: 60%;
}

#tab1 {background-color: #ffffff;}
#tab2 {background-color: #ffffff;}
#tab3 {background-color: #ffffff;}
#tab4 {background-color: #ffffff;}
#tab4 {background-color: #ffffff;}


.gotoline{
    background-color: #12c4e0;
    color: #000;
}

/* width */
/*::-webkit-scrollbar {
  width: 1px;
}
::-webkit-scrollbar:hover {
  width: 6px;
}*/

/* Track */
/*::-webkit-scrollbar-track {
  background-color: transparent;
  display: none;
}*/
 
/* Handle */
/*::-webkit-scrollbar-thumb {
  background: #111; 
}*/

/* Handle on hover */
/*::-webkit-scrollbar-thumb:hover {
  background: #111; 
}*/


.notification .badge {
  position: absolute;
  top: 17%;
  right: 17%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: red;
  color: white;
  font-size: 20px;
  font-family: serif;
  font-weight: bold;
}

.badge2 {
  position: absolute;
  top: 17%;
  left: 17%;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #F60;
  color: white;
  font-size: 20px;
  font-family: serif;
  font-weight: bold;
}

.badgebtn {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: red;
  color: white;
  font-size: 20px;
  font-family: serif;
  font-weight: bold;
}

.small_button{
     width: 20px;
     height: 20px;
     cursor: pointer;
}
.small_button:hover{
    transform: scale(1.2);   
}
.red_bg_colour{
    color: red;
    font-weight: bold;
    background-color: #ffb7b9 !important;
}

.pie_progress__content, .pie_progress__number, .pie_progress__label, .pie_progress__icon {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 20px;
    font-family: monospace;
}
.pie_progress__label{
    top: 80%;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    color: #000;
}
.pie_progress__icon {
    width: 70%;
    left: 10%;
    height: auto;
}
.pie_progress__content {
    width: 70%;
    height: 70%;
    left: 15%;
    top: 40%;
}
.pie_progress {
    text-align: center;
    position: relative;
    transform-style: preserve-3d;
    margin-top: 2%;
}
.pie_progress:hover{
    transform: scale(1.2);
    transition: 0.3s;
}
.img-magnifier-container {
  position:relative;
}

.img-magnifier-glass {
  position: absolute;
  border: 3px solid #000;
  border-radius: 50%;
  cursor: none;
  /*Set the size of the magnifier glass:*/
  width: 100px;
  height: 100px;
}
.duplicate_price_cover{
    box-shadow: 0 0 5px #000;
    padding: 1%;
    margin: 1%;
    border-radius: 10px;
}
.duplicate_price{
    padding: 2%;
    margin: 2%;
}
.loadAddToTable{
    font-size: 32px;
}
.chss_slot{
    height: 80px;
    width: 10%;
    border: #0052A0 solid thin;
    margin:12px;
    box-shadow: 0 0 10px #ccc;
    border-radius: 5px;
}
.chss_slot:hover{
    border: #0052A0 dashed thin;
    box-shadow: 0 0 10px #000;
}

@media (max-width: 991px) {
.chss_slot{
    height: 180px;
    width: 45%;
    margin:10px;
    font-size: 30px;
}
}
.book_button{
    padding: 2px 10px;
    border: #007bf0 solid thin;
    border-radius: 5px;
}
.book_button:hover{
    border: #000 solid thin;
    background-color: #0000FF;
    color: #000;
}
.tr_zoom{
    
}
.tr_zoom:hover {
    font-weight: bold;
}
.cc_img{
    height: 70px;
}