﻿

#sbk-top {
    position: fixed;
    top: 0px;
    width:100%;
    z-index: 100;
    background-color:black;
    /*background-image: url('../Images/Bottom_texture.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;*/
}

#main {
    position: relative;
    cursor: default;
    overflow: hidden;
    margin-top: 123px;
}

#main-container {
    background-color: #E8E8E8;
    margin-top: 10px;
    box-sizing: border-box;
    /*box-shadow: 0 10px 20px rgba(255,255,255,0.5), 0 6px 6px rgba(255,255,255,0.5);*/
    padding-bottom: 20px;
}



.sbk-red {
    color: #9C1006;
}

.sbk-login {
    width: 300px;
    margin-left: auto;
    margin-right:auto;
    margin-top:50px;
    margin-bottom:50px;
    padding: 15px;
    padding-bottom: 40px;
    box-sizing:border-box;
}

.blue-g-box {
    background: #fff;
    border-left: 0.08em solid #d6ecfd;
    border-top: 0.08em solid #d6ecfd;
    border-right: 0.08em solid #d6ecfd;
    border-bottom: 0.08em solid #d6ecfd;
    border-radius: 4px;
    background: #d6ecfd;
    background: -moz-linear-gradient(center bottom , #d6ecfd 9%, #fff 98%) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(#d6ecfd), to(#fff));
}
.sbk-foot {
    background-color: #E1E1E1;
    padding: 5px;
    border-radius: 4px;
    margin: 0px;
}

body {
    background-color: #000000;
    background-image: url('../Images/sbkservice_BACK.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

.container {
    /*max-width: 1024px;*/
    margin:auto;
    background-color: white;
    border-radius: 2px;
}

.sbk-header {  
    max-width: 1024px;
    width:100%;
    margin:auto;
    box-sizing:border-box;
    padding-top: 20px;
}

.sbk-logo {
    display: inline-block;
    width: 150px;
    vertical-align: top;
}

.sbk-title {
    color:white;
    font-size: 32px;
    vertical-align: top;
    margin-left: 150px;
}

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

body.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom {
    margin-right: 0;
}

.modal {
    overflow-y: auto;
}

.modal-content {
    background-color: #E8E8E8;
}


.modal-header {
    background-color: rgb(0,0,0);
    color: white;
}

.form-control:focus {
    border-color: #878786;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(135,135,134,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(135,135,134,0.6);
}

.k-state-focused {
    border-color: #878786 !important;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(135,135,134,0.6) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(135,135,134,0.6) !important;
}

.btn:focus {
    outline: none;
}

.btn-primary {
    background-color: #878786;
    border-color: #797978;
}

.btn-primary:hover {
    background-color: #6c6c6c;
    border-color: #545454;
}

.btn-primary:focus {
    background-color: #6c6c6c;
    border-color: #545454;
}

.btn-primary[disabled] {
    background-color: #545454;
    border-color: #545454;
}

.close {
    color: white !important;
}

/* Change the white to any color ;) */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

div.k-grid-content > table > tbody > tr > td > a.k-button.k-button-icontext {
    padding: 0px;
    padding: 2px 5px 2px 10px;
    min-width: 0px;
}

.k-grid-edit-row > td > .text-box {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    display: block;
    width: 100%;
    vertical-align: middle;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

.sbk-sep {
    background-color: #747474;
    height: 1px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.sbk-label-sm {
    margin: 0px;
    line-height: 26px !important;
}

.required:after {
   content:" *";
   color:red;
}

.red-row {
    color: #EE2F36;
    font-weight: bold;
}

.green-row {
    color: green;
    font-weight: bold;
}

.sbk-login-input {
    display:inline-block;width:150px;float:right;
}

.form-inline .form-group > div.col-xs-8 {
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
}

.form-inline .form-group > div.col-xs-8 {
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
}

.form-inline label {
    line-height: 34px;
    display: inline-block;
    padding: 0px;
    margin: 0px;
    margin-bottom: 5px;
}

.form-inline .form-control {
    width: 100%;
}

.sbk-login-container {
    padding: 10px;
}

.popover {
    max-width: 1000px;
}