body,
html {
  overflow-x: hidden;
  padding-right: 0 !important;
}


body>.container-scroller {
  overflow: hidden;
  position: relative;
}








body.centered {
  background-color: #eee;
}





body.centered>.container-scroller {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}



@media screen and (min-width: 720px) {
	body.centered>.container-scroller {
		max-width: 720px;
		width: 100%;
		border-radius: 4px;
	}

	body.centered>.container-scroller.relative {
		margin: 20px auto;
	}

}

@media screen and (min-width: 420px) and (max-width: 719px) {
	body.centered>.container-scroller {
		width: 100%;
		max-width: 90%;
		border-radius: 4px;
	}

	body.centered>.container-scroller.relative {
		margin: 20px auto;
	}

}

@media screen and (max-width: 419px) {
	body.centered>.container-scroller {
		width: 90%;
		border-radius: 0px;
	}

	body.centered>.container-scroller.relative {
		margin: 1rem auto;
	}
}



body.centered:not(.relative)>.container-scroller {
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
}

body.centered.relative>.container-scroller {
  position: relative;
  margin: 20px auto;
}



body.full {
  background-color: #27282A;
}




body>.container-scroller>.container-scroller-header {
  border-bottom: 4px solid #013C81;
  background-color: #27282A;
  padding: 1rem;
}



@media screen and (min-width: 992px) {
  body.full>.container-scroller>.container-scroller-header {
    display: none !important;
  }
}


body>.container-scroller>.container-scroller-header>.container-header-logo {
  max-height: 70px;
  margin: 0px auto;
  max-width: 100%;
}

.sidr{
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.3) inset;
}

.sidr-class-sidebar-logo{
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.sidr-class-sidebar-logo img{
  max-width: 80%;
}

.sidr ul{
  border-top: 1px solid rgba(0, 0, 0, 0.5) !important;
  border-bottom: 0px !important;
}
.sidr ul li{
  border-top: 0px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}


.sidr ul li:not(.sidr-class-active):hover a{
  box-shadow: none !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
}







body>.container-scroller>.container-fluid>.row>.content-wrapper {
  transition: width 0.25s ease, background 0.25s ease;
  -webkit-transition: width 0.25s ease, background 0.25s ease;
  -moz-transition: width 0.25s ease, background 0.25s ease;
  -ms-transition: width 0.25s ease, background 0.25s ease;
}








body.centered>.container-scroller>.container-fluid>.row>.content-wrapper {
  background: #FFF;
  padding: 20px;
  width: 100%;
}






body.ebook {}

body.ebook>.container-scroller>.container-scroller-header {
  padding: 0.5rem;
}

body.ebook>.container-scroller>.container-scroller-header>.container-header-logo {
  max-height: 40px;
  margin: 0px auto;
}

body.ebook footer {
  display: none;
}










body.full>.container-scroller>.container-fluid>.row>.sidebar {
  background: #27282A;
  min-height: 100%;
  padding: 0;
  position: absolute;
  width: 20%;
  z-index: 11;
  transition: width 0.25s ease, background 0.25s ease;
  -webkit-transition: width 0.25s ease, background 0.25s ease;
  -moz-transition: width 0.25s ease, background 0.25s ease;
  -ms-transition: width 0.25s ease, background 0.25s ease;
}

@media screen and (max-width: 991px) {
  body.full>.container-scroller>.container-fluid>.row>.sidebar {
    display: none;
  }
}


body.full>.container-scroller>.container-fluid>.row>.sidebar>.sidebar-logo {
  border-bottom: 4px solid #013C81;
  padding: 1rem;
  text-align: center;
}


body.full>.container-scroller>.container-fluid>.row>.sidebar>.sidebar-logo>img {
  max-height: 70px;
  max-width: 100%;
}


body.full>.container-scroller>.container-fluid>.row>.sidebar>.details {
  padding: 10px;
  border-bottom: 4px solid #013C81;
}

body.full>.container-scroller>.container-fluid>.row>.sidebar>.details>.user {
  font-size: 18px;
}



body.full>.container-scroller>.container-fluid>.row>.topbar {
  background: transparent !important;
  transition: width 0.25s ease, background 0.25s ease;
  -webkit-transition: width 0.25s ease, background 0.25s ease;
  -moz-transition: width 0.25s ease, background 0.25s ease;
  -ms-transition: width 0.25s ease, background 0.25s ease;
}


@media screen and (min-width: 992px) {
  body.full>.container-scroller>.container-fluid>.row>.topbar {
    display: none;
  }
}





body.full>.container-scroller>.container-fluid>.row>.content-wrapper {
  background: #eee;
  padding: 1.5rem 1.7rem;
  width: 100%;
  min-height: 100vh;
  position: relative;
}

@media screen and (min-width: 992px) {
  body.full>.container-scroller>.container-fluid>.row>.content-wrapper {
    width: 80%;
    margin-left: 20%;
  }
}








body.full>.container-scroller>.container-fluid>.row>.content-wrapper>.submenu {
  position: absolute;
  z-index: 1000;
  width: 100%;
  background-color: #ddd;
  border-bottom: 4px solid #013C81;
  top: 0px;
  right: 0px;
}



body.full>.container-scroller>.container-fluid>.row>.content-wrapper>.submenu>ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}


