@import url("//fonts.googleapis.com/css?family=Open+Sans:400,600&subset=latin-ext");

/* @import 'bootstyle.css'; */

body {
    font-family: 'Open Sans';
    color:#333333; 
    xpadding-top: 51px;  
}

html{
     background: #eeeeee;
}

@page1 {size: 8.5in 11in; margin: 0.5in 0.5in 0.5in 0.5in; }
@media Print { 
    .noprint { display: none !important }
    .reportgrid {  overflow-y: visible !important ; }
}

/* Chrome, Safari, AND NOW ALSO the Edge Browser and Firefox */
@media screen and (-webkit-min-device-pixel-ratio:0) {
.img-zoom{
    zoom:2;
    }
}
/* Firefox */
@media screen and (-moz-images-in-menus:0) { 
.img-zoom{
    zoom:2;
    }
}

xh1 { font-size: 2em; }

hr {
    border: none;
    height: 1px;
    /* Set the hr color */
    color: #dddddd; /* old IE */
    background-color: #dddddd; /* Modern Browsers */
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.imgz{
zoom: 0.5;
-ms-zoom: 0.5;
-webkit-zoom: 0.5;
-moz-transform:  scale(0.5,0.5);
-moz-transform-origin: left center;
}

.nav-sfa 
{
	xmin-height:10px !important; 
	padding:0px;
	margin:0px;
	border-top:1px solid #cccccc;
	-webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}
.navbar-sfax > li > a {padding-top:5px !important; padding-bottom:5px !important;}
.navbar-sfax > a {padding-top:5px !important; padding-bottom:5px !important;}
.navbar-sfax > a:hover  {text-decoration:underline}


.dropdown-menu .dropdown-header > a {
  xbackground-color:#ffffff;
  font-size: 18px;
  xcolor: #000000;
  margin-left:-20px;
}

.dropdown-menu .dropdown-header > a:hover {
  xbackground-color:#ffffff;
  xcolor: #000000;
}

.dropdown-menu .dropdown-header-small > a {
  xbackground-color:#ffffff;
  font-size: 14px;
  xcolor: #000000;
  xmargin-left:-5px;
}

.dropdown-menu .dropdown-header-small > a:hover {
  xbackground-color:#ffffff;
  xcolor: #000000;
}


.dropdown-menu > li > a {
  padding:7px 20px;
  xbackground-color:#ffffff;
  font-size: 14px;
  xcolor: #555555;
}



.container-customnav {
  xpadding-right: 15px;
  xpadding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-custom {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container-custom {
    width: 750px; /* was 750px **/
  }  
  .container-customnav {
    width: 750px; /* was 750px **/
  }
    body {
        padding-top: 0px;
    }

  .page-container{
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .is-table-row {
        xdisplay: table;
        display: -webkit-flex;
        display: flex;
    }
    .is-table-col3 {
        xfloat: none;
        xdisplay: table-cell;
        vertical-align: top;
          -webkit-flex: 3;
          flex: 3;
    }
    .is-table-col9 {
        xfloat: none;
        xdisplay: table-cell;
        vertical-align: top;
          -webkit-flex: 9;
          flex: 9;
    }
}

@media (min-width: 979px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}
 
@media (min-width: 992px) {
  .container-custom {
    width: 970px; /* was 970px; **/
    mmargin-right: 2px; /* was not there **/
    mmargin-left: 2px; /* was not there **/
  }
  .container-customnav {
    width: 970px; /* was 970px; **/
    mmargin-right: 2px; /* was not there **/
    mmargin-left: 2px; /* was not there **/
  }
}
@media (min-width: 1200px) {
  .container-custom {
    width: 1170px; /* was 1170px **/
  }
  .container-customnav {
    width: 1170px; /* was 1170px **/
  }    
    .is-table-col3 {
        xfloat: none;
        xdisplay: table-cell;
        vertical-align: top;
          -webkit-flex: 2;
          flex: 2;
    }
    .is-table-col9 {
        xfloat: none;
        xdisplay: table-cell;
        vertical-align: top;
          -webkit-flex: 10;
          flex: 10;
    }
}









.text-center {
  padding-top: 20px;
}
.col-xs-12 {
  xbackground-color: #fff;
}
#sidebar {
  height: 100%;
  padding-right: 0;
  padding-top: 20px;
}
#sidebar .nav {
  width: 95%;
}
#sidebar li {
  border:0 #f2f2f2 solid;
  border-bottom-width:1px;
}

/* collapsed sidebar styles */

.sidebar-offcanvas {
    background-color: white;
}

@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -80%;
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -80%;
  }
  .row-offcanvas-right.active {
    right: 80%;
  }
  .row-offcanvas-left.active {
    left: 80%;
  }
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 80%;
  }
  #sidebar {
    padding-top:0;
  }
}



.input-xs {
    height: 22px;
    padding: 3px 5px 3px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-md {
    height: 25px;
    padding: 3px 8px 3px 8px ;
    font-size: 9pt;
    line-height: 1.5;
    border-radius: 3px;
}

.input-md {
    height: 25px;
    padding: 3px 5px 3px 5px ;
    ffont-size: 11pt;
    line-height: 1.5;
    border-radius: 3px;
    bbackground-color:#fcfcfc;
    color:#000000;
    xfont-weight:600;
    font-size:14px;

}

/* do not group these rules*/
.input-md::-webkit-input-placeholder {
    color: #cccccc;
}
/* FF 4-18 */
.input-md:-moz-placeholder {
    color: #cccccc;
}
/* FF 19+ */
.input-md::-moz-placeholder {
    color: #cccccc;
}
/* IE 10+ */
.input-md:-ms-input-placeholder {
    color: #cccccc;
}





.row.no-gutter {
  margin-right: 2px;
  margin-left: 2px;
}

.row.no-gutter [class*='col-'],
.row.no-gutter [class*='col-'] {
  padding-right: 2px;
  padding-left: 2px;
}

.row.no-gutter0 {
  margin-right: 0px;
  margin-left: 0px;
}

.row.no-gutter0 [class*='col-'],
.row.no-gutter0 [class*='col-'] {
  padding-right: 0px;
  padding-left: 0px;
}


.row.no-gutter1 {
  margin-right: 1px;
  margin-left: 1px;
}

.row.no-gutter1 [class*='col-'],
.row.no-gutter1 [class*='col-'] {
  padding-right: 1px;
  padding-left: 1px;
}

.row.no-gutter2 {
  margin-right: 2px;
  margin-left: 2px;
}

.row.no-gutter2 [class*='col-'],
.row.no-gutter2 [class*='col-'] {
  padding-right: 2px;
  padding-left: 2px;
}






.fancy {
  line-height: 0.5;
  text-align: center;
}
.fancy span {
  display: inline-block;
  position: relative;  
}
.fancy span:before,
.fancy span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid red;
  border-top: 1px solid red;
  top: 0;
  width: 100%;
}
.fancy span:before {
  right: 100%;
  margin-right: 15px;
}
.fancy span:after {
  left: 100%;
  margin-left: 15px;
}





h4 {
    font-weight:bold;
}




.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
