body, html, table{
	color:#556370 !important;
	border:none !important;
}

.tab-content .dropdown.float-right{
    margin-bottom:-30px;
    z-index:10000000000;
}

.editform .hidden-while-edit{
    display:none !important;
}

input,textarea,.form-control,.selectize-input{
    box-shadow:none !important;
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #d8d5e2;
	border-radius: 4px;
	margin-top:-7px;
}

.select2-container .select2-selection--single{
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 40px;
	padding-top: 5px;
	user-select: none;
	-webkit-user-select: none;
}

.toggle-group label.btn {
    min-width: 22px !important;
    padding-top: 4px !important;
}

.toggle-group span.btn {
    min-width: 25px !important;
}

.createform .hidden-while-create{
    display:none !important;
}

.form-control[readonly] {
background-color: #fff;
border-color: #e7e7ee;
opacity: 1;
}

.finder-widget-panel .form-control {
padding-left: 8px !important;
padding-right: 8px !important;
padding-top: 6px !important;
height: 33px !important;
font-size: 13px !important;
background: #fff;
color: #9292a1 !important;
}

.submodule-nav-buttons{
    display:none;
}

 .tab-pane:nth-last-child(1) .next-submodule-btn{
 	display:none;
 }
 
.searchcontainer-content td{
    white-space:nowrap !important;
}
 
 .tab-pane:first .prev-submodule-btn{
 	display:none;
 }
 
 td input[type=checkbox]{
 	margin-top:5px;
 }
 

 .fa-vaccine{
 	background:url(../img/fa-vaccine.jpg) no-repeat center center #fff;
 }
 
 #main-content{
 	overflow:visible !important;
 }

table{
	width:99.9% !important;
}

.nav-tabs{
	border-bottom:1px solid #ddd;
}

.nav-tabs .nav-link {
background: #ffffff;
color: color(srgb 0.2052 0.2336 0.7663) !important;
border-radius: 0;
/* border: .5px solid #e0e0ef; */
font-size: 1.0rem;
border-bottom: none;
border-radius: 10px 10px 0 0;
padding: 8px 10px;
box-shadow:none !important;
}


.nav-tabs .nav-link.active{
	border-color: #ddd;
	background: #fff !important;
	border-bottom: 2px solid #fff !important;
}

.nav-tabs .nav-item.active .nav-link{
	border-color: #ddd;
	background: #fff !important;
	border-bottom: 2px solid #556370 !important;
}


#report-create-container .btn-submit{
	display:none;	
}

form .help{
	/* font-weight: bold; */
	font-size: .9em;
	margin: 3px 20px 0px 0px;
	color: #aa9dc4;
}

#form-navigator{
	height:auto;
	float:left;
	width:100%;
	text-align:center;
	background:#f1f0f7;
}

.form-navigator-icon{
	background: #a9d6f1;
	width: 30px;
	color: #fff;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	padding-top: 7px;
	/* float: left; */
	/* margin: auto; */
	position: relative;
	display: inline-block;
	margin: 5px;
}

.active.form-navigator-icon{
	background: #595bcf;
	width: 30px;
	color: #fff;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	padding-top: 7px;
	/* float: left; */
	/* margin: auto; */
	position: relative;
	display: inline-block;
	margin: 5px;
}

.row {
	width: 100% !important;
	margin: 0 !important;
}

.field-label {
	font-weight: 500;
	font-size: 0.9em;
	width:100%;
	font-weight:500;
	color:rgb(0,0,0,0.6);
}

a {
    color:#180a5c;
    box-shadow:none !important;
}

.field-data {
	font-size: 1.0em;
	font-weight: 600;
	margin: 0px 0px 30px 0px;
	width:100%;
	color:rgb(0,0,0,0.87);
}

div[pseudo=placeholder]{
	color:#ddd;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #6da3b9!important;
  opacity: 1; /* Firefox */
  font-size:14px;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #6da3b9 !important;
  font-size:14px;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #6da3b9 !important;
  font-size:14px;
}

select, .selectize-input{
	font-size:1.1em !important;
	padding:0.5rem 1rem !important;
}

