@charset "UTF-8";
@import "//fonts.googleapis.com/css?family=Lato:400,600";
@import "//fonts.googleapis.com/css?family=Raleway:200,400,500,600,700";
@import "//fonts.googleapis.com/css?family=Roboto+Mono";
@import "//fonts.googleapis.com/css?family=Roboto";


* {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    min-height: 100%;
    width: 100%;
    -webkit-text-size-adjust: none;
    color: #444444;
    font-size: 16px;
    line-height: 26px;
    min-width:320px;
}

body {
}

html {
    background-color:#ffffff;
}

.loading_overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.7);
    z-index: 99999;
}

.loading {
    z-index:999999;
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    border: 6px solid #C6C6C6;
    border-top: 6px solid #225FAC;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.margin_pad {
    max-width: 1260px;
    width: 100%;
    padding: 0 20px 0 20px;
    margin: 20px auto;
}

.grid_full {
    width: 100%;
}

.grid_23rd_left {
    width: 65%;
	margin-right:1%;
}

.grid_13rd_right{
	width:34%;
}
.grid_full_narrow {
    max-width: 680px;
    width: 96%;
    margin: 0 auto;
}

@media all and (min-width: 951px) {
	.grid_23rd_left  {
		float: left;
	}
	.grid_13rd_right  {
		float: right;
	}
}


@media all and (max-width: 950px) {
	.grid_23rd_left, .grid_13rd_right  {
	   clear: both;
	   margin-bottom: 26px;
	   width: 100%;
	}
	.margin_pad {
		padding-left: 2px;
		padding-right: 2px;
	}
}



.background_splash{
	background-image: url(../images/splash_background.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

body, form, form_wide {
    font-family: "Lato", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}

.strong_link{
    font-family: "Lato", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	font-weight: 600;
}

h2, h3, h4, #nav{
	font-family: "raleway", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	font-weight: 600;
}

h1, .bpopup {
	font-family: "Lato", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	/*font-weight: 700;*/
	margin: 0;
}

.input, .select, .birth-year, .birth-month, .birth-day {
    font-family: "Roboto";
}


.label, .label_left, .label_left_small {
    font-weight: 600;
}

.monospace {
	font-family: "Roboto Mono", monospace;
	white-space: pre;
}

textarea{
	white-space: pre-wrap;
}

input[type="button"], input[type="submit"], button, submit {
    font-family: "Lato", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}

label.required:after, .label.required:after, .label_left.required:after {
    content: '*';
    color: red;
    padding-left:2px;
}

input:focus:required:invalid, textarea:focus:required:invalid, select:focus:required:invalid {
    border-bottom-color:#EE6600;
    border-bottom-width: 2px;
}

hr{
	height: 1px;
	border: 0;
	border-top: 1px solid #C6C6C6;
	margin: 20px 0 20px auto;
}

h1{
	color: #EE6600;
    font-size: 30px;
    line-height: 32px;
	padding-bottom: 10px;
}

h2{
	color:#225FAC;
	font-size: 18px;
	line-height: 24px;
	padding-top: 14px;

}

h3{
	color:#225FAC;
    text-transform: uppercase;
	font-size: 18px;
	line-height: 22px;
}

h4{
	color:#444444;
	font-size: 18px;
}

a, a:link, a:visited{
	color:#EE6600;
	text-decoration:none;
}

a:hover, .cms a:hover{
	color: #86C54F;
	text-decoration:none;
}

table.table_small {
    font-size:14px !important;
    line-height:18px;
}
table.table_small th{
    color:#225FAC;
    text-align:left;
    font-size:17px;
}
table.table_small td, table.table_small th{
    padding-right:10px;
    vertical-align:top;
}

table.table_small td:last-child, table.table_small th:last-child{
    padding-right:0px;
}
table.table_border {
    border-width: 1px;
    border-style: solid;
    border-color: #888;
    border-collapse: collapse;
}

table.table_border > thead > tr > th, table.table_border > tbody > tr > th{
    font-size: 16px;
    padding: 0 4px 0 4px;
    border-width: 1px;
    border-style: solid;
    border-color: #888;
    border-collapse: collapse;
}

table.table_border > tbody > tr > td{
    font-size: 14px;
    padding: 0 4px 0 4px;
    border-width: 1px;
    border-style: solid;
    border-color: #888;
    border-collapse: collapse;
}

#patients_table > thead >tr > th, #patients_table > thbody > tr > th,
#patients_table-sticky > thead >tr > th, #patients_table-sticky > thbody > tr > th
{
    font-size: 11px;
}

#patients_table >tbody >tr> td{
    font-size: 12px;
}

