﻿.FormErrorElem {
	background-color: #FFC6C6;
}

.hidden
{
	display: none;
}

.leftHidden
{
	position:absolute;
	left: -9999px;
	top: -9999px;
}

header {
	overflow:auto;
	padding: 0.5em;
}

header .page-title {
	font-size: 14px;
	font-weight: bold;
	line-height: 26px;
	padding-left: 1em;
}

header .header-right {
	padding-right: 3em;
}

.main-content {
	padding: 0.5em 1em;
}

header ul#HeaderMenu {
 
    margin: 0 0 5px;
    padding: 0;
    padding-top:5px;
    text-align: right;
}

    header ul#HeaderMenu li {
        display: inline;
        list-style: none;
        padding: 8px 10px;
    }

        header ul#HeaderMenu li a {
            background: none;
            text-decoration: none;
        }

        header ul#HeaderMenu li a:hover {
            text-decoration: none;
        }



footer {
	overflow: auto;
}

footer #VersionInfo {
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	padding: 0.5em;
}

.float-left {
	float: left;
}
.float-right {
	float: right;
}
.float-clear {
	clear: both;
}

.box-fix {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.strike-through {
	text-decoration: line-through;
}


.loadmask {
	z-index: 100;
	position: absolute;
	top:0;
	left:0;
	-moz-opacity: 0.4;
	opacity: .40;
	filter: alpha(opacity=40);
	background-color: #999;
	width: 100%;
	height: 100%;
	zoom: 1;
}
.loadmask-msg {
	z-index: 20001;
	position: absolute;
	top: 0;
	left: 0;
	border:1px solid #6593cf;
	background: #c3daf9;
	padding:2px;
}
.loadmask-msg div {
	padding:5px 10px 5px 25px;
	background: #fbfbfb url('/images/loadmask.gif') no-repeat 5px 5px;
	line-height: 16px;
	border:1px solid #a3bad9;
	color:#222;
	font:normal 11px tahoma, arial, helvetica, sans-serif;
	cursor:wait;
}
.masked {
	overflow: hidden !important;
}
.masked-relative {
	position: relative !important;
}
.masked-hidden {
	visibility: hidden !important;
}


/*  MT - no idea why this is here, shouldn't be - but will break legacy pages if removed :( - you'll have to override in the page */
input, select, textarea {
	border: 1px solid #a3bad9;
	box-sizing:content-box;
	-ms-box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box; 
}
textarea {
	margin-bottom: 4px;
}

.informationText p {
	padding: 5px;
}

.clickable {
	cursor: pointer;
}

.fbsInfoClickable {
	text-decoration: underline;
	cursor: help;
}

.PrintPrev table tbody th {
    color: #FFFFFF;
    font-family: Verdana;
    font-size: small;
    font-style: normal;
    background: #424242;
}

li[role="tab"] .ui-icon-close {
    float: left;
    margin: 0.4em 0.2em 0px 0px;
    cursor: pointer;
}

.FileListItem {
	line-height: 40px;

}
.FileListItem > a {
	display: inline-block;
	padding: 0px 10px 0px 5px;
}
.FileListItem > a:hover {
	text-decoration: none;
	background-color: #eee;
}
.FileListItem > a > img {
	vertical-align: middle;
}
.FileListItem > a > span {
	display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
    max-width: 400px;
}


.alphaPattern {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGUlEQVQYlWNoamr6j44ZsIGhoHCQOYcihQDECX37NKaczwAAAABJRU5ErkJggg==) repeat;
}



/*
########################################################################################
###########
##### Original Tabs.css 
###########
###########
*/

#tp_navi .icon {
	margin: 3px;
	padding: 7px;
	height: 50px;
	float: left;
	display: block;
	width: 125px;
	text-align: center;
	padding-top: 15px;
}

#tp_navi .icon a {
	display: block;
	width: 150px;
	text-decoration: none;
	color: #000000;
	filter: alpha(opacity=50);
	opacity: 0.6;
}

#tp_navi .icon a:hover {
	color: #FFFFFF;
	display: block;
	filter: alpha(opacity=100);
	opacity: 1;
}

