@media screen and (max-width: 1300px){
	body{
    min-width: 1250px;/*1280px*/
    overflow: auto;
    background-color: white;
	}	
}
@media screen and (min-width: 1301px){
	body{
    min-width: 1660px;/*1280px*/
    overflow: auto;
    background-color: white;
	}	
}
.navbar-fixed-top{
    min-width: 1200px;
    /*border-top: 1px solid #e7eaec !important;*/
}

.top-navigation .navbar-header {
    display: none;
}
.navbar-collapse.collapse {
    display: block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
}

.navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.navbar-nav {
    float: left;
    margin: 0;
}

.navbar-right {
    float: right!important;
    margin-right: -15px;
}

.navbar-nav>li {
    float: left;
}

#wrapper {
    background-color: #393A3F;
    background-image: url(/img/top_titlebar_bg.png);
    background-repeat: repeat-x;
}

#page-wrapper {
    min-height: 800px;
}

.wrapper {
    scrollbar-face-color: #9b9b9b;
    scrollbar-track-color: #ddd;
    scrollbar-highlight-color: #9b9b9b;
    scrollbar-darkshadow-color: #ddd;
    scrollbar-shadow-color: #9b9b9b;
    scrollbar-3dlight-color: #ddd;
    scrollbar-arrow-color: #9b9b9b;
}

    .wrapper ::-webkit-scrollbar {
        width: 8px;
        height: 8px;
        background: #ddd;
    }

    .wrapper ::-webkit-scrollbar-thumb {
        background: #9b9b9b;
    }

    .wrapper ::-webkit-scrollbar-track {
        background: transparent;
    }

    .wrapper ::-webkit-scrollbar-corner {
        background: #ddd;
    }

.scaleup-top-title{
    position: absolute;
    left: 178px;
    top: 14px;
    font-size: 18px;
    font-weight: bold;
    color: #4a4a4a;
}

.scaleup-page-title{
    background-color: #efefef;
    color: #676a6c;
    font-weight: bold;
    border: 1px solid #e7eaec;

    /*background-color: #e95504;
    color: #ffffff;
    border: 1px solid #e7eaec;*/

    background-color: #e76b27;
    color: white;
    font-size: 18px;
    font-weight: bold;
}

.table-container {
    position: relative;
    overflow: auto;
    width: 100%;
    height: 580px;
    /*border: 1px solid #e4e4e4;*/
}

.mixin-absolute {
    position: absolute;
    top: 0;
    left: 0;
    right: 0px;
    bottom: 0;
    
    background: white;
    /*box-shadow: inset 0px 0px 5px 0px #e0e0e0;*/
}

.mixin-relative {
    position: relative;
    overflow: auto;
    /*margin: 0 20px 20px 20px;*/
}

.vertical-flex {
    flex-direction: column;
    display: flex;
}

.flex1 {
    flex: 1;
}

.table {
    margin: 0;
}

.table td, .table th {
    /*word-break: break-all;*/
    white-space: nowrap;
    /*font-size: 11px;*/
}

.table > thead > tr > th {
    vertical-align: middle;
    background-color: #efefef;
    /*text-align: center;*/
    cursor: default;
}

.table tr {
    background-color: #f9f9f9;
}


.search-box {
    width: 280px;
    margin-left: 20px;
}

.search-option {
    margin-left: 10px;
}



.input-group-addon.disabled{
    background: #eee;
}

.notice-danger-01{
    font-weight: bold;
    color: #ea0000;
}

#multi_item_box_jun{
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    padding: 3px 6px;
    min-height: 30px;
}



/* onoff SWITCHES overwrite style*/
.onoffswitch {
  position: relative;
  width: 54px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.onoffswitch-checkbox {
  display: none;
}
.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #d0d8d6;
  border-radius: 3px;
}
.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before,
.onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 16px;
  padding: 0;
  line-height: 16px;
  font-size: 10px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.onoffswitch-inner:before {
  content: "ON";
  padding-left: 7px;
  background-color: #4a88b7;
  color: #FFFFFF;
}
.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 7px;
  background-color: #FFFFFF;
  color: #919191;
  text-align: right;
}
.onoffswitch-switch {
  display: block;
  width: 18px;
  margin: 0;
  background: #FFFFFF;
  border: 2px solid #c5c5c5;
  border-radius: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 36px;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0;
}