/*=====================
    bPopup
======================*/
.bpopup {
    border:1px solid #C6C6C6;
    background-color: #fff;
    border-radius: 2px;
    color: #111;
    display: none;
    min-width: 350px;
    min-height: 150px;
    max-width: 70vw;
    max-height: 80vh;
    padding: 50px 20px 20px 20px;
    font-size: 18px;
    -webkit-overflow-scrolling:touch;
    overflow:auto;
}

.bpopup_large {
    border:1px solid #C6C6C6;
    display: none;
    position: fixed;
    width: calc(100vw - 30px);
    height: calc(100vh - 17px);
    background-color: #fff;
    color: #111;
    padding: 40px 10px 10px 10px;
    font-size: 22px;
    z-index: 9998 !important;
    -webkit-overflow-scrolling:touch;
    max-height: 100vh;
    max-width: 100vw;
    overflow:auto;
}

.bpopup_fullscreen {
    top: 0 !important;
    left: 0 !important;
    border:unset;
    display: none;
    position: fixed !important;
    width: 100vw !important;
    height: 100vh;
    background-color: #fff;
    color: #111;
    font-size: 22px;
    z-index: 9998 !important;
    -webkit-overflow-scrolling:touch;
    max-height: 100vh;
    max-width: 100vw;
    overflow:auto;
}


.bpopup_large .bpopup_content {
    padding-top:15px;
    overflow:auto;
}

.bpopup_fullscreen .bpopup_content {
    padding:10px;
    overflow:auto;
    height:100%
}

.bpopup_fullscreen .bpopup_content, .bpopup_fullscreen iframe {
    position: fixed !important;
    top: 40px;
    height: calc(100vh - 40px);
    width: 100%;
}

.bpopup iframe, .bpopup_large iframe {
    height: calc(100% - 20px);
    width: 100%;
    border: 0;
}

.bpopup-title {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 42px;
    text-align: center;
    color: #ffffff;
    z-index: 9998;
    background-color: #444444;
    border:1px solid #e5e5e5;
    line-height: 40px;
}

.b-close {
    position: absolute;
    display: block;
    width: 36px;
    height: 36px;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index:9998;
}
.b-close:after{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: white;
    font-size: 42px;
    content: '\d7';
}

.bpopup .form {
    width: auto !important;
    min-width: 452px;
    margin-bottom: 0;
    padding: 0;
    font-size: 16px;
    line-height: 24px;
    background-color: transparent;
    border:none;
    moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*=====================
        NAVIGATION CLASSES
======================*/

#toplogo {
    margin-top: 4px;
    position:relative;
    float:left;
    margin-left: 14px;
    padding-bottom: 6px;
    background:url('../images/nav_logo.png') no-repeat left top;
    width:300px;
    height:60px;
}


#nav_bar {
    background: #ffffff;
    border-bottom:3px solid #e5e5e5;
    padding: 0;
    height: 70px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index:100;
    margin: 0;
}
#nav_bar_spacer {
    height: 80px; /*space to takeup because nav_bar is in fixed postion and doesnt push content down*/
}

#nav_container {
    position:relative;
    padding-top: 6px;
    height: 70px;
    z-index: 10;
}

