﻿html, body, select, textarea, button { /*input,*/
    font-family: "Century Gothic", "Futura", "Avenir Next", "Helvetica Neue", "brandon-grotesque-regular", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 16px;
    color: #4d4d4d;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

p {
    margin: 0;
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: none;
    }

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

hr {
    height: 1px;
    border: 0;
    border: none;
    width: 100%;
    background: #dbdbdb;
    color: #dbdbdb;
    margin: 15px 0;
    padding: 0;
}

hr {
    height: 1px;
    border: 0;
    border: none;
    width: 100%;
    background: #dbdbdb;
    color: #dbdbdb;
    margin: 15px 0;
    padding: 0;
}

article, aside, figure, footer, header, hgroup, nav, section {
    display: block;
}

caption, th, td {
    text-align: left;
    font-weight: 400;
}

a img {
    border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block;
}

html {
    max-height: 100%;
}

body {
    background: #f0f0f0;
    margin: 0;
    position: relative;
    z-index: 0;
    overflow-y: auto;
}

div::selection {
    background: transparent;
}

.ipad, .ipod, .iphone, .android {
    -webkit-text-size-adjust: none;
}

#content {
    position: relative;
}


.centerit {
    margin: 0 auto;
    text-align: center;
    min-width: 300px;
    display: block;
    width: 100%;
}

.alignright {
    float: right;
}

.dark {
    background: #000;
}


h1 {
    font-family: "Century Gothic", "Futura", "Avenir Next", "Helvetica Neue", "brandon-grotesque-medium", Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 24px;
    color: #333;
}

input[type="submit"].primary {
    background: none;
    border: none;
    font-size: 1em;
    color: blue;
}

input[type="submit"].primary, input[type="button"].primary, button.primary, .button.primary {
    background: #48b512;
    background: -webkit-linear-gradient(top, #48b512 0, #3d990f 100%);
    background: linear-gradient(to bottom, #48b512 0, #3d990f 100%);
    box-shadow: 0 1px 0 #4d4d4d;
    color: #fff;
}

    input[type="submit"].primary:hover, input[type="button"].primary:hover, button.primary:hover, .button.primary:hover, input[type="submit"].primary:focus, input[type="button"].primary:focus, button.primary:focus {
        background: #3d990f;
        background: -webkit-linear-gradient(top, #3d990f 0, #327d0c 100%);
        background: linear-gradient(to bottom, #3d990f 0, #327d0c 100%);
    }

    input[type="submit"].primary:active, input[type="button"].primary:active, button.primary:active, .button.primary:active {
        background: #327d0c;
    }

.bigbtn {
    text-align: center;
    border-radius: 5px;
    padding: 10px 20px;
}

/* .pop-over, .other-actions, .quiet-actions, .window-sidebar .button-link, .card-detail-desc .quiet-button, .chechklist-new-item, .new-comment {
            display: none !important;
        }*/

.pop-over {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #dbdbdb;
    border-bottom-color: #c2c2c2;
    -webkit-box-shadow: 6px 9px 10px rgba(0,0,0,.8);
    box-shadow: 4px 5px 9px rgba(0,0,0,0.7);
    display: none;
    overflow: hidden;
    position: absolute;
    right: -9999px;
    top: -9999px;
    width: 300px;
    z-index: 20;
}

    .pop-over hr {
        margin: 8px 0;
    }

    .pop-over input[type="text"], .pop-over input[type="email"], .pop-over input[type="password"] {
        margin: 4px 0 4px;
        width: 100%;
    }

    .pop-over input[type="file"] {
        width: 240px;
    }

    .pop-over select {
        /*width: 100%;*/
        margin-bottom: 14px;
    }

    .pop-over textarea {
        height: 72px;
        margin: 4px 0 12px;
        width: 100%;
    }

    .pop-over .empty {
        margin: 0;
    }

    .pop-over img {
        max-width: 270px;
    }

    .pop-over .custom-image img {
        height: 18px;
        left: 9px;
        top: 9px;
        width: 18px;
    }

    .pop-over .title {
        line-height: 32px;
    }

    .pop-over .header {
        height: 36px;
        position: relative;
        margin-bottom: 8px;
        text-align: center;
    }

        .pop-over .header .header-title {
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            color: #222;
            font-size: 16px;
            display: block;
            line-height: 26px;
            overflow: hidden;
            padding: 10px 32px;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .pop-over .header .back-btn {
            display: none;
            padding: 10px 4px 10px 10px;
            position: absolute;
            top: 0;
            left: 0;
        }

            .pop-over .header .back-btn:hover .icon-sm {
                color: #686868;
            }

        .pop-over .header .close-btn {
            padding: 10px 10px 10px 4px;
            position: absolute;
            top: 0;
            right: 0;
        }

            .pop-over .header .close-btn:hover .icon-sm {
                color: #686868;
            }

    .pop-over .content {
        overflow-x: hidden;
        overflow-y: auto;
        padding: 0 10px 10px;
    }

.select-members-list {
    margin-bottom: 8px;
}

.pop-over-list.navigable li.not-selectable > a:hover, .pop-over-list li.not-selectable > a:hover {
    color: #8c8c8c;
    cursor: default;
}

    .pop-over-list.navigable li.not-selectable > a:hover .icon-sm, .pop-over-list li.not-selectable > a:hover .icon-sm {
        color: #a6a6a6;
    }

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}



.popup-overlay {
    background-color: rgba(0,0,0,.75);
    display: none;
    height: 100%;
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: start;
    -moz-box-align: start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    left: 0;
    position: fixed;
    top: 0;
    overflow-y: auto;
    width: 100%;
    z-index: 20;
    font-size: x-large;
    color: #FFF;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    text-align: -webkit-center;
}

.popup-up .pop-overlay {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flexbox;
}
