body {
    font-size: 14px;
    background-color: #eee;
}

#logo {
    max-width: 110px;
    max-height: 100px;
    margin-top: 20px; 
}

#userimg {
    max-width: 30px;
    max-height: 30px;
}

.userimg-md {
    max-width: 80px;
    max-height: 80px;
}

.userimg-lg {
    max-width: 120px;
    max-height: 120px;
}

#brand {
    overflow: hidden;
} 

div#circle{
    width: 16px;
    height: 16px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%; 
    float: left;
}

#circle.blue{
    background: #B0DEFF;
    border: 1px solid #999;
}

#circle.green{
    background: #C0FFAC;
    border: 1px solid #999;
}

#circle.yellow{
    background: #FCFFAC;
    border: 1px solid #999;
}

#circle.orange{
    background: #FFCCAC;
    border: 1px solid #999;
}

#circle.red{
    background: #F8A19F;
    border: 1px solid #999;
}

#circle.gray{
    background: #eee;
    border: 1px solid #999;
}

.left-buffer{ margin-left: 20px; }

.bottom-buffer { margin-bottom: 20px; }

.right-buffer{ margin-right: 20px; }

.vertical-overflow-auto { 
    height: 540px;
    overflow-y: auto;
}
.overflow-auto { overflow: auto; }

.checkbox input[type="checkbox"] {
    opacity: 10;
    margin: 5px;
    width: 20px;
    height: 20px;
    overflow: hidden;
    pointer-events: none;
    position: relative;
}

.login-form {
    margin-top: 100px;
    color: #5D5D5D;
    background: none repeat scroll 0% 0% #F2F2F2;
    padding: 26px;
    border-radius: 10px;
    box-sizing: border-box;
    outline: medium none;
}

.background-img {
    background-image: url("../img/loginbg.jpg");
    background-repeat: no-repeat;
    background-position: center;
}

.material-red-50 {
  background-color: #ffebee;
}
.material-red-100 {
  background-color: #ffcdd2;
}
.material-pink-50 {
  background-color: #fce4ec;
}
.material-pink-100 {
  background-color: #f8bbd0;
}
.material-purple-50 {
  background-color: #f3e5f5;
}
.material-purple-100 {
  background-color: #e1bee7;
}
.material-deep-purple-50 {
  background-color: #ede7f6;
}
.material-deep-purple-100 {
  background-color: #d1c4e9;
}
.material-indigo-50 {
  background-color: #e8eaf6;
}
.material-indigo-100 {
  background-color: #c5cae9;
}
.material-blue-50 {
  background-color: #e3f2fd;
}
.material-blue-100 {
  background-color: #bbdefb;
}
.material-light-blue-50 {
  background-color: #e1f5fe;
}
.material-light-blue-100 {
  background-color: #b3e5fc;
}
.material-cyan-50 {
  background-color: #e0f7fa;
}
.material-cyan-100 {
  background-color: #b2ebf2;
}
.material-teal-50 {
  background-color: #e0f2f1;
}
.material-teal-100 {
  background-color: #b2dfdb;
}
.material-green-50 {
  background-color: #e8f5e9;
}
.material-green-100 {
  background-color: #c8e6c9;
}
.material-light-green-50 {
  background-color: #f1f8e9;
}
.material-light-green-100 {
  background-color: #dcedc8;
}
.material-lime-50 {
  background-color: #f9fbe7;
}
.material-lime-100 {
  background-color: #f0f4c3;
}
.material-yellow-50 {
  background-color: #fffde7;
}
.material-yellow-100 {
  background-color: #fff9c4;
}
.material-amber-50 {
  background-color: #fff8e1;
}
.material-amber-100 {
  background-color: #ffecb3;
}
.material-orange-50 {
  background-color: #fff3e0;
}
.material-orange-100 {
  background-color: #ffe0b2;
}
.material-deep-orange-50 {
  background-color: #fbe9e7;
}
.material-deep-orange-100 {
  background-color: #ffccbc;
}
.material-brown-50 {
  background-color: #efebe9;
}
.material-brown-100 {
  background-color: #d7ccc8;
}
.material-grey-50 {
  background-color: #fafafa;
}
.material-grey-100 {
  background-color: #f5f5f5;
}
.material-blue-grey-50 {
  background-color: #eceff1;
}
.material-blue-grey-100 {
  background-color: #cfd8dc;
}

.material-white {
  background-color: #ffffff;
}

.error {
  background-color: #e57373;
  color: rgba(255, 250, 250, 0.84);
}

.warning {
  background-color: #ffe0b2;
  color: rgba(138, 109, 59, 0.84);
}

.success {
  background-color: #c8e6c9;
  color: rgba(60, 118, 61, 0.84);
}

.info {
  background-color: #b3e5fc;
  color: rgba(49, 112, 143, 0.84);
}

.label {
  margin-left: 4px;
  margin-top: 4px;
  background-color: #fff8e1;
  color: #5e5e5e;
  font-size: 12px;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: 5px;
}

.label-primary {
    background-color: #1ab394;
    color: #FFFFFF;
}

.label-info {
    background-color: #23c6c8;
    color: #FFFFFF;
}

.label-success {
    background-color: #1c84c6;
    color: #FFFFFF;
} 

.label-warning {
    background-color: #f8ac59;
    color: #FFFFFF;
}

.label-danger {
    background-color: #ed5565;
    color: #FFFFFF;
}

.comment-img {
  width: 40px;
  height: 40px;
  border: 2px solid transparent;
  border-radius: 50%;
} 

