body,
html {
    height: 100%;
    background-color: #e4e4e4
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px
}

.wrap>.container {
    padding: 70px 15px 20px
}

.footer .pull-left a {
    font-weight: 700
}

.footer .pull-right {
    display: none
}

.footer:before {
    content: '';
    height: 175px;
    width: 540px;
    background: url(../img/bgimg.png) left top no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.another_wrap:before {
    content: '';
    width: 213px;
    height: 149px;
    position: fixed;
    right: 15px;
    bottom: 80px;
    background: url(../img/s2.png) center no-repeat;
    z-index: 0;
    opacity: .3
}

.footer {
    position: relative;
    overflow: hidden;
    height: 60px;
    background-color: #fff;
    border-top: 1px solid #ddd;
    padding: 20px 15px 0
}

.jumbotron {
    text-align: center;
    background-color: transparent
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px
}

.not-set {
    color: #c55;
    font-style: italic
}

a.asc:after,
a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    padding-left: 5px
}

a.asc:after {
    content: "\e151"
}

a.desc:after {
    content: "\e152"
}

.sort-numerical a.asc:after {
    content: "\e153"
}

.sort-numerical a.desc:after {
    content: "\e154"
}

.sort-ordinal a.asc:after {
    content: "\e155"
}

.sort-ordinal a.desc:after {
    content: "\e156"
}

.grid-view td {
    white-space: nowrap
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999
}

.title,
.vcenter {
    display: inline-block
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px
}

#file-guid,
.another_wrap .navbar-inverse .navbar-toggle:focus .icon-bar,
.another_wrap .navbar-inverse .navbar-toggle:hover .icon-bar,
.container_in,
.navbar-inverse {
    background-color: #fff
}

.nav>li>form {
    padding: 8px
}

.another_wrap .navbar-nav button {
    padding-top: 25px;
    padding-bottom: 25px;
    outline: 0;
    margin: 0;
    border: none
}

.another_wrap .nav>li>form {
    padding: 0
}

.another_wrap .navbar-nav>li>a {
    padding-top: 25px;
    padding-bottom: 25px
}

.another_wrap .navbar-brand {
    padding: 5px 15px;
    height: inherit
}

.another_wrap>nav {
    padding-right: 15px;
    padding-left: 15px
}

.another_wrap .navbar-inverse .navbar-nav>li>a,
.another_wrap .navbar-inverse button {
    color: #008ddb;
    font-weight: 700
}

.another_wrap .navbar-inverse .navbar-toggle {
    border: none !important;
    margin-top: 16px;
    outline: 0 !important
}

.another_wrap .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #008ddc
}

.another_wrap .navbar-inverse .navbar-nav button:focus,
.another_wrap .navbar-inverse .navbar-nav button:hover,
.another_wrap .navbar-inverse .navbar-nav>.active>a,
.another_wrap .navbar-inverse .navbar-nav>.active>a:focus,
.another_wrap .navbar-inverse .navbar-nav>.active>a:hover,
.another_wrap .navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: #008ddb !important;
    text-decoration: none
}

.another_wrap .navbar-inverse .navbar-toggle:focus,
.another_wrap .navbar-inverse .navbar-toggle:hover {
    background-color: #008ddb
}

.container_in .grid-view tr>td:first-child,
.container_in .grid-view tr>td:nth-child(2),
.container_in .grid-view tr>td:nth-child(3),
.container_in .grid-view tr>td:nth-child(4) {
    white-space: normal
}

.container_in .customTable {
    margin-bottom: 10px
}

.container_in {
    padding: 15px 15px 5px 20px !important;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 3px 3px rgba(0, 0, 0, .05);
    margin: 15px auto 0
}

@media(max-width:768px) {
    .nav li>form {
        padding: 3px
    }
    .another_wrap .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px
    }
}

.navbar-inverse {
    border-color: #d1d1d1;
    color: #333
}

#file-guid {
    height: 55px;
    padding: 6px 12px;
    font-size: 16px;
    border: 1px solid #a3c5d8;
    border-radius: 0
}

#file-guid: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, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.jumbo .control-label {
    font-size: 20px;
    color: #333;
    padding-bottom: 8px;
    padding-top: 12px
}

.import i {
    margin: 0 0 0 10px
}

.import:hover {
    background-color: #4ea5bf
}

.import {
    outline: 0 !important;
    border: none;
    background-color: #5bc0de;
    color: #fff;
    font-size: 20px;
    padding: 8px 20px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s
}

.pinForm {
    border: 1px solid #bdbdbd;
    padding: 15px;
    border-radius: 5px;
    margin: 0 auto;
    float: none
}

.vcenter {
    vertical-align: middle;
    float: none
}

.title {
    font-size: 22px;
    color: #fff;
    background: #5bc0de;
    padding: 5px 10px;
    border: 1px dashed #53b0cb
}

/*!*min-height: 185px;*!*/

.pull-center {
    display: table;
    margin: 0 auto
}

.lined_text {
    text-align: center;
    position: relative;
    margin: 20px 0
}

.lined_text span {
    background: #fff;
    position: relative;
    padding: 0 5px;
    font-size: 16px;
    color: #3b3b3b;
    z-index: 3
}

.lined_text:before {
    content: '';
    border-top: 1px solid #ccc;
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    top: 50%
}