/**loginx css**/

.loginxpanel { 
  	margin:1% 0 1% 0;
	border: 1px solid #dfdddd;
	background-color:#fff;
/*	box-shadow:inset 3px 8px 15px 5px rgba(241, 241, 241, 0.8), inset 0px 1px 1px 0px rgba(241, 241, 241, 0.8);*/
	overflow:hidden;
	 position: relative;
 	 display: block;
  	-webkit-border-radius: 8px;
  	-moz-border-radius: 8px;
  	border-radius: 8px; 
  	padding: 5px;
	 font-size:100%;
}
.loginxpanel:hover {
 -webkit-box-shadow:0 0 10px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
  -o-box-shadow: 0 0 10px rgba(0,0,0,0.3);
  box-shadow: 0 0 10px rgba(0,0,0,0.3);	
}
.loginxpanel > .inner {
  padding: 10px;
}


.loginxright:active {
 color:#000;
}
.loginxright:link {
 color:#000;
}
.loginxright:hover {
 color:#fff;
}
.loginxpanel > .loginxfooter {
  position: relative;
  padding: 2px;
  color: #000;
  display: block;
  z-index: 0;
  background:transparent;
  text-decoration: none;
  margin: 2px auto;
  width:100%;
  height:auto;
  min-height:30px;
  height:auto !important;
  border-top:1px solid #dfdddd;
  font-size:85%;
}
.loginxright {
 width:45%;
 float:right;
 text-align: right;
}
.loginxleft {
 width:45%;
 float:left;
 text-align: left;
}
.loginxpanel h3 {
 /* white-space: nowrap;*/
   text-transform: capitalize;  
    clear:both;
	height:auto;
	font-size:15px;
	line-height:inherit;
	color:#000;
	vertical-align:middle;
	margin:0px 0px 5px 0px;
	font-weight: 600;
	padding:5px;
/*	background-color:#f8f8f8;
	box-shadow:inset 3px 8px 15px 5px rgba(241, 241, 241, 0.8), inset 0px 1px 1px 0px rgba(241, 241, 241, 0.8);
	*/
	border-bottom:1px solid #dfdddd;
	min-height:60px;
  }
.loginxpanel p {
 font-size:100%;
  padding: 5px;
}
.loginxpanel >  .row1 {
  font-size:auto;
  padding: 5px;
  margin-top:15px;
  overflow: auto;
  height: auto;
}
.loginxpanel > small {
  display: block;
  color: #f9f9f9;
  font-size: 13px;
  margin-top: 5px;
}
.loginxpanel h3,
.loginxpanel p {
  z-index: 5px;
}
.loginxpanel .icon {
  position: absolute;
  top: auto;
  bottom: 5px;
  right: 5px;
  z-index: 0;
  font-size: 90px;
  color: rgba(0, 0, 0, 0.15);
}


.loginxpanel .loginximg {
  position: relative;
  display: block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 15px;
  line-height: normal;
 
  border: 5px solid #fff;
  box-shadow:inset 3px 8px 15px 5px rgba(241, 241, 241, 0.8), inset 0px 1px 1px 0px rgba(241, 241, 241, 0.8);
  width:100%;
 height:auto;
}

.loginxscrollText {
width: 100%;
padding:5px;
margin:0px;
vertical-align:top;
height:236px;
overflow-y: hidden;
line-height: normal;
 font-size:100%;
}
.loginxdownload {	
    margin:20px;
    font-weight: 600;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 5px;
    color: #0432c7;
   
}

.loginxdownload-default:hover,
.loginxdownload-default:active,
.loginxdownload-default.hover {
    background-color: #0098ff!important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; 
     border: 1px solid #0681d4
}
.panel {
 	margin:1% 0 1% 0;
	border: 1px solid #dfdddd;
	background-color:#f8f8f8;
	box-shadow:inset 3px 8px 15px 5px rgba(241, 241, 241, 0.8), inset 0px 1px 1px 0px rgba(241, 241, 241, 0.8);
	overflow:hidden;
	 position: relative;
 	 display: block;
  	-webkit-border-radius: 8px;
  	-moz-border-radius: 8px;
  	border-radius: 8px; 
  	padding: 5px;
	 font-size:100%;
}

.panel .panel-heading {
  border-bottom: 1px dashed #cccaca;
   position: relative;
 	 display: block;
	line-height:25px;
	font-size:15px;
	font-weight:600;
	color:#000;
}
.panel-body {
  /*border: 1px solid #e8e7e7;  */
}
.panel-heading  div{
  float:right;
}


.tabbed {
	overflow-x: hidden; /* so we could easily hide the radio inputs */
	margin: 62px 0;
	padding-bottom: 16px;
	border-bottom: 1px solid #ccc;
}

.tabbed [type="radio"] {
	/* hiding the inputs */
	display: none;
}

