/* b
 {
    color:black;
    font-family: arial;
    font-size:16px;
    text-align: center;
 }
th
 {
    color:black;
    font-family: arial;
    font-size:16px;
    text-align: center;
 }
td
 {
    color:black;
    font-family: arial;
    font-size:12px;
    text-align: center;
 }

 .radio_legend {
    color:blue;
    text-align:left;
 } */

 @font-face {
    font-family: 'montserratmedium';
    src: url('../fonts/montserrat-medium-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
 .title_table {
    background: #2d3644;
    padding: 20px 10px;
    color: #fff;
	font-family: 'montserratmedium' !important; 
    margin: 0 0 10px 0 !important;
    font-size: 16px !important;
 }

 .error {
    width:auto;
    height:20px;
    height:auto;
    position: fixed;
    z-index: 1;
    left:50%;
    margin-left:-100px;
    bottom:55%;
    background-color: #383838;
    color: #F0F0F0;
    font-family: Calibri;
    font-size: 20px;
    padding:10px;
    text-align:center;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    -moz-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
}

.input-search {
    width: 205px !important;
}

select::-ms-value {
    background: none; /* remove blue background on ie10/ie11 when selected*/
    color:#000;
}
/* html { overflow-y: hidden; } */

/* 24-02-2020 Audit Search */

.div-background {
   background:#2d3644;
   padding: 20px 15px 20px 0px;
   color: #fff;
   border: none;
}

.search-padding {
   padding-top: 10px;
}

.search-button {
   background: none;
   border: 1px solid #fff;
   color: #fff;
   width: 100%
}

.dataTables_wrapper .dt-buttons {
   /* float:none;  
   text-align:center; */
   /* position:relative; */
   padding-left: 10px;
   float:right;
   color: #264dc0;
 }
 

 /* #dataTables-example_length {
    
 } */