#nav {
    position:relative;
    margin: auto;
    padding: 4px 15px 10px 10px;
    text-transform: uppercase;
    float:right;
}

#nav li {
    display:inline-block;
    margin:6px 12px 2px 2px;
    vertical-align:middle;
}

#nav a, .mobile_link{
        color:#444444;
        text-decoration:none;
        padding-bottom: 4px;
        cursor:pointer;
        font-size: 17px;
        word-spacing: -1px;
}

#nav a:hover, .mobile_link{
        color: #86C54F;
}

#nav .active, #nav a.active, #nav a.active{
        color:#EE6600;
        border-bottom:1px solid #EE6600;
        font-weight: 600;
}

#nav .no_underline a{
        border-bottom:none;
}

#nav a:hover, .dropdown_menu ul li a:hover {
    color: #EE6600;
}



.dropdown_menu_list{
    position:absolute;
    float:left;
    top:50px;
    right:0;
    padding: 0;
    width:160px;
    background:#C6C6C6;
    display:none;
    z-index:101;
    border:2px solid #e5e5e5;
    max-height: calc(100vh - 52px);
    overflow:auto;
}

.dropdown_menu li {
    margin: 0 !important;
    width: 100%;
}
.dropdown_menu li a{
    padding: 4px 8px 4px 10px;
    margin: 0 !important;
    float: none !important;

    background:#225FAC;
    border:1px solid #EEF4FC;
    width: 100%;
    display: block;
}
.dropdown_menu .active {
    border:1px solid #225FAC;
}
.dropdown_menu a:hover {
    color:#ffffff!important;
    background:#C6C6C6!important;
}


.nav_menu_responsive {
    display: none !important;
    overflow: auto;
}

#sub_nav, #sub_nav_inline {
        width:250px;
        padding:0;
        margin:0;
        display: inline;
        float:left;
}

#sub_nav a, #sub_nav_inline a{
    background-color: #EEF4FC;
    color: #225FAC;
    display: block;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 12px;
    padding: 6px 0 6px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
        text-decoration:none;
}

#sub_nav .active, #sub_nav a:hover, #sub_nav_inline .active, #sub_nav_inline a:hover{
        background-color:#86C54F;
        color:#ffffff;
        transition: background-color 0.3s ease-in-out;
        -moz-transition: background-color 0.3s ease-in-out;
        -webkit-transition: background-color 0.3s ease-in-out;
}

.horizontal_sub_nav {
    width: 240px;
    float: none;
    color: #444444;
    cursor: pointer;
    height: 20px;
    display: table-cell;
    padding: 4px 0 4px 4px;
    border-right: none;
    text-decoration: none;
    background-color: #e5e5e5;
    transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -webkit-transition: background-color 0.3s ease-in-out;
}

.horizontal_sub_nav:last-child {
    padding-right: 4px;
}

.horizontal_sub_nav select {
    width: 100%;
    margin: 0;
    vertical-align: bottom;
}

.horizontal_sub_nav label {
    font-weight: 600;
}

/*=====================
        CONTENT CLASSES
======================*/

#wrap{
    visibility:hidden;
    /*position: relative;*/
    min-width: 300px;

}

#content {
    margin-left:auto;
    margin-right:auto;
    width: calc(100% - 40px);
    height: calc(100% - 110px);
}

}

#content p {
    margin:0 0 16px 0;
}


/*=====================
	LAYOUT CLASSES
======================*/
.flex_fill {
    flex-grow: 1;
    flex-shrink: 1;
    overflow:auto;
}

.border {
	border:solid 1px #e5e5e5;
}

.box, .box-blue{
	background: rgba(255,255,255,0.75);
	border:solid 2px #C6C6C6;
    border-radius: 4px;
    overflow-x: auto;
    padding: 20px;
}
.box-blue{
	background: rgba(238,244,252,0.65);
}

.scrollable {
    height: 100vh;
    overflow-x: scroll;
}

