.normal_font {
    font-weight:normal !important;
    font-size:8pt;
    text-align:center;
    padding: 3px 12px 3px 12px;
}
.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.di_dev_action_style .select-wrapper{background-color:white !important; }
.di_dev_action_style .select-wrapper span.caret{right:8px !important; }
.diplay_important {display:block !important}
.errorText { color: red; font-size: 15px;}

.dib_service_page a:active {
  background-color:red;  
}
.dib_service_page.ui-helper-reset {line-height: 0.8}
.table-button{line-height:1 !important}
.table-input-width {width:125px}
.cursorType{cursor:pointer}
.positionStyle {position: inherit !important;visibility: inherit !important; }
.listStyleType {list-style-type: none !important}
.specialLabel {
    position:relative !important;top:0px !important;cursor:pointer !important
}

.textGap{margin-left:5px !important;cursor:pointer}

.container_1 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container_1 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: skyblue;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container_1 input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container_1 input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container_1 .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

.dt-select {
    display:block !important;
}

.mb-10, .my-10 {
    margin-bottom: 3.5rem!important;
}
div.chartContainer {
/*  width: 610px;*/
  height: 400px;
  margin: 10px;
  background-color: #2F4A6D;
}

svg {
  width: 100%;
  height: 100%;
}

.bar {
  fill: #80cbc4;
}

text {
  font-size: 12px;
  fill: lightblue;
}

path {
  stroke: gray;
}

line {
  stroke: gray;
}

line#limit {
  stroke: #FED966;
  stroke-width: 3;
  stroke-dasharray: 3 6;
}

.grid path {
  stroke-width: 0;
}

.grid .tick line {
  stroke: #9FAAAE;
  stroke-opacity: 0.3;
}

text.divergence {
  font-size: 14px;
  fill: #2F4A6D;
}

text.value {
  font-size: 16px;
  fill:#fff !important;
}

text.title {
  font-size: 22px;
  font-weight: 600;
}

text.label {
  font-size: 14px;
  font-weight: 400;
}

text.source {
  font-size: 10px;
}
.dib-dashbord-action-div{position:relative;top:-39px}
.red-gradient{background:-webkit-linear-gradient(50deg,red,white)!important;background:-o-linear-gradient(50deg,red,white)!important;background:linear-gradient(40deg,red,white)!important}

.right-border-style{
-webkit-box-shadow: 10px 4px 9px 2px rgba(77,70,77,0.71);
-moz-box-shadow: 10px 4px 9px 2px rgba(77,70,77,0.71);
box-shadow: 10px 4px 9px 2px rgba(77,70,77,0.71);
max-width:31% !important;
/*border-left: 1px solid lightgrey;*/
border-radius:10px;
background-color:#b6f6f9;
    
}
.dib-report-add .md-form{margin-top:8px !important}
.report-add-margin-top { margin-right: 25px;}
.report-add-top-box-style{ margin-right: 25px !important; }
.right-border-style input[type=text]{margin-top:20px!important;}
.right-border-style label{top:1.65rem!important;left:16px!important;}
.right-border-style textarea{margin-top:26px !important}

#db_sme_request_detail_view .ui-tabs .ui-tabs-panel {
 display:flex ;   
}
#db_sme_request_detail_view .row {
    margin:0px !important;
}
.dp_sme_request_list_table_tr {
 border-bottom:none !important;
}

.light-blue-style {background-color: #66b5cc;}


/* ----------------------     NEW STYLE FOR SELECT BOX  ------------------------------   */

 /* ===== Horizontal Rule ===== */
.rule {
  margin: 10px 0;
  border: none;
  height: 1.5px;
  background-image: linear-gradient(left, #f0f0f0, #c9bbae, #f0f0f0);
}

/* ===== Select Box ===== */
.sel {
  font-size: 8px;
  display: inline-block;
  
  width: 350px;
  background-color: transparent;
  position: relative;
  cursor: pointer;
}

.sel::before {
  position: absolute;
  content: '\f063';
  font-family: 'FontAwesome';
  font-size: 2em;
/*  color: #FFF;*/
  right: 20px;
/*  top: calc(50% - 0.5em);*/
}

.sel.active::before {
  transform: rotateX(-180deg);
}

.sel__placeholder {
  display: block;
  font-family: 'Quicksand';
  font-size: 2.3em;
  color: #838e95;
  padding: 0.2em 0.5em;
  text-align: left;
  pointer-events: none;
  user-select: none;
  visibility: visible;
}

.sel.active .sel__placeholder {
  visibility: hidden;
}

.sel__placeholder::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.2em 0.5em;
  content: attr(data-placeholder);
  visibility: hidden;
}

.sel.active .sel__placeholder::before {
  visibility: visible;
}

.sel__box {
  position: relative;
  top: calc(100% + 20px);
  left: -4px;
  display: none;
  list-style-type: none;
  text-align: left;
  font-size: 7px;
  background-color: #FFF;
  width: calc(100% + 8px);
  box-sizing: border-box;
  z-index:999999;
}

.sel.active .sel__box {
  display: block;
  animation: fadeInUp 500ms;
}

.sel__box__options {
  display: list-item;
  font-family: 'Quicksand';
  font-size: 14px;
  color: #838e95;
  padding: 0.5em 1em;
  user-select: none;
}

.sel__box__options::after {
  content: '\f00c';
  font-family: 'FontAwesome';
  font-size: 17px;
  margin-left: 5px;
  display: none;
}

.sel__box__options.selected::after {
  display: inline;
}

.sel__box__options:hover {
  background-color: #ebedef;
}

/* ----- Select Box Black Panther ----- */
.sel {
  border-bottom: 4px solid rgba(0, 0, 0, 0.3);
}

.sel--black-panther {
  z-index: 3;
}

/* ----- Select Box Superman ----- */
.sel--superman {
/*   display: none; */
  z-index: 2;
}

/* ===== Keyframes ===== */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
.disabled {
  pointer-events:none;
 cursor:default;
 background-color:#a5a4a4;
 color:#fff;
    
}




/* ----------------------     END NEW STYLE FOR SELECT BOX  ------------------------------   */

.semi-square {
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   color:#fff !important;
   margin:0px 5px;
}
.blue    { background-color: #66B5CC !important; }
.buttons-excel {
  background-color:#66B5CC;   
  color:#fff !important; 
  padding:4px 10px;
}
div.dt-buttons {
    height:50px !important;
}
.dataTables_length select {
  background-color: #66b5cc; 
  -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   color:#fff !important;
   margin:0px 5px;
}




