html,
body {
    
    
}

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

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

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

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

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

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

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\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 th {
    white-space: nowrap;
}

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

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

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.small-box h3 {
    font-size: 20px;
}


#dim {
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    left:0;
    opacity:0.5;
    z-index: 1000;
    display:none;
    background: #000000;
}
#loading {
    display: none;
    position:fixed;
    top:50%;
    left:50%;
    z-index: 1000;
    font-size: 36px;
    color:#fff;
}

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

div.loading {
    background-color: #eee;
    background-image: url('loading.gif');
    background-position:  center center;
    background-repeat: no-repeat;
    opacity: 1;
}
div.loading * {
    opacity: .8;
}

@media only screen and (max-width: 600px) {
    .tampilan-mobile {
        display: block;
    }
    .tampilan-dekstop {
        display: none;
    }    
}


@media only screen and (min-width: 600px) {
    .tampilan-mobile {
        display: none;
    }
    .tampilan-dekstop {
        display: block;
    }    
}

.header {
    color: yellow !important;
}

/* BACKEND */

.table th {
    text-transform: uppercase;
    background: #F2F5F9;
}

.table th,
.table td {
    border: 1px solid #DDDDDD !important;
}

.table .none td {
    border: 0px solid #DDDDDD !important;
}

.table th > a {
    color: #212121;
}

.content-wrapper {
    background: url('images/bg.png');
    background-size:100px;
}

.sidebar .sidebar-menu > li > a {
    color: #ffffff;
}

.content-header > h1 {
    color: #3c85c9;
    text-transform: uppercase;
    font-size: 2em !important;
}

.box-header .btn-group {
    vertical-align: top;
}

.box-header h3.box-title {
    font-size:20px;
    margin-left: 7px;
}

.table-responsive {
    overflow-x: visible !important;
}

.direct-chat-text {
    margin : 5px 20px 0 20px !important;
}