.nav-tabs>li>a.active, .nav-underline .tab.active .nav-tabs>li>a, .nav-tabs>.active>a, .nav-underline .tab.active .nav-tabs>a>a{
	border-bottom:2px solid #556370 !important;
	background:#fff !important;
}


.form-control{
    background:#fff !important;
}


.detail-view .detail-view-hidden{
	display:none;
}


.selectize-control.multi .selectize-input.has-items{
	height:auto;
	padding-top:6px;
}

.selectize-input{
	height: 40px;
	width:auto;
	border:none !important;
    padding-right: 34px;
    min-width: 101px;
    padding-top: 6px;
    border-radius:5px !important;
}

.selectize-input .item{
	margin-right:10px;
}


.detail-view .selectize-control .selectize-input.disabled{
	padding-left:0;
	border:none;
	color:#556370;
}

.dropdown .dropdown-menu{
	margin-top:0px;
}

.nav-tabs .dropdown-menu{
	max-width:none !important;
}

.dataform .selectize-dropdown, .dataform  .selectize-input, .dataform  .selectize-input input{
	width:100% !important;
}

input[type=select-multiple]{
	max-width:25% !important;
}

.detail-view .selectize-input.disabled, .selectize-input.disabled *{
	font-weight:500;
	color:#556370;
	opacity:1;
}

.detail-view .selectize-control.single .selectize-input:after{
	display:none;
}

.selectize-control.single .selectize-input:after{
	right:8px !important;
}


.pager li>a, .pager li>span{
	padding: 0px 5px;
	margin-top:14px;
	font-size:.9em;
}

.finder-form .nopadding{
	padding-right:3px;
}

.finder-form .selectize-input{
	border-radius:4px;
	background:#fbfbfb;
}

div[data-error] {
    color: red;
    margin-top: 3px;
    font-size: .85rem;
    /* min-height: 12px; */
    /* float: left; */
}

.section.arad-widget-container{
    min-height:314px;
}

.section.arad-widget-container form:not(:nth-child(1)) div>label{
    display:none;
}

.table-bordered td, .table-bordered th{
	border:1px solid #d7dde8 !important;
}

.table-striped tbody tr{
	border:1px solid #5b6696;
}

.odd td{
	background:#eeeff1 !important;
}

.even td{
	background:#f6f7f7 !important;
}

.text-right *{
	text-align:right !important;
}

.singlerow>label{
float:left;
width:25% !important;
margin-top:23px !important;
}
.singlerow>div{
float:right;
width:70%;
margin-top:20px;
}

.singlerow>div.field-label{
float:left;
width:25% !important;
margin-top:23px;
}



