@import url('https://fonts.googleapis.com/css?family=Cabin|Montserrat:300,400,500|Raleway|Material+Icons');

/*  #FF5500  */
body, html {
	overflow:visible;
	margin:0px;
	font-family: 'Montserrat', Candara;
	-webkit-font-smoothing: antialiased;
}
td[data-n] {
	text-align:right;
}
body {
    background-color: #f2f3f8;
    margin: 0px;
    width: 100%;
    height: 100%;
    transition:.5s;
}
td.font_numberer {
	text-align:right !important;
	font-family:Courier !important;
}
tr.totaler {
	border-top:solid 1px black !important;
	border-bottom:solid 2px black !important;
	font-size:16px !important;
}
.a-text {
    color: #FFFFFF;
    background-color: #111799;
    border-radius: 10px;
    margin: 4px;
    padding: 3px 7px;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
}
.button2 {
    background: linear-gradient(141deg, #FF4433 0%, #FF2D1A 51%, #FF6733 75%);
    outline: none;
    border: none;
    font-family: 'Montserrat', Candara;
    color: white;
    padding: 10px 0px 10px 0px;
    margin-top: 30px;
    border-radius: 10px;
    font-size: 19px;
    width: 60%;
    box-shadow: 2px 2px 2px #990D00, -2px 0px 5px #FFC6BB, inset 1px 1px 5px #E61400;
}
.headdiv {
    font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
    width: 100%;
    text-align: center;
	box-shadow:0 0 2px #EEEEEE;
    background-color: rgb(250,250,250);
    color: #711199;
	asdposition: sticky;
    asdtop: 0px;
    asdz-index: 1;
}
.headdiv img {
	height:50px;
}
.header {
    letter-spacing: .05em;
    height: 70px;
    line-height: 70px;
    text-shadow: 1px -1px 0 rgb(175,175,193);
    font-size: 140%;
	background: repeating-linear-gradient(
  45deg,
  #FFFCFB,
  #FFFCFB 10px,
  #FCFBFF 10px,
  #FCFBFF 20px
);
}
.wronginput {
    background-image: url(../imgs/wrong.png);
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: 95%;
    background-color: #F9FFEE;
    outline: red !important;
    box-shadow: 0px 0px 50px #D7DDCC;
}
.body-main {
    width: 100%;
	transition:.5s;
}
.body-main > tbody > tr > td {
	text-align:center;
}


.content {
    font-size: 14px;
    color: #4E1CA0;
    padding:20px 50px;
    background-color:#FFFFFF;
	box-shadow: 0 0px 20px -12px #333333;
	min-height:100%;
	margin-left:10px;
	margin-top:60px;
	margin-right:10px;
	display:none;
	text-align:left;
	position: relative;
	transition:box-shadow .5s;

}
.content:hover {
	box-shadow: 0 0 9px -7px #333333;
}
.selectstyle, select.inputstyle {
    font-size: 13px;
    padding: 2px 3px 3px 3px;
    border: 1px solid #DDDDDD;
    display: inline-block;
    width: 70%;
    color: #4E1CA0;
    border-color: #4E1CA0;
    outline: none;
    box-shadow: 2px 2px 5px #4300C822;
    text-transform: capitalize;
    min-width: 200px;
    max-width: 500px;
	font-family:Montserrat;
}
.selectstyle:focus {
    border-color: #280077;
    box-shadow: 2px 2px 5px #25007033;
}
.selectstyle option {
    font-size: 14px;
}
.inputstyle {
    font-size: 13px;
    padding: 2px 3px 3px;
    border: 1px solid #DDDDDD;
    display: inline-block;
    color: #4E1CA0;
    border-color: #4E1CA0;
    outline: none;
	font-family:Montserrat;
}
.formtable td * {
    margin-left: 12px;
    margin-top: 6px;
    margin-bottom: 6px;
}
.smallgo {
    color: #FFFFFF;
    background-color: #335599;
    border: solid 1px #224488;
    outline: none;
    transition: 0.5s;
    text-align: center;
    margin: auto;
    border-radius: 30px;
    height: 30px;
    width: 30px;
    line-height: 28px;
    font-size: 11px;
    box-shadow: 1px 1px 2px #4F3355, 0 7px 10px -5px #443399;
	cursor:pointer;
	box-sizing: border-box;
	font-family:Montserrat;
}
.sqgo {
    color: #FFFFFF;
    background: #443399;
    border: groove 2px #391155;
    outline: none;
    transition: background 0.5s;
    text-align: center;
    margin: auto;
    border-radius: 10px;
    font-size: 12px;
    box-shadow:  1px 1px 2px #4F3355, 0 7px 10px -5px #443399;
	padding:6px 8px;
	font-family:Montserrat;
}
.sqgo.disabled {
    color: #FFFFFF;
    border:solid 2px #777777;
	box-shadow:1px 1px 2px #BBBBBB;
    background: repeating-linear-gradient( 45deg, transparent, transparent 5px, #AAAAAA 5px, #AAAAAA 10px), linear-gradient( to bottom, #999999, #999999);
}
.sqgo:hover { background-color: #2D2277; }

.smallgo:hover {
    background-color: rgb(170, 0, 102);
    border: solid 1px rgb(150, 0, 82);
    animation: smally 1.5s infinite;
}
#plusbutt-td .smallgo {
	font-size:14px;
	position:absolute;
	margin-left:10px;
}
#plusbutt-td {
    background: rgb(255,255,255);
    border: none;
    padding: 0px;
    margin: 0px;
}
#plusbutt-td:hover {
    background: rgb(250,250,255) !important;
    border: none;
    padding: 0px;
	margin-right:40px;
    margin: 0px;
}
.smallgo.biggertext {
	font-size:17px;
}
@keyframes smally {
    0% {
        transform: rotate(0deg) scale(1);
    }
    25% {
        transform: rotate(-6deg) scale(1, 1.1);
    }
    42% {
        transform: rotate(-1deg) scale(1, 0.9);
    }
    47% {
        transform: rotate(0deg) scale(1, 0.7);
    }
    75% {
        transform: rotate(18deg) scale(1, 1.2);
    }
    100% {
        transform: rotate(0deg) scale(1);
    }
}
.go {
    color: #FFFFFF;
    background-color: #0D3077;
    font-weight: 500;
    padding: 9px;
    box-shadow: 0px 3px 0px #0F1F4E, 0px 5px 6px #000000;
    width: 120px;
    text-align: center;
    transition: all .3s ease;
    font-size: 13px;
    border: none;
    border-radius: 5px;
    outline: none;
    margin: auto;
    font-family: "Century Gothic", Montserrat;
    transform: scale(0.9);
	cursor:pointer;
}
.go:active {
    box-shadow: 0px 1px 0px #0F0F4E, 0px 1px 2px #000000cc;
    top: 3px;
    transform: scale(0.9) translateY(2px);
}
.go[disabled] {
	background: repeating-linear-gradient( 45deg, #999999, #999999 10px, #888888 10px, #888888 20px );
    box-shadow: 0px 5px 0px #777777, 0px 9px 12px #666666;
}
.top-border-row, .top-border-row td {
	border-top:solid 2px #000000;
}
.tablestyle {
    border-collapse: collapse;
    text-align: left !important;
    font-size: 12px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
	box-shadow:0px 0px 1px #2242A077;
	table-layout: fixed;
}
.centerText {
	text-align: center !important;
}
.tablestyle td,
.tablestyle th {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #000000;
    transition: .3s;
}
.tablestyle th {
    padding:10px 15px;
    text-align: center;
    background-color: #2242A0;
    color: white;
    font-weight: normal;
    font-size: 12px;
    transition: .3s;
}

.tablestyle tr:nth-of-type(even) td:nth-of-type(odd), .tablestyle tr:nth-of-type(odd) td:nth-of-type(even) {
    background-color: #F5F8FF;
}
.tablestyle tr:nth-of-type(even) td:nth-of-type(even), .tablestyle tr:nth-of-type(odd) td:nth-of-type(odd) {
    background-color: #FFFFFF;
}
.tablestyle:not(.nohover) tr:hover td{
    background-color: #E3EEFF;
}
.tablestyle:not(.nohover) td:hover {
    background-color: #DBE1FF !important;
}
.tablestyle th:hover {
    background-color: #123290;
}

.subtable table {
	margin:0px !important;
	border-collapse: collapse;
	width:100%;
	height:100%;
	box-shadow: none;
}
.subtable { 
	padding:0px !important;
	background-color:#FFF4EE !important;
}
.tablestyle.morepadding td {padding:10px 6px;}
.tablestyle tr {
    background-color: #FBF9FF;
}
.tablestylt tr, .tablestlye td {
	transition:background-color .3s, opacity .3s;
}
.tablestyle tr.hiddentr, .tablestyle tr.hiddentr td, .tablestyle tr.hiddentr input {
	visibility: collapse;
	opacity:0;
	color:#FFFFFF !important;
	text-shadow:none;
}
.tbody-color th:hover {
    background-color: #490CB0;
}
.tablestyle.wb td {
    border: solid 1px #999;
    padding: 4px;
}
.tablestyle.bb td {
    border-top: solid 1px #999;
    border-bottom: solid 1px #999;
    padding: 4px;
}
.tablestyle.wb th {
    border: solid 1px #018;
    padding: 8px 5px;
}
.table-input-fusion, .table-input {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
    color: #000000;
    outline: none;
    border: none;
    text-align: center;
    font-size: 11px;
    width: 200px;
	font-family:'Montserrat', Candara;
	background-color:#FFFFFF;
}
.table-input-darker {
    border: 1px solid #9388AA;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #332255;
    outline: none;
    text-align: left;
    font-size: 11px;
    width: 200px;
    font-family: 'Montserrat', Candara;
	background-color:#FFFFFF;
    box-sizing: border-box;
}
.inputdiv .table-input-darker, .inputdiv .table-input-fusion {
	border:none;
	background-color:transparent;
}
.inputdiv:after {
  display:block;
  content: '';
  border-bottom: solid 1px #2242A0;  
  transform: scaleX(0);  
  transition: transform 250ms ease-in-out;
}
.inputdiv:hover:after { transform: scaleX(1); }
.table-input-smaller {
    border: 1px solid #9388AA;
    padding-right: 6px;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #332255;
    outline: none;
    text-align: center;
    font-size: 10px;
    width: 180px;
    font-family: 'Montserrat', Candara;
	background-color:#FFFFFF;
	margin:auto;
}
.count-label {
    height: 25px;
    width: 25px;
    /*border: solid 1px #FFEE00;*/
    
    background-color: #4E1CA0;
    border-radius: 20px;
    padding: 5px;
    text-align: center;
    color: #F7F7F7;
    font-size: 20px;
    transform: scale(0.7);
    transition: 1s;
}
.count-label:hover {
    transform: scale(1.2);
}
.urlink {
    display: block;
    background-color: #F8F4FF;
    height: 30px;
    line-height: 20px;
    float: left;
    position: absolute;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #5544AA;
    border-radius: 30px;
    font-size: 12px;
    font-family: Century Gothic;
    border: solid 1px #5544AA;
    margin-top: -20px;
    margin-left: -20px;
    transition: .5s;
    width: 30px;
    line-height: 30px;
    text-align: center;
}
.urlink:hover {
    color: #FFFFFF;
    background-color: #5544AA;
    animation: antispin .7s cubic-bezier(0.3, 0.6, 0.3, 0.6);
}
@-webkit-keyframes antispin {
    0% {
        -webkit-transform: rotate(360deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }
}
.boxdarker {
    background-color: black;
    background-color: #00000066;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10000;
    opacity: 1.1;
    display: block;
}
.boxcont {
    display: block;
    background-color: white;
    font-family: 'Montserrat', Candara, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    width: 278px;
    padding: 17px;
    border-radius: 5px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -138px;
    margin-top: -225px;
    ;
    z-index: 99999;
    height: 450px;
}
.boxtitle {
    font-size: 26px;
    color: #661711;
    margin-bottom: 15px;
}
.boxhead {
    padding-top: 20px;
    margin-bottom: 10px;
    color: #776485;
    text-align: center;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    line-height: normal;
    font-size: 18px;
    height: 325px;
}
.boxbox {
    display: inline-block;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 19px;
    font-weight: 500;
    border-radius: 5px;
    padding: 12px 35px;
    margin: 30px 7px 0 7px;
    cursor: pointer;
}
.box .yes {
    background-color: #8CB1F5;
}
.box .yes:hover {
    background-color: #5C71C5;
}
.box .no {
    background-color: #DD9855;
}
.box .no:hover {
    background-color: #AD6825;
}
.boxteff {
    font-size: 19px;
    color: #674495;
    font-style: italic;
}
.boxtbig {
    font-size: 19px;
    color: #6C5844;
}
.zoominput:focus {
    transform: scale(1.2);
    padding: 6px;
}
.zoominput {
    transition: .4s;
    text-align: center;
}
.filterer,
.boss-filter {
	background-color:transparent;
    font-size: 11px;
    font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif !important;
    padding: 6px 10px;
    border: none;
    display: inline-block;
    width: 50px;
    color: #FFFFFF;
    border-color: #4E1CA0;
    outline: none;
    transition:width .5s ease-in-out, padding .5s ease-in-out;
	text-align:center;
}
.boss-filter::-webkit-input-placeholder {
	font-family: Material Icons;
	color:#FFFFFF;
}
.boss-filter[readonly] {
	display:none;
}
.bossborderdiv {
	display:inline-block;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 20px;
    margin-bottom: 6px;
	display:none;
	text-align:center;
}
.bossborderdiv:after {
  display:block;
  content: '';
  border-bottom: solid 1px #FFFFFF;  
  transform: scaleX(0);  
  transition: transform 250ms ease-in-out;
}
.bossborderdiv:hover:after { transform: scaleX(1); }
.boss-filter.madethin {
    width: 30px;
    background-image: none;
    padding: 5px;
}
.boss-filter.madethin::placeholder {
    color: #FFFFFF;
}
::selection {
    background-color: #EECCFF;
    padding: 5px;
}
input:-webkit-autofill {
    box-shadow: 0 0 0 1000px #FFFFFF inset !important;
	font-weight:normal;
}
#count {
    color: #C04719;
    font-family: 'Century Gothic';
    display: none;
    font-size: 15px;
    margin: 10px;
}
.medgo {
    border: none;
    background-color: #123290;
    margin-bottom: 5px;
    margin-top: 5px;
    color: #E3FFDD;
    padding: 4px 20px;
    text-align: center;
    font-size: 12px;
    border-radius: 10px;
    outline: none;
    box-shadow: 0px 1px 2px #016;
	transition:.5s;
}
.medgo:hover {
    background-color: #330099;
}
.contentpop {
    position: fixed;
    top: 8%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #F0F0F0dd;
    padding: 30px 50px 30px 50px;
    box-shadow: 0px 0px 15px #DDDDDD;
    z-index: 4;
    max-height: 80%;
    overflow: auto;
    font-size: 15px;
    color: #4E1CA0;
}
.contentpop .head {
	font-size:20px; text-shadow: 1px 1px 2px #334FAA44; margin-bottom: 20px; text-align:center;
}
.greycover {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000077;
    z-index: 3;
}
.cross {
	float: right;
    position: fixed;
    top: 10px;
    right: 10px;
    background-color:#2242A0;
    color: #FFFFFF;
    border: none;
    width: 25px;
	line-height:20px;
    height: 25px;
	text-align:center;
	font-size:12px;
	
    border-radius: 20px;
    box-shadow: 0 0 2px #000000;
	transition:.5s;
	outline:none
}
.cross:hover {
    background-color: #123290;
}
.status {
    position: fixed;
    bottom: 0;
    right: 0;
    font-family: Century Gothic;
    padding: 6px 30px;
    font-size: 12px;
    color: #FFFFFF;
    text-shadow: 0 0 1px #000000;
    background-color: #0E132B;
    opacity: 0.2;
    box-shadow: 0 0 3px #000000;
    border-top-left-radius: 10px 30px;
    transition: 1s;
	display:block !important;
}
.status:hover {
	opacity:1;
    border-top-left-radius: 30px 10px;
}
.content table:not(.tablestyle) td {
    padding: 5px;
}
#main_tbl {
	background-color: #F3F5FF;
    padding: 10px;
    font-family: 'Montserrat', Candara;
    box-shadow: 0 0 3px #DDDDDD;
	margin-left:10px;
}
.content.pop {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(240,240, 240, 0.9);
    border-radius: 20px;
    padding: 30px 50px 30px 50px;
    box-shadow: 0px 0px 15px #DDDDDD;
    z-index: 4;
    max-height: 80%;
    overflow: auto;
	max-width:30%;
}
.hamburg {
    position: absolute;
    right: 0px;
    background: rgb(50, 68, 85);
    font-size: 12px;
    height: 30px;
    color: #FFFFFF;
    width: 30px;
    line-height: 30px;
    border-radius: 30px;
    top: 40px;
	box-shadow:0 0 4px #111111;
	font-family:Material Icons;
}
.headingline { 
	display:inline-block;
}
.headingbar { 
	top:0px;
	background-color:#000;
	color:#FFFFFF;
	font-family: Montserrat;
	font-size:14px;
	box-shadow: 0 2px 2px #333333;
	box-sizing: border-box;
	height:50px;
	line-height:47px;
	padding-left:35px;
	width:100%;
	position:fixed;
	z-index:3;
	user-select: none; 
	opacity:1;
	transition:box-shadow 1s;
}
.headingbar.scrolled {
	box-shadow: 0 5px 10px -5px #333333;
}
.headingbar:hover {
	opacity:1 !important;
}
.menubar {
	float:right;
	padding-right:5px;
	display:inline-block;
	box-sizing: border-box;

}
.menu {
	display:inline-block;
	padding-left:13px;
	padding-right:13px;	
	transition:background-color .5s;
	position:relative;
	font-size:12px;
	height:44px;
}
.icon-but {
	display: inline-block;
    padding: 8px 12px;
    position: relative;
    height: 20px;
    border-radius: 20px;
    line-height: 20px;
    vertical-align: middle;
	cursor:pointer;
}
.icon-but:hover {
	background-color:#333;color:#ddd;
}
.menu-search-text {
	position: fixed;
	right: 0px;
	display: block;
	font-size: 12px;
	top: 50px;
	outline: none;
	font-family: Montserrat;
	padding: 8px 14px;
	background-color: #000;
	border: 0px;
	color: #fff;
	box-shadow: 0 1px 2px #000;
	z-index:3;
	width:130px;
	display:none;
}
.menu-search-text::-webkit-input-placeholder {
	color:#ddd;
}
.side-search-input::-webkit-input-placeholder {
	color:#ddd;
}
.side-search-input:focus {
	border-left: solid 5px #bee;
}
input.side-search-input {
    background-color: #333;
    border: none;
    font-family: 'Montserrat';
    color: #fff;
    width: 100%;
    padding: 10px;
    outline: none;
    padding-left: 12px;
    border-left: solid 5px #fff;
}
.userstamp {
	display: inline-block;
    text-transform: uppercase;
    font-size: 11px;
    color: #ff7;
    height: 44px;
	padding-left:10px;
	padding-right:14px;
}
.userstamp:hover {
	background-color:#000;
}
.hangingmenu { 
	display:none;
	background-color:#393939; 
	position:absolute; 
	width:200px; 
	left: 50%;
    transform: translateX(-50%);
	box-shadow: 0 0 3px #000000;
	top:42px;
	z-index:3;
}
.hangingprofile {
	margin:0px !important; right:-5px; left:initial; transform:none; width: 150px;
}
.menu:hover .hangingmenu { display:block;}

