@charset "utf-8";
html {
	padding:0;
	margin:0;
	color:#615435;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
      background: #fff;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, blockquote, th, td {
	margin:0;
	padding:0
}
body {
	width:100%;
	overflow-x:hidden
}
li {
	list-style-type:none
}
a {
	color:#575757;
	text-decoration: none;
}
.text-left {
  text-align: left;;
}
.cur {
	cursor:pointer
}
img {
	border:0
}
.after {
	clear:both;
	display:block;
	height:0;
	visibility:hidden
}
.hidden {
  display:none;
}
.full-width {
	width:100%;
	float:left;
}
.half-width{
	width:50%;
}
.relative {
	position:relative
}
.absolute {
	position:absolute
}
.floatLeft {
	float:left
}
.floatRight {
	float:right
}
a {
	outline:none;
	text-decoration:none;
	cursor:pointer
}
#maincontainer {
	width:100%;
	padding:0px;
}
.centered {
	width:1200px;
	margin:0 auto;
}
.listing-row{
	margin-bottom:20px;
}
.listing-row:after{
	clear:both;
}
.responsive-img {
	max-width: 70px;
	height: auto;
}
@media (max-width: 991.98px) {
.responsive-img {
	max-width: 70px; } }
.box {
  position: relative;
  width: 100%;
  height: 50px;
  background-color: #edf3f9;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: all 0.3s ease;
}
.box::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  transition: all 0.3s ease;
}
.box::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  transition: all 0.3s ease;
}
.box-animation::before {
  animation: animateInputBorder 4s linear infinite;
  animation-delay: -2s;
  background-image: conic-gradient(
    transparent,
    transparent,
    transparent,
    #00ccff
  );
}
.box-animation::after {
  animation: animateInputBorder 4s linear infinite;
  background-image: conic-gradient(
    transparent,
    transparent,
    transparent,
    #d400d4
  );
}
@keyframes animateInputBorder {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.box span {
  position: absolute;
  inset: 3px;
  background-color: #edf3f9;
  border-radius: 10px;
  z-index: 2;
}
.box span input {
  width: 100%;
  height: 100%;
  border: none;
  background-color: transparent;
  color: black;
  font-size: 20px;
  padding: 16px;
  position: relative;
}
.box span input:focus {
  outline: none;
  box-shadow: none;
}
.form-container {
  padding: 70px 0px;
  background-color: #d0deec;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  width: 50%;
  transition: 0.3s;
  min-height: 540px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
}

.left-right .login-form {
  transform: translateX(-100%);
}
.form-wraper .input-group:not(:last-child) {
  margin-bottom: 30px;
}
.signUp-form {
  transform: translateX(100%);
}
.left-right .signUp-form {
  transform: translateX(0%);
}
.form-wraper {
  padding: 0px 40px;
  position: absolute;
  width: 100%;
  transition: 0.3s;
}
.action-button button {
  border-radius: 10px;
  font-family: "Avenir Next";
  font-size: 20px;
  padding: 0.5rem 3rem;
  color: black;
  box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
  border: solid 3px transparent;
  background-image: linear-gradient(
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0)
    ),
    linear-gradient(101deg, #00ccff, #d400d4);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: none;
  color: #edf3f9;
  width: 100%;
  padding: 10px;
  margin-top: 30px;
  transition: all 0.3s ease;
}
.action-button button:hover {
  color: rgb(20, 20, 20);
  box-shadow: 2px 1000px 1px #edf3f9 inset;
}
.form-title {
  margin-bottom: 30px;
}
.main-form-container {
  min-width: 800px;
  background-color: rgba(0, 0, 0, 0.152);
  border-radius: 10px;
  position: relative;
  height: 400px;
  display: flex;
  align-items: center;
}
.bg-btn-container {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.left-right {
  transform: translateX(100%);
}
.section {
  min-height: 800px;
}
.mt-20 {
	margin-top: 20px;
}
.btn {
	margin: 2px;
}
.pointer {
	cursor: pointer
}
.skin-green .main-header .logo {
  background-color: #828282;
  color: #fff;
}
.skin-green .main-header .logo:hover {
  background-color: #828282;
	opacity: 0.8;
}
.skin-green .main-header .navbar .sidebar-toggle:hover {
  background-color: #828282;
	opacity: 0.8;
}
.skin-green .main-header .navbar {
  background-color: #828282;
}

.btn-orange {
  background-color: #828282;
  border-color: #828282;
}
.btn-orange:hover {
  background-color: #828282;
  border-color: #828282;
	opacity: 0.8;
}
.bg-aqua, .callout.callout-info, .alert-info, .label-info, .modal-info .modal-body {
  background-color: #828282 !important;
}
.alert-info {
  border-color: #828282;
}
.btn.btn-file {
 background-color: #828282;
border-color: #828282;
}
.skin-green .sidebar-menu > li.active > a {
  border-left-color: #828282;
}


.output_file {
    width: 100%;
    margin-top: 5px;
	display: inline-table;
    }
.progress-wrp {
	width: 100%;
    border: 1px solid #e4cb1c;
    padding: 1px;
    position: relative;
    border-radius: 3px;
    margin: 10px 0;
    text-align: left;
    background: #fff;
    box-shadow: inset 1px 3px 6px rgba(0, 0, 0, 0.12);
    display: none;
}
.progress-wrp .progress-bar{
    height: 20px;
    border-radius: 3px;
    background-color: #e4cb1c;
    width: 0;
    box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.11);
}
.progress-wrp .status{
    top:2px;
    left:50%;
    position:absolute;
    display:inline-block;
    color: #828282;
}
.select2-container--default .select2-selection--single {
	height: auto;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: #828282;
  border-color: #828282;
}
.skin-green .wrapper, .skin-green .main-sidebar, .skin-green .left-side {
  background-color: #828282;
}
.background_blue {
	background-color: #2dccff;
	border-color: #2dccff;
}
.background_grey {
	background-color: #9ea7ad;
	border-color: #9ea7ad;
}
.background_yellow {
	background-color: #ffb302;
	border-color: #ffb302;
}
.background_red {
	background-color: #ff3838;
	border-color: #ff3838;
}
.background_green {
	background-color: #56f000;
	border-color: #56f000;
}
.background_violet{
	background-color: #828282;
	border-color: #828282;
}
.small-box {
  color: #fff;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index: 9;
	background: #fff;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #828282;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #ecdc00;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #880070;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
.color_white {
	color:white;
}
.none {
	display: none;
}
.full-width {
	width: 100%;
	float: left;
	position: relative;
}
.half_width {
	width: 50%;
	padding: 2%;
	float: left;
	position: relative;
	min-height: 50vh;
}
.dashboard_width {
	width: 25%;
	padding: 2%;
	float: left;
	position: relative;
	min-height: 50vh;
}
.pointer {
	cursor: pointer;
}
.btn-xs {
    border:none;
}

    .dashboard-card {
      transition: 0.3s;
      border-radius: 1rem;
    }
    .dashboard-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    }
    .dashboard-icon {
      font-size: 2rem;
      margin-bottom: 10px;
    }
	.main_logo {
		max-width:100px;
		height:auto;
	}
	.container {
		min-height:100vh;
		height:auto;
	}
	.g-4 > div {
		margin-bottom:20px;
	}
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* Style the Image Used to Trigger the Modal */
#myImg_popup {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg_popup:hover {opacity: 0.7;}

/* The Modal (background) */
.imgmodal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.img_modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#img_caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.img_modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.img_close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.img_close:hover,
.img_close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .img_modal-content {
    width: 100%;
  }
  .img_modal-content {
    width: 100%;
  }

.dashboard_width,.half_width {
  width: 100%;
}
.title {
  font-size: 20px ;
}

.half-width{
	width:100%;
}
}



/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

#progress-container {
    width: 100%;
    margin-bottom: 10px;
    margin-top:10px;
}

#progress-bar {
    width: 100%;
    height: 20px;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
}

#progress-bar-fill {
    height: 100%;
    background-color: #4caf50;
}

#progress-text {
    text-align: center;
    margin-top: 5px;
}