﻿@font-face {
    font-family: "Noto Sans Regular";
    font-style: normal;
    font-weight: 400;
    src: local('Noto Sans'), local('Noto Sans'), url("Webfonts/NotoSans/NotoSans-Regular.ttf")
}

body, html {
    font-size: 12px;
    font-family: "NOTO SANS REGULAR", "Noto Sans Regular", Helvetica, "Noto Sans Regular";
    margin: 0px;
    padding: 0px;
    height: 100%;
}

a:link, a:visited{color: #FFFFFF;text-decoration: none;}

a:hover {color: #FFFFFF;text-decoration: none;}

a:active {color: #A8E7FF;text-decoration: none;}

/*
  Set the color of the icon
*/
svg path,
svg rect{
  fill: #FFFFFF;
}

.tabsdiv {background-color: #33557E;  overflow: auto;border-color: #33557E;border-style: solid;border-width: 0px; }

.tabsdivlogs{background-color: #33557E;border-color: #33557E;border-style: solid;border-width: 0px;}

.panel_old {background-color: #33557E;height: 100%;width: 98%;overflow: hidden;border: 1px solid #33557E;-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;min-height: 53px;}

.panelGrid {background-color: #233A56;height: 100%;width: 99%;overflow: hidden;border: 2px ridge #FFFFFF;-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;min-height: 53px;}

.panelGridMerge {background-color: #233A56;width: 99%;overflow: hidden;border: 2px ridge #FFFFFF;-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;min-height: 53px;}

.panelGridScroll {background-color: #233A56;height: 100%;width: 99%;border: 2px ridge #FFFFFF;-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;overflow-y: auto;min-height: 53px;}

.panelScrolly {height: 100%;width: 100%; overflow-y: auto; overflow-x: hidden; position: relative;}

.lblLoginLabel {
    font-family: "Noto Sans Regular";
    font-size: 14px;
    color: #a0e6ff;
    border: none;
}

.panelScroll {height: 85%;
width: 99%;overflow-y: auto;position: relative;
    top: 0px;
    left: 0px;
}
.halfDiv {
  width: Calc(50% - 10px);
  height: 100%;
  min-width: Calc(50% - 10px);
  min-height: 100%;
  max-width: Calc(50% - 10px);
  max-height: 100%;
  position: relative;
  float: left;
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
  background: url("../Core/Images/content/appwindow_midmid.png") no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
    margin-right: 5px;
    margin-left: 5px;
  overflow: auto;
    vertical-align: top;
}
.contentDiv {
  width: 100%;
  height: Calc(100% - 50px);
    font-weight: bolder;
    font-family: "Noto Sans Regular";
    font-size: 14px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
    box-sizing: border-box;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;
}
.panelBorderScroll {height: 100%;width: 99%;border: 2px ridge #FFFFFF;  -webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;overflow-y: auto;overflow-x: no-display;position: relative;}

.panelBorderScrollMerge {height: 100%;width: 99%;border: 2px ridge #FFFFFF;  -webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;overflow-y: auto;overflow-x: no-display;}

.panelBorderScrollUpload {height: 100%;width: 99%;border: 2px ridge #FFFFFF;  -webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;overflow-y: auto;overflow-x: auto;}

.panel {background-color: #052d60;overflow: hidden;background: url(Images/panelback.jpg) repeat-x;border: 0px solid #33557E;-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;}

.panellogin {background-color: #3c5f8c;height: 100%;width: 100%;overflow: hidden;}

.panelgradient{height: 100%;width: 100%;overflow: hidden; background: url(Images/home_btn_bck.png) repeat-x;	border:2px solid #33557E;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;display:inline-block;}

.panelgradient:hover {height: 100%;width: 100%;overflow: hidden;border:2px solid #33557E;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;display:inline-block;background: url(Images/home_btn_bck.png) repeat-x;}

.panelmenuleft {background: url(Images/mnubck.png) repeat;background-color: black;height: 100%;width: 100%;overflow: hidden;border: 0px solid #33557E; -webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;}

.panelmenuright { background-image: url(Images/blueback_1px.png);height: 100%;width: 100%;overflow: hidden;border: 0px solid #33557E;-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;}

.menuselected span{font-family: "Noto Sans Regular";font-size: 10px;font-weight: bold;color: #ffa500;border: none;}

.menuselected {background: url(Images/selection.png) no-repeat;background-position: right;}

.menuselected:hover{font-family: "Noto Sans Regular";font-size: 10px;font-weight: bold;color: #ffa500;border: none;}

.menuselected:hover span{font-family: "Noto Sans Regular";font-size: 10px;font-weight: bold;color: #ffa500;border: none;}

.menu {}

.menu:hover {}

.menu:hover span{font-family: "Noto Sans Regular";font-size: 10px;font-weight: bold;color: #ffa500;border: none;}
	
.roundedcornerext {border-color: #33557E;color: #33557E;border-radius: 6em; }

.liveHeader {background: url(Images/streamheader.png) no-repeat;background-position: left;width: 140px;}

.liveHeaderselectedbackground {background: url(Images/streamheaderselected.png) no-repeat;background-position: left;width: 140px;}

.liveHeader:hover span {font-family: "Noto Sans Regular";font-size: 14px;font-weight: bold;color: #ffa500;border: none; }

.liveHeaderselected {font-family: "Noto Sans Regular";font-size: 14px;font-weight: bold;color: #233A56;border: none;  }

.btnImage {height: 190px;width: 190px;}

.btnImage:hover {height: 230px;width: 230px;}

.homebuttons input {height: 190px;    width: 190px;}

.homebuttons a  {font-family: "Noto Sans Regular";font-size: 20px;font-weight: bold;color: #FFFFFF;padding-top: 20px;}

.homebuttons:hover input {height: 230px;    width: 230px;}

.homebuttons:hover a  {font-family: "Noto Sans Regular";font-size: 20px;font-weight: bold;color: #ffa500;padding-top: 20px; }


.homebuttonsdisable input {height: 190px; width: 190px;}

.homebuttonsdisable a  {font-family: "Noto Sans Regular";font-size: 20px;font-weight: bold;color: #FFFFFF;padding-top: 20px;}

.homebuttonsdisable:hover input {height: 190px; width: 190px;}

.homebuttonsdisable:hover a  {font-family: "Noto Sans Regular";font-size: 20px;font-weight: bold;color: gray;padding-top: 20px; }


.adminhomebuttons input {height: 72px;    width: 60px;}

.adminhomebuttons a  {font-family: "Noto Sans Regular";font-size: 20px;font-weight: bold;color: #FFFFFF;padding-top: 20px;}

.adminhomebuttons:hover input {height: 90px;    width: 75px;}

.adminhomebuttons:hover a  {font-family: "Noto Sans Regular";font-size: 20px;font-weight: bold;color: #ffa500;padding-top: 20px; }

.table {padding-left: 5px;padding-top: 10px;padding-bottom: 20px; }

.textbox {font-family: "Noto Sans Regular";font-size: 12px;color: #000000;resize: none;border: 1px solid #c0c0c0; border-radius: 3px;}

.textboxLogin {
    font-family: "NOTO SANS REGULAR";
    font-size: 16px;
    color: #000000;
    resize: none;
}

.labelheaderbold18 {font-family: "Noto Sans Regular";font-size: 18px;font-weight: bold;color: #A8E7FF;padding-left: 10px;padding-top: 10px;padding-bottom: 10px;  border: none; }

.labelheaderbold20 {font-family: "Noto Sans Regular";font-size: 20px;font-weight: bold;color: #ffa500;padding-left: 20px;padding-top: 2px;padding-bottom: 2px;  border: none; }

.lbllorange12 {font-family: "Noto Sans Regular";font-size: 12px;font-weight: normal;color: #ffa500;border: none;}

.lbllorange14 {font-family: "Noto Sans Regular";font-size: 14px;font-weight: normal;color: #ffa500;border: none;}

.lbllorange12bold {font-family: "Noto Sans Regular";font-size: 12px;font-weight: bold;color: #ffa500;border: none;}

.lbllorange14bold {font-family: "Noto Sans Regular";font-size: 14px;font-weight: bold;color: #ffa500;border: none;}

.lbldarklorange12bold {font-family: "Noto Sans Regular";font-size: 12px;font-weight: bold;color: #FF3300;border: none;}

.lblblue12 {font-family: "Noto Sans Regular";font-size: 12px;font-weight: normal;color: #a0e6ff;}

.lblblue12bold {font-family: "Noto Sans Regular";font-size: 12px;font-weight: bold;color: #a0e6ff;border: none;}

.lblblue16bold {font-family: "Noto Sans Regular";font-size: 16px;font-weight: bold;color: #a0e6ff;border: none;}

.lblblack12 {font-family: "Noto Sans Regular";font-size: 12px;font-weight: normal;color: #000000;}

.lblblack12bold {font-family: "Noto Sans Regular";font-size: 12px;font-weight: bold;color: #000000;border: none;}

.lblwhite12 {font-family: "Noto Sans Regular";font-size: 12px;font-weight: normal;color: #FFFFFF;}

.lblgray12 {font-family: "Noto Sans Regular";font-size: 12px;font-weight: normal;color: #c0c0c0 !important;}

.lblwhite14 {font-family: "Noto Sans Regular";font-size: 14px;font-weight: normal;color: #FFFFFF;}

.lblwhite12Bold {font-family: "Noto Sans Regular";font-size: 12px;font-weight: bold;color: #FFFFFF;/*padding-top: 20px;*/}

.lblwhite14Bold {font-family: "Noto Sans Regular";font-size: 14px;font-weight: bold;color: #FFFFFF;}

.lblwhite14BoldPad {font-family: "Noto Sans Regular";font-size: 14px;font-weight: bold;color: #FFFFFF;padding-top: 15px;display: inline-block;}

.lblwhite16 {font-family: "Noto Sans Regular";font-size: 16px;color: #FFFFFF; border: none;}

.lblwhite16Bold {font-family: "Noto Sans Regular";font-size: 16px;font-weight: bold;color: #FFFFFF; border: none;}

.lblwhite18Bold {font-family: "Noto Sans Regular";font-size: 18px;font-weight: bold;color: #FFFFFF; border: none;}

.lblwhite18Boldpad50 {font-family: "Noto Sans Regular";font-size: 18px;font-weight: bold;color: #FFFFFF;  border: none;padding-left: 80px;}

.lblwhite30Bold {
    font-family: "Noto Sans Regular";
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
    border: none;
}

.lblwhite40Bold {font-family: "Noto Sans Regular";font-size: 40px;font-weight: bold;color: #FFFFFF; border: none;}

.lblmenu {font-family: "Noto Sans Regular";font-size: 10px;font-weight: bold;color: #FFFFFF;}

.lblmenuhover {font-family: "Noto Sans Regular";font-size: 10px;font-weight: bold;color: #ffa500;border: none;}

.hyperlinkwhiteBold {font-family: "Noto Sans Regular";font-size: 12px;font-weight: bold;color: #FFFFFF;padding-top: 20px;}

.hyperlinkhome {font-family: "Noto Sans Regular";font-size: 20px;font-weight: bold;color: #FFFFFF;padding-top: 20px;}

.hyperlinkhome:hover {font-family: "Noto Sans Regular";font-size: 20px;font-weight: bold;color: #ffa500;padding-top: 20px;}

.DDLBold {display: inline-block;    border-left: 1px solid #c0c0c0; border-right: 1px solid #c0c0c0; border-bottom: 1px solid #c0c0c0; /* change color here, modified for a black arrow */ position: relative; top: 3px; left: 7px;border-radius: 3px; }

.DDLBoldNoBorder {display: inline-block;position: relative; top: 0px; left: 3px;border: none; }

.ddlist {display: inline-block; border-left: 1px solid transparent; border-right: 1px solid transparent; border-bottom: 1px solid #c0c0c0; /* change color here, modified for a black arrow */ position: relative; top: 3px; left: 5px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;}

.textSearch {border: none;}



@media only screen and (max-width: 360px) {
    .login-logo img {
        height: 105px;
        width: 315px;
    }

    .login-footer {
        font-size: 12px;
    }

    .login-container {
        width: 80%;
    }

    .login-form-container {
        width:80% !important;
        max-width: 315px !important;
    }

    .login-container .aspbutton {
        background: #052850;
        height: 50px !important;
        font-family: 'Noto Sans Regular', "Noto Sans Regular" !important;
        color: white !important;
        border-radius: 0px !important;
        padding: 5px !important;
        border-top: 8px solid #234678;
        font-size: 20px !important;
        margin: 0 auto;
    }

    .login-container .lblwhite30Bold {
        font-family: "Noto Sans Regular";
        font-size: 25px;
        font-weight: bold;
        color: #FFFFFF;
        border: none;
    }

    .login-container .lblLoginLabel {
        font-family: "Noto Sans Regular";
        font-size: 20px;
        color: #a0e6ff;
        border: none;
    }

    .login-container .textboxLogin {
        font-family: "NOTO SANS REGULAR";
        font-size: 30px;
        color: #000000;
        resize: none;
        height: 30px !important;
    }

    .password-recovery-container .lblwhite14Bold {
        font-family: "Noto Sans Regular";
        font-size: 14px;
        font-weight: bold;
        color: #FFFFFF;
        border: none;
    }

    .password-recovery-container .lblwhite14 {
        font-family: "Noto Sans Regular";
        font-size: 14px;
        font-weight: normal;
        color: #FFFFFF;
    }

    .password-recovery-container .lblwhite12Bold {
        font-family: "Noto Sans Regular";
        font-size: 14px;
        font-weight: bold;
        color: #FFFFFF;
    }

    .password-recovery-container .forgot-password-subcontainer .input-container {
        text-align: center;
    }

    .password-recovery-container .forgot-password-subcontainer .subcontainer-table {
        width: 100%;
        text-align: center;
    }
    .password-recovery-container .forgot-password-subcontainer .subcontainer-table {
        width: 100%;
        text-align: center;
    }

    .password-recovery-container .forgot-password-submit {
        margin-top: 15px;
    }
    .password-recovery-container .forgot-password-textbox {
        margin-top: 5px;
    }
    .header-spacing{
        height:5%;
    }
}

@media only screen and (min-width: 361px ) and (max-width: 767px) {
    .login-logo img {
        height: 105px;
        width: 315px;
    }

    .login-footer {
        font-size: 20px;
    }

    .login-container {
        width: 90%;
    }

    .login-form-container {
        width: 80% !important;
    }

        .login-container .aspbutton {
            background: #052850;
            height: 60px !important;
            width: 150px !important;
            font-family: 'Noto Sans Regular', "Noto Sans Regular" !important;
            color: white !important;
            border-radius: 0px !important;
            padding: 5px !important;
            border-top: 8px solid #234678;
            font-size: 30px !important;
            margin: 0 auto;
        }

        .login-container .lblwhite30Bold {
            font-family: "Noto Sans Regular";
            font-size: 35px;
            font-weight: bold;
            color: #FFFFFF;
            border: none;
        }

        .login-container .lblLoginLabel {
            font-family: "Noto Sans Regular";
            font-size: 30px;
            color: #a0e6ff;
            border: none;
        }

    .login-container .textboxLogin {
        font-family: "NOTO SANS REGULAR";
        font-size: 30px;
        color: #000000;
        resize: none;
        height: 45px !important;
    }

    .password-recovery-container{
        width:80%;
        
    }

    .password-recovery-container .lblwhite14Bold {
        font-family: "Noto Sans Regular";
        font-size: 18px;
        font-weight: bold;
        color: #FFFFFF;
        border: none;
    }

    .password-recovery-container .lblwhite14 {
        font-family: "Noto Sans Regular";
        font-size: 18px;
        font-weight: normal;
        color: #FFFFFF;
    }

    .password-recovery-container .lblwhite12Bold {
        font-family: "Noto Sans Regular";
        font-size: 14px;
        font-weight: bold;
        color: #FFFFFF;
    }

    .password-recovery-container .forgot-password-subcontainer .input-container{
        text-align:center;
    }

    .password-recovery-container .forgot-password-subcontainer .subcontainer-table{
        width:100%;
        text-align:center;
    }

    .password-recovery-container .lblLoginLabel {
        font-family: "Noto Sans Regular";
        font-size: 20px;
        color: #a0e6ff;
        border: none;
    }

    .password-recovery-container .forgot-password-textbox{
        margin-top:15px;
    }

    .password-recovery-container .forgot-password-submit{
        margin-top:30px;
    }
    .header-spacing{
        height:5%;
    }
    .forgot-password-textbox input{
        width:80%;
        min-width:300px;
    }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .login-logo img {
        height: 70px;
        width: 210px;
    }

    .login-subtitle {
        font-size: 30px;
    }

    .login-container {
        width: 450px;
    }

    .login-form-container{
        width:100%;
        
    }

        .login-container .aspbutton {
            background: #052850;
            height: 50px;
            min-width: 48px !important;
            font-family: 'Noto Sans Regular', "Noto Sans Regular" !important;
            color: white !important;
            border-radius: 0px !important;
            padding: 5px !important;
            border-top: 8px solid #234678;
        }

        .login-container .lblwhite30Bold {
            font-family: "Noto Sans Regular";
            font-size: 30px;
            font-weight: bold;
            color: #FFFFFF;
            border: none;
        }

        .login-container .lblLoginLabel {
            font-family: "Noto Sans Regular";
            font-size: 14px;
            color: #a0e6ff;
            border: none;
        }

    .password-recovery-container .forgot-password-subcontainer .input-container {
        display:inline-block;
        width:100%;
        min-width:500px;
    }

    .password-recovery-container .forgot-password-label {
        margin: 0 auto;
        width: 30%;
        float: left;
        margin-top:10px;
    }

    .password-recovery-container .forgot-password-textbox {
        margin: 0 auto;
        width: 40%;
        float: left;
    }

    .password-recovery-container .forgot-password-submit {
        margin: 0 auto;
        width: 30%;
        float: left !important;
    }

    .password-recovery-container .forgot-password-submit input{
        float: left;
        margin-left:15px;
        margin-top:-5px;
    }
}




.watermarked {color: #808080;font-family: "Noto Sans Regular";font-size: 12px;font-weight: normal;background-color: #FFFFFF;border: 1px solid #c0c0c0; border-radius: 1px;resize: none;overflow-y: hidden;text-align: left;}

.AquaStyle .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input{margin: 0; background-color: #FFFFFF;border: 0px none;padding: 3px 3px 3px 8px;font-size: 14px;font-weight: bold;color: #052D60;height: 15px;width: 100%;}
.AquaStyle .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button{background-image: url(Images/downarrow.png);background-position: top center;border: 0px none;height: 20px;width: 20px;padding-right: 10px;border-radius: 3px;}
.AquaStyle .ajax__combobox_itemlist{border-color: #000000;background-color: #FFFFFF;font-size: 14px;font-weight: bold;color: #33557E;padding: 10px 3px 3px 8px;}

.button12 {background-image: url(Images/PaneWithHeader_bck.png);border-radius: 5px;margin-left: 3px;margin-top: 5px;background-color: #003399;font-family: "Noto Sans Regular";font-size: 12px;font-weight: bold;color: #ffffff;  }
.border {-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:.5px solid gray;
    padding:20px;
}

.aspbutton {
    background: #052850;
    height: 50px;
    min-width: 48px !important;
    font-family: 'Noto Sans Regular', "Noto Sans Regular" !important;
    color: white !important;
    border-radius: 0px !important;
    padding: 5px !important;
    border-top: 8px solid #234678;
    
}

.button-top-shade {
    border-top: 8px solid #3c5f8c;
}


.buttoncs {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5a83bd), color-stop(1, #3e4857) );
	background:-moz-linear-gradient( center top, #5a83bd 5%, #3e4857 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5a83bd', endColorstr='#3e4857');
	background-color:#5a83bd;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #ffffff;
	color:#fafafa;
	font-family:"Noto Sans Regular";
	font-size:14px;
	font-weight:bold;
	padding:0px 10px;
	text-decoration:none;
}
.buttonchangepassword
{
	background-color:#5a83bd;
}
.buttoncs:hover
 {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #FF9900), color-stop(1, #FFa500) );
	background:-moz-linear-gradient( center top, #FF9900 5%, #FFa500 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF9900', endColorstr='#FFa500');
	background-color:#FF9900;
	color: #000000;
}


.buttoncsdisable {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3e4857), color-stop(1, #3e4857) );
	background:-moz-linear-gradient( center top, #3e4857 5%, #3e4857 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5a83bd', endColorstr='#3e4857');
	background-color:#3e4857;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #ffffff;
	color:#fafafa;
	font-family:"Noto Sans Regular";
	font-size:14px;
	font-weight:bold;
	padding:0px 10px;
	text-decoration:none;
}


.classname:active {position:relative;top:1px;}

/* This imageless css button was generated by CSSButtonGenerator.com */
		
.scroll-pane{width: 100%;  overflow-y: auto;}

.toplevel {  
  width: 90%;
  float: left;          
  background: transparent;
  padding-left:10px;
  padding-top:8px;
  padding-bottom: 10px;
  cursor: pointer;  
  font-size: 14px;
  font-weight: bold;
  border: ridge 2px #ffffff;
  background-image : url(Images/arrowblright.png);    
  background-position : 100% 8px;
  background-repeat : no-repeat;
  background-position: right;
  background-color: #233A56;
  margin-left: 5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  }
  
  .toplevel:hover {background-color: #FF9900;}
  
  .toplevel:active {background-color: #FF9900; }
  
  .secondlevel {width: 95%;float: left;padding-top:3px;padding-bottom:3px;margin-left:-5px;background: transparent;font-size: 14px;font-weight: bold;}

.toplevelactive 
{    
  width: 90%;
  float: left;          
  background: transparent;
  padding-left:10px;
  padding-top:8px;
  padding-bottom: 10px;
  cursor: pointer;  
  font-size: 14px;
  font-weight: bold;
  border: ridge 2px #ffffff;
  background-image : url(Images/arrowbldown.png);
  background-repeat:no-repeat;
  background-position : 4px 8px;
  background-position: right;
  background-color: #233A56; 
  margin-left: 5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  } 
  
  
  .toplevelopen 
 {    
  width: 90%;
  float: left;          
  background: transparent;
  padding-left:10px;
  padding-top:8px;
  padding-bottom: 10px;
  cursor: pointer;  
  font-size: 14px;
  font-weight: bold;
  border: ridge 2px #ffffff;
  background-image : url(Images/arrowbldown.png);
  background-repeat:no-repeat;
  background-position : 4px 8px;
  background-position: right;
  background-color: #233A56; 
  margin-left: 5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  } 
  
.toplevel input{}  

.secondlevel li {
 font-family: "Noto Sans Regular", "Noto Sans Regular", Helvetica, sans-serif;
 font-size: 12px;
 font-style: normal;
 line-height: 2em;
 font-weight: bold;
 color: #ffffff;
 text-indent: 5px;
 list-style-type: none;
 margin-left: 6%;
 border: ridge 2px #ffffff;
 padding-left:5px;
 padding-top:5px;
 padding-bottom: 5px;
 background-color: #2C486B;
 -webkit-border-radius: 6px;
 -moz-border-radius: 6px;
 border-radius: 6px;
 }
 
 .secondlevel li a {display: block; width: 100%; height: 100%; margin: 0px; }
 
 .secondlevelactive {background-color: #FF9900; }
  
 .secondlevel li:active {background-color: #FF9900; }
 
 .secondlevelactive a {color: #FF9900;}
 
 .secondlevelactive a:hover {color: #FFFFFF;}
  
 .secondlevelactive li {background-color: #FF9900;}
 
 .secondlevel li:hover {background-color: #FF9900;}
 
 .secondlevel li a, input {border: none;}
 
 .mGrid { width: 100%; background-color: #fff; margin: 5px 0px 10px 0px; border: solid 1px #5A83BD; border-collapse:collapse; }
 
 .mGrid td { padding: 2px; border: solid 1px #c1c1c1; color: #717171; }
 
 .mGrid th { padding: 4px 2px; color: #fff; background: #5A83BD url(Images/grd_head.png) repeat-x top; border-left: solid 1px #5A83BD; font-size: 0.9em; }
 
 .mGrid .alt { background: #fcfcfc url(Images/grd_alt.png) repeat-x top; }
 
 .mGrid .pgr { background: #5A83BD url(Images/grd_pgr.png) repeat-x top; }
 
 .mGrid .pgr table { margin: 5px 0px; }
 
 .mGrid .pgr td {border-width: 0px; padding: 0px 6px; border-left: solid 1px #5A83BD; font-weight: bold;font-weight: bold; color: #fff; line-height: 12px; }   
 
 .mGrid .pgr a { color: #666; text-decoration: none; }

 .mGrid .pgr a:hover { color: #000; text-decoration: none; }

 .mDetails { width: 100%; background-color: #fff; margin: 5px 0px 10px 0px; border: solid 1px #5A83BD; border-collapse:collapse; }
 
 .mDetails td { padding: 2px; border: solid 1px #c1c1c1; color: #717171; }
 
 .mDetails th { padding: 2px; border: solid 1px #c1c1c1; color: #717171; }
 
 .mDetails .alt { background: #fcfcfc url(Images/grd_alt.png) repeat-x top; }
 
 .mDetails .pgr { background: #5A83BD url(Images/grd_pgr.png) repeat-x top; }
 
 .mDetails .pgr table { margin: 5px 0px; }
 
 .mDetails .pgr td { border-width: 0px; padding: 0px 6px; border-left: solid 1px #5A83BD; font-weight: bold; font-weight: bold; color: #fff; line-height: 12px; }   
 
 .mDetails .pgr a { color: #666; text-decoration: none; }
 
 .mDetails .pgr a:hover { color: #000; text-decoration: none; }

 .pager span { color:#FFFFFF; font-weight:bold;padding-left: 5px;padding-right: 5px;padding-top: 5px; padding-bottom: 5px; border: 1px solid white} 

 .pager a{ font-weight:bold;padding-left: 5px;padding-right: 5px;padding-top: 5px; padding-bottom: 5px;} 

 .txtWaterMark {color:#808080;font-family: "Noto Sans Regular";font-size: 12px;font-weight: normal;}

 /*Progress Bar*/ 
 .ModalBackGround{-moz-opacity: 0.7;-khtml-opacity: 0.7;position: relative;top: 0;bottom: 0;left: 0;right: 0;overflow: hidden;padding: 0;margin: 0;background-color: #000;filter: alpha(opacity=70);opacity: 0.7;z-index: 9999;}
		
 .ModalPopup{top: 20%;background-color: #00467F;border-width: 2px;border-style: solid;border-color: #A9A9A9;padding: 40px;margin: 20px;width: 400px;z-index: 9999;-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;}
		
 * focus, object, player, embed, div, input, a { outline: none;border: none; ie-dummy: expression(this.hideFocus=true);}
		
 .tblNoDisplay{ display: none;}
		
 .tblDisplay{ display: block;}
		 
 .LoadDelayStyle{-moz-opacity: 0.5;-khtml-opacity: 0.5;position: fixed;top: 0px;bottom: 0px;left: 0px;right: 0px;overflow: hidden;padding: 0px;margin: 0px;background-color: #153E7E;filter: alpha(opacity=70);opacity: 0.7;z-index: 9999;text-align: center; vertical-align: middle;color: #ffffff; font-size: 12px; font-weight: bold;height: 100%;font-family: "Noto Sans Regular";}
		
		
.CalendarStyle .ajax__calendar_container{border: solid 1px #0171BA; background-color: white; color: #00467F;}
.CalendarStyle .ajax__calendar_body tr td{padding: 0px;margin: 0px;}
.CalendarStyle .ajax__calendar_active .ajax__calendar_day{border-color: #A1BC00; font-weight: bold; font-size: 100%; color: #FA8072;}
.CalendarStyle .ajax__calendar_hover .ajax__calendar_day{background-color: #E1EEFA; font-weight: bold;}
.CalendarStyle .ajax__calendar_today{font-weight: bold;border: 1px solid mediumturquoise;background-color: #E1EEFA; }
.CalendarStyle .ajax__calendar_dayname{font-weight: normal; }
.CalendarStyle .ajax__calendar_other .ajax__calendar_day{color: #FFFFFF; } 
.CalendarStyle  td{border-style:solid; border-width:1px; border-color:lightskyblue; background-color:lightblue;}
.CalendarStyle .ajax__calendar_body td{border-style:solid; border-width:1px; border-color:lightskyblue; background-color:lightblue;}

/*AutoComplete flyout */
 .AutoExtender{font-family: "Noto Sans Regular";font-size: 12px;font-weight: normal;border: solid 1px #006699;line-height: 20px; padding: 10px;background-color: White;margin-left:5px;text-align:left;}
 .AutoExtenderList{border-bottom: dotted 1px #006699;cursor: pointer;color: #006699;text-align:left;}
 .AutoExtenderHighlight{color: White;background-color: #006699;cursor: pointer;}
		
 #divwidth{width: 20% !important;}
 #divwidth div{width: 100% !important;}
 #divwidth1{width: 20% !important;}
 #divwidth1 div{ width: 100% !important;}
 #divwidth2{width: 20% !important;}
 #divwidth2 div{width: 100% !important;}      
#divwidthAutoCompleteFN{width: auto !important;}
#divwidthAutoCompleteLN{width: auto !important;}
#divwidthAutoCompleteSurgeon{width: auto !important;}
#divwidthAutoCompleteProcedure{width: auto !important;}
#divwidthAutoCompletePatientID{width: auto !important;}
#divwidthAutoCompleteProcedureID{width: auto !important;}
#divwidthAutoCompleteAccessionNumber{width: auto !important;}
#divwidthAutoCompleteDOB{width: auto !important;}
#divwidthAutoCompleteDOT{width: auto !important;}
#divwidthAutoCompleteGender{width: auto !important;}
#divwidthAutoCompleteNotes{width: auto !important;}

 
	   
 select:focus{width: auto;position: relative;}

 .list{font-family: "Noto Sans Regular";font-size: 12px;font-weight: normal;}
	
.dropdowncheckboxselect{display: block;position: relative;}
.dropdowncheckboxselect1{display: block;position: relative;z-index: 2;}

.thumbplay{position:relative}
.thumbplay span{width: 23px;height: 23px;display: block;position: absolute;top: 28%;left: 40%;background: url(Images/thumbplay.png) no-repeat;cursor: pointer; border: none}
.thumbplay:hover span{display: none}

.thumbview{position:relative}
.thumbview span{width: 23px;height: 23px;display: block;position: absolute;top: 28%;left: 40%;background: url(Images/thumbview.png) no-repeat;cursor: pointer; border: none}
.thumbview:hover span{ display: none }

/*
span.link {position: relative;}
span.link img span {display: none;}
span.link img:hover {font-size: 99%;font-color: #000000;}
span.link img:hover span { display: block; position: absolute; margin-top: 10px; margin-left: -10px; width: 175px; padding: 5px; z-index: 100; color: #000000; background: #FFFFAA; font: 12px ""Noto Sans Regular"", sans-serif;text-align: left; text-decoration: none;}
*/

   /* .RadAsyncUpload, .RadUpload, .RadUpload_Office2007, .ruCancel
		{
			font-family: "Noto Sans Regular" !important;font-size: 12px !important;font-weight: normal !important;color: transparent !important;float: right !important; 
			visibility: hidden !important;
		}*/

	.RadAsyncUpload, .RadUpload, .RadUpload_Office2007,.ruButton .ruCancel
		{
			font-family: "Noto Sans Regular" !important;font-size: 12px !important;font-weight: normal !important;color: transparent !important;float: right !important; 
		}
	.RadAsyncUpload, .RadUpload, .RadUpload_Office2007, .ruError
		{
			font-family: "Noto Sans Regular" !important;font-size: 12px !important;font-weight: normal !important;color: #FF9900 !important; 
		}

    .RadUpload .ruErrorMessage{margin-left: 80px !important; position:relative !important; white-space:nowrap;}

	.RadAsyncUpload, .RadUpload, .RadUpload_Office2007, .ruRemove
		{
			font-family: "Noto Sans Regular" !important;font-size: 12px !important;font-weight: normal !important;color: #FFFFFF !important;float: right !important;
		}
	 .RadAsyncUpload, .RadUpload, .RadUpload_Office2007, .ruBrowse
		{
			font-family: "Noto Sans Regular" !important;font-size: 12px !important;font-weight: bold !important;float: right !important;height: 22px !important;
		}
	 .ruButton .ruCancel, .RadUpload .ruCancel{display:none !important;}

	 .rsbSCFakeInput{width:100px !important}

	 .RadSearchBox, .RadSearchBox_Office2007{width: 100% !important}
	
    /*Margin for remove button*/
.RadUpload .ruInputs li {
    margin-bottom: 15px !important;
}
		/*For Button Alignment*/
.RadUpload .ruFileWrap {
    /*white-space: pre-wrap !important;*/
    position:relative !important;
    
}

    /*To Display Remove Button in Next line*/
.RadUpload .ruRemove{
    display: block;
    line-height: 20px !important;
    position: absolute !important;
    margin: 0 !important;
}



	 ul{list-style-type: none;padding:0; margin:0;}

	/*.RadImageEditor .rieToolBar {display: none;}*/

	.buttonbookmark{margin-top: 10px}

    .editheader{font-family: "Noto Sans Regular";font-size: 12px;font-weight: bold;color: #ffa500;border: none;}

    .legendstyle{ border: ridge 2px #ffffff; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;}

    .thumbbgmissing {}

    #clipsizemessage, #infoDisplay {
    font-family:"Noto Sans Regular",Helvetica,sans-serif;
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    z-index:9999;
    text-align:center;
    font-weight:bold;
    font-size:16px;
    color:#ffa500;
    padding:10px 0px 10px 0px;
    background-color:#000;
    border:1px #ffa500 solid;
    }

    #clipsizemessage span, #infoDisplay span {
    text-align: center;
    width: 95%;
    float:left;
    }
      

.close-notify {
    white-space: nowrap;
    float:right;
    margin-right:10px;
    color:#ffa500;
    z-index:999999;
    text-decoration:none;
    border:2px #ffa500 solid;
    padding-left:3px;
    padding-right:3px
}

.close-notify a {
    color: #ffa500; 
}


.systemcheckheader{background: url(Images/home_btn_bck.png) repeat-x;	border:2px solid #33557E;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;}

.systemcheck{background-color: #233A56;overflow: hidden;border: 1px solid #999;-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;min-height: 50px;}
.prediv{
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
    background-color: #233A56;
    /*background:url("..\Core\Images\appwindow_midmid.pngImages") no-repeat;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    margin-right: 5px;
    margin-left: 5px;
    overflow:auto;
    vertical-align: middle;
    height: 100%;
}
.comparemediadiv{
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
    background-color: black;
    /*background:url("..\Core\Images\appwindow_midmid.pngImages") no-repeat;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    margin-right: 5px;
    margin-left: 5px;
    overflow:auto;
    vertical-align:middle;
    height: 100%;
}

.home-container{
    padding:0px;
    width:100%;
    min-height:600px;
    display:block;
    vertical-align:middle;
}

.home-full-row{
    font-size: 0px;
    word-spacing: -1;
    display:block;
    width:100%;
    min-height:300px; 
    padding:2%;   
}

.home-half-row{
    font-size: 0px;
    word-spacing: -1;
    display:inline-block;
    width:45%;
    margin:0%;
    min-height:300px;
    padding:2%;
    position: relative;
    transform: translateY(40%);      
}

.home-third-row{
    font-size: 0px;
    word-spacing: -1;
    display:inline-block;
    width:28%;
    margin:0%;
    min-height:300px;
    padding:2%;
    position: relative;
    transform: translateY(40%);
}

.home-four-row{
    font-size: 0px;
    word-spacing: -1;
    display:inline-block;
    width:45%;
    margin:0%;
    min-height:300px;
    padding:2%;     
}


/*Toast Themese and styles*/
md-toast.md-success-toast-theme .md-toast-content {
  background-color: #FFA500;
  font-weight: bold;
}

md-toast.md-error-toast-theme .md-toast-content {
  background-color: maroon;
  font-weight: bold;
}
.md-toast {
    z-index: 10000;
}
#toaster {
    position: absolute;
    top: 56px;
    height: 48px;
    left: 0;
    width: 100%;
    z-index: 10000;
}

.loader{
  margin: 0 0 2em;
  height: 100px;
  width: 20%;
  text-align: center;
  padding: 1em;
  margin: 0 auto 1em;
  display: inline-block;
  vertical-align: top;
}

