﻿a:hover {
    text-decoration: none;
}

hr {
    margin: 8px 0;
}

.thumbnail {
    background-color: WhiteSmoke;
    border: 1px solid #eee; 
    border-radius: 2px;
}

    .thumbnail h5 {
        line-height: 1.4;
    }

    .thumbnail .btn-group {
        margin-top: 7pt;
    }

.well {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2px;
    background-color: whitesmoke; 
    border: 1px solid #EEE; 
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.form-horizontal .control-group {
    margin-bottom: 2px;
}

h1, h2, h3, h4, h5, h6 {
    text-rendering: auto;
}
/*input, textarea { width: 95%; }
        .form-horizontal .control-label { width: 200px; }
        .form-horizontal .controls { margin-left: 210px; }*/
.modal-backdrop, .modal-backdrop.fade.in {
    opacity: 0.60;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity = 60);
    filter: alpha(opacity = 60);
}

.alert-white {
    background-color: #ffffff;
    border-color: #eee;
    color: #212121;
}

h2 {
    font-size: 18px;
    line-height: 26px;
}

label {
    font-weight: normal;
}

/*input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] {
    width: auto;
    }*/

.btn-sm {
    height: 25px;
    padding: 3px 6px;
    font-size: 11px;
    line-height: 16px;
}

input[type="checkbox"] {
    border: 0;
}

/*.btn {  background: url(/Sponge/Bootstrap3/btn.png) repeat; }*/
/*.btn-default {
        background: url(/Sponge/Bootstrap3/btn.png) repeat;
    }*/

/*.btn-primary {
    background: url(/Sponge/Bootstrap3/btn-primary.png) repeat;
}

.btn-info {
    background: url(/Sponge/Bootstrap3/btn-info.png) repeat;
}

.btn-success {
    background: url(/Sponge/Bootstrap3/btn-success.png) repeat;
}

.btn-warning {
    background: url(/Sponge/Bootstrap3/btn-warning.png) repeat;
}

.btn-danger {
    background: url(/Sponge/Bootstrap3/btn-danger.png) repeat;
}

.btn-inverse {
    background: url(/Sponge/Bootstrap3/btn-inverse.png) repeat;
}

.btn:hover {
    background-position: 0 -10px;
}

.btn-lg:hover {
    background-position: 0 -2px;
}*/

.btn-lg, .btn-group-lg > .btn {
    padding: 8px 14px;
    font-size: 15px;
}

.btn.active, .btn:active {
    /*background-color: #E2DCDC;*/
    box-shadow:none;
}



@media (max-width: 767px) {
    body {
        padding-left: 0px;
        padding-right: 0px;
    }
}
/* 새로 업데이트시 bootstrap.css 화일을 열어서 img-responsive, 쪽과 img-thumbnail  부분을  {  *height: auto;* } 작업을 해서 수정을 하시구, 폰트 10pt  */
/* line-height: 1.42857143; to line-height: 18px; */
/*.btn padding: 4px 14px;*/


/* 여기서 부터는 새롭게 정의되는 부분입니다. */



.form-control {
    height: 25px;
    padding: 3px 8px;
    border-radius: 2px;
    font-size: 10pt;
    margin: 0px 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ddd; 
}

.form-group {
    margin-bottom: 7px;
}

ul, ol {
    padding: 0;
    margin: 0;
}

.glyphicon-color-black {
    color: #000;
}

.glyphicon-color-white {
    color: #fff;
    /*text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.2), 1px 1px 1px rgba(0, 0, 0, 0.6);    */
}

.glyphicon-color-alert {
    color: #D1151D;
}

.glyphicon-color-grey {
    color: #E4DDDD;
}

.glyphicon-color-green {
    color: #2FAD1E;
}

.glyphicon-color-sponge {
    color: #F7ED0C;
}

.glyphicon {
    /*text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.2), 1px 1px 1px rgba(0, 0, 0, 0.6); */
}

/*.glyphicon-text-shadow {
    text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.2), 1px 1px 1px rgba(0, 0, 0, 0.6);
}*/


