@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,300);

/* TODO Move styles to scss files */
/* =============
   Common
============= */
body {
  margin: 0;
  overflow-x: hidden;
  background: #2b333b;
}

html {
  position: relative;
  min-height: 100%;
  background: #2b333b;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  margin: 10px 0;
}

h1 {
  line-height: 43px;
}
h2 {
  line-height: 35px;
}
h3 {
  line-height: 30px;
}
h4 {
  line-height: 22px;
}
h5 {
  font-size: 15px;
}
p {
  line-height: 1.6;
}

* {
  outline: none !important;
}

b,
strong {
  font-weight: 500;
}

a {
  color: #4f93ce;
}

a:hover {
  outline: 0;
  text-decoration: none;
  /*color: #ffffff;*/
  cursor: pointer;
}

a:active {
  outline: 0;
  text-decoration: none;
}

a:focus {
  outline: 0;
  text-decoration: none;
}

.container {
  width: auto;
}

.header-title {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 16px;
  margin-bottom: 8px;
	margin-top: 0;
}

hr {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

/* =============
   Bootstrap-custom
============= */
.row {
  margin-right: -10px;
  margin-left: -10px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  padding-left: 10px;
  padding-right: 10px;
}

#custom-row > .col-sm-1, .col-xs-1, .col-sm-7, .col-sm-7, .col-sm-4, .col-xs-4,
.col-sm-5, .col-xs-5, .col-sm-3, .col-xs-3, .col-sm-12, .col-xs-12
 {
  padding-left: 1px !important;
  padding-right: 1px !important;
}

/* Dropdown */
.dropdown-menu {
  padding: 4px 0;
  transition: all 300ms ease;
  border: 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.dropdown-menu > li > a {
  padding: 6px 20px;
  /*color: rgba(255, 255, 255, 0.5);*/
}
.dropdown-menu > li > a:hover {
  /*background-color: rgba(255, 255, 255, 0.1);*/
  /*color: #ffffff !important;*/
}
.dropdown-menu .divider {
  background-color: #98a6ad;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  /*background-color: rgba(255, 255, 255, 0.1);*/
  /*color: #ffffff !important;*/
}

/* Close Icon */
.close {
  opacity: .6;
  color: #ffffff;
}

/* Text colors */
.text-custom {
  color: #4f93ce;
}
.text-danger {
  color: #f05050;
}
.text-muted {
  color: #98a6ad;
}
.text-primary {
  color: #5d9cec;
}
.text-warning {
  color: #ffbd4a;
}
/* Form components */
label {
  font-family: 'Roboto', sans-serif;
}
textarea.form-control {
  min-height: 90px;
}
.form-control {
  background-color: none;
  border: 2px solid rgb(184, 184, 148, 0.1);
  border-radius: 4px;
  color: black;
  height: 36px;
  max-width: 100%;
  box-shadow: none;
  transition: all 300ms linear;
}
.form-control:focus {
  background-color: none;
  border: 2px solid rgb(184, 184, 148, 0.3);
  box-shadow: none;
  outline: 0 !important;
  color: black;
}
.form-control[disabled],
.form-control[readonly] {
  background-color: rgba(255, 255, 255, 0.1);
}

input.form-control::-webkit-input-placeholder {
  color: rgb(184, 184, 148, 0.3);
  font-weight: normal;
}
input.form-control:-moz-placeholder {
  color: rgb(184, 184, 148, 0.3);
  font-weight: normal;
}
input.form-control::-moz-placeholder {
  color: rgb(184, 184, 148, 0.3);
  font-weight: normal;
}
input.form-control:-ms-input-placeholder {
  color: rgb(184, 184, 148, 0.3);
  font-weight: normal;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
.form-control-feedback {
  line-height: 36px !important;
}

.has-error .form-control {
  border-color: #f05050 !important;
  box-shadow: none !important;
}
.input-group-addon {
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.6);
  border: none;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #f05050;
}
/* Labels */
.label {
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: .3em .6em .3em;
}
.label-default {
  background-color: #4f93ce;
}

/* Badge */
.badge {
  text-transform: uppercase;
  font-weight: 600;
  padding: 3px 5px;
  font-size: 12px;
  margin-top: 1px;
  background-color: #4f93ce;
}

/* Pagination/ Pager */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pagination > li > a,
.pagination > li > span {
  border: 1px solid #ddd;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: rgba(255, 255, 255, 0.5);
}
.pagination-split li {
  margin-left: 5px;
  display: inline-block;
  float: left;
}
.pagination-split li:first-child {
  margin-left: 0;
}
.pagination-split li a {
  border-radius: 3px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #777;
  background-color: rgba(255, 255, 255, 0.5);
}

.nav-pills li a {
  line-height: 36px !important;
}
.nav-pills li.active a {
  background-color: #4f93ce !important;
}
.nav-pills li.non-active a {
  background-color: #f1f1f1 !important;
}
.nav-pills li.active a:hover {
  background-color: #4f93ce !important;
}
.nav-pills li.active a:focus {
  background-color: #4f93ce !important;
}

/* List group */
.list-group-item {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: transparent !important;
}
.list-group-item:hover {
  background-color: rgba(255, 255, 255, 0.05) !important;
}
a.list-group-item,
button.list-group-item {
  color: inherit !important;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
  color: inherit !important;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: rgba(255, 255, 255, 0.6);
}

/* Modals */
.modal .modal-dialog .modal-content {
  padding: 25px;
  border: 1px solid #ccc;
}
.modal .modal-dialog .modal-content .modal-header {
  border-bottom-width: 2px;
  margin: 0;
  padding: 0;
  padding-bottom: 15px;
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 20px 0;
}
.modal .modal-dialog .modal-content .modal-footer {
  padding: 0;
  padding-top: 15px;
  /*border-top: 1px solid rgba(255, 255, 255, 0.3);*/
}
.modal-content .nav.nav-tabs + .tab-content {
  margin-bottom: 0px;
}
.modal-content .panel {
  border-top: none;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  background-color: #4f93ce;
  border-color: #4f93ce;
}
.nav-pills > .active > a > .badge {
  color: #4f93ce;
}

.has-error .form-control {
  border-color: #f05050;
  box-shadow: none !important;
}

.input-group-addon {
  border-radius: 2px;
  border: 1px solid #eeeeee;
}

/* Media */
.media {
  margin-bottom: 20px;
}
.media .media-heading {
  font-weight: 500;
  font-size: 16px;
}
.media:last-of-type {
  margin-bottom: 0;
}
/*===================================
   Left-sidebar,Right-sidebar
  ===================================*/
.nav > li > a {
  /*color: #ffffff !important;*/
  line-height: 50px;
  padding: 0px 15px;
  position: relative;
}
.nav > li > a i {
  font-size: 16px;
}
.profile img {
  border: 2px solid #edf0f0;
  height: 36px;
  width: 36px;
}
/* =============
   Animation
============= */
/* Dropdown */
@keyframes dropdownOpen {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* =============
   Print
============= */
@media print {
  .page-title,
  .breadcrumb,
  .btn-default.dropdown-toggle {
    display: none !important;
    margin: 0px !important;
    padding: 0px !important;
  }
}