.tabs {
	display: flex;
	align-items: stretch;
	list-style: none;
	padding: 0;
	border-bottom: 1px solid #ccc;
}
.tab > label {
	display: block;
	margin-bottom: -1px;
	padding: 12px 15px;
	border: 1px solid #ccc;
	background: #eee;
	color: #666;
	font-size: 12px; 
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;	
	transition: all 0.3s;
}
.tab:hover label {
	border-top-color: #333;
	color: #333;
}

.tab-content {
	display: none;
	color: #777;
}

/* As we cannot replace the numbers with variables or calls to element properties, the number of this selector parts is our tab count limit */
.tabbed [type="radio"]:nth-of-type(1):checked ~ .tabs .tab:nth-of-type(1) label,
.tabbed [type="radio"]:nth-of-type(2):checked ~ .tabs .tab:nth-of-type(2) label,
.tabbed [type="radio"]:nth-of-type(3):checked ~ .tabs .tab:nth-of-type(3) label,
.tabbed [type="radio"]:nth-of-type(4):checked ~ .tabs .tab:nth-of-type(4) label,
.tabbed [type="radio"]:nth-of-type(5):checked ~ .tabs .tab:nth-of-type(5) label {
	border-bottom-color: #fff;
	border-top-color: #B721FF;
	background: #fff;
	color: #222;
}

.tabbed [type="radio"]:nth-of-type(1):checked ~ .tab-content:nth-of-type(1),
.tabbed [type="radio"]:nth-of-type(2):checked ~ .tab-content:nth-of-type(2),
.tabbed [type="radio"]:nth-of-type(3):checked ~ .tab-content:nth-of-type(3),
.tabbed [type="radio"]:nth-of-type(4):checked ~ .tab-content:nth-of-type(4) {
	display: block;
}

.text-block {
    text-align: left;
	display:block;
	width:350px;
	margin-left:50px;
  }


.box1 {
     -webkit-box-shadow: 0px 10px 30px -5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 30px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px -5px rgba(0, 0, 0, 0.1);
 background: #fff;
  padding: 20px;
  min-height:300px;
  overflow:hidden;
  margin-bottom: 30px;
  border:1px solid #f2f2f2;
}




/*Marque slider*/
.sliderMarque {
  min-height: 320px;
  position: relative;
  width: 100%;
  display: grid;
  place-items: center;
  overflow: hidden;
  
}
.sliderMarque::before,
.sliderMarque::after{
  position:absolute;
  background-image:linear-gradient(to right,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
  content:'';
  height:100%;width:25%;
  z-index:2;pointer-events:none;
}
.sliderMarque::before{
  left:0;
  top:0;
}
.sliderMarque::after{
  right:0;
  top:0;
  transform:rotateZ(180deg);
}

/*  IMPORTANT CODE BELOW */

.slideMarque-track {
  width: calc(150px * 70px);
  display: flex;
  animation: scroll 20s linear infinite;
}


.slideMarque-track2 {
  width: calc(150px * 70px);
  display: flex;
  animation: scroll2 15s linear infinite;
  justify-content: space-between;
}

.slideMarque {
  width: 180px;
  height: 180px;

  display: grid;
  place-items: center;
  transition:0.5s;
  cursor:pointer;
}
.slideMarque:hover{
  transform:scale(0.9);
  
}
.bg-red-500 img {background: red;background-image:linear-gradient(to right,rgba(149,178,7,1) 0%,rgba(149,178,7,0) 100%);}
.bg-blue-500 img {background: blue;background-image:linear-gradient(to right,rgba(149,115,238,1) 0%,rgba(149,115,238,0) 100%);}

@keyframes scroll {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(calc(-150px * 10));
  }
}

@keyframes scroll2 {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(calc(-150px * 5));
  }
}

@media screen and (max-width: 768px) {
  .slideMarque-track {
    width: calc(80px * 60px);
  }

  .slideMarque-track2 {
    width: calc(80px * 60px);
  }

  .slideMarque {
    width: 80px;
  }

  @keyframes scroll {
    0% {
      transform: translateX(0px);
    }
    100% {
      transform: translateX(calc(-80px * 10));
    }
  }

  @keyframes scroll2 {
    0% {
      transform: translateX(0px);
    }
    100% {
      transform: translateX(calc(-80px * 5));
    }
  }
}

@media screen and (max-width: 992px) {
  .slideMarque-track {
    width: calc(80px * 60px);
  }

  .slideMarque-track2 {
    width: calc(80px * 60px);
  }

  .slideMarque {
    width: 80px;
  }

  @keyframes scroll {
    0% {
      transform: translateX(0px);
    }
    100% {
      transform: translateX(calc(-80px * 10));
    }
  }

  @keyframes scroll2 {
    0% {
      transform: translateX(0px);
    }
    100% {
      transform: translateX(calc(-80px * 5));
    }
  }
}

table th {
    font-weight: 300;
    background-color: #0069D9 !important;
	border: 1px solid #0069D9;
	color: #fff;
    
}
table tr {
    
    background-color: #fff;
	border: 2px solid #0069D9;
    
}

table td{
border: 1px solid #0069D9;
}