/*webcast general*/
  BODY, TABLE, TH, TD, P, DIV	{
    font-family:'Century Gothic';
    }
  body {
  		overflow: hidden;
  		overflow-y : scroll;
  		margin: 0px;
  		 }

  h2{
    font-size:26px
    font-weight: 400;
  }

  P {
    line-height: 20.8px;
  }

  hr {
      margin-top: 4px;
      margin-bottom: 4px;
  }

  .mainbody{
  /* background-color: #919296; */
  }

.antContainer{
  margin: auto;
  top: 110px;
    position: relative;
}

  #antBody{
  overflow-x: hidden;

  }
  #clientbanner{
    max-width:90%;
    width: auto;
    margin-top:15px;
    padding: 50px;
  /*     object-fit: contain; */
  }


  .container {
    padding-left: 0px;
    padding-right: 0px;
    padding-top:15px;
  }

  .container-fluid{
    padding-left: 0px;
    padding-right: 0px;
  }


.mainAntTable {
	border:0;
	text-align:center;
   background-color: white;
   margin: auto;
   margin-left: 50px;
   margin-right: 50px;

}


  #mainAntDiv{
    margin:0 auto;
    text-align:center;
  /*  width:960px;
    border:2px solid blue;
  /*background-color: white;*/
  }


  #mainAntTable {
    width:auto;
  }

  #clientbanner{
    margin: 20px;
  }

  #clientfooter   {
    margin: 0px;
  }
  .clientfooter {
    text-align: center;
    width: 100%;
    margin: 0px;
  }

.container-fluid{
  padding-left: 0px;
  padding-right: 0px;
}

  #ANTCAST{
      width:100%;
      text-align:center;
      margin:16px;
  }
  .antcast{

  }


  #rightColumn{
      padding-left: 0px;
      padding-right: 0px;
  }

  #leftColumn{
      padding-right: 5px;
      padding-left: 16px !important;
  }

  #tslideTabs{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  #playscripts{
      padding-bottom:6px;
      padding-top:6px;
      width:inherit;
  }

  .antheading{
      text-align:center; padding:0px 0px 10px 0px;
     }
     .qstab{
     }

  #ant_slide_controlsTab{
     display: none;
  }






