.import-btn {
  float:right;
  margin-right: 10px;
}
.import-btn .btn-upload {
  padding: 7px 12px;
}
.mr-10{
  margin-right: 10px !important;
}
#delete-record 
{
	color: red;
}
#edit-record, #show-record 
{
	color: black;
}
#add-btn, .fl-right 
{
	float: right;
}
#form-btn 
{
	float: right;
  margin-right: 45px;
}
.multiple-form-btn
{
	margin-left: 30px;
}
.multiple-form-label
{
	width: 100%;
}
.multiple-form-group
{
	display: flex;
	flex-wrap: wrap;
}
.multiple-form-field
{
	width: 60%;
  /*margin-right: 25px !important; */
}
.multiple-form-field1
{
	width: 100%;
}
.categories-questions
{
	margin-left: 30px;
}
.dashboard-anchor-btn
{
	    /* position: relative; */
    text-align: center;
    padding: 3px 0;
    color: #fff;
    color: rgba(255,255,255,0.8);
    display: block;
    /* z-index: 10; */
    background: rgba(0,0,0,0.1);
    text-decoration: none;
}
.matrix-questions
{
     width: 59%; 
}
.l-m {
  margin-right: 5px;
}

/*.divClass {
  width: 200px;
  height: 200px;
  border: 1px solid;
  position: relative;
  margin: 30px;
  cursor: pointer;
}

.tooltip-span{ display: none; }

.divClass:hover > span {
  display: inline-block;
  position: absolute;
  top: -25px;
  left: 0;
  border: 2px solid red;
  background-color: yellow;
}*/
.smtp
{
	font-size: 15px;
}
.tooltip {
  position: relative;
  display: inline-block;
  opacity: 1 !important;
  z-index: 1;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 58px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -25px;
  
  /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
  opacity: 0;
  transition: opacity 1s;
}
.icon-size {
	font-size: 121%;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.md-form, label.active
{
	color: #676467 !important;
    font-size: 90% !important;
}
.matrix-btn 
{
	font-size: 85% !important;
}

.matrix-cancelbtn
{
	font-size: 85% !important;
	background-color: #f4f4f4 !important;
    color: #444 !important;
    border-color: #ddd !important;
}
/*.multiple-questions
{
	width: 304%;
}*/
/*.form-control {
	width: 40%;
}*/
.questions-tab .form-group{
  margin-bottom: 5px;
}
.aud-padding-top{
  padding-top: 10px !important;
  color: red;
}
.d-flex{
  display: flex;
  flex-wrap: wrap;
}
.ml-2{
  margin-left: 10px;
  position: relative;
}
.questions-tab-textarea{
  width: 100%;
  margin-left: 2px;
  margin-bottom: -16px;
}
.document_delete {
  position: absolute;
  right: -3px;
  top: -9px;
}
.skin-blue .main-header .logo,.skin-blue .main-header li.user-header,.skin-blue .main-header .navbar .sidebar-toggle:hover{
  background-color: #222d32;
}
.skin-blue .main-header .navbar,.btn-primary,.pagination>.active>a,.skin-blue .main-header .logo:hover{
  background-color: #282828 !important;
  color: white !important;
  border-color: #282828 !important; 
}
a {
  color: #282828;
}
a:hover, a:active, a:focus {
  color: #757575;
}
.box.box-primary {
  border-top-color: #d2d6de;
}
.nav-tabs-custom>.nav-tabs>li.active {
  border-top-color: #222d32;
  border-top:none;
}
.form-control:focus{
  border-color:#222d32;
}
.cke_notification_info {
  background: #757575 !important;
  border: 1px solid #757575 !important;
}
.btn:active:focus, .btn:focus {
  outline: none !important;
}
.error, .error_server{
  color: #da1a1a;
}
.state-dropdown
{
  width:100%;
}
.w-100{
  width: 100%;
}
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
}

.btn-upload{
  color: white;
  background-color: #212121;
  padding: 6px 9px;
  border-radius: 4px;
  font-size: 14px;
  z-index: 1;
  position: relative;
  border: none;
  margin-left: 7px;
}

.upload-btn-wrapper input[type=file] {
  position: absolute;
  top: -6px;
  width: 100%;
  border: 0;
  opacity: 0;
}
.attachment-block {
    border: 0px !important;
    background: transparent!important;
  }
.save-btn {
  margin-right: 10px;
}
.margin-left {
  margin-left: 10px;
}
.wrap-btn
{
  display: flex;
  flex-wrap: wrap;
}
.preview_image {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.preview_image:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 811; /* 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) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%; /*68% */
  /*max-width: 700px;*/
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
   /* position: absolute;
    top: 53px;
    right: 196px;
    color: #FFFFFF;
    font-size: 60px;
    font-weight: bold;
    transition: 0.3s;
    z-index: 85;*/

  position: absolute;
  top: 80px;
  right: 35px;
  color: #FFFFFF;
  font-size: 60px;
  font-weight: bold;
  transition: 0.3s;
}
.close-preview-image{
  color: #ffffff;
  opacity: 1;
  position: absolute;
  right: 34%;
  top: 9%;
  z-index: 1000;
}
.preview-image{
  /*width: 27%;
  height: 54%;*/
}

