.godash-fade {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 360px;
    background: #000;
    opacity: .5;
    filter: alpha(opacity=50);
    z-index: 9999999998;
}

.godash {
    display: none;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,.3);
    width: 600px;
    overflow: hidden;
    position: fixed;
    top: 5%;
    left: 50%;
    margin-left: -300px;

    z-index: 9999999999;
    -webkit-transition: height .1s,margin-top .1s;
    transition: height .1s,margin-top .1s;
    height: auto;
    max-height: 90%;
    margin-top: -0px;
    border-radius: 3px;
    font-family: helvetica, arial, sans-serif !important;
    font-size: 1em;
    font: 1em Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    line-height: 1;
    color: #000;
    padding: 5px 10px;
}

.godash .godash-list {
  margin: 5px 0 0;
  max-height: 70vh;
  overflow-y: auto;
}

.godash .godash-list .godash-list-message {
  text-align: center;
  font-size: 18px;
  padding: 0 40px;
}
.godash .godash-list .godash-list-message h2 {
  color: rgb( 0, 90, 108 );
  font-size: 1.3em;
  margin: 1em 0 .8em;
  display: block;
  font-weight: 600;
}
.godash .godash-list .godash-list-message p {
  color: rgb( 40, 40, 40 );
  font-size: 16px;
  line-height: 1.5;
  margin: 1em 0;
}
.godash .godash-list .godash-list-message .godash-upgrade-button {
  display: inline-block;
  padding: 10px 15px 8px;
  margin: 10px 0 15px;
  color: rgb( 255, 255, 255 );
  background: rgba( 0, 149, 131, 1 );
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
}
.godash .godash-list .godash-list-message .godash-upgrade-button:hover {
  background: rgba( 0, 90, 108, 1 );
}

.godash .godash-list .godash-list-item {
  font-weight: 500;
  font-size: 18px;
  padding: 12px 5px 8px;
  margin: 0;
  border: 2px solid rgb( 240, 240, 240 );
  border-top: 1px solid rgb( 240, 240, 240 );
  border-bottom: 1px solid rgb( 240, 240, 240 );
}
.godash .godash-list .godash-list-item:first-child {
  border-top: 2px solid rgb( 240, 240, 240 );
}
.godash .godash-list .godash-list-item:last-child {
  border-bottom: 2px solid rgb( 240, 240, 240 );
}
.godash .godash-list .godash-list-item .dashicons {
  color: rgba( 0, 0, 0, 1.0 );
  font-size: 16px;
  margin-right: 3px;
  padding-top: 1px;
}
.godash .godash-list .godash-list-item .dashicons.godash-control {
  float: right;
  color: rgba( 255, 255, 255, 1.0 );
}
.godash .godash-list .godash-list-item .godash-control:hover {
  color: rgba( 255, 255, 255, 0.7 );
}

.godash .godash-list .godash-list-item:hover {
  color: rgb( 255, 255, 255 );
  background: rgba( 0, 90, 108, 1 );
  border-color: rgba( 0, 90, 108, 1 );
  cursor: pointer;
}
.godash .godash-list .godash-list-item:hover .godash-icon,
.godash .godash-list .godash-list-item.godash-active .godash-icon {
  color: rgb( 255, 255, 255 );
}

.godash .godash-list .godash-list-item.godash-active {
  color: rgb( 255, 255, 255 );
  background: rgba( 0, 149, 131, 1 );
  border-color: rgba( 0, 149, 131, 1 );
  cursor: pointer;
}

.godash .godash-list .godash-list-item.godash-group-expanded {
  background: rgba( 0, 149, 131, .4 );
}
.godash .godash-list .godash-list-item.godash-group-item:hover {
  color: rgb( 0, 0, 0 );
  background: rgba( 0, 149, 131, 1 );
  border-color: rgba( 0, 149, 131, 1 );
  cursor: pointer;
}
.godash .godash-list .godash-list-item.godash-group-item:hover .godash-group {
  background: rgb( 255, 255, 255 );
}
.godash .godash-list .godash-list-item.godash-group-item:hover .godash-icon {
  color: rgb( 0, 0, 0 );
}
.godash .godash-list .godash-list-item .godash-group {
    margin-top: 10px;
    background: rgba( 255, 255, 255, .5 );
    min-height: 20px;
}