.modal-content {
  width: 50% !important;
  margin: auto !important;
  transform: translate(0%, 50%);
}



  /* Small devices (landscape phones, 576px and up) */
  @media (min-width: 576px) {

   #min576{
      display: inline;
      border: 4px solid black;
      background-color:blue;
      color:white;
   }

  }




  @media screen and (max-width: 666px) {

  #max666{
     display:inline;
      border: 4px solid black;
      background-color:magenta;
      color:white;
  }

  #ant_slide_controlsTab .btn {
    padding: 2px 6px !important;
    font-size: 16px;
    height:26px;
  }

  #downloadTabButton{ display:none; }

  }



  @media screen and (max-width: 767px) {

  #max767{
    display:inline;
      border: 4px solid black;
      background-color:yellow;
      color:black;
  }

    #antplayerdiv, #slidecontainer { margin: 10px; margin-top:2px; margin-bottom:4px; }
    #rightColumn { padding-right: 0px;}
    .antheading{ font-size: 20px; }
    #AntPlayer {     max-width:100%;   }
    #Markers {  height: 168px;}

     .ui-tabs .ui-tabs-nav li a {  padding: .1em .3em; }

    #tslideTabs, #slidecontainer, #slide {     max-height:360px;   }
    #ant_slide_controls {display: none;}
    #ant_slide_controlsTab{
       display: inline;
    	height: 26px;
    	margin: auto;
       vertical-align: top;
    }

    #ant_slide_controlsTab .btn {
      padding: 2px 11px !important;
      font-size: 16px;
      height:26px;
    }
    #ant_slide_controlsTab .btn-sm, .btn-group-sm > .btn {
      padding: 0px 12px 0px 12px !important;
    }

     .form-group{
      margin-bottom: 5px;
     }

     .form-group input{
      display: block;
     }

  }



  /* Medium devices (tablets, 768px and up) */
  @media (min-width: 768px) and (max-width: 992px) {

  #min768max992{
    display:inline;
    border: 2px solid black;
    background-color: green;
    color: white;
  }

     #leftColumn{ padding-right:2px;}
  }



  /* Medium Devices: Desktops */
  @media (min-width: 993px) and (max-width: 1199px) {

  #min993max1199{
    display:inline;
    border: 2px solid black;
    background-color: gray;
    color: white;
  }

  }







  @media screen and (max-width: 960px) {

  #max960{
    display:inline;
    border: 2px solid black;
    background-color: pink;
    color: black;
  }



     #slidecontainer{   }
     .ui-tabs .ui-tabs-nav li a {  padding: .1em .4em; }
     .ui-tabs .ui-tabs-nav li{ margin: 1px .1em 0 0; }
     #questionbox LABEL {
       display:none;
     }

  }







  /* Extra large devices (large desktops, 1200px and up) */
  @media screen and (min-width: 1200px) {


  #min1200{
    display:inline;
    border: 2px solid black;
    background-color: red;
    color: white;
  }


     #subBox {
     }
     #questionbox{
        display: none;
     }

     .qtab{
        display: inline;
     }

     #tquestions{
        display: block;
     }

     #ant_slide_controls .btn { padding: 6px 14px !important; }
  }









  .divcenter{
    margin:0 auto;
    text-align:center;
  }

  .white {
  	color:#FFFFFF;
  	}

  .hidden{ display:none; }
  .hiddenPic {display:none;}
  .center {text-align:center;}
  .pointer{cursor:pointer;}
  .absolute{position:absolute;}

  A { text-decoration: none;
      cursor:pointer;
   			}


  #webcastTable * {padding:10px; margin:10px;}

  #playscripts { padding-top:5px; padding-bottom:5px; }

  .playscripts{text-align:center;color: #293d6b; margin-bottom:10px; }





  /*PAGE FORMATTING - GENERAL: headings, bold etc.*/

  #liveframe{
  	text-align:center;
  }








  .tabs-2 .tab-heading:nth-child(1) {
      border-color: #5da02b;
      background-color: #5da02b;
  }


  .tabs .tab-heading {
      position: relative;
      display: table-cell;
      box-sizing: border-box;
      border-bottom: 0;
      width: 50%;
      min-height: 49px;
      line-height: 1em;
      text-align: center;
      vertical-align: middle;
      cursor: pointer;
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
  }
  .tabs .tab-heading {
      border-color: #6daa25;
      background-color: #6daa25;
      color: #fff;
  }

  .size-13{
  font-size: 13px;
  }
  .size-14{ font-size: 14px; }


  #slidecontrols{
  }

  #ant_slide_controls {
  	height: 20px;
  	margin: 4px 0 4px 0;
  }
  #ant_slide_controls .btn {
    padding: 6px 28px;
    font-size: 16px;
  }

  #ant_slide_controls .btn-group {
     display: inline;
  }

  ul#control_buttons {
  	margin: auto;
    text-align:center;
    display:table;
  }

  ul#control_buttons li {
  display:table-cell;
  margin: auto;
  cursor: hand;
  }



  .slidenum	{		valign:'top';
  					padding-top:0;
  					padding-bottom:0;
  					}



  /*NAVIGATION - main*/
  A			{text-decoration: none;
   			}

  A:link {
  	COLOR: #001b52; TEXT-DECORATION: underline;
  }
  A:visited {
  	COLOR: #001b52; TEXT-DECORATION: underline;
  }
  A:hover {
  	COLOR: #99a4ba; TEXT-DECORATION: none;
  }

  INPUT	{
  		background-color: white;
  		border-bottom: #CC0000 solid 1px;
  		border-left: #CC0000 solid 1px;
  		border-right: #CC0000 solid 1px;
  		border-top: #CC0000 solid 1px;
  		}

  TEXTAREA	{
  			border-bottom: #CC0000 solid 1px;
  			border-left: #CC0000 solid 1px;
  			border-right: #CC0000 solid 1px;
  			border-top: #CC0000 solid 1px;
  			}


  .regiondrop{
  			display:none;
  			margin:2px;
  			padding:2px;
  			border-bottom: #0075BF solid 1px;
  			border-left: #0075BF solid 1px;
  			border-right: #0075BF solid 1px;
  			border-top: #0075BF solid 1px;
  }


  .status
  	{
  	line-height : 16px;
  	cursor: 'pointer';
  	background-color: #BEA978;
  	width: 100px;
  }
  A.status:link	{color: #000000;
  					font-weight: normal;
  					text-decoration: underline;
  					background-color: #BEB748;
  					}

  A.status:visited	{color: #000000;
  					background-color: #BEB748;
  						font-weight: normal;
  						text-decoration: none;
  						}

  A.status:hover	{color: #000000;
  					font-weight: normal;
  					background-color: #BEB798;
  					text-decoration: underline;
  					}
  #speakerDisp, #liveBox, #Markers{
      border: 0.012em solid lightgrey;
      padding: 2px;
  }

  .Marker{
  	padding-left:	2px;
  	cursor: 'pointer';
  }

  .antTab{
  	margin-top:3px;
  	padding-top:3px;
  	padding-right:2px;
  	background-color:#FFFFFF;
  	BORDER-RIGHT: #B7BEC4 1px solid; BORDER-TOP:  #B7BEC4 1px solid; BORDER-LEFT:  #B7BEC4 1px solid; BORDER-BOTTOM: #B7BEC4 1px solid;
     overflow-y:auto;
  }
  .speakerslideview table {
     font-size: 14px;
     padding:14px;

  }

  .speakerslideview table td{
     font-size: 14px;
     padding:14px;

  }

