@charset "utf-8";

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: rgba(52, 63, 80, 0.8);
}

::-webkit-scrollbar-thumb {
    background: rgba(107, 126, 154, 0.3);
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(107, 126, 154, 0.5);
}

.title {
    background-color: #232B3A;
    color: white;
}

.container-fluid {
    width: 100%;
    margin: 0;
    padding: 0;
    min-height: 900px;
    overflow-x: hidden;
    overflow-y: auto;
}

body {
    margin: 0 auto;
    overflow-y: auto;
    overflow-x: auto;
    letter-spacing: 0.4px;
    /*    min-width: 1280px;*/
    font-weight: 300;
    font-family: "Open Sans", "sans-serif", "Arial", "Helvetica";
    font-size: 13px;
    background-color: #1A202C;
    color: #899aaf;
    white-space: nowrap;
}

ul {
    list-style: none
}

.header {
    position: relative;
}

.header ul {
    /*    margin-top: 0.3rem;*/
    margin-bottom: 0.5rem;
}

.h_top {
    padding: 5px 10px;
    background-color: #232B3A;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 18px;
    border-bottom: 3px solid #252D37;
    text-align: center;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.flex1 {
    flex: 1;
}

.flex2 {
    flex: 2;
}

.flex3 {
    flex: 3;
}

.main_body {
    max-width: 1280px;
    margin: 0 auto;
    /*    height: calc(100% - 71px);*/
}

.section {
    background-color: #1D2733;
    padding: 0.5rem;
    border-radius: 4px;
    /*    border: 1px solid #375879;*/
    margin: .5rem;
}


.t_name {
    color: #3098DB;
    font-weight: 500;
    border-bottom: 2px solid #56667D;
    padding-bottom: 5px;
    font-size: 14px;
}

.p_type {
    /*    display: inline-block;*/
    /*    padding: 0.25rem .25rem;*/
    text-align: center;
    font-weight: 400;
    width: 110px;
    flex: 1
}

.p_value {
    font-size: 14px;
    width: 110px;
    color: #acbcff;
    background-color: #304156;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    vertical-align: top;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    flex: 1
}

.p_value:hover {
    cursor: default;
    overflow: visible;
}

.h-full {
    height: 100%;
}

/*
canvas {
    width: 600px;
    height: 500px:
    width: 40vw;
    height: 25vh; 
}
*/

@media all and (min-width:992px) and (max-width:1280px) {}

/* 테블릿 세로 (해상도 768px ~ 1023px)*/
@media all and (min-width:768px) and (max-width:992px) {
    .h_top {
        font-size: 2.25rem;
    }

    .p_value {
        font-size: 1.25rem;
        width: 140px;
        text-align: center
    }

    .p_type {
        margin-top: 10px;
        font-size: 1.5rem;
        width: 140px;
    }

    .t_name {
        font-size: 1.5rem;
    }

    canvas {
/*        width: 780px;*/
        /* height: 200px; */
        /* height: 20vh; */
    }
}

/* 모바일 가로, 테블릿 세로 (해상도 480px ~ 767px)*/
@media all and (min-width:576px) and (max-width:768px) {}

/* 모바일 가로, 테블릿 세로 (해상도 ~ 479px)*/
@media all and (max-width:576px) {
    .main_body {
        /*    max-width: 479px;*/
        margin: 0 auto;
    }

    .h_top {
        font-size: 2rem;
    }

    .p_value {
        font-size: 1.25rem;
        width: 140px;
        text-align: center
    }

    .p_type {
        margin-top: 10px;
        font-size: 1.5rem;
        width: 140px;
    }

    .t_name {
        font-size: 1.5rem;
    }
    #t_device, #t_time {
        width: 180px;
    }
    #t_demod, #t_eas, #t_freq, #t_lock, #t_plp {
        width: 94px;
    }
    .s_box{
        width: 94px;
    }

    canvas {
/*        width: 380px;*/
        /* height: 20vh; */
    }
}

#map {
    margin: 0 auto;
    width: 1200px;
    height: 450px;
}

#map1 {
    margin: 0 auto;
    width: 1200px;
    height: 700px;
    /* height: 100%; */
}

.form_p_value {
    width: 170px;
/*    max-width: 240px;*/
}
select.form-control {
  color: #acbcff;
  background-color: #304156;
    border: 1px solid #304156;
}
    
select option{
    background-color: #304156;
    color:#acbcff;
/*    text-shadow:0 1px 0 rgba(0,0,0,0.4);*/
}
.form-control:focus {
  color: #acbcff;
  background-color: #304156;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.p_value_box {
    padding: 0.25rem;
    min-width: 40px;
    color: #acbcff;
    background-color: #304156;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    text-align: center;
}
.top_area {
    padding: 0.5rem 0 0 0.5rem;
}

.bt_size {
    width: 150px;
    color: #acbcff;
    background-color: #304156;
    border: 1px solid #304156;
}
.footer {
    margin-right: 0.5rem;
   margin-left: auto; 
}
.m_title {
    font-size: 1.5rem;
    font-weight: 500;
    margin-top: 5px;
}

.carousel-control-prev,
.carousel-control-next {
  width: 5%;
}
input.inputFile {
    text-indent: 15px;
    padding: 0;
    height: 30px;
    border: 0;
    background: #121B24;
    color: #fff;
    border-radius: 3px;
    padding: 3px;
    margin-left: 10px;
    width: 220px;
}

button.fileChoose {
    padding: 0.25rem;
    width: 113px;
    position: relative;
    left: -10px;
    top: -1px;
    height: 30px;
    border-radius: 3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 13px;
}

input.inputFile:focus, input.inputFile:active {
    outline: none;
}
.btn-default {
    transition: all 0.25s;
    background: #56667d;
    color: #fff;
}
#t_device, #t_time {
    width: 145px;
}
#t_demod, #t_eas, #t_freq, #t_lock, #t_plp {
    width: 94px;
}
.s_box{
    width: 94px;
}
.btn:focus {
    outline: none;
    box-shadow: none;
  }