#gal-tabs {
    border-bottom: 1px solid #ccc;
    padding-bottom: 0;
    padding-left: 10px;
}

.galtab.active {
    display: block;
}

.galtab {
    display: none;
}

label {
    float: left;
    margin-left: 6px;
}

input.textinput, textarea.textinput, select.select, input.checkbox {
    float: left;
    margin: 12px 3px 0 0;
    padding: 5px;
}

select.select {
	padding: 2px 5px;
}

input.checkbox.double {
    margin-top: 2px;
}

label.textinput, label.select, label.checkbox {
    background-color: rgba(0, 0, 0, 0);
    margin: 10px 0 5px;
    width: 180px;
    font-weight: bold;
}

label.checkbox.plain {
    font-weight: normal;
    width: 400px;
}

label.big {
	font-size: 1.3em;
	padding-top: 8px;
}

p.desc {
	font-style: italic;
    margin: 6px 0 10px;
    padding: 0 0 8px 22px;
}

p.desc.big {
	padding-left: 180px;
}

a#gal-personalinstrlink {
	color: #0074A2;
	text-decoration: underline;
}

#gal-tablewrapper {
	display: table;
    width: 100%;
}

#gal-tableleft {

}

#gal-tableright {
	padding: 0 0 0 40px;
    width: 281px;
}

#gal-tableright div {
    width: 235px;
    padding: 5px;
    background-color: #E4E4E4;
    text-align: center;
    margin-bottom: 20px;
}

#gal-tableright div span {
    padding: 5px;
}

.gal-tablecell {
	display: table-cell;
    height: 500px;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

div#logs-section table tr td {
	padding-right: 15px;
	min-width: 150px;
}

div#logs-section table tr.gal_log_level6 {
	color: blue;
}

div#logs-section table tr.gal_log_level4 {
	color: orange;
}

div#logs-section table tr.gal_log_level3 {
	color: red;
}

.gal-lowerinput {
	margin-top: 12px;
}

.gal-admin-scopes-list {
    background-color: lightyellow;
    border: 1px solid gray;
    border-radius: 3px;
    max-width: 600px;
    overflow: hidden;
    overflow-x: scroll;
    padding: 0 2px;
    cursor: text;
    white-space: nowrap;
}

table.gal-admin-service-scopes {
	border: 1px solid;
}

table.gal-admin-service-scopes td {
	padding: 4px;
	vertical-align: top;
}

table.gal-admin-service-scopes thead {
	background-color: white;
	font-style: italic;
}

a.gal_jsonkeytext {
	vertical-align: top;
	margin-left: 12px;
}

#license-section table td {
	padding-right: 8px;
}

/* Drip signup form in basic version */

#gal-drip-signup-form {
    padding: 5px;
}

#gal-drip-signup-form div {
    width: inherit;
}

#gal-drip-signup-form div label {
    float: none;
    font-weight: bold;
}

#gal-drip-signup-form div input[type=submit] {
    float: none;
    font-size: 120%;
    width: 80px;
}

#gal-drip-signup-form div input[type=email] {
    float: none;
    width: 90%;
}

#gal-drip-signup-form p.gal-drip-unsubscribe {
    font-size: 80%;
}
fieldset.block {
    font-family: sans-serif!important;
    border: 3px solid #1F497D!important;
    background: #eee!important;
    border-radius: 5px!important;
    padding: 15px!important;
    margin-top: 10px;
}
fieldset.block legend.blocktitle {
    background: #1F497D!important;
    color: #fff!important;
    padding: 10px 10px!important;
    font-size: 15px!important;
    border-radius: 5px!important;
    box-shadow: 0 0 0 5px #ddd!important;
    margin-left: 20px!important;
}
.images img {
    height: 46px;
}
.google-apps-header {
    height: 46px;
    min-width: 191px;
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    /*font-family: 'Roboto' !important;*/
    font-size: 0.875rem;
    letter-spacing: 0.1px;
}
.inner {
    height: 40px;
    min-width: 185px;
    display: flex;
    align-items: center;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 1px 2px 0 #0000004d;
}

.inner {
    background: #4285f4;
    color: #fff;
}
.dark-pressed .inner {
    background-color: #3367d6;
    box-shadow: 0 2px 2px 0 #0000003d;
}
.light .inner {
    background: #fff;
    color: #757575;
}
.google-apps-header.dark-focus {
    background: #c6dafb;
    width: 198px;
}
.icon {
    height: 40px;
    width: 40px;
    display: block;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    background-image: url(../img/google.svg);
    background-color: #fff;
    border: 1px solid #4285f4;
    border-radius: 2px;
    overflow: hidden;
}
.icon.dark-focus {border-color: #4285f4;}
.inner span {
    margin: 10px 10px;
    font-weight: 600;
}
.light .icon.dark-focus {
    border-color: #fff;
}
.light .icon.dark-normal {
    border-color: #fff;
}
.dark-pressed.light .inner {
    background: #eee;
}

.light .icon.dark-pressed {
    border-color: #eee;
    background-color: #eee;
}
.icon.dark-disabled {
    background-image: url('../img/google-disabled.svg');
    border-color: #ebebeb;
    background-color: #ebebeb;
}
.dark-disabled .inner {
    background: #ebebeb;
    color: #8d8d8d;
    box-shadow: none;
}