.spkrrow{ text-align: left; }

  .spkrpic {
          text-align: center;
      }

  .spkrpic img, .directorpics{
          text-align: center;
          max-width:120px;
          widthsa: 25%;
          border: 1px solid #cccccc;border-radius: 10px;box-shadow: 0px 2px 5px 0px #ccc;
      }

  .catalogspkr {
          max-width:80px;
  }

  .concurrencyDiv{
  	font-size : 13px;
     text-align:left;
     padding:10px;
     margin:20px;
     width:auto;
  	height:auto;
  	BORDER-RIGHT: #B7BEC4 1px solid; BORDER-TOP:  #B7BEC4 1px solid; BORDER-LEFT:  #B7BEC4 1px solid; BORDER-BOTTOM: #B7BEC4 1px solid;
  	overflow-y : scroll;
  }

  .concurrencyDiv h2 {
    font-size: 15px;
    font-weight: bold;
    margin: -2px 0px 6px 0px;
  -webkit-margin-before: 0.13em !important;
  }

  .concurrencyDiv  .infoboxer{
     padding: 10px;
  }

  .wowzaClientbody{
  	font-size : 13px;
     text-align:left;
     padding:10px;
     margin:20px;
     display: inline;
     float:left;
  	BORDER-RIGHT: #B7BEC4 1px solid; BORDER-TOP:  #B7BEC4 1px solid; BORDER-LEFT:  #B7BEC4 1px solid; BORDER-BOTTOM: #B7BEC4 1px solid;
  	overflow-y : auto;
  }

  .rtmpsess{
  	background-color:#D4926E;
     width:auto;
     min-width:260px;
  	height:120px;
     float:left;
     display:inline;

  }

  .httpsess{
  	background-color:#A8B0D4;
     width: auto;
     max-width:320px;
  	  height:140px;
     float:left;
     display:inline;
     overflow-y: auto;
     overflow-x: none;     
  }


  .markerbody{
  	margin-top:3px;
  	padding-top:3px;
  	width:inherit;
  	padding:2px;
  	background-color:#FFFFFF;
  	overflow : hidden;
  	BORDER-RIGHT: #B7BEC4 1px solid; BORDER-TOP:  #B7BEC4 1px solid; BORDER-LEFT:  #B7BEC4 1px solid; BORDER-BOTTOM: #B7BEC4 1px solid;
  	overflow-x : none;
  	overflow-y : auto;
  }
  .markerspace{
  	vertical-align:middle;	padding-top:3;
  	width:inherit;
  	text-align: left;
  	height:-webkit-fill-available;
  	padding-left:2;
  	overflow-y:auto;
  	BORDER-RIGHT: #B7BEC4 1px solid; BORDER-TOP:  #B7BEC4 1px solid; BORDER-LEFT:  #B7BEC4 1px solid; BORDER-BOTTOM: #B7BEC4 1px solid;
  	margin-bottom:15px !important;
  }

  .debugspace{
  	text-align: left;
  	BORDER-RIGHT: #B7BEC4 1px solid; BORDER-TOP:  #B7BEC4 1px solid; BORDER-LEFT:  #B7BEC4 1px solid; BORDER-BOTTOM: #B7BEC4 1px solid;
  	width:480px;
  	margin:6px;
  	position:fixed;
  	left:0px;
  	top:10px;
  	height:160;
  	max-height:320px;
  	background-color:white;
  	z-index:120;
  	overflow-y:scroll;
  }

  #speakerDisp { border: 1px solid;}

  .subPlayContent {
  height: 300px;
  width: inherit;
  overflow-x: none;
  overflow-y: auto;
  }

  .subPlayContent div {
  padding-bottom: 4px;
  margin-bottom: 4px;
  margin-top: 4px;
  overflow-y: none;
  }

  .subPlayContent P{
     padding: 0px 15px 0px 15px;
  }

  #indx{
  overflow-y: hidden;
  }

  .subPLayMenu{
  	text-align: center;
  	cursor:pointer;
     	display: table-cell;
  	font-weight: normal;
  	letter-spacing: 0.04em;
  	margin-left : 1pt;
  	margin-right : 1pt;
  	padding-top : .5px;
  	BACKGROUND-COLOR: #FFFFFF;
  	padding-bottom : .5px;
  		border-bottom: #0075BF solid 1px;
  		border-left: #0075BF solid 1px;
  		border-right: #0075BF solid 1px;
  		border-top: #0075BF solid 1px;
  }

  #antsocialblock{
  	margin: auto;
  }

  #socialAntFBDivComments{
  	width: 49%;
  }

  #socialAntTwitterDiv{
  	width: 45%;
  }


  /* ant player style */
  #AntPlayer{
  	margin: 0 0 0 0;
  }

  /*to sort out*/


  .question-caption
  	{
  	font-weight: bold;
  	padding-left: 4;
  	padding-right: 4;
      display:inline;
  	}
  .submitbutton{
     margin-top:4px;

  }

  .qsubmitbutton{
  	font-weight: bold;
  	height:20px;
  	width:70px;
  }
  LABEL.questionfieldnames  { display: inline;
  margin-bottom: 1px !important; }

  #questions DIV {   text-align:left; }

  #questionbox{
     text-align:left;
     margin: 0 20px 8px 20px;
  }

  #questionbox input {
    display:inline;\
  }



  .ppt	{
  	font-weight: bold;
  	border-top: #000007 solid 1px;
  	border-right: #000007 solid 1px;
  	border-left: #000007 solid 1px;
  	border-bottom: #000007 solid 1px;
  	line-height : 10px;
  	text-align:'center';
  	padding-right:	1px;
  	padding-top:	5px;
  	padding-left:	4px;
  	padding-bottom:	5px;
  	background-color: #D4D7E0;
  		}

  .txt {
  	}

  #helpmeplz .txt { text-align:left; padding: 10px;
  	}

  .returndata {
      padding-bottom: 3px;
  	FONT-WEIGHT: bold;
     margin: 10px 0 10px 0;
  }
  .input  {
  		font-style: normal;
  }
  .privacy  {
  	FONT-WEIGHT: bold;
  	font-style: normal;
  }



  .helpme{
  width:inherit;
  height:inherit;
  overflow-y:scroll;
  background-color:yellow;
  line-height : 12px;
  color: #293d6b;
  height:18;
  padding-left:2;
  padding-top:0;
  padding-bottom:2;
  padding-right:2;
  background-color: #EAEBEE;
  overflow-x : visible;
  overflow-y : scroll;
  	border-bottom: #0075BF solid 1px;
  	border-left: #0075BF solid 1px;
  	border-right: #0075BF solid 1px;
  	border-top: #0075BF solid 1px;
  display:none;
  }
  .taphelp {
  	FONT-WEIGHT: bold;

  	TEXT-TRANSFORM: uppercase;
  	cursor: 'pointer';
  	text-align:center;
  	PADDING-Bottom: 5px;
  }
  .subLive
  	{
  	padding-left:	3px;
  	line-height : 12px;
  	background-color: #000000;
  	color: #FFFFFF;
  }
  .tapup
  	{
  	cursor:pointer;
  	line-height : 12px;
  	background-color: #5A84B6;

  }

  .viewreg_celtitle{
  	background-color: #994000;
  	text-align: center;
  	font-style: strong;
  }
  .viewreg_cel{
  	background-color: #b0c4de;
  }


  .hiddenPic {display:none;}
  .footerbg {
  	BACKGROUND-POSITION: left top; BACKGROUND-IMAGE: url(images/footerbg.gif); PADDING-TOP: 5px; BACKGROUND-REPEAT: repeat-x
  }
  .left {
     text-align: left;

  }

  .tcenter{
     display: table;
     width: 100%;
     margin-left: auto;
     margin-right: auto;
     text-align: center;
  }

  .tcell {
     display: table-cell;
     text-align: center;
  						}


  .subnav{
  text-align:center;
  float:left;
  width:110px;
  }



  /* CATALOGUE FORMATTING */

  #Markers td,  #Markers span, #markerspace td, #markerspace div, #markerspace  span{
     text-align:left;
  	padding-top:3px;
  	margin-top:3px;

  }





  #poweredbyTR{
    vertical-align: bottom;
  }

  .poweredby{
  	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	border-radius: 5px;
  	-webkit-box-shadow: #666 0px 2px 3px;
  	-moz-box-shadow: #666 0px 2px 3px;
  	box-shadow: #666 0px 2px 3px;
  	}



  #catalogGen table{ margin: 20px; }
  .ttip{ width:100%; }

  .antCastTable{
  text-align:center;
  }

  .antCatalogDiv{
  text-align:center;
  }


  .antCatalog  {
  display: inline-table;
  width:90%;
  margin:auto;
  }

  .antCatalog tr {
  display: table-row;
  }

  .antCatalog td{
  display: table-cell;
  }

  .catalog-title {
  font-size: 20px;
  font-weight: bold;
  color: #5F2A5E;
  margin: 10px;
  }

  .catalogrefresh	{
  		color:#333; font-weight: bold;
        font-size: large;
         cursor: pointer;
  }
  .catalogrefresh	hover{
  		color:#00ADEE; font-weight: bold;font-size:+2;
  }

  .updatetime{
  		margin-top:8px;
  		margin-bottom:8px;
  }


  .catalogNav {
    margin:15px;
        font-size: large;
  }
  A.catalogNav:link {
  	COLOR: #333; TEXT-DECORATION: underline;
  }
  A.catalogNav:visited {
  	COLOR: #333; TEXT-DECORATION: underline;
  }
  A.catalogNav:hover {
  	COLOR: #000000; TEXT-DECORATION: none;
  }


  .startTimeHeading{
    max-width:180px;
  }
  .startTime{
    width:180px;\
    border:2px solid yellow;
  }


  .endHeading {
  	background-color: #E3E3DF;
  	border: #000007 solid 2px;
  	color: #934E20;
  	padding-right:	6px;
  	padding-top:	6px;
  	padding-left:	6px;
  	padding-bottom:	6px;
  	text-align:center;
  }


  .table .req{
  	margin: 0px;
  }





  /*admin pages*/

  .infoboxer{
  background-image:-webkit-gradient(linear,50% 100%,50% 0,color-stop(0%,#f1f1f1),color-stop(20%,#f9f9f9),color-stop(100%,#f9f9f9));
  background-image:-webkit-linear-gradient(bottom,#f1f1f1 0,#f9f9f9 20%,#f9f9f9 100%);
  background-image:-moz-linear-gradient(bottom,#f1f1f1 0,#f9f9f9 20%,#f9f9f9 100%);
  background-image:-o-linear-gradient(bottom,#f1f1f1 0,#f9f9f9 20%,#f9f9f9 100%);
  background-image:linear-gradient(bottom,#f1f1f1 0,#f9f9f9 20%,#f9f9f9 100%);
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;
  -webkit-box-shadow:4px 4px 8px -3px rgba(0,0,0,0.5),-4px 4px 8px -3px rgba(0,0,0,0.5);
  -moz-box-shadow:4px 4px 8px -3px rgba(0,0,0,0.5),-4px 4px 8px -3px rgba(0,0,0,0.5);
  box-shadow:4px 4px 8px -3px rgba(0,0,0,0.5),-4px 4px 8px -3px rgba(0,0,0,0.5);
  filter:progid:DXImageTransform.Microsoft.Shadow(color='#b5b5b5',Direction=135,Strength=3)}
  -webkit-border-radius: 4px;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,2.5);
  background: #F4F4F4;
  }


  .headerBorder { border-left: solid 1px;
       border-left-color: #D7D7D7;
   	 border:#D7D7D7 solid 1px;
   	 background-color:white;
   	 }

  .antadmintable th {
      border-collapse: collapse;
      font-size: 10pt;
  }
  .antadmintable th {
  		padding:6px;
  		color:#FFFFFF;
  		border:1px solid #000000;
  		background:#949599;
  		text-align:center;
  		}

  .admhrow{
  	font-size: 10pt;
  }

  .antadmintable td {
font-size: 10pt;
     padding: 5px;
  	border:1px solid black;
  }

  DIV.qform  > INPUT  {
  margin: 5 15 5 15;
  }

  .admincheckb INPUT{
  font-size:11px;
  }

  .antcasttime{
  }

  .previewing{
    background-color: red;
    border: 3px solid blue;
    padding: 5px;
   }

   .stillive {
     background-color: yellow !important;
   }


   .oldhabitsrow{
      display:none;
   }


.form-group label{
  vertical-align: middle !important;
  float:left;
}

  /* uncertain */
  .smtxt {
  	font-size:  smaller;
  }

  .medtxt {
  	font-size: medium;
  }

  .reconnectlink {
  	margin:5px;
  }

  A.reconnectlink:hover {
  background-image:-webkit-gradient(linear,50% 100%,50% 0,color-stop(0%,#f1f1f1),color-stop(20%,#f9f9f9),color-stop(100%,#f9f9f9));
  background-image:-webkit-linear-gradient(bottom,#f1f1f1 0,#f9f9f9 20%,#f9f9f9 100%);
  background-image:-moz-linear-gradient(bottom,#f1f1f1 0,#f9f9f9 20%,#f9f9f9 100%);
  background-image:-o-linear-gradient(bottom,#f1f1f1 0,#f9f9f9 20%,#f9f9f9 100%);
  background-image:linear-gradient(bottom,#f1f1f1 0,#f9f9f9 20%,#f9f9f9 100%);
  }


  .logoOverlay{
  display:none;
  margin:0px;
  padding:0px;
  opacity:0.4;
  filter:alpha(opacity=40); /* For IE8 and earlier */
  }
  .playerOverlay{
  position:absolute;
  display:none;
  text-align:left;
  margin:0px;
  padding:0px;
  }




  .fill {
      min-height: 100%;
      height: 100%;

  }
  /* live yet */

  .tinytitle  {color: black;	font-style: normal;	text-align: center;	font-size: smaller;	line-height: 14px;letter-spacing: 1px;border: 1px #888;	background : transparent;padding-top:6px;padding-bottom:2px; margin: 15px 0;}
  .titles{font-size: smaller; padding-top:3px;padding-bottom:3px;}
  .rtime{font-size: smaller;background-color: #CC0000;color: #FFFFFF;BORDER-RIGHT: #e5e5e5 1px solid; BORDER-TOP: #e5e5e5 1px solid; BORDER-LEFT: #e5e5e5 1px solid; BORDER-BOTTOM: #000000 1px solid; padding:3px;  margin: 15px 0;}
  .liveload{background-color: #FFFFFF; font-size: small; color: black;BORDER-RIGHT: #00e5e5 2px solid; BORDER-TOP: #05e5e5 1px solid; BORDER-LEFT: #05e5e5 2px solid; BORDER-BOTTOM: #000000 1px solid; padding-top:2px;}







  /* slideframe tabs */
  #slide{
    margin: 0px;
    padding: 0px;
    padding-left:0px;
  }
  #slide .img-thumbnail{
    padding-left:0px !important;
    padding-right:0px !important;
  }

  .tabTitle{
  font-weight: bold;
  color: #5F2A5E;
  margin-bottom: 30px;
  line-height: 1.1!important;
  font-size:25px;
  }

  A.slidetab {
  					font-weight: bold;
  					padding: 5px !important;
  }

  A.slidetab:link	{
  					color: #000000;
  					text-decoration: none;
  					}

  A.slidetab:visited	{
  						color: #000000;
  						text-decoration: none;
  						}

  A.slidetab:hover	{
  					color: #FFFFFF;
  					background-color: #8EBFC8;
  					text-decoration: underline;
  					}
  A.slidetab:active	{
  					color: #FFFFFF;
  					background-color: #f80000;
  					font-weight: normal;
  					text-decoration: underline;
  					}
  .slidetab {
  		color: black;
  		height:10px;
  		text-align:center;
  		vertical-align:text-bottom;
  		background-color: lightgrey;
  		padding:3px;
  		border-bottom: #FFFFFF solid 1px;
  		border-left: #FFFFFF solid 1px;
  		border-right: #FFFFFF solid 1px;
  		border-top: #FFFFFF solid 1px;
  }

  .slidetab div {
  	display:block;
  	text-align: center;
  	cursor:pointer;
  }


  /* nu jq tabs: */

  .ui-widget{font-size:1em !important;}
  #helpme, #srcs, #livemsg{
    font-size: 1em !important;
  }

   @media screen and (-webkit-device-pixel-ratio: 2.0) {
     .ui-widget{font-size:0.7em !important;}
     #helpme, #srcs, #livemsg{
       font-size: 0.8em !important;
     }

      }


  #tabs {
      padding: 0px;
      background: none;
      border-width: 0px;
      margin:auto;
  }

  #tabs div {
      margin-bottom:2px;
  }

  #tabs .ui-tabs-nav li a {
     padding: .2em .5em;
      margin:0px;
  }
  #tabs .ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; }

  #tabs .ui-tabs-nav {
      text-align:center;
      padding-left: 0px;
      background: transparent;
      border-width: 0px 0px 1px 0px;
      -moz-border-radius: 0px;
      -webkit-border-radius: 0px;
      border-radius: 0px;
      margin:0px;
      padding:0px;
  }
  #tabs .ui-tabs-panel {
     width:inherit;
      padding-bottom:6px;
      margin:0px;
      background: #f5f3e5 url(//code.jquery.com/ui/1.8.23/themes/south-street/images/ui-bg_highlight-hard_100_f5f3e5_1x100.png) repeat-x scroll 50% top;
      border-width: 0px 1px 1px 1px;
  }
  #tabs .ui-tabs-panel div:first-child{
  }


  #tslideTabs .ui-tabs-panel {
      padding:0px;
      padding-bottom:0px;
      margin:0px;
      border-width: 0px 0px 0px 0px;
  }







  /* Requirements pages */
  .req_titleboxcont	{
  				text-align:justify;
  				padding-left:5px;
  				margin-top:3px;
  				margin-bottom:2px;
  	}

  .req_titles		{
  				text-align:justify;
  				padding-left:5px;
  				margin-top:3px;
  				margin-bottom:2px;
  				padding: 3px 0px;
  				}






  .dataTables_wrapper > div { margin-left: 10px; margin-right: 10px; }
  .dataTables_paginate > a { margin-left: 10px; margin-right: 10px; cursor: pointer; }
  html[xmlns] .dataTables_filter, .dataTables_paginate, .dataTables_info, .dataTables_length { display: inline; }
   .dataTables_wrapper { margin: 6px; padding: 3px 0px 3px 0px;}
  * html .dataTables_wrapper { height: 1%; }


  .playerbar div {
    display: inline;
  }

  .playerbar {
     font-size:25px;
  }

  #notify {
    height:440px;
  }

  .label{
    color: black !important;
  }



  .adminPres { border: 3px solid #E9EDF8; padding:0px; overflow: auto; background-color: #ebe8e8;}
  .adminPres:nth-child(odd){
    background-color: #80808052;
  }

  .selPresDiv{
     display:block;
  }

  .selPres{
     display:block;
  }

  .selPres select{
     padding:0 0 0 2px;
     margin-bottom: 2px;
  }

  .selPres .functBut{
     margin-right:45px;
  }

  .presViews {
    display:inline;
    float:right;
    margin-right:30px;
  }

  .presUserViews {
    display:inline;
    float:left;
    margin-left:20px;
  }

  #ShowAll {
    border: 2px solid red;
    text-align: left;
    width: 65%;
  }

  FORM.functBut{
    display:inline;
  }
  .inline{
    display: inline;
  }



  .ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
      border-bottom-right-radius: 1px/*{cornerRadius}*/;
  }


  .ui-widget-content {
      border: 0px solid #aaaaaa;
      background: #ffffff/*{bgColorContent}*/ url(/antimages/ui-bg_flat_75_ffffff_40x100.png)/*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/;
      color: #222222/*{fcContent}*/;
  }



  /* fancy styles 2018 */

  /* for photos maybe slides*/
  .vignette {
  	-webkit-box-shadow: inset 0px 0px 35px rgba(0,0,0,0.4);
  	-moz-box-shadow:    inset 0px 0px 35px rgba(0,0,0,0.4);
  	box-shadow:         inset 0px 0px 35px rgba(0,0,0,0.4);
  	line-height: 0;         /* ensure no space between bottom */
      margin: 0;
      padding: 0;
  	display: inline-block;  /* don't go wider than image */
  }
  .vignette img {
  	position: relative;
  	z-index: -1;            /* position beneath */
  }





  .boots {
    display: none;
    font-size:10px;
    max-width:200px;
    overflow: no-display;
    padding: 6px;
    margin-bottom: 10px;
    position: relative;
  }



HEADER {
background-color: #480636;
}
.header--sticky{
   height:120px;
   text-align:right;
   z-index: 5;
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 102px;
}

.header__secondary-bar {
    position: relative;
    height: 100px;
    background-color: #0b2136;
    box-shadow: 0 4px 30px 0 rgb(0 0 0 / 15%);
    transition: height .2s ease;
    z-index: 10;
}

.header IMG {
      padding-right:10%;
}

.btn-primary, .btn-success{
   background-color: #410f2c;
}

.btn-success:hover, .btn-primary:hover {
    color: #fff;
    background-color: #f47f75 !important;
    border-color: #398439;
}


.qsubform div.form-group{
  text-align: left;
}