.divider {
        border-top:solid 1px #225FAC;
        clear:both;
        margin:10px 0 8px 0;
}
/*=====================
    FONT AWESOME
======================*/

.fa-trash-alt {
    color:#EE6600;;
    font-size:24px;
}

.fa-edit {
    color:#86C54F;;
    font-size:24px;
}

.fa-envelope {
    color:#EE6600;;
    font-size:16px;
}

/*=====================
	INPUT FORM CLASSES
======================*/

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #bbb;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #bbb;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #bbb;
}
:-moz-placeholder { /* Firefox 18- */
  color: #bbb;
}

.form, .form_wide {
    background: rgba(255,255,255,.8);
	margin-bottom: 26px;
	padding:20px 5px 10px 5px;
	width: 500px;
	float:left;
}

.form, .form_wide, .form_shadowbox {
	/* Border style */
	border: 1px solid #225FAC;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.form_wide {
	width: auto;
	float: none;
	padding:10px;
	max-width:1040px;
	margin:auto;
}
.form_footer{
 	margin: 15px 0 0 120px;
	font-size: 15px;
	line-height: 5px;
}

.notification {
	font-size: 16px;
	font-weight: 600;
	width:98%;
	padding: 5px;
	margin-bottom: 12px;
    display: block;
	padding-bottom: 10px;
	border-bottom:solid 1px #EEF4FC;
}

.error{
    color: #EE6600;
    font-weight: 600;
    margin-top: 4px;
    margin-bottom: 4px;
}

.field_small {
    padding-bottom: 4px;
}
.field, .input_spacer {
    font-size: 15px;
    line-height: 20px;
    height: 44px;
}

.field_same_line .field {
    padding-bottom:unset;
}

.field_same_line {
    display:table;
    width: 500px;
    padding-top: 12px;
}
.label {
    color: #888;
    font-size:16px;
    font-weight: bold;
    text-align: left;
    display: table-cell;
}

.field_same_line .label{
    font-size:14px;
    margin: 0 10px;
    text-align: right;
    display: table-cell;
    vertical-align: top;
    padding-right: 4px;
    padding-top: 4px;
}

.label_left, .label_left_small {
    margin-right:10px;
    text-align: right;
    width: 120px;
    font-size: 14px;
    line-height: 18px;
    padding-top: 8px;
    float: left;
}
.label_left_small{
    width: 70px;
    font-size:12px;
}

.checkbox, .radio {
    height: 18px;
    width: 16px;
    margin: 4px 4px 6px 4px;
    vertical-align: middle;
}

.input, .select, .textarea, .birth-year, .birth-month, .birth-day {
    padding: 5px;
    border: 1px solid #dadada;
    color: #333333;
    width: 280px;
    font-size: 16px;
}

.input, .select{
    height: 34px;
}

.birth-year, .birth-month, .birth-day{
    width: 93px;
}

.textarea {
    height: 220px;
    /*overflow-y: auto;*/

}
.textarea_small {
    padding-top: 10px;
    height: 100px;
    /*overflow-y: auto;*/
}
.input_small, .select_small, .textarea_small{
    padding: 1px;
    border: 1px solid #b9bdc1;
    width: 180px;
    font-size: 12px;
}

.input_small{
    height: 20px;
}
input:focus, select:focus, textarea:focus {
    border-bottom-color:#225FAC;
    border-bottom-width: 2px;
}

:required {
    /*border-color: red;*/
}
label.required:after, .label.required:after, .label_left.required:after {
    content: '*';
    color: red;
}

input:focus:required:invalid, textarea:focus:required:invalid, select:focus:required:invalid {
    border-bottom-color:#225FAC;
    border-bottom-width: 2px;
}

input[readonly], textarea[readonly], readonly {
    background-color:#eff5fc;
    color:#191E21;
    border-color:#eff5fc;
}

