html {


}

.current {
  background-color: red;
}

/* Boostrap injections*/

.core-form {
    /*core-form: tum bootsrap formlar icin form elementlerine injection yapmayi saglar */
    text-align: left;
}

.core-panel {
    /*core-panel: tum bootsrap panelleri icin panel elementlerine injection yapmayi saglar */
    margin-bottom: 0px;
}

.core-form .control-label {
    /*ornek olarak "core-form" altinda bulunan butun "control-label" class larina injection yapiliyor. */
    text-align: left;
}

.core-form .help-block {
    font-size: 12px;
}

.core-modal-header {
    border-bottom: 1px solid #a3a3a4;
}

.core-modal-body {
    background-color: #fff;
}

.core-panel .panel-title {
    /*core-panel: tum bootsrap panelleri icin panel elementlerine injection yapmayi saglar */
    padding-top: 7.5px;
    font-weight: bold;
}

#ui-view .control-label {
    /*gerektiginde ui-view altindaki tum elementlere mudehale edilebilir.*/
    text-align: left;
}

/* Boostrap overrides*/
.btn {
    border-radius: 3px;
}

/* HTML override */
input {
    max-width: 100%;
}
/* Custom Styles */
.form-group.required .control-label:after {
    content: " *";
    color: red;
}

#loading-bar .bar {
    background: #00ff21;
    height: 4px;
}

.slide-reveal.ng-enter {
    -webkit-transition: 0.5s linear all;
    -moz-transition: 0.5s linear all;
    -o-transition: 0.5s linear all;
    transition: 0.5s linear all;
    opacity: 0.5;
    position: relative;
    opacity: 0;
    top: 10px;
}

.slide-reveal.ng-enter-active {
    top: 0;
    opacity: 1;
}

/* Grid */
.grid {
    height: 513px;
}

    .grid .btn-xs {
        margin-top: 3px;
    }

    .grid .ui-grid-row .label {
        margin-top: 7px;
        display: inline-block;
    }

.grid-msg-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
}

    .grid-msg-overlay .msg {
        opacity: 1;
        position: absolute;
        top: 20%;
        left: 20%;
        width: 60%;
        height: 50%;
        background-color: #eee;
        border-radius: 4px;
        border: 1px solid #555;
        text-align: center;
        font-size: 24px;
        display: table;
    }

        .grid-msg-overlay .msg span {
            display: table-cell;
            vertical-align: middle;
        }

.a-popover-sso {
    background-image: url(http://icons.iconarchive.com/icons/wineass/ios7-redesign/512/Sample-icon.png);
    display: block;
    width: 50px;
    height: 50px;
    background-attachment: fixed;
    margin-bottom: -12px !important;
    border-radius: 5px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

fieldset.core-fieldset {
    border: 1px solid #bbb !important;
    padding: 0 1em 1em 1em !important;
    margin: 0 0 1.5em 0 !important;
    background: linear-gradient(to bottom, #fff 0%, #fdfdfd 100%);
}

    fieldset.core-fieldset .btn-group {
        margin-top: -45px;
        float: right;
    }

legend.core-legend {
    width: inherit; /* Or auto */
    padding: 0 10px; /* To give a bit of padding on the left and right */
    border-bottom: none;
    font-size: 14px;
    font-weight: bold;
    color: #aaa;
}

h1.core-heading {
    font-size: 14px;
    font-weight: bold;
    margin-top: 30px;
    display: flex;
    color: #aaa;
}

    h1.core-heading:before, h1.core-heading:after {
        content: '';
        flex: 1;
        border-bottom: solid 1px;
        margin: auto 1em;
    }

    h1.core-heading:before {
        margin-left: 0;
    }

    h1.core-heading:after {
        margin-right: 0;
    }
