﻿/*
    body {
    padding-top: 50px;
    padding-bottom: 20px;
}
   
*/

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists */
will truncate terms that are too long to fit in the left column .dl-horizontal dt {
    white-space: normal;
}

.rt-item {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .rt-item img {
        width: 100%;
        height: 100%;
        border-radius: 10%;
    }

img {
    vertical-align: middle;
}

.rounded-thumbs {
    padding: 15px 25px 0px;
}

.rt-item small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    display: block;
    color: #777;
    margin-top: 3px;
}

.cb-item {
    background: rgba(255, 255, 255, 0.22) none repeat scroll 0% 0%;
    padding: 10px 0px;
    text-align: center;
    margin-bottom: 16px;
}

.namaText {
    font-weight: bold;
    height: 50px;
    padding-top: 5px;
    position: relative;
    text-align: center;
}


/*gravatar*/
.clip-circle-xs {
    background-size: 24px auto;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
}

.clip-circle-sm {
    background-size: 30px auto;
    height: 30px !important;
    width: 30px !important;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
    margin-top: -5px !important;
}

.clip-circle-md {
    background-size: 96px auto;
    border-radius: 50%;
    height: 96px;
    margin: auto;
    overflow: hidden;
    width: 96px;
    border: 2px solid #f0f0f0;
}

.clip-rectangle-md {
    /*
  background-size:96px auto;
  height:110px;
  width:96px;
  */
    background-size: 60px auto;
    height: 80px;
    width: 60px;
    overflow: hidden;
    margin: auto;
}


/*.user-panel > .image > img {
    max-height: 45px !important;
    max-width: 45px !important;
}*/

.st-sort-ascent:before {
    content: '\25B2';
}

.st-sort-descent:before {
    content: '\25BC';
}

/* pop up modal */
.modal-primary {
    background-color: #0073b7 !important;
}

.modal-danger {
    background-color: #dd4b39 !important;
}

.modal-backdrop.in {
    position: relative;
}

.modal-success {
    background-color: #008d4c !important;
}

.btn {
    font-size: 11px !important;
    font-family: sans-serif;
}

.table > thead > tr > th {
    vertical-align: central;
    padding-top: 8px;
    border-bottom: 2px solid #ddd;
    font-size: 12px !important;
}

.input-group {
    font-size: 12px;
    font-family: sans-serif;
}

.li {
    padding: 5px 5px 5px 15px;
    display: block;
    font-size: 12px;
    font-family: sans-serif;
}

.middle {
    vertical-align: middle !important;
}

.center {
    text-align: center;
}

.form-group.has-error-rt-rw label {
    color: #dd4b39;
}

.form-group.has-error-rt .form-control-rt {
    border-color: #dd4b39;
    box-shadow: none;
}

.form-group.has-error-rw .form-control-rw {
    border-color: #dd4b39;
    box-shadow: none;
}

.nav-tabs-custom > .nav-tabs.blue {
    border-bottom-color: #3c8dbc !important;
}

fieldset {
    margin: 0 0 15px;
    min-width: 0;
    padding: 10px;
    position: relative;
    border-radius: 4px;
    padding-left: 10px !important;
}

legend {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0px;
    border-radius: 4px;
    background-color: #ffffff;
    padding: 5px 10px;
    width: auto;
}

fieldset.success {
    border: 1px solid #d6e9c6 !important;
}

legend.success {
    border: 1px solid #d6e9c6 !important;
    background-color: #dff0d8;
    color: #3c763d;
}

fieldset.info {
    border: 1px solid #bce8f1 !important;
}

legend.info {
    border: 1px solid #bce8f1 !important;
    background-color: #d9edf7;
    color: #31708f;
}

fieldset.warning {
    border: 1px solid #faebcc !important;
}

legend.warning {
    border: 1px solid #faebcc !important;
    background-color: #fcf8e3;
    color: #8a6d3b;
}

fieldset.danger {
    border: 1px solid #ebccd1 !important;
}

legend.danger {
    border: 1px solid #ebccd1 !important;
    background-color: #f2dede;
    color: #a94442;
}

.form-group.required label::after {
    color: #ff0000;
    content: "*";
    position: absolute;
}

.uib-font {
    font-size: 14px !important;
}

.padding-title {
    padding: 5px 10px !important;
}

.tab-dropdown {
    min-width: 245px;
}

.tab-dropdown > li > a {
    white-space: normal;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #cccccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #ffffff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }


.blink-btn {
    animation: blink 1s infinite; 
}

@keyframes blink {
    0% {
        opacity: 1; 
    }

    50% {
        opacity: 0.50;
    }

    100% {
        opacity: 1;
    }
}