/* enable SWITCHES overwrite style*/
.enableswitch {
  position: relative;
  width: 66px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.enableswitch-checkbox {
  display: none;
}
.enableswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #d0d8d6;
  border-radius: 3px;
}
.enableswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}
.enableswitch-inner:before,
.enableswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 16px;
  padding: 0;
  line-height: 16px;
  font-size: 10px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.enableswitch-inner:before {
  content: "Enable";
  padding-left: 7px;
  background-color: #4a88b7;
  color: #FFFFFF;
}
.enableswitch-inner:after {
  content: "Disable";
  padding-right: 7px;
  background-color: #FFFFFF;
  color: #919191;
  text-align: right;
}
.enableswitch-switch {
  display: block;
  width: 18px;
  margin: 0;
  background: #FFFFFF;
  border: 2px solid #c5c5c5;
  border-radius: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 48px;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.enableswitch-checkbox:checked + .enableswitch-label .enableswitch-inner {
  margin-left: 0;
}
.enableswitch-checkbox:checked + .enableswitch-label .enableswitch-switch {
  right: 0;
}



/**************
    대시보드
****************/

 /*상단표시: 단말기 개수*/
    .display-top{
        background-image: url('../img/bg_dot.png'); background-repeat: repeat-x; border-bottom: 1px solid white; 
        box-shadow: 0px 1px 0px #D4D4D4;
    }
    .display-top > div {
        float: left;
        line-height: 49px;
        padding: 0px 30px;
        font-weight: bold;
        border-left: 1px solid white;
        border-right: 1px solid #DCDCDC;
        box-shadow: 1px 0px 0px white;
    }
    .display-top > .disp-title {
        padding: 0px 70px;
    }
    .display-top > .disp-item {
        color: #3E3E3E;
        cursor: default;
        /*cursor: pointer;*/
    }
    .display-top > .disp-item.active {
        background-image: url('img/btn_select_bg_dot.png');
        background-repeat: repeat-x;
    }
    .display-top > .disp-item > img{
        margin: 0 5px 3px 0;
    }

    

    /*탭: 단말기상태별*/
    .tab-layout .tab-buttons{
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        border-bottom: 1px solid #DA6766;
    }
    .tab-layout .tab-buttons li {
        position: relative;
        display: block;
        float: left;
        margin-bottom: -1px;
        background: none;
        border: none;
        /*padding:1px 0 1px 0;*/
    }
    .tab-layout .tab-buttons li:first-child > a {
        border-left: 0 !important;
    }
    .tab-layout .tab-buttons li.active {
        /*padding:0;*/
    }
    .tab-layout .tab-buttons li > a {
        background: #F8F8F8;
        color: #A7B1C2;
        border: 1px solid #D8DCDE;
        border-left-color: transparent;
        border-bottom: 0;
        font-weight: 600;
        padding: 10px 50px 10px 55px;
        line-height: 1.42857143;
        position: relative;
        display: block;
    }
    .tab-layout .tab-buttons li > a:hover {
        background: #D8DCDE;
        color: #676a6c;
    }
    .tab-layout .tab-buttons li.active > a {
        background: white;
        border: 1px solid #DA6766;
        border-bottom-color: transparent;
        color: #D65554;/*#555555;*/
        cursor: default;
    }
    .tab-layout .tab-body {
        background: #fff;
        padding: 20px;
        position: relative;
    }

    /*테이블: dashboard*/
    .table-dashboard > thead > tr > th {
        background-color: #F2F4F4;
        padding: 16px 12px;
        color: #8B8B8B;
        border-left-color: transparent;
        border-right-color: transparent;
        cursor: default;
    }

    .table-dashboard tr {
        color: #CACACA;
        background-color: transparent;
    }
    .table-dashboard.table-hover>tbody>tr:hover, .table-dashboard.table-hover>tbody>tr.selected  {
        color: #E8B3AB;
        background-color: #E3FBF1;
    }
    .table-dashboard.table-hover>tbody>tr:hover tr > td  {
    }

    .table-dashboard > tbody > tr > td {
        border-left-color: transparent;
        border-right-color: transparent;
        cursor: default;
    }

    /*페이징버튼*/
    .btn-group-dashboard .btn{
        color: #AFB0B0;
    }
    .btn-group-dashboard .btn.active, .btn-group-dashboard .btn:active {
        background: #F3F5F5;
        color: #FE2323;
        -webkit-box-shadow:none;
        box-shadow: none;
    }


    /*말풍선*/
    .map_info_box {
	    position: relative;
	    background: #ffffff;
	    border: 1px solid #8D8D8D;
        color: #000000;
        font-size: 12px;
        padding: 5px;
    }
    .map_info_box:after, .map_info_box:before {
	    top: 100%;
	    left: 50%;
	    border: solid transparent;
	    content: " ";
	    height: 0;
	    width: 0;
	    position: absolute;
	    pointer-events: none;
    }

    .map_info_box:after {
	    border-color: rgba(255, 255, 255, 0);
	    border-top-color: #ffffff;
	    border-width: 7px;
	    margin-left: -7px;
    }
    .map_info_box:before {
	    border-color: rgba(141, 141, 141, 0);
	    border-top-color: #8D8D8D;
	    border-width: 8px;
	    margin-left: -8px;
    }

    .map_info_title {
        font-size: 13px;
        font-weight: 600;
        padding: 0 2px 5px 3px;
        margin: 0 0 5px 0;
        border-bottom: 2px solid #474C5B;
    }

    .map_info_contact {
        margin-bottom: 7px;
    }
    .map_info_contact > table th, .map_info_contact > table td {
        padding:2px;
    }


    /* 맵 컨트롤 버튼 */

    .map_ctrl_btn {

        cursor: pointer;
        background-color: #fff;
        padding: 8px 11px;
        margin: 10px;
        /* border: 2px solid #fff; */
        border-radius: 3px;
        box-shadow: 0 2px 6px rgba(0,0,0,.3);
        font-family: Roboto,Arial,sans-serif;
    }
    .map_ctrl_btn:hover {
        
        color: #000;
        background-color: rgb(235,235,235);
    }
