.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;
    }
}

/* SURVEY */

#loader{
    position : absolute;
    left : 45%;
    top : 45%;
    font-size: 30px
}
.container-suvey {
    display : none;
}
.survey-bannier{
    border-radius: 20px;
    margin-bottom : 20px;
    margin-top : 8px;
    width : 100%;
}

.container-suvey{
    max-width : 700px;
}

.survey-div {
    padding-left: 5px
}

.div-table{
    display : table;
}

.div-cell {
    display : table-cell;
    text-align : center;
    width : 15%;
    padding-top : 10px;
    padding-bottom : 10px;
    border-bottom : solid white 4px;
}
.div-cell:first-child {
    width : 30%;
    text-align : right;
    padding-right : 10px;
}

.div-row {
    background-color: #f5f5f5;
    display : table-row;
}
 .div-row:first-child {
    background-color: white;
    display : table-row;
}

.dataTables_wrapper  .row {
  margin : unset;
}

@media print {
  .iradio_square, 
  .iradio_square-blue { background: url("../bower_components/admin-lte/plugins/iCheck/skins/square/blue.png") !important;      background-position: -120px 0 !important; }
  .iradio_square-blue.checked {
    background-position: -168px 0 !important;
  }

  .div-row {
     background-color: #f5f5f5 !important;
  }
  .div-row:first-child {
    background-color: white !important;
  }
  .btnPrint {
    display: none;
  }
}
