li {
    list-style: none; }

.cf::after {
    content: "";
    display: block;
    clear: both; }

html, body {
    font-size: 14px;
    height: 100%;
    overflow: hidden; }

h1, h2, h3, h4, h5, h6 {
    font-weight: bold !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
h2,h3 {
    font-size: 14px !important;
}

a {
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s; }

.container {
    width: 1170px;
    margin: 0 auto; }
    .container::after {
        content: "";
        display: block;
        clear: both; }

header {
    background: #333;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 50px;
    z-index: 9999; }
    header .left {
        padding: 5px 0;
        float: left;
        width: 300px; }
        header .left img {
            height: 30px;
        }
    header .center {
        padding: 5px 0;
        float: left;
        width: 400px;
        color: #eee; }
        header .center input[type=text] {
            background: #666;
            border-radius: 3px;
            height: 30px;
            width: 250px;
            padding-left: 10px; }
        header .center input[type=submit] {
            background: #ccc;
            height: 30px;
            color: #333;
            border-radius: 3px;
            padding: 0 10px;
            -webkit-transition: all 0.2s ease 0s;
            transition: all 0.2s ease 0s; }
            header .center input[type=submit]:hover {
                background: #fff;
                cursor: pointer; }
    header .right {
        float: right;
        min-width: 170px; }
        header .right .head_prof {
            padding: 5px 0 5px 5px;
            position: relative; }
            header .right .head_prof:hover {
                -webkit-transition: all 0.2s ease 0s;
                transition: all 0.2s ease 0s;
                cursor: pointer;
                background: #4d4d4d; }
                header .right .head_prof:hover img {
                    opacity: 0.8; }
            header .right .head_prof::after {
                content: "";
                display: block;
                width: 6px;
                height: 6px;
                position: absolute;
                right: 5px;
                top: 15px;
                border-bottom: 2px solid #ccc;
                border-right: 2px solid #ccc;
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
            header .right .head_prof .name {
                display: inline-block;
                color: #fff;
                font-weight: bold;
                font-size: 14px;
                margin-left: 10px;
                padding-right: 15px; }
            header .right .head_prof ul {
                position: absolute;
                top: 40px;
                left: 0;
                width: 170px;
                padding: 0 0 10px 0px;
                border-radius: 0 0 3px 3px;
                background: #4d4d4d; }
                header .right .head_prof ul li {
                    list-style: none; }
                    header .right .head_prof ul li a {
                        display: block;
                        color: #ccc;
                        font-size: 14px;
                        line-height: 3.0;
                        padding: 0 10px;
                        border-radius: 3px; }
                        header .right .head_prof ul li a:hover {
                            background: #333; }

main {
    padding-top: 50px;
    /*display: table;*/
    height: 100%;
    min-height: 100%;
    /*width: 1170px;*/
    margin: 0 auto;
    overflow-y: hidden; }
    main .left_col {
        display: table-cell;
        width: 250px;
        background: #f3f3f3; }
        main .left_col .left_tit {
            background: #ccc;
            height: 40px;
            box-shadow: 0 1px 1px -1px #666;
            z-index: 10;
            position: relative; }
            main .left_col .left_tit::after {
                content: "";
                display: block;
                clear: both; }
            main .left_col .left_tit h2 {
                float: left;
                color: #333;
                line-height: 40px;
                padding: 0 10px; }
            main .left_col .left_tit span#student_count {
                    margin-top: 7px;
                    padding: 2px 3px 0px 3px;
                    float: left;
                    border-radius: 5px;
                    color: #fff; }
            main .left_col .left_tit .plus_btn {
                float: right;
                width: 50px;
                border: 1px solid #aaa;
                border-radius: 3px;
                background: #f3f3f3;
                box-shadow: 0 1px 0 #bbb;
                height: 30px;
                line-height: 28px;
                margin-top: 5px;
                margin-right: 10px;
                position: relative;
                -webkit-transition: all 0.2s ease 0s;
                transition: all 0.2s ease 0s; }
                main .left_col .left_tit .plus_btn:hover {
                    cursor: pointer;
                    background: #fff; }
                main .left_col .left_tit .plus_btn i {
                    padding-left: 20px;
                    display: inline-block; }
                main .left_col .left_tit .plus_btn .left_fit_list {
                    position: absolute;
                    left: 0;
                    top: 30px;
                    width: 150px;
                    background: #fff;
                    border: 1px solid #ccc;
                    border-radius: 3px;
                    box-shadow: 0 0 3px #ccc; }
                    main .left_col .left_tit .plus_btn .left_fit_list li a {
                        padding-left: 10px;
                        display: block;
                        color: #333;
                        line-height: 3; }
                        main .left_col .left_tit .plus_btn .left_fit_list li a:hover {
                            background: #ccc; }
            main .left_col .left_search {
                background: #ccc;
                height: 40px;
                box-shadow: 0 1px 1px -1px #666;
                position: relative;
                padding-top: 6px;}
            main .left_col .left_search #indexForm #search_name {
                width: 180px;
                border: 1px solid #ddd;
                float: left;
                margin-left: 10px;
                padding: 3px;}
            main .left_col .left_search #indexForm button {
                border: 1px solid #666;
                float: left;
                width: 50px;
                height: 30px;}
        main .left_col .left_name {
            z-index: 1;
            overflow-y: scroll; }
            main .left_col .left_name li {
                padding: 5px 10px;
                border-bottom: 1px solid #ccc;
                border-top: 1px solid #fff;
                -webkit-transition: all 0.2s ease 0s;
                transition: all 0.2s ease 0s; }
                main .left_col .left_name li:hover {
                    background: #fff;
                    cursor: pointer; }
                main .left_col .left_name li:after {
                    content: "";
                    display: block;
                    clear: both; }
                main .left_col .left_name li img {
                    display: block;
                    width: 35px;
                    float: left; }
                main .left_col .left_name li p {
                    float: left;
                    /*width: 180px;*/
                    margin-left: 10px;
                    line-height: 32px;
                    color: #333; }
                main .left_col .left_name li p.client_name {
                    width: 180px;
                    line-height: 18px;}
                main .left_col .left_name li p.client_code {
                    font-size: 80%;
                    line-height: 14px;}
    main .center_col {
        position: relative;
        display: table-cell;
        vertical-align: top; }
        main .center_col .center_tit {
            height: 40px;
            background: #f3f3f3;
            font-size: 18px;
            font-weight: bold;
            line-height: 40px;
            padding: 0 10px; }
            main .center_col .center_tit h2{
            /*width: 50%;*/
            line-height: 3 !important;
            display: inline;
            float: left; }
            main .center_col .center_menu {
            float: right;}
            main .center_col #center_menu_select {
                font-size: 14px;
                font-weight: normal;
                float: left; }
        main .center_col .chat_box {
            overflow-y: scroll;
            /*width:40%; */}
            main .center_col .chat_box .myself, main .center_col .chat_box ul li {
                border-bottom: 1px solid #F3F3F3;}
            main .center_col .chat_box .myself, main .center_col .chat_box .other {
                padding: 10px 15px; }
                main .center_col .chat_box .myself::after, main .center_col .chat_box .other::after {
                    content: "";
                    display: block;
                    clear: both; }
                main .center_col .chat_box .myself .prof_img, main .center_col .chat_box .other .prof_img {
                    float: left;
                    width: 35px; }
                main .center_col .chat_box .myself .textbox, main .center_col .chat_box .other .textbox {
                    float: left;
                    width: 92%;
                    margin-left: 15px; }
                    main .center_col .chat_box .myself .textbox .namebox, main .center_col .chat_box .other .textbox .namebox {
                        margin-bottom: 5px; }
                        main .center_col .chat_box .myself .textbox .namebox::after, main .center_col .chat_box .other .textbox .namebox::after {
                            content: "";
                            display: block;
                            clear: both; }
                        main .center_col .chat_box .myself .textbox .namebox h3, main .center_col .chat_box .other .textbox .namebox h3 {
                            float: left;
                            font-size: 14px;
                            color: #333;
                            line-height: 2 !important; }
                        main .center_col .chat_box .myself .textbox .namebox time, main .center_col .chat_box .other .textbox .namebox time {
                            float: right;
                            font-size: 11px;
                            color: #666; }
                    main .center_col .chat_box .myself .textbox .chat_main, main .center_col .chat_box .other .textbox .chat_main {
                        font-size: 14px;
                        color: #333;
                        text-align: justify; }
                        .textbox .chat_main .message_media {
                            border: 1px solid #b3b3b3;
                            border-radius: 5px;
                            padding: 0 0 5px 0;
                            width: 93%}
                        .textbox .chat_main .message_media .media_title {
                            border-bottom: 1px solid #cccccc;
                            border-radius: 5px 5px 0 0;
                            background-color: #f2f2f2;
                            padding: 3px;
                            margin-bottom: 5px;}
                        .textbox .chat_main .message_media i {
                            padding-left: 5px;}
                        .boxerVideo i {
                            float: left;
                            display: block;
                            font-size: 25px;
                            color: #666; }
                        .boxerImg i {
                            float: left;
                            display: block;
                            font-size: 25px;
                            color: #666; }
                        .boxerLive i {
                            float: left;
                            display: block;
                            font-size: 25px;
                            color: #666; }
                        main .center_col .chat_box .myself .textbox .chat_main .chat_delete {
                            height: 23px;
                            width: 14px;
                            float: right;
                            opacity: 0.8;
                            color: #000;
                            cursor: pointer;
                            padding: 0px;}
                        main .center_col .chat_box .myself .textbox .chat_main .chat_edit {
                            height: 23px;
                            width: 14px;
                            float: right;
                            opacity: 0.8;
                            color: #000;
                            cursor: pointer;
                            padding: 0px;
                            margin-right: 5px;}
                            main .center_col .chat_box .myself .textbox .chat_main .chat_menu .chat_delete i {
                                font-size: 14px;}
                            main .center_col .chat_box .myself .textbox .chat_main .chat_menu .chat_edit i {
                                font-size: 14px;}
            main .center_col .chat_box .other {
                background: #EBFFFF; }
        main .center_col .input_box {
            position: fixed;
            left: 585px;
            bottom: 0;
            width: 670px;
            height: 150px;
            margin-left: -335px;
            padding: 10px 15px;
            background: #fff; }
            main .center_col .input_box .input_innner {
                border: 1px solid #ccc;
                height: 100%;
                border-radius: 3px;
                box-shadow: 0 0 3px #ccc; }
                main .center_col .input_box .input_innner .head {
                    padding: 5px 0;
                    margin: 0 10px;
                    border-top: 1px solid #ccc; }
                    main .center_col .input_box .input_innner .head::after {
                        content: "";
                        display: block;
                        clear: both; }
                    main .center_col .input_box .input_innner .head i {
                        color: #666;
                        line-height: 28px;
                        float: left;
                        width: 30px;
                        font-size: 24px;
                        margin-right: 10px; }
                        main .center_col .input_box .input_innner .head i:hover {
                            cursor: pointer;
                            color: #888; }
                    main .center_col .input_box .input_innner .head button {
                        letter-spacing: 3px;
                        float: right;
                        width: 80px;
                        color: #fff;
                        background: #3498db;
                        border-radius: 3px;
                        border-bottom: 2px solid #2980b9;
                        font-size: 16px; }
                        main .center_col .input_box .input_innner .head button:hover {
                            cursor: pointer;
                            background: #44a8eb;
                            border-bottom: 2px solid #3990c9; }
                main .center_col .input_box .input_innner textarea {
                    display: block;
                    width: 97%;
                    height: 75px;
                    margin: 10px;
                    resize: none;
                    margin-bottom: 0;
                    overflow-y: scroll; }
    main .center_col .input_box_disable {
            position: fixed;
            left: 585px;
            bottom: 0;
            width: 670px;
            height: 150px;
            margin-left: -335px;
            padding: 20px 25px;
            background: #232323;
            color: white;
            opacity: 0.3;
            display: none; }
    main .right_col {
        background: #f3f3f3;
        display: table-cell;
        width: 250px;
        vertical-align: top; }
        main .right_col .student {
            background: #f3f3f3;
            padding: 5px 10px; }
            main .right_col .student .cf {
                margin-bottom: 5px; }
                main .right_col .student .cf img {
                    float: left;
                    width: 35px; }
                main .right_col .student .cf h3 {
                    margin-left: 10px;
                    float: left;
                    line-height: 20px !important; }
                main .right_col .student .cf span {
                        float: left;
                        font-size: 12px;
                        margin-left: 10px;
                }
            main .right_col .student dl {
                margin: 0px;}
            main .right_col .student dl dt {
                font-size: 10px;}
            main .right_col .student dl dd {
                font-size: 12px; }
                main .right_col .student dl dd i {
                    width: 12px;
                    height: 12px;
                    text-align: center;}
                main .right_col .student dl dd.client_menu {
                height: 25px;}
            main .right_col .student div#label_karte,
            main .right_col .student div#form_karte {
                height: 100px;
            }
            main .right_col .student div#form_karte textarea {
                height: 90px !important;
            }
            main .right_col .student div#label_karte {
                overflow-y: scroll;
            }
        main .right_col .movie_list .left-scroll-box,
        main .right_col .photo_list .left-scroll-box,
        main .right_col .live_list .left-scroll-box{
            overflow-y: scroll;
            height: 100%;
        }
        main .ui-tabs .ui-tabs-panel {
            padding: 0;
            background: transparent;
        }
        main .ui-widget-content {
            border: none;
            background: transparent;
        }
        main .ui-widget-header {
            border: none;
            background: transparent;
            padding: 0;
        }

        main .right_col .movie_list ul li {
            font-size: 12px;
            padding: 5px 10px;
            border-bottom: 1px solid #ccc;
            border-top: 1px solid #fff;
            -webkit-transition: all 0.2s ease 0s;
            transition: all 0.2s ease 0s; }
            main .right_col .movie_list ul li:hover {
                background: #fff;
                cursor: pointer; }
            main .right_col .movie_list ul li:after {
                content: "";
                display: block;
                clear: both; }
            main .right_col .movie_list ul li img {
                display: block;
                width: 35px;
                float: left; }
            main .right_col .movie_list ul li a {
                float: left;
                display: block;
                width: 35px;
                color: #666; }
                main .right_col .movie_list ul li a i {
                    padding-top: 5px;
                    font-size: 25px;
                }
            main .right_col .movie_list ul li p {
                /*float: left;*/
                width: 160px;
                margin-left: 40px;
                line-height: 32px;
                color: #333; }
        main .right_col .photo_list h2 {
            background: #ccc;
            height: 40px;
            line-height: 40px;
            padding: 0 10px; }
        main .right_col .photo_list ul li {
            font-size: 12px;
            padding: 5px 10px;
            border-bottom: 1px solid #ccc;
            border-top: 1px solid #fff;
            -webkit-transition: all 0.2s ease 0s;
            transition: all 0.2s ease 0s; }
            main .right_col .photo_list ul li:hover {
                background: #fff;
                cursor: pointer; }
            main .right_col .photo_list ul li:after {
                content: "";
                display: block;
                clear: both; }
            main .right_col .photo_list ul li img {
                display: block;
                width: 35px;
                float: left; }
            main .right_col .photo_list ul li a {
                float: left;
                display: block;
                width: 35px;
                color: #666; }
                main .right_col .photo_list ul li a i {
                    padding-top: 5px;
                    font-size: 25px;
                }
            main .right_col .photo_list ul li p {
                /*float: left;*/
                width: 160px;
                margin-left: 40px;
                line-height: 32px;
                color: #333; }
        main .right_col .live_list ul li {
            font-size: 12px;
            padding: 5px 10px;
            border-bottom: 1px solid #ccc;
            border-top: 1px solid #fff;
            -webkit-transition: all 0.2s ease 0s;
            transition: all 0.2s ease 0s; }
            main .right_col .live_list ul li:hover {
                background: #fff;
                cursor: pointer; }
            main .right_col .live_list ul li:after {
                content: "";
                display: block;
                clear: both; }
            main .right_col .live_list ul li img {
                display: block;
                width: 35px;
                float: left; }
            main .right_col .live_list ul li a {
                float: left;
                display: block;
                width: 35px;
                color: #666; }
                main .right_col .live_list ul li a i {
                    padding-top: 5px;
                    font-size: 25px;
                }
            main .right_col .live_list ul li p {
                /*float: left;*/
                width: 160px;
                margin-left: 40px;
                line-height: 32px;
                color: #333; }

.boxer_inline_content {
    width: 500px;
    height: 500px; }
    .boxer_inline_content video {
            display: block;
            margin: 0 auto;
            width: 300px;
            height: 500px; }
/*
#tabhoge ul {
    border-bottom: 1px solid #ccc;
}

#tabhoge ul::after {
    content: "";
    display: block;
    clear: both;
}

#tabhoge > ul li {
    float: left;
    width:    80px;
    height: 40px;
}

#tabhoge > ul li a {
    display: block;
    color: #333;
    line-height: 40px;
    background: #E6E6E6;
    border: 1px solid #ccc;
    border-bottom: none;
    text-align: center;
    border-radius: 3px 3px 0 0;
    margin-left: 3px;
}

#tabhoge > ul li a:hover {
    background: #fff;
}

#tabhoge > ul .ui-tabs-active a {
    background: #fff;
}
*/
.inline_content {
    overflow: hidden;
    padding: 30px 30px 10px 30px;
    margin-top: 5px; }
        .inline_content dl {
            width: 500px;
            margin: auto;
            padding: 20px;
            border-bottom: 1px solid #eee; }
            .inline_content dl:last-child {
                border-bottom: none; }
            .inline_content dl:after {
                content: "";
                display: block;
                clear: both; }
            .inline_content dl dt {
                float: left;
                width: 30%; }
            .inline_content dl dd input[type=text],.inline_content dl dd input[type=password], dl dd input[type=email] {
                float: left;
                width: 70%;
                background: #fefefe;
                border: 1px solid #ccc;
                height: 30px;
                border-radius: 3px;
                padding: 5px; }
                .inline_content dl dd textarea {
                    width: 100%;
                    height: 70px;
                    border: 1px solid #ccc;
                    border-radius: 5px;
                    padding: 0.5em;
                }

.button_wrapper{
    text-align: right;
    margin-top: 10px
}

.movie_btn_text {
    position: absolute;
    top: 0;
    left: 33px;
    font-size: 16px;
}

.photo_btn_text {
    position: absolute;
    top: 0;
    left: 33px;
    font-size: 16px;
}

.file {
    display: inline-block;
    overflow: hidden;
    position: relative;
    color: #666;
    line-height: 28px;
    float: left;
    /*width: 130px;*/
    font-size: 24px;
    margin-right: 10px;
    /*border: 1px solid #dd0000;
    border-radius: 5px;
    background: #dd0000;
    color:#fff;
    margin-left: 5px;*/
}

.file input[type="file"] {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    font-size: 100px;
    cursor: pointer;
}

.popUpBase {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
}
.popUpHeader {
    margin: 2px;
    padding: .4em 1em;
    background-color: #E9E9E9;
    border-radius: 3px;
    border: 1px solid rgb(220,220,220);
}
.popUpHeader h2 {
    padding: 5px;
}
.popUpContent {
    position: relative;
    background: white;
    border-radius: 3px;
    border: 1px solid rgb(220,220,220);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.8);
}
.popUpContent .close {
    background-color: #FFF;
    border: 1px solid #666;
    border-radius: 50%;
    box-shadow: 1px 1px 1px #ddc inset;
    color: #666;
    cursor: pointer;
    display: inline-block;
    font-size: 25px;
    font-weight: bold;
    height: 25px;
    line-height: 20px;
    text-align: center;
    text-shadow: 1px 1px 0 #fff;
    top: -10px;
    position: absolute;
    right: -10px;
    width: 25px;
}

/* arrow_box */
.arrow_box {
    display: none;
    position: absolute;
    background: #ffffff;
    border: 2px solid #8f8f8f;
    right: 260px;
    padding: 10px;
    width: 210px;
}
.arrow_box .arrow_box_inner {
    text-align: center;
}
.arrow_box img {
    display: inline !important;
    float: none !important;
    width: 100px !important;
}
/*
.arrow_box:after, .arrow_box:before {
    left: 100%;
    top: 80%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
*/

.arrow_box:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #ffffff;
    border-width: 10px;
    margin-top: -10px;
}
.arrow_box:before {
    border-color: rgba(143, 143, 143, 0);
    border-left-color: #8f8f8f;
    border-width: 13px;
    margin-top: -13px;
}

.table{
        width: 605px;
        height: 340px;
        background: #ccc;
        display:table;
        text-align: center;
}
.table > *{
        display:table-cell;
        vertical-align: middle;
}

#share_word {
    overflow-y: scroll;
    height: 120px;
}




/* bootstrap */
.alert {
    padding: 10px;
    margin-bottom: 5px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert-success {
    color: #3C763D;
    background-color: #DFF0D8;
    border-color: #D6E9C6;
}
.alert-error {
    color: #A94442;
    background-color: #F2DEDE;
    border-color: #EBCCD1;
}
.btn {
    display:inline-block;
    padding:6px 12px;
    margin-bottom:0;
    font-size:14px;
    font-weight:400;
    line-height:1.42857143;
    text-align:center;
    white-space:nowrap;
    vertical-align:middle;
    -ms-touch-action:manipulation;
    touch-action:manipulation;
    cursor:pointer;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    background-image:none;
    border:1px solid transparent;
    border-radius:4px
}
.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus {
    outline:thin dotted;
    outline:5px auto -webkit-focus-ring-color;
    outline-offset:-2px
}
.btn.focus,.btn:focus,.btn:hover {
    color:#333;
    text-decoration:none
}
.btn.active,.btn:active {
    background-image:none;
    outline:0;
    -webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow:inset 0 3px 5px rgba(0,0,0,.125)
}
.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
    cursor:not-allowed;
    filter:alpha(opacity=65);
    -webkit-box-shadow:none;
    box-shadow:none;
    opacity:.65
}
a.btn.disabled,fieldset[disabled] a.btn {
    pointer-events:none
}
.btn-default {
    color:#333;
    background-color:#fff;
    border-color:#ccc
}
.btn-default.focus,.btn-default:focus {
    color:#333;
    background-color:#e6e6e6;
    border-color:#8c8c8c
}
.btn-default:hover {
    color:#333;
    background-color:#e6e6e6;
    border-color:#adadad
}
.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default {
    color:#333;
    background-color:#e6e6e6;
    border-color:#adadad
}
.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover {
    color:#333;
    background-color:#d4d4d4;
    border-color:#8c8c8c
}
.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default {
    background-image:none
}
.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover {
    background-color:#fff;
    border-color:#ccc
}
.btn-default .badge {
    color:#fff;
    background-color:#333
}
.btn-primary {
    color:#fff;
    background-color:#337ab7;
    border-color:#2e6da4
}
.btn-primary.focus,.btn-primary:focus {
    color:#fff;
    background-color:#286090;
    border-color:#122b40
}
.btn-primary:hover {
    color:#fff;
    background-color:#286090;
    border-color:#204d74
}
.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary {
    color:#fff;
    background-color:#286090;
    border-color:#204d74
}
.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover {
    color:#fff;
    background-color:#204d74;
    border-color:#122b40
}
.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary {
    background-image:none
}
.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover {
    background-color:#337ab7;
    border-color:#2e6da4
}
.btn-primary .badge {
    color:#337ab7;
    background-color:#fff
}
.btn-success {
    color:#fff;
    background-color:#5cb85c;
    border-color:#4cae4c
}
.btn-success.focus,.btn-success:focus {
    color:#fff;
    background-color:#449d44;
    border-color:#255625
}
.btn-success:hover {
    color:#fff;
    background-color:#449d44;
    border-color:#398439
}
.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success {
    color:#fff;
    background-color:#449d44;
    border-color:#398439
}
.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover {
    color:#fff;
    background-color:#398439;
    border-color:#255625
}
.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success {
    background-image:none
}
.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover {
    background-color:#5cb85c;
    border-color:#4cae4c
}
.btn-success .badge {
    color:#5cb85c;
    background-color:#fff
}
.btn-info {
    color:#fff;
    background-color:#5bc0de;
    border-color:#46b8da
}
.btn-info.focus,.btn-info:focus {
    color:#fff;
    background-color:#31b0d5;
    border-color:#1b6d85
}
.btn-info:hover {
    color:#fff;
    background-color:#31b0d5;
    border-color:#269abc
}
.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info {
    color:#fff;
    background-color:#31b0d5;
    border-color:#269abc
}
.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover {
    color:#fff;
    background-color:#269abc;
    border-color:#1b6d85
}
.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info {
    background-image:none
}
.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover {
    background-color:#5bc0de;
    border-color:#46b8da
}
.btn-info .badge {
    color:#5bc0de;
    background-color:#fff
}
.btn-warning {
    color:#fff;
    background-color:#f0ad4e;
    border-color:#eea236
}
.btn-warning.focus,.btn-warning:focus {
    color:#fff;
    background-color:#ec971f;
    border-color:#985f0d
}
.btn-warning:hover {
    color:#fff;
    background-color:#ec971f;
    border-color:#d58512
}
.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning {
    color:#fff;
    background-color:#ec971f;
    border-color:#d58512
}
.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover {
    color:#fff;
    background-color:#d58512;
    border-color:#985f0d
}
.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning {
    background-image:none
}
.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover {
    background-color:#f0ad4e;
    border-color:#eea236
}
.btn-warning .badge {
    color:#f0ad4e;
    background-color:#fff
}
.btn-danger {
    color:#fff;
    background-color:#d9534f;
    border-color:#d43f3a
}
.btn-danger.focus,.btn-danger:focus {
    color:#fff;
    background-color:#c9302c;
    border-color:#761c19
}
.btn-danger:hover {
    color:#fff;
    background-color:#c9302c;
    border-color:#ac2925
}
.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger {
    color:#fff;
    background-color:#c9302c;
    border-color:#ac2925
}
.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover {
    color:#fff;
    background-color:#ac2925;
    border-color:#761c19
}
.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger {
    background-image:none
}
.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled].focus,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover {
    background-color:#d9534f;
    border-color:#d43f3a
}
.btn-danger .badge {
    color:#d9534f;
    background-color:#fff
}

.input-group-btn {
    position: relative;
    font-size: 0px;
    white-space: nowrap;
}
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-btn {
    display: table-cell;
}
.input-group-btn > .btn {
    position: relative;
}
.input-group-.btn:last-child > .btn {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.input-group-btn:last-child > .btn {
    z-index: 2;
    margin-left: -1px;
}

nav {
    display: block;
}
.navbar:after {
    clear: both;
}
.navbar:after, .navbar:before {
    display: table;
    content: " ";
}
.navbar {
    margin-bottom: 0px;
    position: absolute !important;
    width: 100%;
}
.container>.navbar-header {
    margin-right: 0;
    margin-left: 0;
}
.navbar-static-top {
    border-radius: 0;
    z-index: 99;
    border-width: 0 0 1px;
}
.navbar-inverse {
    border-color: #FFF;
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav>li>a {
    color: #FFF !important;
}
.navbar-inverse .navbar-nav>li>a {
    font-size: 16px !important;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    background-color: #5a5a5a !important;
}
.dropdown-menu>li>a {
    padding: 10px 30px !important;
}

p {
    margin: 0px;
}
input[type=file] {
    display: inline;
}
div.checkbox {
    display: inline !important;
    margin-right: 10px;
}
.checkbox input[type=checkbox] {
    position: relative !important;
    margin-left: 0px !important;
}
.checkbox label {
    padding-left: 5px !important;
}
span.notice_created {
    color: #999;
    font-size: 12px;
    display: block;
}
.lobibox-body li {
    padding: 10px 5px;
    border-bottom: 1px solid #CCC;
}
#boxer .boxer-loading {
	display: none;
}