/* custom.css */

/* GENERAL TWEAKS */

/* force a vertical scrollbar to stop it coming and going and causing page shift */
html {
  overflow-y: scroll;  
}

textarea {
  margin-bottom: 3px;
}

/* hide stuff when printing */
@media print { 
	.dontprint {
		display:none;
	}
}

.dropshadow {
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
  box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
}

/* END OF GENERAL TWEAKS */

/* PARSLEY STYLES */
input.parsley-success,
select.parsley-success,
textarea.parsley-success {
    color: #468847;
    background-color: #DFF0D8 !important;
    border: 1px solid #D6E9C6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
    color: #B94A48;
    background-color: #F2DEDE !important;
    border: 1px solid #EED3D7 ;
}

.parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;

  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}

.parsley-type {
	color:red;
}

.parsley-custom-error-message {
	color:red;  
}

/* END OF PARSLEY STYLES */

/* CHS CUSTOM STYLES */
label {
  font-weight: normal;;
}

.btn {
    color: #DB4026;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    background-color: #DCDCDC;
    border: solid 1px transparent;
}

.buttonbox {
  padding:1em;
  background-color:#77777C;
  border: 4px solid #68686B;
}

li.parsley-required {
  color:red;  
}

 .btn-responsive  {
  margin-bottom: 1em;
  min-width: 250px;
 }

.menubutton {
  margin-top: 1em;
}

.topbuttonsandtext {
  margin-top: 0.5em;  
}

.menubox {
  background-color:#77777C;
  border: 4px solid #68686B;  
}

input, select {
  margin-bottom: 2px;
}

label {
    display: inline;
}

  .container {
    border:solid 1px #1F5D86;
    padding-bottom:1em;
}

  .container.bsdtablecontainer {
      border: none;
      min-width: 970px;
  }

.full-width {
    display:block;
    min-width: 200px;
}

.hi-label {
  min-width: 220px;
  display: inline-block ! important;
  background-color: #B7B7B7;
  font-family: inherit;
  height: 30px;
      padding-bottom: 5px;
      font-weight: normal ! important;
      font-size: 100% ! important;
      padding: .6em .6em .3em ! important;
      color: black ! important;
}

.hi-label-small {
  display: inline-block ! important;
  background-color: #DFDFDF;
  font-family: inherit;
  font-weight: normal ! important;
  font-size: 100% ! important;
  color: black ! important;
  min-width: 160px;
  height: 20px;
  padding: .3em .3em .3em ! important;
}

tr td {
   line-height: 1em ! important;
   min-height: 1em ! important;
   height: 10px ! important;
   font-size: 0.9em;
}

td.whitebackground {
     background-color: #FFFFFF !important;
}

td.purplebackground {
     background-color: #C186D1 !important;
}

td.greenbackground {
     background-color: #5CB85C !important;
}

td.bluebackground {
     background-color: #79B2E8 !important;
}

td.orangebackground {
     background-color: #CC7032 !important;
}

td.redbackground {
     background-color: #D9534F !important;
}

td.yellowbackground {
     background-color: #F2F40A !important;
}

td.blackbackground {
     background-color: #000000 !important;
     color: #FFFFFF !important;
}

td.brownbackground {
     background-color: #8b4513 !important;
     color: #FFFFFF !important;     
}

td.pinkbackground {
     background-color: #ffc0cb !important;
}

td.greybackground {
     background-color: #808080 !important;
}

.hi-checkbox {
    width:1.3em  !important;
    height:1.3em  !important;
    margin-bottom: 0.5em  !important;
}

.readonlynormal {
	background-color: white !important;
}

        /* FORM CONTROL TWEAKS */
        
            .form-inline .form-control {
                display:inline !important;
            }

            .form-control-wide {
                width: 390px !important;
            }

            .form-control-extra-wide {
                width: 800px !important;
            }

            .form-control-narrow {
                width: 260px !important;    
            }

            .form-control-extra-narrow {
                width: 130px !important;    
            }

            .hi-label {
                min-width:  160px !important;
            }

            .short {
                height: 1.5em;
            }

            .whitebg {
              background-color: #fff !important;
            }

            .noborder {
              border: none;
            }

            .transparent {
              background: transparent;
            }            

        /* END OF FORM CONTROL TWEAKS */

/* END OF CHS CUSTOM STYLES */

@media(max-width:767px) {}

@media(min-width:768px) {}

@media(min-width:992px){
    .container.bsdtablecontainer {
          border:solid 1px #1F5D86 !important;
      }
}

@media(min-width:1200px){}


/* DATATABLES TWEAKS */
 .dataTables_wrapper .dataTables_paginate {
    float: left;
 }
 
 .dataTables_wrapper .dataTables_length {
    float: right;
 }

 ul.pagination {
    padding-right: 2em;
 }

div.dataTables_wrapper div.dataTables_filter {
  text-align: center;  
}

.dataTables_length {
  padding-top: 0.35em;
}

.hi-label {
	background-color: #E0E0E0;    
}

.pagination>li>a {
    color: #DB4026;
    font-weight: bold;
    background-color: #DCDCDC;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #000;
    cursor: default;
    background-color: #DCDCDC;
    border-color: #000;

 /* END OF DATATABLES TWEAKS */