/* Global */
input[type="checkbox"] {
  transform:scale(1.5);
  -webkit-transform:scale(1.5);
}

input:not([readonly]):not([type="submit"]):focus, textarea:not([readonly]):focus {
  background-color:#DDEEFF;
}

input[type=file] {
  padding:0;
}

footer {
  font-size:smaller;
  color:#999999;
  text-align:center;
}

section.content-header h2 {
  display:inline;
}

section.content-header div.col-sm-3 {
  /* line-height:30px; */
}

section.content .btn-secondary {
  border:1px solid #CCCCCC;
}

#accordion > div section.content-header {
  padding:0;
}

.box.box-solid.box-teal > .box-header, .bg-teal {
  color: #fff;
  background: #30BBBB;
  background-color: #30BBBB;
}

.box.box-solid.box-teal {
  border: 1px solid #30BBBB;
}

.box.box-solid.box-purple > .box-header {
  color: #fff;
  background: #605CA8;
  background-color: #605CA8;
}

.box.box-solid.box-purple {
  border: 1px solid #605CA8;
}

.box.box-solid.box-dark > .box-header {
  color: #fff;
  background: #646464;
  background-color: #646464;
}

.box.box-solid.box-dark {
  border: 1px solid #646464;
}

.cpbox {
  border:1px solid #D2D6DE;
}

.cpbox.box-default > .box-header {
  background-color:#D2D6DE;
}

.box-sep {
  margin-bottom:1rem;
}

#dlgWorkflow .modal-body {
  background-color:#ECF0F5;
}

#dashboard table td form,
#project_type td button.btn {
  float:left;
}

.card-deck .row-header {
  text-align:center;
  font-weight:400;
  line-height:1.5rem;
}

.bootstrap-select {
  padding:0;
  border:none;
}

.input-group :not([class*=col-]):not(.input-group-btn):not([class*=form-control]).bootstrap-select,
.input-group-addon :not([class*=col-]):not(.input-group-btn):not([class*=form-control]).bootstrap-select {
  width:auto;
}

.input-group-btn {
  font-size:100%;
}

.directory-menu {
  list-style:none;
  padding-left:1em;
}

.directory-menu li {
  margin:0;
}

/* Login */
.login {
	max-width:420px;
	padding:1rem;
	margin:1rem auto;
	background-color:#F5F5F5;
}

.login h1 {
  font-size:168%;
}

.login input[type='text']:focus, .login input[type='password']:focus {
  background-color:#FFFFFF;
}

.login .checkbox {
  margin:0.5rem 0 1rem;
}

.form-signin {
  margin:2rem 0;
}

.form-signin input[type='text'] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.form-signin input[type='password'] {
    margin-bottom: 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.login-message {
	width:20em;
	margin:3px auto;
	padding:3px 1em;
	border:1px solid #CCCCCC;
	border-radius:2px;
	background-color:#FFFFEE;
}

.company {
  font-size:smaller;
}

#accordion p {
  font-weight:bold;
}

#accordion p span {
  font-weight:normal;
}

.pool {
  font-size:x-small;
}

.pool .btn, .card-body .btn {
  margin-bottom:0.5rem;
}

.card-deck {
  margin:1rem;
}

.card-deck .row {
  width:100%;
}

.card-deck .card {
  margin:0;
  margin-bottom:1rem;
}

.card-block form {
  float:left;
}

.card-block button {
  margin-right:1rem;
}

.stat {
  font-size:1rem;
  float:right;
  border:1px solid #CCCCCC;
  padding:0.25rem 0.5rem;
  margin-left:0.25rem;
}

.sortable {
  border: 1px solid #eee;
  width: 260px;
  min-height: 20px;
  list-style-type: none;
  margin: 0;
  padding: 5px 0 0 0;
  float: left;
  margin-right: 10px;
}

.sortable li {
  margin: 0 5px 5px 5px;
  padding: 5px;
  width: 250px;
  cursor: grab;
}

.ui-state-test {
  height: 1.5em;
  line-height: 1.2em;
}

.sortable input[type=number] {
  width:7rem;
}

.user-photo {
  text-align:center;
}

.user-photo img {
  max-height:189px;
}

.alert-outline {
  border:1px solid #999999;
}

.alert-outline a {
  color:#00C0EF;
}

.alert-update.fade {
   -webkit-transition: opacity 1.25s linear;
      -moz-transition: opacity 1.25s linear;
       -ms-transition: opacity 1.25s linear;
        -o-transition: opacity 1.25s linear;
           transition: opacity 1.25s linear;
}

#frmSupport input:invalid, #frmSupport textarea:invalid {
  border:2px solid #FF0000;
}

@media (max-width: 767.98px) { 
  .content-header .pull-right {
    float:none !important;
  }
  
  .alert-outline {
    margin-bottom:0;
  }
}

/* Table */
thead th {
  text-align:center;
  vertical-align:top;
}

.thead-sub {
  font-size:smaller;
}

.card {
  border:1px solid #CCCCCC;
  border-radius:2px;
}

@media print {
  body * {
    visibility: hidden;
  }
  #sidebar {
    display: none;
  }
  #report_area, #report_area * {
    visibility: visible;
  }
  #report_area {
    position: absolute;
    padding: 0;
    left: 0;
    top: 0;
  }
  
  .report_header {
    position: fixed;
    top: 0;
  }

  .report_footer {
    position: fixed;
    bottom: 0;
  }
}