@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,700,700i&subset=latin-ext');

body {
    font-family: 'Roboto', sans-serif;
    background-color: #f2f2f2;
    font-size: 14px;
    color: rgb(81, 89, 103);
}

a {
    color: #4a96cf;
    text-decoration: none;
}

a:hover {
    color: #4a96cf;
    cursor: pointer;
}


.notification_mail {
    position: relative;
    cursor: pointer;
}

.notification_mail span {
    background: #4a96cf;
    font-family: 'Roboto', sans-serif;
    color: #FFF;
    position: absolute;
    display: block;
    top: -7px;
    right: -10px;
    border-radius: 50px;
    height: 16px;
    min-width: 10px;
    padding: 0 5px;
    text-align: center;
    font-weight: bolder;
    font-size: 11px;
    line-height: 16px;
    user-select: none;
}

.notification, .notification1 {
    position: relative;
    cursor: pointer;
}

.notification span, .notification1 span {
    background: red;
    position: absolute;
    display: block;
    top: -7px;
    right: -10px;
    border-radius: 50px;
    height: 16px;
    min-width: 10px;
    padding: 0 5px;
    text-align: center;
    font-weight: bolder;
    font-size: 11px;
    user-select: none;
}

#notification, #notification1 {
    display: none;
    z-index: 100;
    position: absolute;
    background-color: #FFF;
    width: 320px;
    top: 50px;
    right: -90px;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    font-size: 12px;
    padding: 10px 0 0px 0;
}

#notification .row, #notification1 .row {
    margin-right: 0px;
    margin-left: 0px;
}

#notification .lineblock_small, #notification1 .lineblock_small {
    border-bottom: 1px solid #e5e5e5;
    padding: 0px 0 5px 0;
    margin-bottom: 5px;
}

#notification .lineblock, #notification1 .lineblock {
    border-bottom: 1px solid #4a96cf;
    padding: 5px 0 10px 0;
}


.text-1 {
    font-size: 22px;
    color: #8bbd5a;
}
.text-sum {
    line-height: 32px;
}
.text-sum span {
    font-size: 22px;
    color: #8bbd5a;
}

.lineblock {
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 0 20px 0;
}

.navbar {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.navbar-inverse {
    background-color: #4a96cf;
    border: 0px; 
}
.navbar-inverse .navbar-text, .navbar-inverse .navbar-nav > li > a {
    color: #FFF;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #3073b7;
}

.container_box {
    padding: 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #FFF;
    border: 1px rgb(229, 229, 229) solid; 
}
.chartpadding {
    padding-left:0px; 
    padding-right:0px; 
}

#chart_div {
    padding-left:2px; 
    padding-right:2px; 
}

#myModal .container {
    width: 100%;
}

#company_ajax_print {
    font-size: 12px;
    padding-top: 6px;
    display: block;
}

input.nobordertop {
    border-top: 0px;
}


.delete_row {
    color: rgba(229, 11, 11, 0.2);
    position: absolute;
    margin-left: -30px;
    margin-top: 4px;
    font-size: 16px;
    opacity: 0;
    cursor: pointer;
}

.delete_row.high {
    margin-top: 0px;
}

.delete_row:hover {
    color: rgba(229, 11, 11, 1);
}

tr:hover .delete_row {
    opacity: 1;
}



#tab_logic, #tab_logic tr, #tab_logic td, #tab_logic th {
    border: 0px;
}

#tab_logic td, #tab_logic th {
    padding: 14px;
}

#tab_logic .td_min_padding {
    padding: 7px;
}

#tab_logic .big_icon {
    font-size: 16px;
    padding-top: 12px;
}

#tab_logic .big_icon a {
    font-size: 16px;
    padding-top: 12px;
    color: #d7d7d7;
}

#tab_logic .big_icon a:hover {
    text-decoration: none;
    color: #337ab7;
}

#tab_logic th {
    border-bottom: 1px solid #4a96cf;
    font-weight: normal;
    font-size: 13px;
    background: #f0f4fb;
    padding-top: 12px;
    padding-bottom: 12px;
}

#tab_logic tr {
    border-bottom: 1px dotted #e5e5e5;
}

#tab_logic tr:last-of-type {
    border-bottom: 1px solid #9fbee3;
}

.red {
    color: #ce0000 !important;
}

.blue {
    color: #4a96cf !important;
}

.ok {
    color: #97d800;
}

.non {
    color: #c0c0c0;
}

.send {
  color: #6c6c6c;
}

.table-hover > tbody > tr:hover {
    background-color: #f9f9f9;
}

.padding-top-normal {
    padding-top: 50px;
}
.padding-top-big {
    padding-top: 150px;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #bfc5cc;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 2px 0px;
    height: 34px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 4px;
}

.form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #bfc5cc;
    box-shadow: none;
}

.form-big-noborder {
    font-size: 30px;
    border: 0px;
    display: inline-block;
    width: 160px;
    text-align: right;
}

.input-sm {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.form-group-sm .form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.input-lg {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.form-group-lg .form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.input-group-addon {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.input-group-addon.input-sm {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.input-group-addon.input-lg {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

/* Contains the password input and the login button */
.lockscreen-credentials {
  margin-left: 70px;
}
.lockscreen-credentials .form-control {
  border: 0;
}
.lockscreen-credentials .btn {
  background-color: #fff;
  border: 0;
  padding: 0 10px;
}
.lockscreen-footer {
  margin-top: 10px;
}
/*
 * Page: Login & Register
 * ----------------------
 */
.login-logo,
.register-logo {
  font-size: 35px;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 300;
}
.login-logo a,
.register-logo a {
  color: #444;
}
.login-page,
.register-page {
  background: #d2d6de;
}
.login-box,
.register-box {
  width: 360px;
  margin: 12% auto;
}

 .login-page {
  background: url("../images/login1.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
 }




@media (max-width: 768px) {
   .login-page {
    background-image: none;
    background-color: #475a61;
   }

  .login-box,
  .register-box {
    width: 90%;
    margin-top: 20px;
  }
}
.login-box-body,
.register-box-body {
  background: rgba(255,255,255,0.6);
  padding: 20px;
  border-top: 0;
  color: #666;
}
.login-box-body .form-control-feedback,
.register-box-body .form-control-feedback {
  color: #777;
}
.login-box-msg,
.register-box-msg {
  margin: 0;
  text-align: center;
  padding: 0 20px 20px 20px;
}
.social-auth-links {
  margin: 10px 0;
}

.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;
}


.spinner {
  margin: 100px auto;
  width: 100px;
  height: 80px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #4a96cf;
  height: 100%;
  width: 10px;
  margin-left: 2px;
  margin-right: 2px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

@media(max-width:576px) {
  .navbar-header a img {
    margin-left: 10px;
  }

  #bs-example-navbar-collapse-1 .notification {
    display: none;
  }

  #notification1 {
    width: 320px !important;
    top: 36px !important;
    right: -44px !important;
  }
  .container_box {
      padding: 10px;
  }
  .padding-top-normal {
      padding-top: 4px;
  }
  #tab_logic td, #tab_logic th {
      font-size: 12px;
      padding: 6px;
  }
  #tab_logic .big_icon {
      font-size: 14px;
      padding-top: 0px;
  }
}
