@-webkit-keyframe rotation {
    from {
        -webkit-transform: rotate(0deg);
    } to {
        -webkit-transform: rotate(359deg);
    }
}

.is-rotating {
    -webkit-animation: rotation 1s infinite linear;   
}

.form-group > label {
    display: inline-block;
    min-width: 125px;
}

.admob-settings-container .form-group > .large-label {
	min-width: 215px;
}
 
.not-displayed {
    display: none;
}

.overflow-hidden {
    overflow: hidden;
}

.main-position {
    margin-bottom: 20px;
}

.medium-field {
    width: 100%;
    max-width: 600px;
}

.tab-space {
    margin-left: 20px;
}

.flex-container {
	display: flex;
	align-items: center;
}


.row-container {
    max-width: 600px;
}

.flex-container .flex-title {
    flex: 1;
}

.side-header {
	font-size: 14px;
	line-height: 28px;
}

.btn.button.side-header-btn {
	margin-left: 10px;
}

.flex-1 {
    flex: 1;
}

.info-sessions {
	position: relative;
	font-size: 16px;
}

.info-sessions .space-between {
    position:relative;
    overflow: hidden;
}

.info-sessions .space-between::before {
	content: ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . ";
    white-space: nowrap;
	position: absolute;
	width: 100%;
	height: auto;
	/*border-bottom: 1px dashed #999;*/
	right: 0;
	bottom: 0;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.button-w-60 {
    width: 60px;
    text-align: center;
}
.mw-80 {
    min-width: 80px;
}
.w-135 {
    width: 135px;
}

.w-150 {
    width: 150px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-20 {
    margin-top: 20px;
}

.contact-data-table-container {
    margin-top: 20px;
}

.dgab-modal .save-loading {
    margin: 6px 0 0 5px;
}

.dgab-modal .response-message {
	line-height: 26px;
	margin-left: 5px;
}

.dgab-color-picker-container {
	display: inline-block;
	line-height: 22px;
	position: relative;
    margin-left: 5px;
    top: 2px;
}

.dgab-color-picker-container .wp-color-result {
	margin: 0 5px 0 0;
}

.button.skinny-btn {
	height: 25px;
	line-height: 23px;
	position: relative;
	top: 2px;
}

#push-notification-edit-dialog .form-group input[type="text"] {
	min-width: 190px;
	margin-left: 0;
}


.full-width {
	width: 100%;
	
}

#push-notification-edit-dialog .save-push-btn {
    margin: 10px auto;
}


.pushnotif-filter-list {
	display: inline-block;
	margin: 5px 0 0 20px;
	font-size: 12px;
}

.pushnotif-filter-list > li {
    display: inline-block;
    margin-right: 5px;
    outline: 0 none;
}

.pushnotif-filter-list > li .filter-btn {
    text-decoration: none;
    box-shadow: none;
}

.pushnotif-filter-list > li.selected a {
    text-decoration: underline;
}


.push-notifications-table-container .reload-stats {
	position: relative;
    width: 26px;
    display: inline-block;
}

.push-notifications-table-container .reload-stats .reloading-icon {
	width: 20px;
	height: 20px;
	position: absolute;
	top: -1px;
	right: 0;
    cursor: pointer;
}

#map-markers-count {
    margin-top: -15px;
    font-style: italic;
}

.small-info {
	font-weight: normal;
	font-size: 12px;
}

.image-upload-container.top-section-icon {
    text-align: center;
}
.top-section-icon .image-preview-wrapper {
    /*text-align: center;*/
}
.top-section-icon .image-preview {
    background: #dedede;
}

 
.clasa {
    font-weight: normal;
}
