.btn-group-fullcalendar,
.btn-group-fullcalendar-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}


.check {
    width: 23px;
    height: 23px;
}

.center {
    margin: auto;
    width: 20%;
    padding: 10px;
}

.tmp-loading {
    border: 20px solid rgb(211, 211, 211);
    position: absolute;
    left: 45%;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border-top: 1px solid #eb4335;
    border-bottom: 1px solid #4285f4;
    border-right: 1px solid #fbbc05;
    border-left:1px solid #34a853;
}

.row1:after {
    content: "";
    display: table;
    clear: both;
}

.column1 {
    float: left;
    width: 50%;
    padding: 10px;
}

@media only screen and (max-width: 480px) {
    .edit_show {
      display: none;
    }

    .edit_hidden {
        display: block;
    }

    .column1 {
        width: 100%;
    }
}

@media only screen and (min-width: 480px) {
    .edit_show {
      display: block;
    }

    .edit_hidden {
        display: none;
    }

}