.comment-title {
  display: block;
  font-weight: 600;
}

#circle.sm{
    width: 16px;
    height: 16px;
}

#circle.md{
    width: 35px;
    height: 35px;
}
#circle.lg{
    width: 90px;
    height: 90px;
}

.xs{
    width: 30px;
    height: 30px;
}

.sm{
    width: 50px;
    height: 50px;
    /*box-shadow: 0 1px 6px 0 rgba(0,0,0,.12),0 1px 6px 0 rgba(0,0,0,.12); */
}

.md{
    width: 120px;
    height: 120px;
}

.lg{
    width: 180px;
    height: 180px;
}


.progress {
    height: 8px;
    margin-top: 3px; 
    margin-bottom: 20px; 
    background-color: #f5f5f5;
    border-radius: 4px;
}

.height-override {
    height: 100% !important;
}

.sidebar-toggle {
    float: left;
    /*background-color: #3a6b21;*/
    background-color: #616161; 
    padding: 20px 20px;
    color: #FFF;
}

.sidebar-toggle:focus, .sidebar-toggle:hover {
    color: #fff;
    background-color: #818181;
    /*background-color: #4b7c32;*/
    border-color: #269abc;
}

.app:focus, .app:hover {
    color: #fff;
    background-color: #616161;
}

table.tablesorter thead tr{
    cursor: pointer;
}

.img-thumbnail-lg {
    max-width: 400px;
    max-height: 300px;
}

.task-complete input[type="checkbox"] {
    width: 22px;
    height: 22px;
}

.border {
    border: 1px solid rgba(0, 0, 0, 0.125);
    margin-top: 10px;
    margin-bottom: 20px;
}

.blue{
    background: #B0DEFF;
}

.green{
    background: #C0FFAC;
}

.yellow{
    background: #FCFFAC;
}

.orange{
    background: #FFCCAC;
}

.red{
    background: #F8A19F;
}

.img-lg {
    width: 100%;
    max-height: 640px;
}

.radio input[type="radio"] {
    opacity: 1 !important;
    height: 10px !important;
    width: 10px !important;
    position: relative !important;
    overflow: hidden;
} 

.card-no-margin {
    border-radius: 2px;
    border: 0;
    background-color: #fff;
}


.table-no-margin {
    margin-bottom: 0px !important;
}

.bigger-font {
    font-size: 16px !important;
}

.int-gray-font {
    color: #666;
    font-weight: bold;
}


.int-table-colored th{
    background-color: #dee9ef;
    text-align:center;
}
.int-table-colored td{
    text-align:center;
    font-size: 18px;
}

.int-mt-30 {
    margin-top: 30px;
}
.int-mb-30 {
    margin-bottom: 30px;
}
.int-ml-30 {
    margin-left: 30px;
}
.int-mr-30 {
    margin-right: 30px;
}

.int-mt-70 {
    margin-top: 70px;
}

.int-pt-30 {
   padding-top: 30px;
}
.int-pb-30 {
   padding-bottom: 30px;
}
.int-pl-20 {
   padding-left: 20px;
}
.int-pr-20 {
   padding-right: 20px;
}

.int-pt-70 {
   padding-top: 70px;
}

.int-pl-70 {
   padding-left: 70px;
}

.int-pb-70 {
   padding-bottom: 70px;
}

.int-big-text {
    font-size: 40px;
}

@media print {
    canvas {
        min-height: 100%;
        max-width: 100%;
        max-height: 100%;
        height: auto!important;
        width: auto!important;
    }
}

.text-white {
  color: white;  
}

.int-media-box {
  min-width: 100px;
}

.int-chart-wrapper {
  width: 100%;
  overflow-x: auto;
}

.int-chart-area {
  width: 680px;
  display: inline;
}

.int-chart-area > canvas {
   display: block;
   margin: 0 auto;
}

.int-inline-list {
   list-style-type: none;
   background-color: #f7fffe;
   border: 1px solid #dddddd;
}

.int-inline-list > li {
   display: inline-block;
   margin: 5px 6px;
   font-size: 17px;
}

.int-width-150 {
    min-width: 150px;
}

.int-m-0 {
    margin: 0;
    padding: 2px 5px;
}

/*!
 * Start Bootstrap - Simple Sidebar (https://startbootstrap.com/template-overviews/simple-sidebar)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-simple-sidebar/blob/master/LICENSE)
 */
body {
  overflow-x: hidden;
}

#sidebar-wrapper {
  min-height: 100vh;
  margin-left: -15rem;
  -webkit-transition: margin .25s ease-out;
  -moz-transition: margin .25s ease-out;
  -o-transition: margin .25s ease-out;
  transition: margin .25s ease-out;
}

#sidebar-wrapper .sidebar-heading {
  padding: 0.875rem 1.25rem;
  font-size: 1.2rem;
}

#sidebar-wrapper .list-group {
  width: 15rem;
}

#page-content-wrapper {
  min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
  margin-left: 0;
}

@media (min-width: 768px) {
  #sidebar-wrapper {
    margin-left: 0;
  }

  #page-content-wrapper {
    min-width: 0;
    width: 100%;
  }

  #wrapper.toggled #sidebar-wrapper {
    margin-left: -15rem;
  }
}

.int-card-hover {
  transition: all 0.3s ease-in-out;
}

.int-card-hover:hover {
  transform: translateY(-.4rem);
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.25);
}

/* Select2 */

.select2-container .select2-selection--single {
    height: unset !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-top: unset !important;
}

/* Images */

.login-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
