/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

.m3tlogo {
	background: #0D3379 url("/images/header-overlay.jpg") no-repeat scroll 50% 0px;
	border-radius: 0px;
	padding-bottom: 20px;
}
header.m3theader {
  background-color: #fff;
}
header.m3theader .topbar {
  margin: 0;
  padding: 2px 0;
  background-color: #404040;
  color: rgba(255, 255, 255, 0.65);
}
header.m3theader .topbar .btn {
  line-height: 1;
  color: rgba(255, 255, 255, 0.65);
}
header.m3theader .topbar .active-client {
  line-height: 1;
}
header.m3theader .topbar .active-client .input-group-text {
  padding: .25rem;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.75);
  background-color: transparent;
  border: 0;
}
header.m3theader .topbar .active-client .btn {
  color: rgba(255, 255, 255, 0.65);
}
header.m3theader .topbar .active-client .btn.btn-active-client span {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.65);
}
header.m3theader .logo-img {
  max-width: 400px;
  max-height: 60px;
}
header.m3theader .user-icon {
  font-size: 2em;
  color: #87939f;
}
header.m3theader .btn {
  font-size: 14px;
}
header.m3theader .btn.focus, header.m3theader .btn:focus {
  box-shadow: none;
}
header.m3theader .toolbar {
  flex-direction: row;
}
header.m3theader .toolbar .nav-link {
  padding: .5rem 1rem;
  border-radius: .25rem;
  border: 1px solid #e5e5e5;
  color: #e5e5e5;
  position: relative;
  font-size: 0.9em;
}
header.m3theader .toolbar .nav-link .badge {
  position: absolute;
  top: 2px;
  right: 5px;
  opacity: 0.8;
  font-size: 10px;
  padding: 3px 5px;
  border-radius: 50%;
}
header.m3theader .toolbar .nav-link:hover {
  color: #777;
}
header.m3theader .search {
  width: 325px;
  border: 1px solid #e5e5e5;
  border-radius: .25rem;
}
header.m3theader .search .btn, header.m3theader .search .form-control {
  border: 0;
}
header.m3theader .search .btn {
  color: #a5a5a5;
}
header.m3theader .search:focus-within {
  border-color: #a5a5a5;
}
header.m3theader .main-navbar-wrapper {
  padding: 0;
}
header.m3theader .main-navbar-wrapper .navbar-collapse {
  padding: 0;
}
header.m3theader .navbar a {
  padding:  2px 6px;
}
header.m3theader .navbar a:hover{
    text-decoration: none;
}
.topMenu-item:focus, .topMenu-item:hover {
    color: #ddd;
    text-decoration: none;
	background-color: #043d5f;
}
header.m3theader .navbar-nav a {
  font-size: 1em;
}
header.m3theader .dropdown-item.active, header.m3theader .dropdown-item {
    color: #212529;
    text-decoration: none;
	background-color: #fff;
}
header.m3theader .dropdown-item.active a:hover, header.m3theader .dropdown-item a:hover{
    color: #ddd;
    text-decoration: none;
	background-color: #043d5f;
}
header.m3theader .topMenu-item  {
    padding: 2px 6px;
}
.main-navbar-wrapper {
	padding: 2px 6px;;
    background-color: #0e5077;   
}
 .dropdown-menu {
	margin:  0px;
 }
.master-breadcrumb .breadcrumb {
    font-size: 0.875rem;
}
.home-domain-search {
	color: #fff;
	background: #061130 url("/images/domainname.jpg") no-repeat scroll 50% 50%;
    padding-top: 50px ;
    padding-bottom: 50px;
}
.domaintext {
    text-shadow: 2px 2px #5c5d62;
}
.alldomains {
	color: #ddd;
	text-decoration: none;
}
.alldomains :hover{
	color: #8d8d8d;
	text-decoration: underline;
}
footer.footer {
    margin: 5px 0px 0px;
	padding: 30px 0 50px;
    border-top: 20px solid #006687;
    line-height: 40px;
    color: rgb(197, 197, 197);
    font-size: 0.9rem;
    text-align: none;
    background: #0D3379 url("/images/header-overlay.jpg") no-repeat scroll 50% 0px;
}
footer.footer p {
    margin: 8px 0px 0px;
    border-top: none;
    line-height: 1.42857;
    color: #8D8D8D;
    font-size: 12px;
    text-align: center;
    background: transparent;
    padding: 2px 0px 10px 0px;
}
footer.footer a {
	color: #aaa;
}
footer.footer :hover {
	color: #ddd;
	text-decoration: none;
}
.jumbotron img {
    height:auto;
    max-width:100%;
    padding:32px 15px 5px 0px;
    float: left;
    display: inline-block;
    text-align: left;
}
.jumbotron {
    margin-top: 15px;
    margin-bottom: 15px;
}
.mpanel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    font-size: 0.9em;
}
.mpanel-primary {
    border-color: #337ab7;
}
.mpanel-primary {
    border-color: #337ab7;
}
.mpanel-pricing {
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.mpanel-pricing:hover {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}
.mpanel-pricing .mpanel-heading {
  padding: 20px 10px;
}
.mpanel-pricing .mpanel-heading .fa {
  margin-top: 10px;
  font-size: 1.0em;
}
.mpanel-pricing .list-group-item {
  color: #777777;
  border-bottom: 1px solid rgba(250, 250, 250, 0.5);
}
.mpanel-pricing .list-group-item:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.mpanel-pricing .list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.mpanel-pricing .mpanel-body {
  background-color: #f0f0f0;
  font-size: 40px;
  color: #777;
  padding: 20px;
  margin: 0px;
}
.mpanel-pricing .sub {
  font-size: 10px;
  font-style: italic;
}
.mpanel-pricing .mpanel-heading {
    padding: 20px 10px;
}
.mpanel-primary > .mpanel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}
.mpanel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.mpanel-success {
    border-color: #d6e9c6;
}
.mpanel-success > .mpanel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

section#main-body{
   min-height:75vh;
}
.sidebar .list-group-item.active, .sidebar .list-group-item.active:focus, .sidebar .list-group-item.active:hover {
	color: #fff;
	background-color: #369;
	border-color: #369;
}

.sidebar-module {
    padding: 15px;
    margin: 0 -15px 15px;
}
.sidebar-module-inset {
    padding: 15px;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.es-group-item {
    position: relative;
    display: block;
    padding: 6px 9px 6px 4px;
    margin-bottom: 0px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}