.hidden {
    display: none
}

.upload_options, .upload_options * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.upload_option_loader {
    position: relative;
    display: inline-block
}

.upload_options {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background: #fff;
    -webkit-box-shadow: 0 0 10px -5px #000;
    box-shadow: 0 0 10px -5px #000;
    padding: 10px;
    width: 195px;
    position: absolute;
    z-index: 100;
    left: -50%;
    top: 40px;
    opacity: 0;
    display: none
}

    .upload_options.active {
        display: block;
        opacity: 1
    }

    .upload_options:before {
        content: '';
        width: 0;
        height: 0;
        background: 0 0;
        border: 10px solid transparent;
        border-bottom: 10px solid #fff;
        position: absolute;
        top: -19px;
        left: 45%
    }

    .upload_options P {
        display: block;
        width: 100%
    }

.upload_item {
    width: 75px;
    height: 75px;
    background: #fff;
    border: 1px solid #ccc;
    margin-left: 25px;
    float: left;
    margin-bottom: 25px
}

    .upload_item.first {
        margin-left: 0
    }

.upload_options .upload_item:Hover {
    border: 1px solid #1676b8
}

#db_button {
    display: inline-block;
    background: 0 0;
    text-indent: -1000px;
    background: url('../img/icons/dropbox.png') no-repeat;
    background-size: 50px;
    height: 47px;
    width:100%;
}



    #db_button:after, #dv_button:after {
        width: 75px;
        height: 20px;
        text-align: center;
        display: block
    }

.drive_ui {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background: #fff;
    -webkit-box-shadow: 0 0 10px -5px #000;
    box-shadow: 0 0 10px -5px #000;
    padding: 10px;
    display: none;
    position: fixed;
    top: 40%;
    left: 25%;
    bottom: 40%;
    right: 25%;
    z-index: 0;
    height: 340px;
    opacity: 0;
    width: 50%
}

    .drive_ui.active {
        display: block;
        z-index: 101;
        opacity: 1
    }

.close_btn {
    float: right;
    border-radius: 5px;
    background: red;
    color: #fff;
    width: 15px;
    height: 15px;
    display: block;
    cursor: pointer;
    text-align: center;
    font-size: 11px
}

#drive-result {
    overflow-y: scroll;
    max-height: 300px;
    color: #000
}

A.g-button {
    background: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));
    background: -webkit-linear-gradient(top,#4d90fe,#4787ed);
    background: linear-gradient(to bottom,#4d90fe,#4787ed);
    padding: 8px;
    border-radius: 2px;
    border: 1px solid #3079ed;
    color: #fff !important;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    min-width: 54px;
    font-weight: 400 !important;
    text-shadow: none;
    font-family: Arial;
    text-align: center
}

    A.g-button.hidden {
        display: none !important
    }

a.fileButton {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #fff;
    background-color: #9b9d9c;
    padding: 7px 0;
    font-size: 16px;
    border-radius: 4px;
    margin-bottom: 20px;
    text-decoration: none
}

    a.fileButton:hover {
        text-decoration: none;
        color: #fff
    }

    a.fileButton.active {
        border: solid 0 #00b2f5;
        text-decoration: none;
        color: #fff;
        background: #00b2f5
    }

.upload-type {
    display: none
}

    .upload-type.active {
        display: block
    }

.upload-type-selectors {
    float: left;
    width: 100%;
    height: auto;
    padding: 10px 0 5px 0;
    border: solid 1px #ccc
}

.dropbox-dropin-btn {
    border: solid 0 #fff !important
}

.cv_loaded {
    background: #00b2f5;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    border-radius: 4px;
    display: none;
    clear: both;
    width: 100%
}

.cloud-content {
    padding-top: 10px
}

.fullWidth {
    width: 100%
}