.button, .button_bottom_right, .button_inactive:hover{
    min-width: 130px;
    height:34px;
    cursor:pointer;
    color: #EEF4FC;
    text-align: center;
    background: #225FAC;

    font-size: 16px;
    padding: 5px 10px 5px 10px;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    margin-left:12px;
    margin-right:12px;
    margin-top:10px;
    margin-bottom:10px;
}

.button:first-child {
    margin-left: 0;
}

.button:last-child {
    margin-right: 0;
}

.button_inactive {
    border: 1px solid #e5e5e5 !important;
    background-color: #eff5fc;
    color: #C6C6C6;
    font-weight: 400 ;
}


.button_bottom_right{
    float:right;
    margin-left:24px;
    margin-right:unset;
}

.button:hover, .button_bottom_right:hover{
    color: #444444;
}
.button_grey {
    background: #e5e5e5;
    color: #191E21;
}

.input_note{
    padding-top: 4px;
    padding-left: 130px;
    width: 400px;
    font-size: 14px;
    line-height: 16px;
}

.autocomplete-suggestions {
    border: 1px solid #999;
    background: #fff;
    cursor: default;
    overflow: auto;
}
.autocomplete-suggestion {
    padding: 10px 5px; font-size: 1.2em;
    white-space: nowrap;
    overflow: hidden;
}
.autocomplete-selected {
    background: #f0f0f0;
}
.autocomplete-suggestions strong {
    font-weight: normal;
    color: #EE6600;
}

.click_filter {
    margin: 0 0 10px;
    overflow: hidden;
}

.click_filter a {
    width: 35px;
    height: 26px;
    float: left;
    color: #C6C6C6;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    display: block;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    text-align: center;
    border-right: none;
    text-decoration: none;
    transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -webkit-transition: background-color 0.3s ease-in-out;
}

.click_filter a:last-child {
    border-right: 1px solid #e5e5e5;
}

.click_filter a:last-child {
    width: 50px;
}

.click_filter a:hover, .click_filter a.active, .click_filter .active {
    background: #EE6600;
    color: #fff;
}
.click_filter a:hover {
    background: #EE6600;
    color: #191E21 !important;
}


.button_small, .button_bottom_right, .pdf-zoomin, .pdf-zoomout, .button_inactive:hover{
    min-width: 100px;
    height:34px;
    cursor:pointer;
    color: #fff;
    text-align: center;
    background: #225FAC;
    font-size: 18px;
    line-height: 32px;
    padding: 0px 10px 5px 10px;

    /* Border style */
    border: 1px solid #cccccc;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;

    /* Box shadow */
    -moz-box-shadow: inset 0 1px 0 0 #aec3e5;
    -webkit-box-shadow: inset 0 1px 0 0 #aec3e5;
    box-shadow: inset 0 1px 0 0 #aec3e5;

    -webkit-appearance: none;
}
.button_small {
    min-width: 100px;
    height:26px;
    font-size: 14px;
    line-height: 23px;
    padding-left: 3px;
    padding-right: 3px;
}
.pdf-zoomin, .pdf-zoomout {
    min-width: 80px;
    height:26px;
    font-size: 14px;
    line-height: 15px;
    padding: 1px 5px 1px 5px ;
}

.pdf-zoomin, .pdf-zoomout {
    min-width: 30px;
    width: 30px;
    height:30px;
    font-size: 24px;
    padding: 0px;
    margin-bottom: 10px;
    color: #fff;
    background: #225FAC;
}

.pdf-toolbar {
	/*height: 50px !important;*/
	padding: 0px !important;
}
.pdf-title {
	/* just hide it */
	display: none !important;
	/*color: #C6C6C6 !important;*/
}


.ecg-review-container {
    height:calc(100vh - 105px);
    padding: 5px;
}

.ecg-review-wrapper {
	padding:0;
	margin-top:6px;
    height: calc(100vh - 153px);
}
.ecg-review-column {
	float:left;
    height: 100%;
	width: 50%;
	margin: auto;
	overflow-y:auto;
}

