/*
 * Following css selector categories available :
 *  - login
 *  - header
 *  - portlet
 *  - statistics
 *  - table
 *  - modal
 *  - select
 *  - jstree
 *  - popover
 */

body.login{
    background-color:#444d58!important;
    height:0%;
}

.login-form>.form-actions{
    height:39px;/* 기아 오토큐와 크기 맞추기 */
}

.page-content {
    padding-top:15px!important;
}

canvas {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:-1;
}

/* login */

.catchphrase{
    margin: 100px auto 15px;
    padding: 15px 15px 0px 15px;
    font-weight: 500;
    font-size: large;
    color: white;
    text-align: center;

}

.form-actions>.btn{
    width:100%;
}

.logo1{
    text-align: center;
    margin: 20px auto 20px;

}
.logo1 img{
    height:35px;
    margin-top:-5px;
}
.inquiry{
    margin: 20px auto 0px;
    color: white;
    text-align: center;
    font-size: 16px;
}
.inquiry_content{
    width : 440px;
    margin: 0 auto;
    padding: 10px 30px 15px;
    text-align: center;
}
.inquiry_content h5{
    color: white;
}

.login .content.default {
    width:440px;
}

/* header */

.page-header .page-header-top .page-logo{
    width:auto;
}

.page-header .page-header-top .page-logo .logo-default{
    height:25px;
    margin :25px 0 0;
}

.page-header .page-header-top .page-logo span{
    position:relative;
    top:16px;
    font-size: 25px;
    font-weight: 600;
    color:#333333;
}

.navbar-brand-title{
    color:rgb(255,255,255);
    font-weight:600;
    font-size:100%;
}

/* portlet */

.portlet-title.portlet-title-no-info{
    margin-bottom:0px;
}

.dropdown-menu li.divider{
    background:#e2e2e2;
}

/* statistics */

.statistics{
    padding-left:15px;
    padding-right:15px;
    text-align:center;
}

.statistics h3{
    margin-top:10px;
}

.statistics h3 span{
    font-weight:600;
    font-size:30px;
    text-transform:uppercase;
}

.statistics small{
    color:#AAB5BC;
    font-weight:600;
}

/* table */

table.dataTable thead th
, table.dataTable thead td
, table.dataTable.no-footer{
    border-bottom-color:transparent;
}

#table_player .table-scrollable{
    margin-top:0pxg!important;
}

.table-advance thead tr th {
    background-color:rgba(255,255,255,0)!important;
}

table.dataTable td.sorting_1{
    background-color:rgba(255,255,255,0)!important;
}

/* modal */

.modal-body .for_single_model h4{
    padding-left:10px;
}

.modal-body .for_single_model table td:first-child{
    width:180px;
    text-align:right;
    padding-right:10px;
}

.modal-body .for_single_model input[type=text]
, .modal-body .for_single_model input[type=password]
, .modal-body .for_single_model textarea{
    width:230px;
}

.modal-kibana{
    width:1170px;
}

.tabbable-line>.tab-content{
    padding:10px 0px;
}

.modal-row-remover{
    position:fixed;
    right:20px;
}

.modal-body .table-condensed>tbody>tr>td{
    padding:5px 10px;
}

.modal-body .table-condensed>tbody>tr.group>td{
    padding-left:10px!important;
}

.popover{
    position:fixed;
    z-index:30050;
}

/* select */

.select2-container--bootstrap{
    display:inline-block;
}

.select2-container--bootstrap .select2-selection--single{
    height:30px;
    line-height:0.92857;
    padding:4px 24px 6px 12px;
}

.select2-container--bootstrap .select2-results__group{
    color:rgb(0,0,0);
}

.select-tree-icon{
    width:20px;
    height:25px;
    background-image: url("32px_extended.png");
    display:inline-block;
    background-position: -68px -5px;
    vertical-align: top;
}

.select-tree-icon-branch{
    width:20px;
    height:25px;
    background-image: url("32px.png");
    display:inline-block;
    background-position: -68px -5px;
    vertical-align: top;
}

#select2-group_id-results li{
    padding:0px 6px;
}

/* jstree */

.jstree-default .jstree-anchor{
    line-height:30px;
    height:30px;
    padding-left:6px;
}

canvas#galaxy{
    background: -webkit-radial-gradient(bottom ellipse, #000000 0%, #212121 100%);
    background: radial-gradient(ellipse at bottom, #1000000 0%, #212121 100%);
    background-attachment: fixed;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
}

/* contents tagline*/
.select2-container--bootstrap
.select2-selection--multiple
.select2-search--inline
.select2-search__field{
    padding: 0 6px;
    height:20px;
}

.select2-container--bootstrap
.select2-selection--multiple{
    min-height:20px;
}

.select2-container--bootstrap
.select2-selection--multiple
.select2-selection__choice{
    margin: 2px 0 0 3px;
}