.userstamp:hover .hangingprofile {
	display:block;
}
.menu:hover {
	background-color:#222222;
}
.menuitem {
	height:24px;
	line-height: 24px;
	font-size:11px;
	padding-right:18px;
	padding-left:18px;
	transition:1s;
	border-bottom:solid 1px #000;
}
.menuitem:hover {
	background-color:#000000;
}
.mi { font-family:Material Icons;  position:absolute;}

.menuitem:hover::before {
    background: #222;
    font-family: Montserrat;
    width: 160px;
    position: absolute;
  	right: 205px;
    padding: 10px 20px;
    box-sizing: border-box;
    box-shadow: 0px 0px 4px rgb(0,0,0,0.5);
    z-index: 2;
    white-space: pre-wrap;
    line-height: 18px;
	font-size:10px;
}
.menuitem-bead {
    height: 10px;
    width: 10px;
    display: inline-block;
    right: 10px;
    position: absolute;
    margin-top: 10px;
    border-radius: 10px;
}
a {
	text-decoration: none;
	display:block;
	color:inherit;
}

a.smallgo {
    display: inline-block;
    box-sizing: border-box;
}
input[readonly], select[disabled] {
    color: #222222;
    border-color: #CCCCCC;
    background: repeating-linear-gradient( 45deg, transparent, transparent 5px, #FFFFFF 5px, #FFFFFF 10px), linear-gradient( to bottom, #F6F6F6, #F6F6F6);
}
i {
	font-style: normal;
	font-family: Material Icons;
	vertical-align: middle;
}
.filters {
	font-size:11px;
	color:#444444;
	text-align:center;
	background-color:rgb(253,253,255);
	padding:6px;
	margin:auto;
	margin-bottom:10px;
	margin-top:10px;
	line-height: 50px;
	max-width:900px;
}
.filters .filter, .filters .filtergo {
	display:inline-block;
	background-color: rgb(207,243,255);
	padding: 0px 20px;
	margin-right: 10px;
	box-shadow: 2px 2px 2px rgb(187,227,255);
	transition:.3s;
	height:40px;
	line-height:40px;
	box-sizing:border-box;
}
.filters .filtergo {
	border-radius:30px;
	width:40px;
	padding:0px;
	line-height:40px;
	text-align:center;
	background-color: rgb(201,255,217);
	box-shadow: 2px 2px 2px rgb(161,240,181);
	font-family:Material Icons;
	border:none;
	outline:none;
	margin-right:0px;
}
.filters .filtergo:hover {
	background-color: rgb(157,255,174);
	box-shadow: 2px 2px 3px rgb(150, 238, 167);
}
.filters .filter.active {
	background-color:rgb(255,227,243);
	box-shadow: 2px 2px 2px rgb(255,207,227);
}
.filters .filter:hover {
	background-color: rgb(184,241,255);
	box-shadow: 2px 2px 2px rgb(167,210,255);
}
.filters .filter.active:hover {
	background-color: rgb(255,204,221);
	box-shadow: 2px 2px 2px rgb(255,187,204);
}
.filters .filtertext, .filterinputbox, .crosss {
	display:inline-block;
	height:40px;
	line-height:40px;
	box-sizing:border-box;
}
.filters .filterinput {
	margin-left: 3px;
	background-color: transparent;
	outline: none;
	font-family:Montserrat;
	border: none;
	font-size:11px;
}
.filters 
.filterinput {
	width:inherit;
	max-width:150px;
}
.filters input[type='text'].filterinput {
	width:40px;
}
.filters .filterinput::-webkit-input-placeholder {
	font-stye:italic !important;
	color:#999999 !important;
}
.filters .filterinputbox:after {
  display:block;
  content: '';
  border-bottom: solid 1px #999999;  
  transform: scaleX(0);  
  transition: transform 250ms ease-in-out;
}
.filterinputbox:hover:after { transform: scaleX(1); }
.filters .crosss {
	color:#999999;
	transition: .5s;
}
.filters .crosss:hover {
	color:#000000;
}

input[pattern]:invalid,
input[min]:invalid,
input[step]:invalid,
input[max]:invalid {
	color: red;
}

.inheritWidth, .autotid select, .autotid input[type=text], .autotid input[type=date], .autotid  input[type=number] {
	width: inherit !important;
	min-width: inherit !important;
	max-width: inherit;
}
.inputdiv {
	position:relative;
}
.inputdiv i {
	opacity:0;
	transition:.5s;
	color:#666666;
	cursor: pointer;
    position: absolute;
    right:-10px;
	top:4px;
}
.inputdiv i:hover {
	color:#111111;
}
.inputdiv:not(#textareaholder):hover i {
	opacity:1;
}
.select-search {
	border: none;
	outline: none;
	color: #2C229F;
	background-color: transparent;
	font-family: Montserrat;
	margin: auto;
	text-align: center;
	font-size:10px;
	margin-top:4px;
	display:none;
}
.select-search:hover {
	color:#005B88;
}
.select-search.visible {
	display:block;
}
td[onclick], tr[onclick], div[onclick], span[onclick] {
	cursor:pointer;
}

	.sidebar { 
		background-color:#000;
		box-shadow:0 0 14px #000;
		color:#fff;
		position:fixed;
		height:100%;
		right:0px;
		top:0px;
		z-index:500;
		width:220px;
		text-align:center;
		font-size:13px;
		user-select:none;
		overflow:auto;
		margin-right:-300px;
		
	}
	.main-box-contents {
		display:none;
	}
	.main-box-head {
		text-align:left;
		padding:10px 10px 10px 20px;
		cursor:pointer;
		transition:.5s;
		border-left:solid 5px #701;
	}
	.barhead {
		font-size: 16px;text-align:left;
		padding: 15px;border-left:solid 5px #000; background-color:#111;
		transition:.5s;
		cursor:pointer;
	}
	.barhead:hover {
		background-color:#222;
	}
	.barhead i {
		float:right;
	}
	.menu-line {
		text-align:left;
		padding:7px 7px 7px 30px;
		cursor:pointer;
		transition:.5s;
		font-size:13px;
		background-color:#111;
		box-sizing: border-box;
		border-left:solid 5px #701;
	}
	.main-box-head:hover {
		background-color:#333;
	}
	.menu-line:hover {
		background-color:#444;
	}
	.menu-arrow-i {
		float:right;
		
	}
	.menu-description-but {
		background-color:#333;
		padding-left:8px;
		float:right;
		font-size:10px;
		padding-right:8px;
		
	}
	.menu-description-but:hover {
		background-color:#555;
		
	}
	.menu-description {
		font-size:11px;
		padding-left:4px;
		padding-top:4px;
		display:none;
	}
	.sidebar-greycover {
		top:0px;
		position:fixed;
		z-index:499;
		left:0px;
		height:100%;
		width:100%;
		background:rgba(0,0,0,0.3);
		display:none;
	}
select[multiple].tall {
	text-align:center;
	outline:none;
	width:inherit !important;
	border: solid 1px #444444;
	font-family: Montserrat;
	color: #444444 !important;
}
select[multiple].tall option{
	padding: 3px 50px 3px 50px;
}
select[multiple].tall option:nth-child(even){
	background-color: #F3F5FF;
}
select[multiple].tall::-webkit-scrollbar{width:1px;background-color:transparent}
.tall-select-th-div {
	background-color:#F3F5FF; 
	padding:4px;
	text-align:center; 
	font-size:12px; 
	width:90%; 
	margin:auto; 
	font-weight:normal; 
	border: solid 1px #444444; 
	color:#444444;
}

.loader-circle-ring {
	border: 7px solid #999;
	border-top: 7px solid #555;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	animation: loader-circle-spin 1s linear infinite;
	position: fixed;
	z-index: 10;
	left: calc(50% - 35px);
	top:  calc(50% - 35px);
}

@keyframes loader-circle-spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.infoline {
	color: #444;
	padding: 9px 40px 9px 15px;
	margin: 15px 0px 20px 20px;
	background-color: #fff0e5;
	box-shadow: 0 0 5px #eee;
	font-size: 12px;
	border-left: solid 6px #fb5;
	transition:.5s;
	margin:auto;
	width: fit-content;
	display: block;
	margin-top:6px;
	margin-bottom:6px;
	
}
.infoline:hover {
	background-color:#ffebd9;
	border-color:#fa0;
}
.infoline.red {
	background-color:#fff5f5;
	border-color:#eaa;
}
.infoline.red:hover {
	background-color:#fff0f0;
	border-color:#e77;
}