.column-upload {
  float: left;
  /* width: 33.33%; */
  padding: 5px;
}

/* Clear floats after image containers */
.row-upload::after {
  content: "";
  clear: both;
  display: table;
}

.box-border {
  border: solid 1px;
  border-radius: 5px;
  padding: 5px;
  border-color: #ccc;
}

input[type="checkbox"]{
  width: 20px;
  height: 20px;
}

input[type="radio"]{
  width: 20px;
  height: 20px;
}

.tooltip-arrow,
.tooltip-inner {background-color: #0d599b;}

#div_logo *
{
  color: green !important;
}

@media print
{
  #page-wrapper
  {    
    font-family: 'Times New Roman';
    font-size: 12px !important;
    -webkit-print-color-adjust: exact !important;
    margin: 0 0 0 0px !important;    
  }

  .table td.bg-primary
  {
    color: white !important;
    background-color: #337ab7 !important;
  }

  .table td.bg-info
  {
    background-color: #d9edf7 !important;
  }

  a[href]:after{
    content:"";
  }
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
  width: 250px;    
  top: 0;
  left: -250px;
  /* height: 100vh; */
  z-index: 1001;
  color: #fff;
}

#sidebar-header
{
  display: none;
}

@media only screen and (max-device-width: 767px) 
{
  #sidebar {
    position: fixed;
    transition: all 0.3s;
    height: 100%;
  }

  #sidebar.active
  {    
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  }

  #sidebar-header
  {
    display: block;
  }
}

#sidebar.active {
  left: 0;
  /* height: 100%; */
}

#dismiss {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #337ab7;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 10px;
}

.overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 998;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.overlay.active {
  display: block;
  opacity: 1;
}

.back-to-top 
{
  position: fixed;
  bottom: 15px;
  width: 60px;
  height: 60px;
	right: 15px;
  display: block;
  background-color: #c80000;
  text-align: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0.7;
  z-index: 10;
}

.img-thumbnail{
  max-width: 100%;
}

.btn-remove-row
{
  top: 40px;
  right: 5px;
  position: relative;
}

.serviceDetail *
{
  max-width: 100%;
}

/* -------------------------start slider---------------------------------- */

.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
  background-color: rgba(0,0,0,0.8);
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dot.active, .dot:hover {
  background-color: #717171;
}

/* -------------------------end slider---------------------------------- */

/* mobile */
@media only screen and (max-width: 600px) 
{
  .category-item
  {    
    padding: 2px;
    padding-top: 10px;
  }

  .category-icon
  {
    font-size: 3em;
    border-radius: 15px; 
    padding: 15px;
    padding-top: 20px;
    min-width: 86px;
    min-height: 85px;
    border: 2px solid gray;    
  }
  .category-img
  {
    border-radius: 15px; 
    padding: 15px;
    max-width: 85px;
    border: 2px solid gray;
  }

  .category-icon-service
  { 
    border: 2px solid #37d0ef; 
  }

  .category-icon-system
  {
    border: 2px solid #ffb63b; 
  }

  .service-icon
  {
    font-size: 2em;
    float: left;
    /* line-height: 1.5 !important; */
    padding: 8px;
  }

  .category-name
  {
    min-height: 40px;
    text-align: center;
    padding: 0px;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    /* font-size: 1.1em; */
    margin-bottom: 0px;
    margin-top: 5px;
  }
} 

/* normal desktop */
@media (min-width: 601px ) 
{
  .category-item
  {    
    padding: 2px;
    padding-top: 10px;
  }

  .category-icon
  {
    font-size: 4em;
    border-radius: 15px; 
    border: 2px solid gray; 
    padding: 20px;
    min-width: 112px;
    width: 112px;
    height: 112px
  }

  .category-img
  {
    border-radius: 15px; 
    border: 2px solid gray; 
    padding: 20px;
    max-width: 112px;
    height: 112px;
  }

  .category-icon-service
  {
    border: 2px solid #37d0ef; 
  }

  .category-icon-system
  {
    border: 2px solid #ffb63b; 
  }

  .service-icon
  {
    font-size: 2em;
    float: left;
    padding: 8px;
  }
  .category-name
  {
    min-height: 44px;
    text-align: center;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.1em;
    margin-bottom: 0px;
    margin-top: 0px;
  }
}

/* Full HD desktop */
@media only screen and (min-width: 1900px) 
{
  .category-item
  {  
    text-align: center;
  }
  
  .category-icon
  {
    font-size: 4em;
    border-radius: 25px; 
    padding-top: 26px;
    padding-bottom: 20px;
  }

  .category-img
  {
    border-radius: 25px; 
    /* height: auto; */
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .category-icon-service
  {
    border: 2px solid #37d0ef; 
  }

  .category-icon-system
  {
    border: 2px solid #ffb63b; 
  }

  .service-icon
  {
    font-size: 2em;
    float: left;
    padding: 7px;
  }
  
  .category-name
  {
    min-height: 45px;
    text-align: center;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    margin-top: 0px;
  }
} 

@media print
{
  .col-sm-1, .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-sm-10, .col-sm-11, .col-sm-12
  .col-md-1, .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-md-10, .col-md-11, .col-md-12 
  {
        float: left;               
  }

  .col-sm-12, .col-md-12 {
        width: 100%;
  }

  .col-sm-11, .col-md-11 {
        width: 91.66666666666666%;
  }

  .col-sm-10, .col-md-10 {
        width: 83.33333333333334%;
  }

  .col-sm-9, .col-md-9 {
        width: 75%;
  }

  .col-sm-8, .col-md-8 {
        width: 66.66666666666666%;
  }

  .col-sm-7, .col-md-7 {
      width: 58.333333333333336%;
  }

  .col-sm-6, .col-md-6 {
      width: 50%;
  }

  .col-sm-5, .col-md-5 {
      width: 41.66666666666667%;
  }

  .col-sm-4, .col-md-4 {
      width: 33.33333333333333%;
  }

  .col-sm-3, .col-md-3 {
      width: 25%;
  }

  .col-sm-2, .col-md-2 {
        width: 16.666666666666664%;
  }

  .col-sm-1, .col-md-1 {
        width: 8.333333333333332%;
  }    
  table{
    font-size: 1em;
  }
}