.godash .godash-controls .godash-add-group {
  margin: 0 5px;
}

.godash .godash-controls .godash-add-group:hover,
.godash .godash-controls .godash-add-favorite:hover {
  color: rgba( 0, 90, 108, 1 );
  cursor: pointer;
}

.godash .godash-list .godash-list-item.godash-group-item .godash-group-hidden {
  display: none;
}

.godash-title-editable {
    color: rgb( 0, 0, 0 );
    background: rgb( 255, 255, 255 );
}

.godash-search-container {
  position: relative;
  padding: 15px 2px 5px 0;
}
.godash-search {
  display: inline !important;
  height: 40px !important;
  font: 1em Helvetica, Arial, sans-serif !important;
  font-size: 18px !important;
  width: 70%;
  max-width: 70%;
  padding: 5px 10px !important;
  box-shadow: none !important;
  color: rgb( 0, 0, 0 );
  border-radius: 5px !important;
  margin: 0 2% 0 0 !important;
  border: 1px solid rgb( 150, 150, 150 ) !important;
  box-sizing: border-box;
}
.godash-search-type {
  display: inline !important;
  height: 40px !important;
  font: 1em Helvetica, Arial, sans-serif !important;
  font-size: 14px !important;
  width: 28%;
  max-width: 28%;
  padding: 5px 10px !important;
  box-shadow: none !important;
  color: rgb( 0, 0, 0 );
  border-radius: 5px !important;
  margin: -6px 0 0 0 !important;
  border: 1px solid rgb( 150, 150, 150 ) !important;
  box-sizing: border-box;
}
.godash-search-meta {
  text-align: right;
  padding: 2px 5px 0;
}
.godash-search-meta .godash-search-clear {
  color: rgba( 0, 90, 108, 1 );
  cursor: pointer;
  font-size: 12px;
}

.godash-meta {
  font-size: 10px;
  color: #8b8b8b;
}

.godash-meta .godash-message {
  margin: 2px 0 15px;
  padding-right: 5px;
  text-align: right;
}
.godash-meta .godash-controls,
.godash-meta .godash-toolbar,
.godash-meta .godash-logo {
  width: 30%;
  float: left;
}
.godash-meta .godash-toolbar {
  width: 40%;
  text-align: center;
}
.godash-meta .godash-logo {
  text-align: right !important;
}
.godash-meta .godash-logo img {
  width: 78px;
  display: inline !important;
}

.godash .godash-toolbar {
  padding-top: 0px;
  text-align: center;
}
.godash .godash-toolbar .godash-nav {
  padding: 2px 5px;
  margin-right: 5px;
  font-size: 10px;
  border: 1px solid rgb( 220, 220, 220 );
  color: rgb( 150, 150, 150 );
  background: rgb( 240, 240, 240 )
}
.godash .godash-toolbar .godash-nav:hover,
.godash .godash-toolbar .godash-nav.godash-nav-active {
  cursor: pointer;
  color: rgb( 255, 255, 255 );
  background: rgba( 0, 90, 108, 1 );
  border-color: rgba( 0, 90, 108, 1 );
}
.godash .godash-toolbar .godash-nav:hover {
  background: rgba( 0, 149, 131, 1 );
  border-color: rgba( 0, 149, 131, 1 );
}

.godash .godash-cta {
  font-weight: 600 !important;
}
.godash .godash-promo {
  color: rgb( 255, 0, 0 ) !important;
}

h2.nav-tab-wrapper {
  display: none;
}

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

@media screen and ( max-width: 520px ) {
	.godash {
    	width: auto;
    	margin-left: 0;
    	margin-top: -0px;
    	left: 10px;
    	right: 10px;
    	max-width: 500px;
	}
}
