/*================================================================================
	Item Name: Frest HTML Admin Template
	Version: 1.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */



.completed {
	text-decoration: line-through;
}


input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  transform: scale(1.5);
  /*margin-left: 35px;*/
}

/* Might want to wrap a span around your checkbox text */
.checkboxtext
{
  /* Checkbox text */
  font-size: 110%;
  display: inline;
}


#id_agent{
  margin-top: 8px;
  margin-bottom: 0px;
  list-style-type: none;
  margin-left: -35px;
}

.error{
  color:red;
  text-transform: lowercase;
}


#id_tip_contract {
  margin-top:11px;
  padding: 7px;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid #DFE3E7;
  border-radius: 0.267rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
ul#id_tip_contract li {
  display:inline;
  margin-right:33px;
  margin-left:6px;
  font-family: "IBM Plex Sans", Helvetica, Arial, serif;
  font-size: 1rem;
  font-weight: 400;
}

ul#id_tip_contract li label{
  font-family: "IBM Plex Sans", Helvetica, Arial, serif;
  font-size: 1rem;
  font-weight: 400;
  margin-top:7px;
}



.tbl-active-row {
  color: black;
  font-size:1.1em;
  background-color: #ccc;
  font-weight: normal;
}

#ui-datepicker-div{
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    z-index: 9999 !important;
    border:2px solid black;
    box-shadow: 5px 5px #888888;

    -webkit-transform   : translateX(-50%) translateY(-50%) !important;
    -moz-transform      : translateX(-50%) translateY(-50%) !important;
    -ms-transform       : translateX(-50%) translateY(-50%) !important;
    transform           : translateX(-50%) translateY(-50%) !important;
}