/* here you can put your own css to customize and override the theme */

/***
Rounded Portlets
***/
/*
.portlet {
	border-radius: 4px !important;
}

.portlet .portlet-title {
	border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
	border-radius: 0px 0px 4px 4px !important;
}
*/

.workcoverHide {
    display:none;
}

.btnHelp
{
    margin-top: -10px;
    padding:2px 5px;
}

.input-small {
  width:190px !important;
}

.pad {
     border: solid 1px #808080;
}

.input-icon.right i.fa-warning {
   color:#f3565d;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.iconRed {
color: #f3565d;
margin-left:15px;
display:inline;
}

.tblWaiver td {
padding:5px !important;
}
