/*
 *  Document   : main.css
 *  Author     : pixelcave
 *  Description: The main stylesheet of the template
 *
 *  Structure (with shortcodes):
 *      (#m01mls) MAIN LAYOUT
 *      (#m02hds) HEADER
 *      (#m03sns) SIDEBARS/NAVIGATION
 *      (#m04mcs) MAIN CONTENT
 *      (#m05pgs) PAGES
 *      (#m06bos) BOOTSTRAP OVERWRITE/EXTEND STYLES
 *      (#m07hes) HELPERS
 *      (#m08res) RESPONSIVE
 *      (#m09rts) RETINA
 *      (#m10prs) PRINT
 */

/* Include Open Sans font from Google Web Fonts */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic');

/*
=================================================================
(#m01mls) MAIN LAYOUT
=================================================================
*/
.content-wrapper {
    min-height: 926px;
    background-color:#d9dde2;
}

::-webkit-scrollbar {
width: 8px; height:8px;
}
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
background:#fff;
}
::-webkit-scrollbar-thumb {
background: #f89b0f;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
background: #f89b0f;
}
a {color:#f39c12;}

.content-header>.breadcrumb {
    background: #f89b0f;
    right: 25px;
    border-radius: 25px;
    color: #fff;
    padding: 10px;
}


.modal-dialog{
    z-index: 1200;
}

.solid-header-default{
    background: #f0f0f0;
}

.solid-header-success{
    background:#00a65a;

}

h2 {
    font-size:18px;
}

.gcircle {
  height: 50px;
  width: 50px;
  background-color: #938005;
  border-radius: 50%;
  display: inline-block;

}

.circle-block{
    text-align: center;
  	vertical-align: middle;
}



.circle {
	background: red;
	border-radius:50%;
	color: white;
	display:inline-block;
	height: 50px;
	font-weight: bold;
	font-size: 1.2em;
	width: 50px;
	margin:10px 10px;


}

.circle.circle-navy{
    background: #938005 !important;
}

.circle.circle-blue{

  background: #01205F !important;
}
.circle.circle-red{

  background: #C00000 !important;
}

.circle.circle-pink{

  background: #7030A1 !important;
}


.circle.circle-green{

  background: #44AA20 !important;
}


.circle.circle-yellow{

  background: #FFC100 !important;
}



.circle.circle-light-blue{

  background: #0F70D7 !important;
}

.circle.circle-black{

  background: #151515 !important;
}


.circle span {

	display:table-cell;
	vertical-align:middle;
	height:50px;
	width:50px;
	text-align:center;
	padding: 0 15px;
}

.cchart{
    display: inline-block;
    vertical-align: top;
    padding: 5px;
}

.brandlogo-image {
    float: left;
    line-height: .8;
    margin-left: .8rem;
    margin-right: .5rem;
    margin-top: -6px;
    max-height: 34px;
    width: auto;
}

.circle-container{
    display: flex;
    justify-content: center;
    align-items: center;
}


 .circle-li {
                    list-style-type:none;
                    display:inline-block;


                }

    .maxwidth {
                    max-width: 225px;
                }

 .center-me {

      display: grid;
      height: 100% !important;
      grid-template-columns: auto auto;
      align-content: center;
      justify-content: center;
      margin:0 auto;
      vertical-align: center;
    }

    .sqaure-input-box{
        border-radius:0px !important;


    }

      #inner {
  width: 50%;
 margin: auto;
}

#inner-register {

    margin: 20px;
}

#link-login {
    color: #01205F !important;
}

#no-round {
    border-radius: 0px !important;
}

.input-group-addon-center {
    margin-top:0.5rem;
}

.fa-fw {
width: 1.28571429em;
text-align: center;
color: #fff;
padding-right: 25px;
}

/* new style envato */
/*
body{
    background-image: url('../img/bg.png') !important;
    min-height: 100vh !important;
    min-width:100vw !important;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
} */