.glyphicon-padding-both {
    padding-left: 6px;
    padding-right: 6px;
}

.modal-content {
    min-width: 290px;
}

.modal-header {
    padding: 8px;
    background-color: #428BCA;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

    .modal-header button.close {
        color: #fff;
    }

.modal-title {
    color: #fff;
}

.modal-footer {
    margin-top: 10px;
    padding: 8px;
    text-align: right;
    border-top: 1px solid #E5E5E5;
}

.badge-success {
    background-color: #5CB85C;
}

.badge-warning {
    background-color: #F0AD4E;
}

.badge-important {
    background-color: #D9534F;
}

.badge-info {
    background-color: #5BC0DE;
}

.badge-inverse {
    background-color: #474140;
}
.label{font-size:80%;}

.label-inverse {
    background-color: #474140;
}

.alert {
    /*padding: 8px 35px 8px 14px;*/
}

.progress-mini {
    height: 6pt;
}

.glyphicons {
}

.label-librarytour {
    background-color: #4FA2A9;
}

.label-newuser {
    background-color: #7e49a8;
}

.label-sponge-button {
    background-color: #F5F5F5;
    border: 1px solid rgba(0, 0, 0, 0.05);
    color: #857A7A;
}


.select-sponge-default {
    padding: 3px 8px 3px 3px;
    font-size: 12px;
    margin: 0 1px;
}

.btn-sponge-default {
    padding: 3px 8px 3px 8px;
    font-size: 9pt;
    margin: 0 1px;
}

.input-group-addon {
    padding: 3px 8px;
    height: 25px;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 2px;
    margin-bottom: 0;
}

.btn-ms, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 7pt;
    line-height: 1.5;
    border-radius: 2px;
}

/*tap-blue*/
.nav-tabs-blue > li.active > a,
.nav-tabs-blue > li.active > a:hover,
.nav-tabs-blue > li.active > a:focus {
    color: #fff;
    background-color: #428bca;
    border: 1px solid #357ebd;
}


.nav-tabs-blue > li > a {
    background-color: #fff;
    border: 1px solid #ddd;
    font-weight: 600;
    padding: 3px 12px;
}

input, select {
    height: 25px;
    /*padding: 3px 6px;*/
    font-size: 10pt;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    margin: 0px 2px;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);*/
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    input:focus, select:focus {
        border-color: #66afe9;
        outline: 0;
        /*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);*/
    }

    input[type="text"], input[type="password"] {
        padding: 0 8px;
        vertical-align: middle;
    }

select {
    padding: 3px 8px;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 0 0 0 0;
    line-height: normal;
 /*   height: 13px;*/
    vertical-align: top;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 5px;
}

.sponge-inline-command-button {
    width: 80px;
}

.sponge-inline-icon-command-button {
    width: 60px;
    text-align: center;
}

.sponge-inline-number {
    width: 50px;
}

.btn-sm, .btn-group-sponge-page > .btn {
    padding: 3px 10px;
    font-size: 9pt;
    line-height: 1.5;
    border-radius: 2px;
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 4px;
    font-size: 8pt;
    line-height: 1.5;   
 
}

    .btn-xs span.glyphicon, .btn-group-xs > .btn span.glyphicon {
        font-size: 7pt;
        /*text-shadow: 1px 1px 1px #fff;*/
    }

.modal-medium {
    width: 500px;
}

.modal-big-lg {
    width: 1100px;
}

.label-sponge-button-color {
    color: #857A7A !important;
}

.pagination {
    margin: 0;
}

.panel-default {
    border-color: #eee;
}

.panel-default > .panel-heading {
    border-color: #eee;
}

.nav-sm > li > a {
    position: relative;
    display: block;
    padding: 5px 15px;
}

.sponge-label-big {
    font-size: 16px;
    line-height: 1.2;
}

.badge {
    font-size: 9px;
}

.btn-danger {
    border-color: #d9534f !important;
    background: #d9534f linear-gradient(#d9534f 20%, #e06763 80%) !important;
}

.label-large {
    font-size: 80% !important;
}

.panel {
    border-radius: 2px;
}
.breadcrumb > .active{color:#000;}