/* Noor Add new Css for New UI */

.gap{
	padding:20px 0px 20px 0px;
}

.crd {
    background-color: #fdfefe;
	padding: 0px 0px 15px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	transition: all 0.5s ease-in-out;
	margin-bottom:20px;
}
.crd:hover{
	box-shadow: 11px 15px 24px 10px #77777726;
    transition: all 0.5s ease-in-out;
	
}
.profile-img-card {
    width: 96px;
    height: 96px;
    margin: -45px auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.card-container h3 {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 11px;
    
}
.card-container p {
    text-align: center;
    font-size: 16px;
}
.all-tabs-main .col-lg-3 a{
		text-decoration:none;
		color:#000;
}
.login-panel-icon i{
    opacity: 0;
    transform: translateX(20px);
    transition: all 0.5s ease-in-out;
}
.crd:hover .login-panel-icon i{
	opacity: 1;
    transform: translateX(0px);
}
.input100 {
    outline: none;
    border: none;
}
/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1 {
 
  font-size: 13px;
  line-height: 1.4;
  color: #999999;
}



/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-login100 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: #ebeeef;
}


.wrap-login100 {
  width: 670px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

/*==================================================================
[ Title form ]*/
.login100-form-title {
  width: 100%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

  padding: 70px 15px 74px 15px;
}

.login100-form-title-1 {
 
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
}

.login100-form-title::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(54,84,99,0.7);
}


/*==================================================================
[ Form ]*/

.login100-form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 43px 88px 93px 190px;
}
.m-b-18 {
    margin-bottom: 18px;
}

/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #b2b2b2;
}

.label-input100 {

  font-size: 15px;
  color: #808080;
  line-height: 1.2;
  text-align: right;
  position: absolute;
  top: 14px;
  left: -105px;
  width: 80px;

}


/*---------------------------------------------*/
.input100 {

  font-size: 15px;
  color: #555555;
  line-height: 1.2;
  display: block;
  width: 100%;
  background: transparent;
  padding: 0 5px;
}

.focus-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input100::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  background: #57b846;
}
/*---------------------------------------------*/
input.input100 {
  height: 45px;
}
.input100:focus + .focus-input100::before {
  width: 100%;
}
.has-val.input100 + .focus-input100::before {
  width: 100%;
}

.input-checkbox100 {
  display: none;
}

/*------------------------------------------------------------------
[ Button ]*/

.login100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 160px;
  height: 50px;
  background-color: #57b846;
  border-radius: 25px;
  font-family: clinic-regular;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.login100-form-btn:hover {
  background-color: #333333;
}


/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 576px) {
  .login100-form {
    padding: 43px 15px 57px 117px;
  }
}

@media (max-width: 480px) {
  .login100-form {
    padding: 43px 15px 57px 15px;
  }

  .label-input100 {
    text-align: left;
    position: unset;
    top: unset;
    left: unset;
    width: 100%;
    padding: 0 5px;
  }
}
.m-b-26 {
    margin-bottom: 26px;
}


/* your styles go here */
.select2-container--default .select2-selection--single .select2-selection__rendered
{
	width:270px;
}


.select2-selection .select2-selection--single
{
	height:40px !important;
}




.input-height
{
	height:35px !important;
	font-size: 13px;
}

label
{
	font-size: 13px !important;
	font-weight: bold !important;
}


.profile_image
{
	height:200px;
	width:250px;
}


.cursor
{
	cursor: pointer;
}


.tarea_resize
{
	resize: none;
}




