
body {
  /*background: #555;*/
}

.navbar-inverse {
background-color:#023771;
border-color:#023771;
}
.navbar-inverse .navbar-nav >li > a {
color:#fff;
}

.navbar-dark .navbar-nav .nav-link {
color:#fff;
}

.navbar-nav >li {
font-size:16px;
}


.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

th {
    text-align: center;
   /*background: #009bcb;*/
    /*background-color:#677b81;*/
    background-color:#8a8a8a;;
    color: #fff;
    border-bottom: 1px solid #fff !important;
}

.icon-small
{
    height:18px;
    margin:0;
	padding:0;
}

.icon-small-plus
{
    height:25px;
    margin:0;
	padding:0;
}

.icon-medium
{
    height:35px;
    margin:0;
	padding:0;
}
.footer {
  position: relative;
  margin-top: -150px; /* negative value of footer height */
  height: 150px;
  clear:both;
  padding-top:20px;
} 

/*
.nav-mega {
  width: 100%;
}
 */
.nav-mega .dropdown {
  position: static;
}
.dropdown-menu.mega-menu {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  min-width: auto;
  width: auto;
  margin-top: 0;
  padding: 0;
  border-color: #ccc;
}
.dropdown-menu.mega-menu > li {
  padding: 20px;
}
.dropdown-menu.mega-menu .media-list .media {
  padding: 10px;
/*
  font-size: 13px;
 */
}
.dropdown-menu.mega-menu .media-list .media-heading {
  font-size: 16px;
}

.logindclass {
  width:10%;
}

.arrowclass {
  width:5%;
  /*color: #0bade1;*/
    /*color:#677b81;*/
    /*color:#696868;*/
    color:#2d738f;
    /*color:#F79B77;*/
  font-size:4em;
  font-weight:550;
}

.arrowclass_xs {
  width:5%;
  /*color: #0bade1;*/
    /*color:#677b81;*/
    /*color:#696868;*/
    color:#2d738f;
    /*color:#F79B77;*/
  font-size:1.2em;
  font-weight:550;
}

.champtitle {
  font-size:18px;
  /*font-weight:600;*/
  font-weight:550;
  margin-top:10px;
  /*color:#2c586c;*/
  color:#454545;
}

.compstab thead {
	display:none;
}
.cotitle {
  font-size:14px;
  font-weight:550;
  padding-left:0px;
  margin-left:0px;
  color:#7e7c7c;
}

.dttitle {
  font-size:14px;
  font-weight:500;
  color: #1a6689;
}

.dttitlez {
  font-size:14px;
  font-weight:500;
  color: black;
}

.mygiratitle {
  font-size:28px;
  font-weight:700;
  color: #023771;
}

table.displayx tbody tr:hover td{
    /*background-color: #c5c2c2 !important;*/
    background-color: #C3C3C3 !important;
    /*background-color: #F2F2F2 !important;*/
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
} 


.navbar-toggler .icon-bar {
      background-color: #fff;
    }
.navbar-toggler .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    
    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    /* BS 4 colocar off */
    /*
    */
    .navbar-collapse.collapse {
        display: none!important;
    }
    
    
            
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
    
    
}