form ul{
	list-style:none;
	float:left;
	height:auto !important;
}

 .label.approved{
 	background-color:#60BC97;
 	border-color:#60BC97;
 	text-align:center !important;
 	min-width:85px;
 	border-radius:30px;
 	display:inline-block;
 	color:#fff;
 	font-weight:500;
 }
 
 
 .label.completed{
 	background-color:#60BC97;
 	border-color:#60BC97;
 	text-align:center !important;
 	min-width:85px;
 	border-radius:30px;
 	display:inline-block;
 	color:#fff;
 	font-weight:500;
 }
 
 .label.deployed{
 	background-color:#60BC97;
 	border-color:#60BC97;
 	text-align:center !important;
 	min-width:85px;
 	border-radius:30px;
 	display:inline-block;
 	color:#fff;
 	font-weight:500;
 }
 
 .label.accepted{
 	background-color:#8847d6;
 	border-color:#8847d6;
 	text-align:center !important;
 	min-width:85px;
 	border-radius:30px;
 	display:inline-block;
 	color:#fff;
 	font-weight:500;
 }
 
 .label.review{
 	background-color:#fbf696;
 	border-color:#fbf696;
 	text-align:center !important;
 	min-width:85px;
 	border-radius:30px;
 	display:inline-block;
 	color:#000;
 	font-weight:500;
 }
 
 .label.modification{
 	background-color:#f3fa08;
 	border-color:#f3fa08;
 	text-align:center !important;
 	min-width:85px;
 	border-radius:30px;
 	display:inline-block;
 	color:#000;
 	font-weight:500;
 }
 
 .label.processed, .label.Completed{
 	background-color:#4eb952;
 	border-color:#4eb952;
 	text-align:center !important;
 	min-width:85px;
 	border-radius:30px;
 	display:inline-block;
 	color:#fff;
 	font-weight:500;
 }
 
 .label.developing{
 	background-color:#bbb4d8;
 	border-color:#bbb4d8;
 	text-align:center !important;
 	min-width:85px;
 	border-radius:30px;
 	display:inline-block;
 	color:#fff;
 	font-weight:500;
 }
 
 .label.in.progress, .label.In.Progress{
 	background-color:#bbb4d8;
 	border-color:#bbb4d8;
 	text-align:center !important;
 	min-width:85px;
 	height:14px !important;
 	border-radius:30px;
 	display:inline-block;
 	color:#fff;
 	font-weight:500;
 }
 
 .label.pending{
 	background-color:#F8A55E;
 	border-color:#F8A55E;
 	text-align:center !important;
 	min-width:85px;
 	display:inline-block;
 	border-radius:30px;
 	color:#fff;
 	font-weight:500;
 }
 
 .label.modified{
 	background-color:#F8A55E;
 	border-color:#F8A55E;
 	text-align:center !important;
 	min-width:85px;
 	display:inline-block;
 	border-radius:30px;
 	color:#fff;
 	font-weight:500;
 }
 
 .label.submitted, .label.Open{
 	background-color:#F8A55E;
 	border-color:#F8A55E;
 	text-align:center !important;
 	min-width:85px;
 	display:inline-block;
 	border-radius:30px;
 	color:#fff;
 	font-weight:500;
 }

 .label.rejected{
 	background-color:#f06c65;
 	border-color:#f06c65;
 	text-align:center !important;
 	min-width:85px;
 	display:inline-block;
 	border-radius:30px;
 	color:#fff;
 	font-weight:500;
 }
 
 .label.error{
 	background-color:#ea6c6c;
 	border-color:#ea6c6c;
 	text-align:center !important;
 	min-width:85px;
 	display:inline-block;
 	border-radius:30px;
 	color:#fff;
 	font-weight:500;
 }
 
 .label.returned{
 	background-color:#ea6c6c;
 	border-color:#ea6c6c;
 	text-align:center !important;
 	min-width:85px;
 	display:inline-block;
 	border-radius:30px;
 	color:#fff;
 	font-weight:500;
 }
 
 .label.recalled{
 	background-color:#f74778;
 	border-color:#f74778;
 	text-align:center !important;
 	min-width:85px;
 	display:inline-block;
 	border-radius:30px;
 	color:#fff;
 	font-weight:500;
 }
 
 .label.draft{
 	background-color:#e5e5e5;
 	border-color:#e5e5e5;
 	border-radius:30px;
 	display:inline-block;
 	text-align:center !important;
 	min-width:85px;
 	font-weight:500;
 }
 
 .label.declined{
 	background-color:#f45f5f;
 	border-color:#f45f5f;
 	border-radius:30px;
 	color:#fff;
 	display:inline-block;
 	text-align:center !important;
 	min-width:85px;
 	font-weight:500;
}

.mt-4, .my-4{
	margin-top:10px !important;
}

.button-holder .btn:not(:last-child){
	margin-right:3px;
}

.front-btn{
	display:none !important;
}

form label:first-child{
	margin-top:12px;
}

.btn-primary, .btn-primary.btn-default{
	color: #ffffff;
	background-color: #000000 !important;
	background: #000000 !important;
	border-color: #000000 !important;
	box-shadow: none;
	height: 35px;
	border-radius:4px;
}

.portlet-header{
	width:50%;
}

.zoomable-cell{
	cursor:zoom-in;
}

.error .form-control{
	background:#edfdff !important;
}

.dataform{
    padding:20px;
    border:1px solid #ddd;
}

.dataform .form-control{
margin-top:-7px;
font-size:14px;
border-radius:5px !important;
}

.section.arad-widget-container form:not(:nth-child(1)) .form-control{
    margin-top:0 !important;
    border-top:1px solid #d8d5e2 !important;
}

