.mTop-50{
    margin-top: 50px;
}

.api-th{
    font-weight: bold;
}

.navbar-static-top {
    z-index: 99;
}

.gratipay-button img{
    border: 1px solid lightgrey;
    display: inline-block;
    width: 170px;
}

#page-wrapper {
    padding: 0 30px 50px;
}

span.tooltiptrigger {
    color: crimson;
    cursor: pointer;
    font-weight: bold;
    text-decoration: underline;
}

.colorfield {
    box-sizing: border-box;
    cursor: pointer;
    min-height: 60px;
    min-width: 20%;
    padding: 3px;
}

.page-links{
    color: #337ab7;
    cursor: pointer;
}

.timesheet {
    height: auto;
    margin: 0 auto;
    width: 100%;
    background-color: transparent;
}
.timesheet .scale section {
    border-left: 1px dashed rgba(250, 250, 250, 0.2);
    color: rgba(250, 250, 250, 0.8);
    float: left;
    font-family: "Signika Negative";
    font-size: 13px;
    font-weight: lighter;
    height: 100%;
    line-height: 24px;
    text-align: center;
    width: 180px;
}


/* mailchimp css */
#mc_embed_signup{
    background: #fff;
    clear:left;
    font:14px Helvetica,Arial,sans-serif;
    max-width: 600px;
}




.horizontal-toolbar{
    padding: 10px;
}
.horizontal-toolbar i{
    font-size: 24px;
    cursor: pointer;
    padding: 0 20px 0 0;
}
.horizontal-toolbar i:hover{
    color: grey;
}
/*for the toolbar without header*/
.horizontal-toolbar span.fa-remove{
    float: right;
    cursor: pointer;
    margin: -6px -4px 0 0;
}

.vertical-toolbar{
    display: flex;
    flex-flow: column;
    padding: 10px;
    cursor: move;
}
.vertical-toolbar i{
    font-size: 24px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}
.vertical-toolbar i:hover{
    color: grey;
}

.flexOne {
    display:   -webkit-box;
    display:   -ms-flexbox;
    display:   flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.flexOne > div:first-of-type {
    display:    -webkit-box;
    display:    -ms-flexbox;
    display:    flex;
    -ms-flex-flow:  column;
    flex-flow:  column;
    padding:    0 6px;
    background: #F1F1F1;
}

.flexOne > div:first-of-type span {
    font-size: 20px;
    cursor:    pointer;
    padding:   5px;
}
.flexOne .textcontent {
    padding: 10px;
    -webkit-box-flex:    1;
    -ms-flex:    1 1 0;
    flex:    1 1 0;
}

@media print {
    #page-wrapper{
        margin: 0;
        padding: 0;
    }
    .navbar-default.sidebar, .btn{
        display: none;
    }
}

/* for the css gris layout example */
.box{
    padding: 5px;
}
.box.lefttop{background: #f0f0f0}
.box.righttop{background: #e0e0e0}
.box.leftbottom{background: #f0f0f0}
.box.rightbottom{background: #e0e0e0}



/* custom controls example */
/*  ['custom-close', 'custom-maximize', 'custom-normalize', 'custom-minimize', 'custom-smallify', 'custom-unsmallify'] */
.custom-control-icon.custom-close::before{
    content: "\02717";
    /*content: url(../media/images/close24x24.png);*/
}
.custom-control-icon.custom-maximize::before{
    content: "\025FB";
}
.custom-control-icon.custom-normalize::before{
    content: "\029C9";
}
.custom-control-icon.custom-minimize::before {
    content: "\02212";
}
.custom-control-icon.custom-smallify::before{
    content: "\025B4";
}
.custom-control-icon.custom-unsmallify::before{
    content: "\025BE";
}