﻿#ed-title {
    margin-left: 14px;
    margin-right: 14px;
    margin-bottom: 8px;
    border: solid;
    border-width: thin;
    border-color: #343CFF;
    background-color: #343CFF;
    width: 100vw;
    height: 55px;
    border-radius: 8px;
}

#ed-titletext {
    color: white;
    margin-left: 15px;
    margin-top: 6px;
}

#ed-title2 {
    margin-left: 14px;
    margin-right: 14px;
    margin-bottom: 8px;
    border: solid;
    border-width: thin;
    border-color: #343CFF;
    background-color: #343CFF;
    width: 100vw;
    height: 25px;
    border-radius: 8px;
}

.error-hide {
    color:transparent;
}

.modal-dialog {
    position: relative;
    width: auto;
    max-width: 600px;
    margin: 10px;
}

.modal-sm {
    max-width: 300px;
}

.modal-lg {
    max-width: 1152px;
}

.modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #343CFF;
}

.modal-header .close {
    margin-top: 2px;
    color: white;
}

.modal-header h4 {
    margin: 0;
    line-height: 30px;
    color: white;
}

@media (min-width: 768px) {
    .modal-dialog {
        margin: 30px auto;
    }
}

@media (min-width: 320px) {
    .modal-sm {
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 620px) {
    .modal-dialog {
        margin-right: auto;
        margin-left: auto;
    }

    .modal-lg {
        margin-right: 10px;
        margin-left: 10px;
    }
}

@media (min-width: 920px) {
    .modal-lg {
        margin-right: auto;
        margin-left: auto;
    }
}

.modal-header-ed {
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #343CFF;
}

.modal-header-ed .close {
    margin-top: 2px;
    color: white;
}

.modal-header-ed h4 {
    margin: 0;
    line-height: 30px;
    color: white;
}