.login-page {
	background-image: url('../img/back_login.png');
}

.login-box {
	background-color: #FFF;
	margin-top: 100px;
	padding: 20px;
	border: 1px solid rgba(0,0,0,.125);
    border-radius: .5rem;
}

.login-box .form-control {
  border-radius: .25rem;
}

.login-logo {
	text-align: center;
	margin-bottom: 20px;
}

.header-logo {
  height: auto;
  width: auto;
  padding: 10px 10px;
}

.error-block {
  color: #BC3B31;
}

/***** FORM ******/

input {
    border-radius: 5px;
    border: 1px solid #ccc;
}

.tko-field-big {
  width: 100%;
    height: 50px;
    margin: 5px 0;
    font-size: 2em;
    font-weight: 600;
    padding: 5px;
}

.tko-field-short {
    width: 49%;
    margin: 5px 0;
    font-size: 13px;
    padding: 2px 5px;
}

.tko-field {
  width: 100%;
    margin: 5px 0;
    font-size: 13px;
    padding: 2px 5px;
}

.tko-rounded {
    /*margin: 5px 0;*/
    font-size: 13px;
    padding: 2px 5px;
}

.tko-label {
    font-size: 13px;
}

.tko-table {
  width: 100%;
}

.tko-table td {
  vertical-align: top;
}

.clickable:hover {
    cursor: pointer;
}

/****** add & edit form Container custom *****/

@media (min-width: 1200px) {
  .container-form {
      width: 900px;
  }
}

/****** custom row for create view *****/
.custom-row {
  border-top : solid 1px #f4f4f4;
  padding-top :15px;
}



/******* step view *********/
.fixed-width {
  width : 70px !important;
}

.custom-info-box {
  width :60px;
  height : 60px;
  padding : 7px;
  font-size: 40px;
  line-height: 50px;
}

.sortable-placeholder {
    margin: 5px;
    width : 100%;
    height : 5px;
    border-top : gray dashed 3px;
}

.select-fixed-width {
    width : 270px;
}



.draggable {
    cursor : move;
    text-align: center;
}

.visit-card {
   cursor : pointer;
}

.tko-action {
  margin-bottom: 3px;
}

.inputfile + label {
  background-color: #fff;
  border: 1px dashed #367fa9;
  border-radius: 3px;
  font-size: 1em;
  font-weight: 400;
  padding: 5px;
  display: inline-block;
  cursor: pointer;
  width: 100%
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.notify-cb {
  display : inline-block; 
  margin-right : 10px;
  cursor : pointer;
}

.move-details > p {
  margin-bottom: 0px !important;
}


.custom-transports-icon {
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
    color: #666;
    background: #d2d6de;
    border-radius: 10%;
    text-align: center;
}

/* only for IE */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .select-fixed-width {
        width : 244px;
    }
}