 
 

.cobalt
{
	letter-spacing: 10px;
	font-weight: 900;
}
.form {
  
  padding: 15px;
  margin: 0 auto;
	background: #0000004d;
	border-radius: 10px;
}
small {
  display: none;
}
small.errorOnce {
  margin-top: 2px;
}
 
.form-control.error small{
    visibility: visible;
}
.form-control.success input {
    border-color: var(--succes-color);
}

.form-control.error input {
    border-color: var(--error-color);    
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
border-radius: 10px;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-radius: 10px;
}
.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }
.border-top-gray { border-top-color: #adb5bd; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

.lh-condensed { line-height: 1.25; }
ul.ks-cboxtags {
    list-style: none;
    padding: 20px  0;
}
ul.ks-cboxtags li, tr.ks-cboxtags td{
  display: inline;
    margin-right: 5px;
}
ul.ks-cboxtags li label, tr.ks-cboxtags td label{
      display: inline-block;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #5C5C5C;
    border-radius: 10px;
    white-space: normal;
    margin: 3px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
}

ul.ks-cboxtags li label, tr.ks-cboxtags td label  {
    padding: 3px 10px;
    cursor: pointer;
    font-size: 13px;
}

ul.ks-cboxtags li label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "FontAwesome";
    font-weight: 500;
    font-size: 13px;
    padding:3px 10px;
    content: "\f067";
    transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked + label::before {
    content: "\f00c";
    transform: rotate(-360deg);
    transition: transform .3s ease-in-out;
}
ul.ks-cboxtags li input[type="radio"]:checked + label::before {
    content: "\f00c";
    transform: rotate(-360deg);
    transition: transform .3s ease-in-out;
}


ul.ks-cboxtags li input[type="checkbox"]:checked + label, tr.ks-cboxtags td input[type="checkbox"]:checked + label {
    border: 1px solid #007bff;
    background-color: #007bff;
    color: #fff;
    transition: all .2s;
}

ul.ks-cboxtags li input[type="radio"]:checked + label {
    border: 1px solid #007bff;
    background-color:#007bff;
    color: #fff;
    transition: all .2s;
}

ul.ks-cboxtags li input[type="checkbox"], tr.ks-cboxtags td input[type="checkbox"] {
  display: absolute;
}
ul.ks-cboxtags li input[type="radio"] {
  display: absolute;
}
ul.ks-cboxtags li input[type="checkbox"], tr.ks-cboxtags td input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
ul.ks-cboxtags li input[type="radio"] {
  position: absolute;
  opacity: 0;
}
ul.ks-cboxtags li input[type="checkbox"]:focus + label,tr.ks-cboxtags td input[type="checkbox"]:focus + label {
  border: 1px solid #007bff;
}
ul.ks-cboxtags li input[type="radio"]:focus + label, tr.ks-cboxtags td input[type="radio"]:focus + label {
  border: 1px solid #007bff;
}
   .icon img{
						   width:100px;
						  border:1px solid #e9ecef;;
						   border-radius: 10px;  
						       margin-bottom: 10px;
	   transition: .1s all ease-in-out;
					   }
.icon img:hover{
	border:2px solid #12cece;
	transition: .1s all ease-in-out;
	 box-shadow: 2px 3px 5px #ccc;
	
	
}