body {background: #545454 !important;}
/*  start my css */
.full_wrapper{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
/* .login_right_box {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	left: 0;
} */
.login_right_box, .login_left_box{
  padding: 5% 0;
}
.login_right_box{
  padding: 5% 13%;
}

.login_form{
  padding: 40px;
  padding-top: 20px;
}
.login_logo {
  padding-top: 40px;
  padding-bottom:20px;
}
.login_logo img { max-width: 200px;}

.form_footer{
  text-align: center;
  font-size: 16px;
}
.form_footer p{
  color: #a1a1a1;
  margin-bottom: 0;
}
.form_footer a{
  color: #a1a1a1;
}
.form_footer a.forget_pass{
  color: #b11226;
}
.login-page .container {box-shadow: 0 0 10px rgba(0,0,0,0.2); background:#fff;
    border-radius: 20px;
    overflow: hidden;}
.custome_loging_btn {
  /* background-image: linear-gradient(to right, #ef4238, #ed407b, #cd5cb0, #9977cc, #6289ce, #647fb9, #6375a4, #616c90, #62516b, #553a47, #3d2929, #231914); */
  background: #b11226;
	border: none;
	padding: 10px 0;
	width: 100%;
	color: #fff;
  text-align: center;
  font-weight: 700;
  transition: all linear 0.5s;
  border-radius: 4px;
}
.custome_loging_btn:hover {
 }
.login_right_box .form-control{

}
.login_right_box .form-control:focus {
	color: #000;
	background-color: #fff;

	outline: 0;
 }

img { max-width:100%;}

.register_left_box { Height: 100%; background: #fff; }
.reset_left_box { Height: 100%; background: #fff; }

.login_left_box{
  padding: 5% 8%;
}
.login_left_box ul{
  list-style: none;
  padding-left: 0;
}
.login_left_box ul li{
  display: block;
  float: left;
  width: 100%;
}
.login_left_box ul li span{
  padding-right: 10px;
  color: #fff;
  font-size: 35px;
}
.login_left_box ul li p{
  color: #333;
}
.login_left_box ul li strong{
  color: #fff;
  font-weight: 900;
}
.login_left_box .list_left,
.login_left_box .list_right{
  float: left;
  width: auto;
}
.login_left_box .list_left{
  width: 50px;
  text-align: center;
}
.login_left_box .list_right{
  padding-left: 5px;
}
.login_left_box .list_right{
  width: 80%;
}

.register_form{
  padding: 0;
  width:100%;
}

.register_full_wrapper{
  top: 0;
  transform: translateY(0);
  position: static;
  padding: 50px 0;
}

.input-group-addon{
  margin-right: 2px;
}
.input-group-addon i{
  color: #555!important;
  font-size: 20px
}



.register_left_box {
	float: left;
	padding-top: 20%!important;
}
.custome_bg{
   background-image: linear-gradient(to right top, #ef4238, #ed407b, #cd5cb0, #9977cc, #6289ce, #647fb9, #6375a4, #616c90, #62516b, #553a47, #3d2929, #231914);
}

/*  start  custome css */
.login_left_box {
  display: flex;
  justify-content: center;
}
.inner_col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33.33%;
}


.inner_col .icon_box {
  text-align: center;
  padding: 10px 15px;
}
.inner_col_2 .icon_box {
  padding: 0px 10px;
}
.inner_col .icon_box img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.inner_col .icon_box p {
  color: #555;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}
.login_right_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}



.register_form .input-group-addon {
	padding: 6px;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	background-color: transparent;
	border: none;
}
.custome_regi_btn {
  width: 70%;
}

.register_form .input-lg,
.register_form select {
	height: 40px;
}










/* start resonsive  */
@media (max-width: 575.98px) {
  .full_wrapper {
  	position: absolute;
  	top: 0%;
  	transform: translateY(0%);
  	width: 100%;
  }
  .login_left_box .list_right{
    width: 80%;
  }
  .login_right_box{
    padding: 0;
  }

  .register_right_box{
    padding: 30px;
  }
  .register_left_box{
    padding-top:5%!important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .full_wrapper {
    position: absolute;
    top: 0%;
    transform: translateY(0%);
    width: 100%;
  }
  .login_left_box .list_right{
    width: 80%;
  }
  .login_left_box{
    padding: 40px 30px;
  }
  .register_left_box{
    padding-top:5%!important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .login_left_box {
  	padding: 5% 5%;
  	float: left;
  }
  .login_left_box .list_right{
    width: 80%;
  }
  .login_right_box {
	padding: 5% 5%;
}
}

@media (min-width: 992px) and (max-width: 1199.98px) {

}

@media (min-width: 1200px) {

}
