.conf-border {
    float: left;
    border: 2px solid #EAEAEA;
    margin: 5px 5px 0 0;
    display: block;
    text-decoration: none;
}

.conf-border:hover, .conf-border-active {
    border-color: #454545;
}

.conf-object-item {
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    color: #000000;
    text-align: center;
}

.conf-object-item img {
    max-width: 100%;
    max-height: 100%;
    text-align: center;
}

.drawing-dim {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.drawing-area {
    position: absolute;
    top: 0;
    z-index: 10;
}

#drawing-div {
    background-color: #fff;
    padding: 0;
    margin: 0;
}

.conf-picture {
    max-width: 800px;
    max-height: 800px;
}

.conf-picture-a4 {
    max-width: 565px;
    max-height: 800px;
}

.conf-picture-a4-wide {
    width: 800px;
    max-height: 800px;
}

.conf-picture-a4-mobile {
    max-width: 800px;
    max-height: 800px;
}

.canvas-container {
    max-width: 100%;
    max-height: 100%;
    position: relative;
    user-select: none;
}

#drawing-div img {
    max-width: 100%;
    max-height: 100%;
}

#canvas {

    user-select: none;
    cursor: default;
}

#conf-font-select {
    display: block;
    overflow: hidden;
    cursor: pointer;
    width: 100%;
}

.select-font {
    width: 100%;
}

#conf-font-select div {
    float: left;
    height: 35px;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 10px;
}

#conf-font-select .font-name {
    width: 30%;
}

.arrow-left {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #dee2e6;
    float: left;
}

.btn-select:hover {
    background-color: #0465a2;
    color: white;
}

.btn-select i {
    padding: 0 5px !important;
    float: none !important;
}

.btn-select {
    height: 50px;
    padding-left: 30px !important;
    margin-top: 5px;
    text-transform: uppercase;
    line-height: 50px;
    cursor: pointer;
    float: left;
    width: 100%;
    background: #dee2e6 url('../images/arrow-left.png') no-repeat;
}

.dropdown-font {
    position: relative;
    display: inline-block;
    border: 1px solid rgba(0,0,0,.1);
    width: 100%;
}

.dropdown-font-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 50;
}

.dropdown-font-content li {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

#conf-font {
    clear: both;
    cursor: pointer;
    width: 100%;
    padding: 5px;
}

#conf-font i {
    padding: 5px;
    float: right;
}

.select-font:hover {
    color: #28a745
}

.show {
    display: block;
}