form ol, form ul, form dl{
	margin-bottom:0rem;
	margin-top:-10px !important;
}

.section.arad-widget-container form:not(:nth-child(1)) ul.form-control{
    margin-top:-3px !important;
}



.btn-success{
	border-radius:4px;
}

.btn-default{
	height:36px;
	padding-top:9px;
	background:transparent;
}



.taglib-page-iterator .lfr-pagination-buttons{
	margin-top:17px;
}

h1,h2,h3{
	color:#333;
}

.form-control.selectize-control {
    line-height:0 !important;
}

.selectize-dropdown-content .option{
    line-height:25px;   
}

.dataform .form-control,.dataform .selectize-input,.dataform .selectize-input.full{
	background:#fff;
	border:1px solid #d8d5e2;
	color:#2592c1;
}

.selectize-dropdown, .selectize-input, .selectize-input input{
	width:100%;
}

.table td, .table th{
	padding:8px !important;
	padding-left:8px !important;
	padding-right:8px !important;
	min-width:11px;
	vertical-align:middle !important;
}

.btn,.btn{
	font-size:13px;
	min-width:35px;
	padding-top:7px;
	font-weight:400;
}

.tab-pane{
	padding:10px !important;
}

.cke {
	visibility: hidden;
}

.portlet-content{
	margin-top:0px;
}

.wrapper .portlet-content {
border-top-width: 10px !important;
border-top-style: solid !important;
border-top-color: #1f5aa3 !important;
background:#fff;
}

form ul li{
	width: auto;
	float: left;
	margin-right: 10px;
	line-height: 16px !important;
	margin-top:6px;
	overflow-y:hidden;
	padding-left:1px;
}

.rating {
    float:right;
}

.rating ul {
	padding-top:3px;
}

.rating li {
    float:right;
    position:relative;
    text-align:center;
    width:20%;
    margin-right:0 !important;
}

.rating li input {
    position:absolute;
    top:0px;
    left:0px;
    opacity:0;
}

.rating li label {
    display:inline-block;
    width:23px;
    height:21px;
    text-align:center;
    float:none;
    color:#FFF;
    background:url(../img/star2.jpg) no-repeat 0px -42px #fff;
    margin-top:2px;
    font-size:0px;
    margin-right:2px;
    line-height:25px;
    overflow:hidden !important;
}
.rating li:hover ~ li label,.rating li:hover label,.rating li.checked label,.rating li.checked ~ li label {
    background:url(../img/star2.jpg) no-repeat 0px -21px #DDB;
    color:#FFF;
}



form>div>div>label,form>div>div>div>div>label {
	font-weight: 400 !important;
    font-size: 0.8rem !important;
    color: #1e323b !important;
    text-overflow: ellipsis;
    white-space: nowrap !important;
    /* width: auto; */
    width: 100%;
    overflow-x: hidden;
    display: inline-block;
    background-color: transparent !important;
    border: 0px solid #bbbbbb !important;
    padding: 0px 10px 5px 0px !important;
    border-radius: 0px !important;
}

h4,h5{
	color:#333 !important;
}

form ul li label{
	padding-left: 10px;
    margin-top: -1px;
    width: auto;
    max-width:98%;
    display: block;
	font-weight:normal;
	color:inherit;
    float: right;
    overflow: auto;
    text-overflow: inherit;
    white-space: pre-wrap;
    
    
}

.required-field > label{
	padding-right: 10px;
    background-image: url(../img/star.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 7px;
    width: auto;
}

.table-condensed{
	width:100%;
}

table.dataTable thead th, table.dataTable thead td{
	border:1px solid #FFFFFF !important;
	color:#556370;
}

.table, td, th{
	color:#556370
}

.table thead tr a, .table thead td a, .table thead th a{
	color:#000000 !important;
	font-weight:300;
}

.table thead tr, .table thead td, .table thead th{
	background: #ffffff !important;
	color:#000000 !important;
	font-weight:400;
	white-space:nowrap !important;
}

.hasDatePicker{
	background:url(../img/calendar-gray-icon.png) no-repeat 99% 2px #fcfcff !important;
}

.minuteInput,.hourInput,.ampmInput,.secondInput{
	border: 1px #2592c1 solid;
	width: auto !important;
	background: none;
	padding-left: 11px;
	float: left;
	padding: 0px 9% !important;
	height: 26px  !important;
	margin-top: -1px !important;
}


.section .dropdown:hover>.dropdown-menu {
  display: block;
}

.section .dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}


