﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #b6b7bc;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6,h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3 {
	font-size:25px;
	line-height:25px;
	font-weight:500;
	padding-bottom:20px;
	color:#000000;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}
h6
{
	background-color: Gray;
	font-size:25px;
	line-height:25px;
	font-weight:500;
	padding-bottom:5px;
	padding-left:10px;
	color: Blue;
	float:left;
    
}


/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    
    background-color: #fff;
    border: 1px solid #496077;
    width: 99.7%;
    height: inherit;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
}

.header h1
{
    font-weight: 500;
    margin: 0px;
    color: #f9f9f9;
}

.main
{
    min-height: 562px;
    margin-top: 10px;
    padding: 5px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
    
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

div.menu  li.parent {
	background-image: url(../images/plus-gray.png);
	background-size: 7px 7px;
	background-repeat: no-repeat;
	background-position: left center;
}

div.menu  li.parent  a {
	padding-left: 14px;
}

div.menu  li  a {
	color: #eee;
	font-size: 14px;
	line-height: 14px;
	padding: 30px 0;
	text-decoration:none;
}

div.menu  li:hover  a,
div.menu  li.current-menu-item  a {
	color: #23dbdb;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    border: 1px solid #a8a8a8;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: small;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}
.title1
{
    display: block;
    float: left;
    text-align: left;
    width: auto;    
}

.title2
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    color: White;
    float : right;
}

.loginDisplay
{
    display: block;
    float: left;
    text-align: left;
    width: auto;    
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}
.right-panel{
	float:right;
	overflow:hidden;
	width:600px;
	background: #fff none repeat scroll 0 0;
    -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	margin-bottom:50px;
}

.loginHeader {
    font-size: 10pt;
    font-weight: bold;
    color: #005800;
    background-color: #cdeeb0;
    padding: 3px;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    width : 100%;
    
}
.loginInner {
    font-size: 9pt;
    font-weight: bold;
    color: #0054b3;
    padding: 5px;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    width : 100%;
}
.loginbuttonmain {
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px;
    background-color: #256B8E;
    border: 1px solid #256B8E;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    padding: 3px 12px 3px 12px;
    text-decoration: none;
    text-align: center;
    font-weight: normal;
}

table[Attributes Style] {
    -webkit-margin-start: auto;
    -webkit-margin-end: auto;
    width: 100%;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-spacing: 0px;
}
user agent stylesheettable {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: grey;
}
element.style {
    border-color: #C8C6B1;
    border-width: 1px;
    border-style: Solid;
    width: 750px;
    text-align: center;
}
.headDiv
{
    border-color:#C8C6B1;
    border-width:1px;
    border-style:Solid;
    max-width:750px;
    width:100%;
    text-align:center;    
}
.WorkOrderDiv
{
    border-color:#C8C6B1;
    border-width:1px;
    border-style:Solid;
    width:100%;
    text-align:center;    
}
.EditGridDiv
{
    border-color:#C8C6B1;
    border-width:1px;
    border-style:Solid;
    width:90%;
    text-align:center;
}

.pageHeader {
    border-style: solid solid solid solid;
    border-width: 1px;
    border-color: #7ED37E;
    font-family: Arial, Helvetica, sans-serif;
    color: #003300;
    font-size: 14px;
    font-weight: bold;
    background-color: #e3f7cd;
    height: 25px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px;
}

.clsRowHeaderElement {
    font-weight: normal;
    font-size: 13px;
    color: #3e3d3c;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    text-decoration: none;
}
.btnRow {
    font-family: Helvetica, Arial, Verdana, sans-serif;
    background-color: #e3f7cd;
    padding: 3px;
    margin-top: 3px;
}
.button {
    border: 1px solid #397D47;
    background-color: #e3f7cd;
    color: #000033;
    font-family: Helvetica, Arial, Verdana, sans-serif;
}
.textBoxStyleSearch {
    color: #333300;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}
.watermarked {
    height: 18px;
    width: 150px;
    padding: 2px;
    border: 1px solid #BEBEBE;
    background-color: #F0F8FF;
    color: gray;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.hiddencol { display: none; }
.font { font-size: 1px; } 
.lebelFont
{
    font-size: 12px;
    font-weight: bold;
} 

.branch
{
    display: block;
    text-align: center;
    width: auto;
    padding-right: 110px;
    
}
.address
{
    font-size: 1.1em;
    display: block;
    text-align: center;
    padding-right: 90px;
    color: White;
}
.LblValue
{
    font-weight: bold;
}


.BannerImg
{
    height:100%; 
    max-width: 900px;
    width : 65%;
    min-height: 400px;
    float : left;
    border: 2px solid #00C13F;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px;
     padding:5px;    
}
.MainImage
{
    width:100%;
}    

img
{
    max-width:100%;
}
.BannerDiv
{
    display: none;
}
.login
{
    width : 30%;
    float:right;
    border: 2px solid #00C13F;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px;
     padding:5px;    
    
        
}
.workOrderMainDiv
{
    border-color:#C8C6B1;border-width:1px;border-style:Solid;width:100%;text-align:center;
}
.workOrderLeftDiv
{
    border-color:#C8C6B1;border-width:1px;border-style:Solid;width:55%;text-align:center;min-height: 180px; float:left;    
}
.workOrderRightDiv
{
    border-color:#C8C6B1;border-width:1px;border-style:Solid;min-height:193px;width:44%;text-align:center;float:right;
}
.PatientPrefixDiv
{
    width : 20%;
    float : left;
}
.PatientNameDiv
{
    width : 71%;
    float : left;
}
.AgeDiv
{
    width : 82%;
    float : right;
}
.TimeDiv
{
    float : left;
}
.DateDiv
{
    float:left; width: 63%;    
}
.Doctor
{
    width :  44%;
    float : left;  
}
.RefrDoctor
{
    width :  56%;
    float : right;  
}

.mydatagrid
{
    width : 85%;
}

.ImgEdit
{
    width : 100%;
}

.ImgDelete
{
    width : 100%;
}
.workordergrid
{
     width : 100%;
}


nav{position:relative;width:980px;margin:0 auto;}
#cssmenu,#cssmenu ul,#cssmenu ul li,#cssmenu ul li a,#cssmenu #head-mobile{border:0;list-style:none;line-height:1;display:block;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
#cssmenu:after,#cssmenu > ul:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
#cssmenu #head-mobile{display:none}
#cssmenu{font-family:sans-serif;background:#333}
#cssmenu > ul > li{float:left}
#cssmenu > ul > li > a{padding: 8px;
font-size: 12px;
letter-spacing: 1px;
text-decoration: none;
color: #ddd;
font-weight: 700;}
#cssmenu > ul > li:hover > a,#cssmenu ul li.active a{color:#fff}
#cssmenu > ul > li:hover,#cssmenu ul li.active:hover,#cssmenu ul li.active,#cssmenu ul li.has-sub.active:hover{background:#AEAA9B!important;-webkit-transition:background .3s ease;-ms-transition:background .3s ease;transition:background .3s ease;}
#cssmenu > ul > li.has-sub > a{padding-right:30px}
#cssmenu > ul > li.has-sub > a:after{position:absolute;top:22px;right:11px;width:8px;height:2px;display:block;background:#ddd;content:''}
#cssmenu > ul > li.has-sub > a:before{position:absolute;top:19px;right:14px;display:block;width:2px;height:8px;background:#ddd;content:'';-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}
#cssmenu > ul > li.has-sub:hover > a:before{top:23px;height:0}
#cssmenu ul ul{position:absolute;left:-9999px}
#cssmenu ul ul li{height:0;-webkit-transition:all .25s ease;-ms-transition:all .25s ease;background:#333;transition:all .25s ease}
#cssmenu ul ul li:hover{}
#cssmenu li:hover > ul{left:auto}
#cssmenu li:hover > ul > li{height:35px}
#cssmenu ul ul ul{margin-left:100%;top:0}
#cssmenu ul ul li a{border-bottom:1px solid rgba(150,150,150,0.15);padding:11px 15px;width:170px;font-size:12px;text-decoration:none;color:#ddd;font-weight:400;}
#cssmenu ul ul li:last-child > a,#cssmenu ul ul li.last-item > a{border-bottom:0}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li a:hover{color:#fff}
#cssmenu ul ul li.has-sub > a:after{position:absolute;top:16px;right:11px;width:8px;height:2px;display:block;background:#ddd;content:''}
#cssmenu ul ul li.has-sub > a:before{position:absolute;top:13px;right:14px;display:block;width:2px;height:8px;background:#ddd;content:'';-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}
#cssmenu ul ul > li.has-sub:hover > a:before{top:17px;height:0}
#cssmenu ul ul li.has-sub:hover,#cssmenu ul li.has-sub ul li.has-sub ul li:hover{background:#363636;}
#cssmenu ul ul ul li.active a{border-left:1px solid #333}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active> a{border-top:1px solid #333}

.PrintTable
{
    display : block;   
}
.PrintMobile
{
    display : none;   
}
.PlaceHolder
{
    width : 100%;
}

.LeftDiv
{
    float:left;
}
.RightDiv
{
    float:right;
}

.WorkOrderTestHead
{
    width : 40%;
    float : left;
}

.WorkOrderTestDtls
{
    width : 55%;   
    float : right; 
}


.welcome
{
    padding : 15px;
    /*border : 1px solid black;*/
    display: flex;
}

.welcomeLeft
{
    padding : 5px;
    width : 20%; 
    float: left; 
    padding-left:20px; 
    background-color: rgba(4, 101, 241, 0.16);  
    /*min-height:260px;*/
    margin-right : 2%; 
    border: 1px solid #446ce1;
    border-radius: 20px;
    height: 230px;
}

.welcomeMiddle
{
    background-color: rgba(176, 141, 22, 0.13);  
    padding : 5px;
    width : 35%; 
    border: 1px solid #e1c944;
    border-radius: 20px;
    margin-right : 2%; 
    height: 200px;
}
.welcomeMiddle .headerdiv
{
    text-align: center;
    background-color: #9b8908;
    vertical-align: top;
}

.welcomeMiddle h16
{
    font-size: 1.3em;
    color:  White;
    font-variant: small-caps;
    text-transform: none;
    text-decoration:  underline;
}

.welcomeRight
{
    background-color: rgba(151, 243, 20, 0.14);  
    padding : 5px;
    width : 45%;   
    float: right; 
    border: 1px solid #b1e144;
    border-radius: 20px;
    height: 500px;
}
.welcomeRight .headerdiv
{
    text-align: center;
    background-color: #24992e;
    border-radius: 20px;
}

.welcomeRight h16
{
    font-size: 1.5em;
    color:  White;
    font-variant: small-caps;
    text-transform: none;
    text-decoration:  underline;
}

.Space {
    min-height: 13px;
}

.modalBackground
{
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}

.modalPopup
{
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    
}

.btnPopup
{
    font-family: Helvetica, Arial;
    font-weight:600;
	display: inline-block;
	color: #666;
	background-color: #eee;
	/*text-transform: uppercase;*/
	padding: 3px 0px;
	letter-spacing: 2px;
	font-size: 12px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #00AFEA;
	border-bottom-width: 3px;
	cursor:pointer;
	text-decoration:none;
}
.btnPopup:hover
{
	-moz-box-shadow: 0px 0px 7px 0px #057fd0;
	-webkit-box-shadow: 0px 0px 7px 0px #057fd0;
	box-shadow: 0px 0px 7px 0px #057fd0;
	color: #000000;
}
.btnPopup:active {
	background-color: #CCC;
	border-color: rgba(0,0,0,0.9);
}
.LblCls 
{
    font-size: 12px;
    color: #3e3d3c;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, 'Open Sans' , sans-serif;
    text-decoration: none;
    font-weight: 500;

}
.MainContain
{
    width:100%;

}
.DivContain
{
    width:40%; 
    float: left;
}
DivContain3
{
    width:36%; 
    float: left; 
}
DivContain4
{
    width:36%; 
    float: left; 
}
.DivContainRight
{
    width:50%; 
    float: left;
}
.DivMiddle
{
    width:50%; 
    float: left;
}
.DivMiddle1
{
    width:32%; 
    float: left;
    min-height: 100px;
}
.DivMiddle2
{
    width:30%; 
    float: left;
    min-height: 100px;
}
.DivMiddle3
{
    width:37%; 
    float: left;
    min-height: 100px;
}
.DivMiddleA
{
    width:14.5%; 
    float: left;
    min-height: 100px;
}
.DivMiddleB
{
    width:22.5%; 
    float: left;
    min-height: 100px;
}
.DivClear
{
    height:100%;
}
.DivTab
{
    width:100%;
    float:left;
}

/* Style the tab */
tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 4px;
	background: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #397D47;
        border-bottom-width: 1px;
    background: #e3f7cd;
    font-weight: normal;
    color: #ffffff;
}

.btn4 {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 4px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.btn4:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

.btn {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 4px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.btn:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

/* AUTO COMPLETE*/
        .completionList {
        border:solid 1px Gray;
        margin:0px;
        font-size:12px;
        padding:0px;
        height: 120px;
        overflow:auto;
        background-color: #FFFFFF;     
        } 
        .listItem {
        color: #191919;
        } 
        .itemHighlighted {
        background-color: #ADD6FF;       
        }
        
        .AutoComplete_List{background-color: #FFF; margin: 0px!important; border: 1px solid #999; cursor: pointer; overflow: auto; text-align: left; list-style-type: none; max-height: 200px;}
        .AutoComplete_ListItem{color: #666; padding: 1px; border-bottom: 1px solid #ddd}
        .AutoComplete_ListItemHilite{color: #000; padding: 1px; border-bottom: 1px solid #ddd;}
      /*  .AutoComplete_ListItemHiliteText{background-color: #7AC142; color: #FFF;}*/
        
        .AutoComplete_ListItemHiliteText
        {
        color: #ce0000;  font-weight:bold;
        }
        


        .modal-open {
	overflow: hidden
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none
}

.modal.fade .modal-dialog {
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	-webkit-transform: translate(0, -50px);
	transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {
	.modal.fade .modal-dialog {
		transition: none
	}
}

.modal.show .modal-dialog {
	-webkit-transform: none;
	transform: none
}

.modal.modal-static .modal-dialog {
	-webkit-transform: scale(1.02);
	transform: scale(1.02)
}

.modal-dialog-scrollable {
	display: -ms-flexbox;
	display: flex;
	max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
	max-height: calc(100vh - 1rem);
	overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
	overflow-y: auto
}

.modal-dialog-centered {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
	display: block;
	height: calc(100vh - 1rem);
	content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
	max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
	content: none
}

.modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem;
	box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .5);
	outline: 0
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000
}

.modal-backdrop.fade {
	opacity: 0
}

.modal-backdrop.show {
	opacity: .5
}

.modal-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-left: 0.50rem;
        padding-right: 0.50rem;
	border-bottom: 1px solid #e9ecef;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px);
    background-color: #ffffff;
    color: #fff
}

.modal-header .close,
.modal-header .mailbox-attachment-close {
	/*padding: 1rem;
	margin: -1rem -1rem -1rem auto*/
    margin: 0;
    padding: 6px;
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5
}

.modal-body {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 0.2rem
}

.modal-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	/*padding: .75rem;*/
	border-top: 1px solid #e9ecef;
	border-bottom-right-radius: calc(.3rem - 1px);
	border-bottom-left-radius: calc(.3rem - 1px);
    background-color: #ffffff;
    color: #fff
}

.modal-footer>* {
	margin: .25rem
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media (min-width:576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto
	}
	.modal-dialog-scrollable {
		max-height: calc(100% - 3.5rem)
	}
	.modal-dialog-scrollable .modal-content {
		max-height: calc(100vh - 3.5rem)
	}
	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem)
	}
	.modal-dialog-centered::before {
		height: calc(100vh - 3.5rem)
	}
	.modal-content {
		box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .5)
	}
	.modal-sm {
		max-width: 300px
	}
}

@media (min-width:992px) {
	.modal-lg,
	.modal-xl,
    .modal-ml,
    .modal-sl {
		max-width: 800px
	}
}

@media (min-width:1200px) {
	.modal-xl {
		max-width: 98%
	}
}

@media (min-width:1200px) {
	.modal-ml {
		max-width: 80%
	}
}
@media (min-width:1200px) {
	.modal-sl {
		max-width: 70%
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	margin: 0;
	font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .875rem;
	word-wrap: break-word;
	opacity: 0
}

.tooltip.show {
	opacity: .9
}

.tooltip .arrow {
	position: absolute;
	display: block;
	width: .8rem;
	height: .4rem
}

.tooltip .arrow::before {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid
}

.close, .mailbox-attachment-close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}