body.full>.container-scroller>.container-fluid>.row>.content-wrapper>.submenu+* {
  margin-top: 70px;
}

body.full>.container-scroller>.container-fluid>.row>.content-wrapper>.submenu>ul>li {
  display: block;
  float: left;
}

body.full>.container-scroller>.container-fluid>.row>.content-wrapper>.submenu>ul>li>a {

  position: relative;
  color: #555;
  outline: none;
  text-decoration: none;
  vertical-align: middle;
  text-align: center;
  padding: 0.4rem;

}

body.full>.container-scroller>.container-fluid>.row>.content-wrapper>.submenu>ul>li>a:hover {
  background-color: #d5d5d5;
}

body.full>.container-scroller>.container-fluid>.row>.content-wrapper>.submenu>ul>li.active>a {
  background-color: #013C81;
  color: #FFF;
}


body.full>.container-scroller>.container-fluid>.row>.content-wrapper>.submenu>ul.float-left>li>a {

  border-right: 1px solid #CCC;

}

@media screen and (max-width: 991px) {

  body.full>.container-scroller>.container-fluid>.row>.content-wrapper>.submenu>ul {

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    width: 100%;
  }

  body.full>.container-scroller>.container-fluid>.row>.content-wrapper>.submenu>ul>li {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    align-items: center;
  }

  body.full>.container-scroller>.container-fluid>.row>.content-wrapper>.submenu>ul>li>a {
    display: grid;
    align-items: center;
    height: 3rem;
  }


  body.full>.container-scroller>.container-fluid>.row>.content-wrapper>.submenu>ul.float-left>li:last-child>a {
    border-right: 0px;
  }

  body.full>.container-scroller>.container-fluid>.row>.content-wrapper>.submenu+* {
    margin-top: 60px;
  }


}

@media screen and (min-width: 992px) {

  body.full>.container-scroller>.container-fluid>.row>.content-wrapper>.submenu>ul>li {
    width: 10rem;
  }


  body.full>.container-scroller>.container-fluid>.row>.content-wrapper>.submenu>ul>li>a {
    height: 4rem;
    display: table-cell;
  }

}










body>.container-scroller>.container-fluid>.row>.container-footer {
  border-top: 4px solid #013C81;
  text-align: center;
  padding: 0.5rem;
  width: 100%;
  background-color: #27282A;
  color: #FFF;
  z-index: 12;
}









/* :: DIVIDERS :: */
div.divider {
  margin-top: 2rem;
  margin-bottom: 2rem;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.1);
}

ul.menu .divider {
  background-color: #1b1b1b;
  height: 10px;
  margin: 0px;
}







/* :: MENU :: */

ul.menu {
  list-style: none;
  padding: 0px;
  margin: 0px;
}


ul.menu li {
  position: relative;
}


ul.menu li a {
  display: block;
  padding: 0.5rem;
  color: #FFFFFF;
  border-bottom: 1px solid #1b1b1b;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}



ul.menu li:not(.active) a:hover,
ul.menu li:not(.active) a:focus {
  background-color: rgba(0, 0, 0, 0.1) !important;
}



ul.menu li.active a {
  background-image: url('../img/menu.png');
  background-color: #013C81;
  color: #000;
  background-repeat: no-repeat;
  background-position: center right;
}

ul.menu li a i {
  background-color: #171a1e;
  border: 1px solid #171a1e;
  border-radius: 33px;
  color: #fff;
  display: inline-block;
  height: 33px;
  line-height: 30px;
  margin-right: 5px;
  text-align: center;
  width: 33px;
}


ul.menu li.active a i {
  background-color: #013C81;
  border: 1px solid #013C81;
  color: #000;
}


.grecaptcha-badge{
  z-index: 9999 !important;
}