.lfr-ddm-field-group{
	margin-bottom:0px;
}

.panel-group{
}

.alert-info, .portlet-msg-help, .portlet-msg-info, .portlet-msg-progress {
	background-color: #fff;
	border-color: #ddd;
	color: #556370;
	text-align:center;
	border-radius:0px !important;
}

.alert.alert-info{
	display:block !important; 
}

.alert.alert-info.hide{
	display:none !important; 
}

.panel-group fieldset .col-md-6{
	float:left;
	background: #ffffff;
	padding: 10px;
	margin-bottom: 10px;
	border:1px solid #ddd;
	height:160px;
}

.message-dialog-body{
	text-align:center;
	padding:20px;
}

.modal-header{
	text-align:center;	
}

.modal-content{
	border:1px solid #556370;
}

.field-label{
	width:100%;
	float:left;
	text-align:left;
}

.field-data{
	margin-top:12px;
	width:100%;
	float:left;
	text-align:left;
}

.aui-search-bar input{
	float:left;
	border-radius:4px;
	height:35px !important;
}

.btn-default{
	border:1px solid #ddd;
	border-radius:4px;
}

.aui-search-bar .form-group-inline{
	max-width: 56%;
    margin-left: 23%;
}

.searchcontainer-content{
	overflow-x:auto;
	-ms-overflow-style: none;  /* IE and Edge */
  	scrollbar-width: none;  /* Firefox */
}

.searchcontainer::-webkit-scrollbar {
  display: none;
}

.nav-tabs+.tab-content .tab-pane{
	border:1px solid #ddd;
	border-top:none;
}

.nopadding {
   padding-left: 0 !important;
}

.col-xs-6.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.dataTables_wrapper .col-sm-12{
	overflow-x:scroll;
}


.locale-actions, .task-content-actions, .task-content-title{
	display:none;
}

.lfr-search-container{
	margin-top: 0px !important;
}

.lfr-search-container th{
	font-weight:normal;
}

.lfr-search-container-wrapper .lfr-icon-menu>.dropdown-toggle{
	color:#556370;
}


.lfr-search-container-wrapper a{
	color:#333 !important;
	font-weight:normal;
}


.print-only{
  	display:none;
}


.drop-zone {
  height: 200px;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 20px;
  cursor: pointer;
  color: #cccccc;
  border: 2px dashed #e2c4c4;
  border-radius: 10px;
}

.drop-zone--over {
  border-style: solid;
}

.drop-zone__input {
  display: none;
}

.drop-zone__thumb {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #cccccc;
  background-size: cover;
  position: relative;
}

.drop-zone__thumb::after {
  content: attr(data-label);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.75);
  font-size: 14px;
  text-align: center;
}

.zeropadding{
padding:0 !important;
border-radius:0px !important;
}


.zeropadding .form-control{
border-radius:0px !important;
}


@media print {
  body * {
    visibility: hidden;
  }
  .section-to-print * {
    visibility: visible !important;
  }
  
  .no-print * {
    visibility: hidden !important;
  }
  
  
  h5{
  	padding-left:10px;
  }
  
  .col-md-8{
  		width:100% !important;
		max-width:100% !important;
  }
  
  .navbar-top, .navbar-top *{
    visibility: visible;    
  }
  
  .navbar-top{
    visibility: visible;    
	position: absolute;
	left: 0;
    top: 0;
  }
  
  .table-last-header,.btn{
  	 display: none;
  }
  
  .section-to-print {
    visibility: visible !important;
    position: absolute;
    left: 0;
    top: 0;
    width:100% !important;    
  }
  
  select.form-control:focus, select.form-control.focus{
      background-image:none !important;
  }
  
  .print-only{
  	display:block;
  }
  
  .sidebar, .history-table{
	  	display:none;
  }
  
  
}