body {
 
     background: #fafafa; 
}




/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
.modal.left .modal-dialog {
	position: fixed;
	margin: auto;
	width: 80%;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content {
	height: 100%;
	overflow-y: auto;
}

.modal.left .modal-body {
	padding: 15px 15px 80px;
}

.modal.left.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
      -o-transition: opacity 0.3s linear, right 0.3s ease-out;
         transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.left.fade.show .modal-dialog {

        right: 0;
		
}

/*Start time line*/
ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 40px 0;
    padding-left: 20px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #22c0e8;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}
/*End time line*/
label > span {
    color:red;
}
/* extra sm*/
.form-control:focus {
    border-color: solid#004b8b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px  rgb(0, 120, 212,0.6);
  }
.col-form-label-smx{
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .705rem;
    line-height: 1.5;
    font-weight: 700;
}
.form-control-smx {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .705rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.form-groupx {
    margin-bottom: 0rem; 
}

.list-header{
    font-weight: 700;
    font-size: 14px;

}
.body-title{
    font-weight: 700;

}
hr.title{
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}
.body-header-button{
    background-color: #fff;
    border: 0;
    color: #000
}
.body-header-button:hover{
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    color: #000
}

.table thead th {
    font-size: 12px;
    border:none;
}
.table tbody th {
    font-size: 12px
}
.table tbody td {
    font-size: 12px
}


form .error {
  color: #ff0000;
}
