
a {
    color: #1C2CF0;
}

.gkg-shadow {
    -webkit-box-shadow: 2px 13px 94px -50px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 13px 94px -50px rgba(0,0,0,0.75);
    box-shadow: 2px 13px 94px -50px rgba(0,0,0,0.75);


}
.gkg-shadow-blue {
    box-shadow: 0 5px 30px 0 rgba(151,191,231,0.05);
}
.gkg-modal {
    border-radius: 0px !important;
}

.gkg-spinner{
    position: fixed;
    z-index: 2200;
    height: 100px;
    width: 100px;
    top: 48%;
    left: 0;
    bottom: 0;
    right: 0;
}

.main-page-wide-gkg{
    padding-left: 25px;
    padding-right: 25px;
}
.ios-scroll {
    overflow-y: scroll; -webkit-overflow-scrolling: touch;
}

.new-post {
/*
    border-color: rgba(58, 145, 232, 0.66);
    border-radius: 4px;
*/
    box-shadow: 0 10px 20px 0 rgba(151,191,231,0.7);

}

.border-radius-custom-1 {
    border-radius: 3px;
}

/* MODAL */
.modal-content {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    outline: 0 none;
    position: relative;
}
.modal-dialog {
    z-index: 2200;
}
.modal-body {
    padding: 20px 30px 30px 30px;
}
.inmodal .modal-body {
    background: #f8fafb;
}
.inmodal .modal-header {
    padding: 30px 15px;
    text-align: center;
}
.animated.modal.fade .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.inmodal .modal-title {
    font-size: 26px;
}
.inmodal .modal-icon {
    font-size: 84px;
    color: #e2e3e3;
}
.modal-footer {
    margin-top: 0;
}

.group {
    position: relative;
    margin: 20px 0;
}

textarea {
    resize: none;
}

input,
textarea {
    background: none;
    color: #292d2f;
    font-size: 16px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-radius: 0;
    /*border-bottom: 1px solid #9e9e9e;*/
    border-bottom: 1px solid #e7eaec;
}
input:focus,
textarea:focus {
    outline: none;
}
input:focus ~ label, input:valid ~ label,
textarea:focus ~ label,
textarea:valid ~ label {
    top: -14px;
    font-size: 12px;
    color: #1C2CF0;
}
input:focus ~ .bar:before,
textarea:focus ~ .bar:before {
    width: 100%;
}

input[type="password"] {
    letter-spacing: 0.3em;
}

label {
    color: #9e9e9e;
    font-size: 13px;
    font-weight: normal;
    position: absolute;
    /*pointer-events: none;*/
    left: 5px;
    top: 10px;
    transition: 300ms ease all;
    padding: inherit;
}

.bar {
    position: relative;
    display: block;
    width: 100%;
}
.bar:before {
    content: "";
    height: 2px;
    width: 0;
    bottom: 0px;
    position: absolute;
    background: #1C2CF0;
    transition: 300ms ease all;
    left: 0%;
}

/* Absolute Center Spinner */

.loading_simple {
    position: fixed;
    z-index: 9500;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading_simple:before {
    content: '';
    /*background: url("http://mansion.project.local/img_site/logo-white_2.png") center no-repeat;*/
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);

}

/* :not(:required) hides these rules from IE9 and below */
.loading_simple:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

@media all and (min-width:1200px) and (max-width: 1350px) {
    .table-scroll{
        overflow: auto;
    }
}

@media all and (min-width:1024px) and (max-width: 1200px) {
    .table-scroll{
        overflow: auto;
    }
}

@media all and (min-width:960px) and (max-width: 1024px) {
    .table-scroll{
        overflow: auto;
    }
}

@media all and (min-width:801px) and (max-width: 959px) {
    .table-scroll{
        overflow: auto;
    }
}

@media all and (min-width:769px) and (max-width: 800px) {
    .table-scroll{
        overflow: auto;
    }
    .b-r.main-page-wide-gkg {
        border-right: 0px;
    }
    .col-lg-5.main-page-wide-gkg{
        padding-left: 0px;
        padding-right: 0px;
    }
    .col-lg-7.main-page-wide-gkg{
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media all and (min-width:569px) and (max-width: 768px) {
    .table-scroll{
        overflow: auto;
    }
    .b-r.main-page-wide-gkg {
        border-right: 0px;
    }
    .col-lg-5.main-page-wide-gkg{
        padding-left: 0px;
        padding-right: 0px;
    }
    .col-lg-7.main-page-wide-gkg{
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media all and (min-width:481px) and (max-width: 568px) {
    .table-scroll{
        overflow: auto;
    }
    .b-r.main-page-wide-gkg {
        border-right: 0px;
    }
    .col-lg-5.main-page-wide-gkg{
        padding-left: 0px;
        padding-right: 0px;
    }
    .col-lg-7.main-page-wide-gkg{
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media all and (min-width:321px) and (max-width: 480px) {
    .table-scroll{
        overflow: auto;
    }
    .b-r.main-page-wide-gkg {
        border-right: 0px;
    }
    .col-lg-5.main-page-wide-gkg{
        padding-left: 0px;
        padding-right: 0px;
    }
    .col-lg-7.main-page-wide-gkg{
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media all and (min-width:0px) and (max-width: 320px) {
    .table-scroll{
        overflow: auto;
    }
    .b-r.main-page-wide-gkg {
        border-right: 0px;
    }
    .col-lg-5.main-page-wide-gkg{
        padding-left: 0px;
        padding-right: 0px;
    }
    .col-lg-7.main-page-wide-gkg{
        padding-left: 20px;
        padding-right: 20px;
    }
}
.vertical-timeline-content-gkg {
    position: relative;
    margin-left: 60px;
    border-radius: 0.25em;
}
.avatar-circle-active {
    background-image: linear-gradient(84.06deg, #654185 -28.62%, #1C2CF0 36.39%, #1C2CF0 98.74%);
    padding: 2px;
}
.avatar-circle-inactive {
    background: white;
    padding: 2px;
}

.navbar-default .landing_link a {
 background: linear-gradient(84.06deg, #1C2CF0 -28.62%, #1C2CF0 36.39%, #1C2CF0 98.74%);
 color: white;
}
/* pillow buttons everywhere */
.btn {
    border-radius: 10px;
}
/* new table header style */
.hmn-table-headers table thead {
    text-transform: uppercase;
    color: #888888;
    font-size: 11px;
}

.hmn-gradient-background {
    /*background: linear-gradient(84.06deg, #0088FF -28.62%, #A033FF 36.39%, #FF5C87 98.74%);*/
    background: linear-gradient(84.06deg, #1C2CF0 -28.62%, #1C2CF0 36.39%, #000000 98.74%);
    border: transparent;
}

.hmn-table-headers table thead {
    text-transform: uppercase;
    color: #888888;
    font-size: 11px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #1C2CF0;
}

input:focus + .slider {
    box-shadow: 0 0 1px #1C2CF0;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 24px;
}

.slider.round:before {
    border-radius: 50%;
}