#cpanel .icon {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	background-color: #cccccc;
     /* for non-css3 browsers */
	vertical-align: middle;
    /*Older CSS*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#cccccc');
    /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), color-stop(white), to(#cccccc));
    /* for webkit browsers */
    /*Newer CSS*/
	background: -webkit-linear-gradient(top, #cccccc, white, #cccccc);
    /* for webkit browsers */
	background: -moz-linear-gradient(top, #cccccc, white, #cccccc);
    /* for firefox 3.6+ */
	background: -ms-linear-gradient(top, #cccccc, white, #cccccc);
    /* IE 10 */
	background: -o-linear-gradient(top, #cccccc, white, #cccccc);
    /*Opera*/
	background: linear-gradient(top, #cccccc, white, #cccccc);
	border: solid 1px gray;
	color: #24587A;
	margin: 10px;
	height: 61px;
	width: 95px;
	text-align: center;
	float: left;
	display: block;
	padding: 0px;
}

#cpanel .icon:hover {
	background-color: #EFEFFA;
 /* for non-css3 browsers */
    /*Older CSS*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#EFEFFA');
 /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#EFEFFA), color-stop(0.8, white), to(#EFEFFA));
 /* for webkit browsers */
	text-align: center;
/*Newer CSS*/
	background: -webkit-linear-gradient(top, #EFEFFA, white 80%, #EFEFFA);
 /* for webkit browsers */
	background: -moz-linear-gradient(top, #EFEFFA, white 80%, #EFEFFA);
 /* for firefox 3.6+ */
	background: -ms-linear-gradient(top, #EFEFFA, white 80%, #EFEFFA);
 /* IE 10 */
	background: -o-linear-gradient(top, #EFEFFA, white 80%, #EFEFFA);
 /*Opera*/
	background: linear-gradient(top, #EFEFFA, white 80%, #EFEFFA);
	color: #333;
	border: 1px solid #000;
}

#cpanel2 .icon {
	white-space: normal;
    /* for non-css3 browsers */
	vertical-align: middle;
    /*Older CSS*/
    /*Newer CSS*/
	margin: 10px;
	height: 61px;
	width: 95px;
	text-align: center;
	float: left;
	display: block;
	padding: 0px;
}

#cpanel2 .icon:active {
	margin: 12px 8px 8px 12px;
}

#pfinder {
	text-align: center;
	padding: 60px 0px 60px 0px;
	position: relative;
}

#pfinder .icon {
	margin: 3px;
	background-color: #FBF5F5;
	width: 100px;
	text-align: center;
	/*float: left;*/
}

#pfinder .icon a {
	display: block;
	height: 60px;
	text-decoration: none;
	padding: 15px 5px 5px 5px;
	background-color: #FBF5F5;
	border: 1px solid #DDD;
	cursor: pointer;
}

#pfinder .icon a:hover {
	color: #333;
	background-color: #EFEFFA;
	padding: 17px 4px 3px 6px;
	cursor: pointer;
}

#cpanel .icon2 {
    /*border-radius: 3px;*/
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	vertical-align: middle;
	color: #24587A;
	margin: 10px;
	height: 77px;
	width: 95px;
	text-align: center;
	float: left;
	display: block;
	padding: 0px;
}

	#cpanel .icon2:hover
	{
		background-color: #EFEFFA;
		/* for non-css3 browsers */ /*EFEFFA*/
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EFEFFA', endColorstr='#FFFFFF');
		/* for IE */
		background: -webkit-gradient(linear, left top, left bottom, from(#EFEFFA), color-stop(0.8, white), to(#FFFFFF));
		/* for webkit browsers */
		background: -webkit-linear-gradient(top, #EFEFFA, white 80%, #FFFFFF);
		/* for webkit browsers */
		background: -moz-linear-gradient(top, #EFEFFA, white 80%, #FFFFFF);
		/* for firefox 3.6+ */
		background: -ms-linear-gradient(top, #EFEFFA, white 80%, #FFFFFF);
		/* IE 10 */
		background: -o-linear-gradient(top, #EFEFFA, white 80%, #FFFFFF);
		/*Opera*/
		background: linear-gradient(top, #EFEFFA, white 80%, #FFFFFF);
		color: #333;
	}

/*
###########  END
*/

/*
########################################################################################
###########
##### Original styles.css 
###########
###########
*/


/* RadAjax - load user controls stylesheet */
.panelHead{
	line-height:30px;
	font-weight:bold;	
	font-size:14px;
	color: #000000;
	display: block;
	padding-top:0px;
}
.panelContainer
{
	background: transparent url(../images/PanelContainer.png) no-repeat left bottom;
	width: 355px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #a6a896;
	margin:0 auto;
	height: 186px;
	padding-top:130px;
	font-size:11px;
}

.tabsContainer
{
	width: 355px;
	height: 72px;
	text-align: center;
}

.tabsContainer img
{
	border: 0px;
}

.tabsContainer a
{
	margin-right: 1px;
}

.contentContainer
{
	height: 80px;
	min-height: 80px;
	cursor: default;
}

.panelContent
{
	margin-left: 15px;
	margin-top: 18px;
}

.contentContainer .inputText
{
	width: 154px;
	border: solid 1px #7f9db9;
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #7f9db9;
}

.contentContainer table
{
	color: #7f9db9;
}

.exampleButton
{
	width: 85px;
	height: 22px;
	color: #52534b;
	border: 0px;
	background: transparent url(../Images/buttonBg.gif) no-repeat;
	padding: 0px;
	font-size:11px;
}

/* asp:datagrid related */
.callBackDataGrid
{
	border: 0px;
}
.callBackDataGrid tr
{
	background: transparent url(../Images/DataGridBg.gif) repeat-x;
	line-height: 29px;
}
.deleteButton
{
	width: 13px;
	height: 15px;
	cursor: hand;
	cursor: pointer;
}

.fbs-export-table-button {
    -moz-opacity: 0.2;
    opacity: 0.2;
    position: relative;
    top: -50px;
    right: 10px;
    float: right;
    -moz-transition: opacity .1s ease-in-out;
    -o-transition: opacity .1s ease-in-out;
    -webkit-transition: opacity .1s ease-in-out;
    transition: opacity .1s ease-in-out;
}

.fbs-export-table-button:hover {
    cursor: pointer;
    -moz-opacity: 0.8;
    opacity: 0.8;
}

/*
###########  END
*/

/*
########################################################################################
###########
##### Original style.css 
###########
###########
*/

/* Added style sheet for Red Font July 7, 2009*/
.redText{font-family: Verdana, Arial, Helvetica, sans-serif; 
         font-size: small; font-weight: bold; font-style: normal; 
         color: #CC0000; display:block; padding-left:15px;}
/* Added style sheet for Red Font July 7, 2009*/
.midSection{width:100%; margin:0 auto; padding:10px 0px 10px 0px;}
.tag01{font-family: Verdana; font-size: medium; 
       font-weight: bolder; color: #FFFFFF; 
       background-color:#0066cc;}
html.fbs-obg body, body.fbs-obg {
    padding: 0px;

    font-family: Tahoma,Geneva,Verdana, Arial, Helvetica, sans-serif;	
    
    font-size: 9pt;
	line-height: normal;
}

input, select{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:8pt;}


.bdr{border: 1px solid #CCCCCC; margin:2px;}
.clear{clear:both;}
.left_float{ float:left;}
.right_float{ float:right;}
form{ margin:0px; padding:0px;}
/*p{padding-right: 10px; padding-left: 10px; margin:0px;}*/

#header{ 

height:40px;font-size:8pt;line-height:40px;
padding-right: 5px; padding-left: 5px;}

#header_title 
{
  line-height:40px; 
    font-size: 14px;
    font-weight: bold;
}



#logo_bg{ background-image:url(../images/logo_bg.jpg); height:146px; width:331px;}
#login_box{
    width:450px;
    padding-top: 150px;
    padding-bottom: 20px;
}
#login_inner{
    background-image: url(../images/loginBlockBg.gif);
    background-position: bottom left;
    background-repeat: no-repeat;
}
.login_head{background-image: url(../images/login_head.gif);
    background-repeat: no-repeat; line-height:35px;
    text-align:right;
    padding-right:15px;
    font-weight:bold;
    color:#29135e;
}
.nextBtn{
 background-image:url(../images/nextBtn.gif);
 width: 60px;
 height: 26px;
 color:Black;
}

.midBg{
    background-image:url(../images/Login-Main-image.jpg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
.midBgbedales{
    background-image:url(bedales.jpg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
.midBgST-MARYS{
    background-image:url(log.jpg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
.midBgbir{
    background-image:url(bir.jpg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
.midBgDOLPHINSCHOOL{
    background-image:url(logDolphin.jpg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
.midBgMORETON{
    background-image:url(lacrosse.jpg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
.midBgsd{
    background-image:url(sd.jpg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

.midBgPGS{
    background-image:url(pgs.jpg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
.blankBtn{
 background-image:url(../images/btnBg.gif);
 width: 90px;
 height: 26px;
 text-align:center;
 border:none;
 background-repeat:no-repeat;
 background-color:#E6FFFF;
 color:Black;
  padding: 0px;
}

.blankBtn_Spellcheck{
 background-image:url(../images/btnBg.gif);
 width: 90px;
 height: 26px;
 text-align:center;
 border:none;
 padding-left:5px;
 padding-top:5px;
 background-repeat:no-repeat;
 background-color:#E6FFFF;
 color:Black;
}


.blankBtnBig{
 background-image:url(../images/btnsBig.gif);
 width: 110px;
 height: 26px;
 text-align:center;
 border:none;
 background-repeat:no-repeat;
 background-color:#E6FFFF;
 color:Black;
 padding: 0px;
}
.smallBtnNext{
 background-image:url(../images/btnBg.gif);
 width: 25px;
 height: 26px;
 text-align:center;
 border:none;
 background-repeat:no-repeat;
 background-color:#E6FFFF;
 background-position:right top;
 border-left:#ccc solid 1px;
 color:Black;
 padding:0px
}
.smallBtnBack{
 background-image:url(../images/btnBg.gif);
 width: 25px;
 height: 26px;
 text-align:center;
 background-position:left top;
 border:none;
 background-repeat:no-repeat;
 background-color:#E6FFFF;
 border-right:#ccc solid 1px;
 color:Black;
 padding:0px
}


.login_down{ background-image:url(../images/login_center_bg.gif); background-repeat:repeat-x; 
height:138px; background-color:#FBF4F4;}

#tp_navi{
    padding-top:30px;
    height:40px;  /* 100 */
    float: right;
}

.dot{ 
    float:left; text-align:center;
    padding-top:10px;
    }


#footer a{ color:#CCCCCC; text-decoration:none;}
#footer a:hover{color:#ffffff; text-decoration:underline;}

    .mGrid { width: 100%; background-color: #fff; margin: 5px 0 10px 0; border: solid 1px #CCCCCC; border-collapse:collapse; }
    .mGrid td { padding: 2px; border: solid 1px #c1c1c1; }

    /*.mGrid .alt { background: #fcfcfc url(grd_alt.png) repeat-x top; }*/
    .mGrid .alt { background: #fcfcfc; }
    .mGrid .pgr {background: #424242 url(grd_pgr.png) repeat-x top; }
    .mGrid .pgr table { margin: 5px 0; }
    .mGrid .pgr td { border-width: 0; padding: 0 6px; border-left: solid 1px #666; 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; }
    
    
    .grd_mGrid { width: 100%; background-color: #fff; margin: 5px 0 10px 0; border: solid 1px #CCCCCC; border-collapse:collapse; }
    .grd_mGrid td { padding: 2px; border: solid 1px #c1c1c1; color: #717171; }
    .grd_mGrid th { padding: 4px 2px; color: #000; background: #424242 url(grd_head1.png) repeat-x top; border-left: solid 1px #cccccc; font-size: 0.9em; }
    .grd_mGrid .grd_alt { background: #fcfcfc url(grd_alt1.png) repeat-x top; }
    .grd_mGrid .grd_pgr {background: url(grd_pgr1.png) repeat-x top; }
    .grd_mGrid .grd_pgr table { margin: 5px 0; }
    .grd_mGrid .grd_pgr td { border-width: 0; padding: 0 6px; border-left: 1px #ccc; font-weight: bold; color: #000; line-height: 12px; }   
    .grd_mGrid .grd_pgr a { color: #666; text-decoration: none; }
    .grd_mGrid .grd_pgr a:hover { color: #000; text-decoration: none; }
    
    


iframe.fillBox 
{
    height:100%;
    width:100%;
    border: 0px;
}
.hiddenP
{
    display: none;
}

.loadmask {
    z-index: 100;
    position: absolute;
    top:0;
    left:0;
    -moz-opacity: 0.4;
    opacity: .40;
    filter: alpha(opacity=40);
    background-color: #999;
    width: 100%;
    height: 100%;
    zoom: 1;
}
.loadmask-msg {
    z-index: 20001;
    position: absolute;
    top: 0;
    left: 0;
    border:1px solid #6593cf;
    background: #c3daf9;
    padding:2px;
}
.loadmask-msg div {
    padding:5px 10px 5px 25px;
    background: #fbfbfb url('../images/loadmask.gif') no-repeat 5px 5px;
    line-height: 16px;
    border:1px solid #a3bad9;
    color:#222;
    font:normal 11px tahoma, arial, helvetica, sans-serif;
    cursor:wait;
}
.masked {
    overflow: hidden !important;
}
.masked-relative {
    position: relative !important;
}
.masked-hidden {
    visibility: hidden !important;
}

.GroupBox 
{
    border: 1px solid black;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color:White;
}

.GroupBox .GroupBoxInner
{
    min-height:1em;

}

.GroupBox .GroupBoxLabel
{
    background-color:White;
}

.GroupBox
{
	border-color: #8884B8;
	background-color: #FFFFFF;
}

.GroupBox .GroupBoxLabel
{
    background-color: #FFFFFF;
	color: #8884B8;
}

/*
###########  END
*/

/* Fix close icon in jqueryUI dialog */
/* .ui-dialog .ui-dialog-titlebar-close span {
	top: 0px;
	margin: 0px 0px 0px 0px;
}*/

.ui-no-close .ui-dialog-titlebar-close {
  display: none;
}

/*
    Normalize sets various form controls to inherit color
    from the parent. This is all fine and dandy buy breaks form controls in headers/dialogs
    where the background is a dark colour and the text is white.
    This de-normalizes them to black.
*/
button, input, optgroup, select, .ui-datepicker-title > select, textarea {
  color: #000; 
}

body .ui-widget-overlay {
    opacity: 0.6;
    background-color: #000;
    background-image: none;
}

.ui-dialog-fake-uk
{
	border-radius: 4px !important;
	box-shadow: 0 0 10px rgb(0 0 0 / 30%) !important;/*2px 2px 2px 2px rgba(171,171,171,1) !important;*/
	border: 0px !important;
    position: fixed !important;
}

.fbs-scroll-y {
	overflow-y: auto;
}

.mainContentLoading
{
	-moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.75);
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ui-dialog-fake-uk > .ui-dialog-titlebar.ui-widget-header {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: -3px -3px 0;
	padding:0;
	border-radius: 0 !important;
	background-color: white;
	border-color: white;
    z-index:1;
}

.ui-dialog-fake-uk > .ui-dialog-titlebar > .ui-dialog-title {
	height: 5px;
    width: 100%;
}

/*.ui-dialog-fake-uk .ui-widget-content {
    border: 1px solid white;
}*/

.ui-dialog-fake-uk .ui-dialog-buttonpane .ui-dialog-buttonset button {
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    text-shadow: 0 1px 0 #fff;
    color: #444 !important;
    background: #f5f5f5;
}

.controltext-mouseover {
    background-color:yellow !important;
}
.post-it {
  background-color: #F8F2AB;
  border: 1px solid #999;
  padding: 8px;
  border-radius: 4px;
}

.griditemdanger {
  background-color: #da314b !important;
  color: #fff;
}

.griditemselected {
  background-color: #00a8e6 !important;
  color: #fff;
}

tr.fbs-row-danger {
  background-color: #fff1f0 !important;
}

tr.fbs-row-warning, .griditemwarning {
  background: #fffceb !important;
  color: #e28327;
  border-color: rgba(226,131,39,.3);
}

tr[disabled="true"] {
  color: lightgrey;
}


.uk-nav-dropdown > li.danger > a:hover, .uk-nav-dropdown > li.danger > a:focus {
  background-color: #f0506e;
}

.has-error {
  border-color: #dc8d99 !important;
  background: #fff7f8 !important;
  color: #d85030 !important;
}

.has-error + .select2-container .select2-selection {
  border-color: #dc8d99 !important;
  background: #fff7f8 !important;
  color: #d85030 !important;
}

fbs-html5datepicker.has-error input {
  border-color: #dc8d99 !important;
  background: #fff7f8 !important;
  color: #d85030 !important;
}

.input-disabled {
  background-color: #f6f6f6;
}

.uk-table-fixed {
  table-layout: fixed;
  width: 100%;
}

.uk-table-fixed td span:not(.k-icon, .k-select, .k-dropdown-wrap, .k-dropdown) {
  max-width: 99%;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
  display: block;
}

.downloaderDlg {
  width: 600px;
  z-index: 8888 !important;
}
.downloaderOverlay {
  z-index: 8888 !important;
}

.EmailHelpOverlay {
  z-index: 1002 !important;
}

fbs-kendo-dd {
  display: inline-block;
}

fbs-kendo-dd div.fbsKendoDD {
  position: relative;
  display: inline-block;
  width: 100%;
}

fbs-kendo-dd div.fbsKendoDD i.uk-icon-close {
  position: absolute;
  top: 7px;
  right: 21px;
  cursor: pointer;
}

fbs-kendo-dd div.fbsKendoDD.canClear span.k-dropdown-wrap {
  padding-right: 2.5em;
}

fbs-kendo-dd div.fbsKendoDD .k-input-value-text {
    padding-top: 1px;
    padding-bottom: 0.5px;
}

fbs-datetimepicker {
    display: inline-block;
}

fbs-datetimepicker div.fbsDateTimePicker {
    position: relative;
    display: inline-block;
    width: 100%;
}

fbs-kendo-datepicker {
    display: inline-block;
}

fbs-kendo-datepicker div.fbsDatePicker {
    position: relative;
    display: inline-block;
    width: 100%;
}

fbs-kendo-switch div.fbsKendoSwitch .k-switch-on .k-switch-track {
    border-color: var(--fbs-success);
    background-color: var(--fbs-success);
    font-weight: bold;
}

.qmDlg {
  width: 90vw !important;
  max-width: 1200px;
  height: 90vh !important;
}

.fbs-kendo-tabstrip-right.k-tabstrip:focus {
	box-shadow: none;
}

.fbs-kendo-tabstrip-right .k-tabstrip .k-sprite.fad {
	font-size: initial;
	line-height: initial;
	width: auto;
	height: auto;
}

.fbs-kendo-tabstrip-right .k-tabstrip-items .k-tabstrip-item:not(.k-active) .k-link>span {
	color: #0077dd;
}

.fbs-kendo-tabstrip-right .k-link {
	width: 100%;
}

.fbs-kendo-tabstrip-right .k-link>span {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.fbs-kendo-tabstrip-right .k-tabstrip-items .k-item:not(.k-active) {
	background-color: unset;
}

.fbs-kendo-tabstrip-right .k-tabstrip-items .k-item {
	border-top-right-radius: 0px;
}

.fbsUploader {
    z-index: 1010 !important;
    width: 500px !important;
    height: 455px !important;
}

.fbsUploader .ui-widget-titlebar {
    display: none;
}

.fbsUploader .fbsUploaderWrapper {
    height: 100% !important;
}
.fbsUploaderWrapper .k-upload {
    height: 334px;
    margin-bottom: 5px
}

.fbsUploaderWrapper .uploadLimits {
    margin-bottom: 5px;
    height: 1.5em;
}

.fbsUploaderWrapper .k-upload .k-actions {
   display: none;
}