.close:hover,
.close:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}
input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus, input, .btn, button{
  outline: none !important;
}
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 50%;
  }
}
.remove-document {
  color: red;
}
.remove-document:hover,
.remove-document:focus {
  text-decoration: none;
  cursor: pointer;
}
.save-cancel-btn {
  margin-bottom: 18px;
}
.comment-margin{
  /*margin-left: 18px;*/
}
.px-0{
  padding: 7px 9px !important;
}
.comment-container {
  /*width: 60%;*/
  /*border: 2px solid #aca8a8;*/
  /*background-color: #f1f1f1;*/
  /*border-radius: 5px;*/
  padding: 3px;
  margin: 10px 0;
}
.darker {
  border-color: #aca8a8;
  background-color: #857e7e12;
}
.align-item-center{
  display: flex;
  align-items: center;
}
.time-left-color {
  color: #999;
}
.vertical-bar-padding{
  padding: 0px 4px 0px 4px;
} 
.w-600{
  font-weight: 600;
}
.font-18{
  font-size: 18px;
}
.font-16{
  font-size: 16px;
}
.pt-3{
  padding-top: 3rem;
}
.mb-1{
  margin-bottom: 1rem;
}
.ml-1{
  margin-left: 1rem;
}

.document_image {
  margin-bottom: 2px;
}
.comment_align {
  margin-left: 19px;
}
.black_comment {
  color: black;
  margin-left: 10px;
}
.img-btn {
  margin-left: 10px;
}
.comment-operation {
  color: #999;
  margin-left: 1px;
}
.comment-action {
  padding-left: 3px;
}
.comment-operation:hover, .img-btn:hover {
  text-decoration: none;
  cursor: pointer;
}
.car-p {
  padding-left: 5px !important;
}
/*toggle btn*/
.switch {
  position: relative;
  display: inline-block;
  width: 49px;
  height: 22px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #151616;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
/*toggle btn close*/

/*loader starts*/
.overlay{
    position: fixed;
    /* display: none; */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 999;
    cursor: wait;
    background-image: url(../../asset/img/loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 200px;
}
/* .loader {
  position: fixed;
    left: 45%;
    z-index: 10;
    margin: 0;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    top: 30%;
    border: 25px solid #f3f3f3;
    border-radius: 50%;
    border-top: 25px solid;
    width: 170px;
    height: 170px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
} */

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/*loader ends*/
.wrap-content{
  word-break: break-word;
}
.logo-background {
  background: #fff;
}
.title-heading, .title-heading:hover {
  color: black;
}
.clickable:hover {
  cursor: pointer;
}
.text-muted-height{
  margin-bottom: 0px;
  height: 40px;
}
.upload-btn-height{
  height: 40px;
}


/********************/
.login-box-msg{
  padding: 0 20px 10px 20px!important;
}
.login-box-img{
  margin-bottom: 5px;
  width:320px; 
  height:100px;
}
@media(max-width: 379px){
  .login-box-img{
  margin-bottom: 5px;
  width:300px; 
  height:90px;
  }
}
@media(max-width: 349px){
  .login-box-img{
  margin-bottom: 5px;
  width:280px; 
  height:80px;
  }
}
@media(max-width: 299px){
  .login-box-img{
  margin-bottom: 5px;
  width:250px; 
  height:65px;
  }
}

.content-wrapper .row {
  margin-right: 0px;
  margin-left: 0px;
}
.setting-btn-margin{
  margin-right: 10px !important;
}

.audit-pt{
  padding-top: 15px !important;
}
.tooltip-padding{
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.tooltip-date{
  padding: 0 !important;
  text-align: left;
  vertical-align: middle !important;
  }
.custom-modal-width {
  width: 55%;
}
/*.comment-margin-top{
      margin-top: -20px;
}*/

/*@media(max-width: 950px){
.atcc-padding-top{
  padding-top: 60px;
  }
}*/
/*@media(max-width: 760px){
.atcc-padding-top{
  padding-top: 80px;
  }
}*/
@media screen and (max-width: 768px){
  .login-box-res-img{
    display: flex;
    justify-content: center;
  }

} 

@media screen and (max-width: 411px){
.inner-margin{
  margin-bottom: 1px!important;
}
.custom-modal-width {
  width: 75%;
}
}
@media screen and (max-width: 414px){
  .custom-modal-width {
    width: 75%;
  }
}
@media screen and (max-width: 383px){
.inner-margin{
  margin-bottom: 1px!important;
}
.custom-modal-width {
  width: 75%;
}
}
@media screen and (max-width: 375px){
.inner-margin-2{
  margin-bottom: 0px!important;
  }
}
@media screen and (max-width: 360px){
.inner-margin-2{
  margin-bottom: 0px!important;
  }
} 
@media screen and (max-width: 349px){
.inner-margin-2{
  margin-bottom: 1px!important;
}

} 
@media screen and (max-width: 326px){
.inner-margin-3{
  margin-bottom: 1px!important;
}
}

@media screen and (max-width: 326px){
  .multiple-form-btn{
  margin-left: 3px !important;
  }
}

@media(max-width: 320px){
  .col-xs-6 {
      width: 100%;
  }
  .uplodas-btn{
    opacity: 0;
  }
 } 
 @media(max-width: 327px){
  .uplodas-btn{
    opacity: 0;
  }
}
/*
@media screen and (max-width: 450px){
.{
  margin-bottom: 1px!important;
}*/

@media(max-width: 600px){
  .upload-btn-wrapper{
      width: 100%;
      padding-top: 15px;
  }
}
@media(max-width: 767px){
.input-opecity{
  opacity: 0;
}
.close-preview-image {
  font-size: 44px;
  position: absolute;
  right: 33%;
  top: 12%;
  z-index: 1000;
}
}
@media(max-width: 700px){
  .close-preview-image {
    font-size: 44px;
    position: absolute;
    right: 21%;
    top: 12%;
    z-index: 1000;
  }
}

.user-panel > .image > img { 
  width: 33px;
  height: 33px;
}