.ecg-container {
	margin:10px;
	color:#777;
	padding: 0px;
	/*overflow:auto;*/
}


.ecg-pdf {
	margin: 0;
	padding: 0;
/*
background-color:#fcf;
width:100%;height:auto;display:block;
overflow:hidden;
float:left;
*/
}

.pdf-outerdiv {
}

.button_inactive {
    background-color: #CEF1BB;
    color: #C6C6C6;
	font-weight: 400 ;
 }


.button_bottom_right{
	float:right;
	margin:18px 28px 20px auto;
}

.button:hover, .button_small:hover, .button_bottom_right:hover{
	color: #EEF4FC;
}


.fileupload {
    font-size: 13px;
	padding-top: 2px;
	width: 180px;

}


.autocomplete-suggestions {
	border: 1px solid #999;
	background: #fff;
	cursor: default;
	overflow: auto;
}
.autocomplete-suggestion {
	padding: 10px 5px; font-size: 1.2em;
	white-space: nowrap;
	overflow: hidden;
}
.autocomplete-selected {
	background: #f0f0f0;
}
.autocomplete-suggestions strong {
	font-weight: normal;
	color: #EE6600;
}

/*=====================
	FOOTER CLASSES
======================*/

#footer{
	padding:0 0 0 20px ;
	color:#ccc;
	font-size: 12px;
	height: 30px;
	bottom:0;
	position: absolute;
	height:30px;
	z-index:99;
}

#footer-copyright{
	font-size:14px;
	line-height: 16px;
	width: 340px;
	text-align:left;
	float:none;
	vertical-align: baseline;
	padding:10px 0 0 0;
}


/*=====================
	tipso
======================*/
.tipso_style {
    border-bottom: none !important;
}
.tipso_bubble {
    z-index:9999 !important;
}

/*=====================
	MISC CLASSES
======================*/
/* https://css-tricks.com/guide-responsive-friendly-css-columns/ */
.two-column, .two-column_small  {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-width: 400px;
     -moz-column-width: 400px;
          column-width: 400px;
}
.two-column_small {
  -webkit-column-width: 265px;
     -moz-column-width: 265px;
          column-width: 265px;
}

.two-column-responsive {
    /*max-width: 1260px;*/
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.two-column-responsive .left  {
    float: left;
    width: 47%;
    padding-right: 10px;
}
.two-column-responsive .right  {
    float: right;
    width: 47%;
    padding-right: 30px;
}

.clear{
	clear:both;
}

.clearfix:after{
	content:'';
	clear:both;
	display:block;
}

.printonly {
	display:none;
}

::-webkit-scrollbar {
    height: 13px;
    width: 10px;
    background: #e5e5e5}

::-webkit-scrollbar-thumb {
    background: #C6C6C6;
    -webkit-border-radius: 1ex;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

::-webkit-scrollbar-corner {
    background: #225FAC;
}

#dev_warning {
    color:#86C54F;
    background-color:#fff;
    font-weight: 600;
    font-size: 24px;
    position: absolute !important;
    top: 5px;
    left: 2px;
    z-index:999;
}

.select2-container {
    vertical-align: unset !important;
    padding-top: 1px;
}
.select2-container--default .select2-selection--single {
    background-color: #fff !important;
    border: 1px solid #dadada !important;
    border-radius: unset !important;
}

.select2-container .select2-selection--single {
    height: 34px !important;
    font-size: 16px !important;
    line-height: 21px !important;
    padding-top: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 15px !important;
    display: inline-block;
    border: unset !important;
    border-right: 2px solid black !important;
    border-bottom: 2px solid black !important;
    width: 6px !important;
    height: 6px !important;
    transform: rotate(45deg);
}
.select2-search--dropdown .select2-search__field {

}

.dataTables_empty {
    font-size: 30px;
    line-height: 100px;
    color: #225FAC;
}
