/*--------------------------------------------------------------
  Template Name: Simply Construction HTML Template.
  Template URI: #
  Description: Simply Construction is a unique website template designed in HTML with a simple & beautiful look. There is an excellent solution for creating clean, wonderful and trending material design corporate, corporate any other purposes websites.
  Author: DevItems
  Version: 1.0
---------------------------------------------------------------*/

/* ----------------------------------------------------
	You can put your custom css code here:
-------------------------------------------------------*/

/*=================================================
                Christmas Theme        
===================================================*/

/*
.snowflakes {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1000;
}

.snowflake {
    position: absolute;
    top: -10px;
    color: white;
    font-size: 1rem;
    animation: fall linear infinite, sway ease-in-out infinite;
}

@keyframes fall {
    0% {
        top: -10%;
    }
    100% {
        top: 110%;
    }
}

@keyframes sway {
    0%, 100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(20px);
    }
}

*/

/*=================================================
               End of Christmas Theme        
===================================================*/


.slider__fixed--height {
    height: 450px;
}

.sidebar_notice {
    border:2px solid #b1bcbc;
    border-radius: 8px;
    margin:10px;
    padding:10px;
    opacity:0.8;
}

p > a {
    color: #606060;
    font-size: 14px;
    line-height: 24px;
    padding-right: 29px;
}

.nav-link {
    color: #606060;
}

.ht__address__details p a {
    color: #fff;
}

.htc__blog__details > p {
    margin-bottom: 1.2em;
}

.table__interruptions {
    font-size: 0.7em;
    margin-top: 40px;
}

.table__interruptions thead tr td {
    font-weight: bold;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.tab-pane img {
      margin: 10px;
}

.about_border {
    border:2px solid #606060;
    border-radius: 8px;
    padding:10px;
    width:90%;
    margin-top: 10px;
}

#tbl_management thead {
    background-color: #1f2d30;
    color: #fff;
}

.tab-pane p {
      margin-top: 15px;
}

.idpic {
      width: 100px;
      border-radius: 40%;
}

#tbl_bod td {
      vertical-align: middle;
}

.funfact {
      text-align: center;
}


.noflex {
    display: block;
}

.numberedlist {
    list-style-type: number;
}

.float-container {
    padding: 10px;
}

.float-child {
    float: left;
    padding: 5px;
}

.form-label {
    display:block;
    width:100%;
    height:calc(2.25rem + 2px);
    padding:.375rem .75rem;
    font-size:1rem;
    line-height:1.5;
    color:#495057;
    background-clip:padding-box;
}

.freezfirstcolumn {
    overflow-x: scroll;
    margin-bottom: 10px;
}

.freezfirstcolumn table td:first-child {
    position: sticky;
    left: 0;
    background-color: #ddd;
}

.freezfirstcolumn td, .freezfirstcolumn th {
    border-bottom: dashed #888 1px;
}

.underline {
    text-decoration: underline;
}

.numberlist {
    list-style-type: decimal;
}

.lowerletterlist {
    list-style-type: lower-alpha;
}

.upperletterlist {
    list-style-type: upper-alpha;
}

.lmenu__list li a {
    color: #343a40;
}

.sidebar__title {
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.sidebar__separator {
    margin-top: 5px;
}

.htc__category {
    padding: 20px;
}

.section__title h3.title__line {
    color: #1f2d30;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.section__title h3.title__line__nocase {
    color: #1f2d30;
    font-size: 30px;
    font-weight: 700;
}

.single__cl__form input, .single__cl__form select {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    height: 40px;
    line-height: 40px;
    margin: 0 15px;
    padding: 0 20px;
    width: 50%;
    color: #606060;
}

.single__cl__form select {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    height: 40px;
    line-height: 40px;
    margin: 0 15px;
    padding: 0 20px;
    width: 50%;
    color: #606060;
  }

  .delete__btn {
    background: #cc3030 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-family: Raleway;
    font-size: 18px;
    font-weight: 700;
    height: 45px;
    line-height: 45px;
    padding: 0 25px;
    transition: 0.5s;
    border: 1px solid #fcc236;

  }

  .delete__btn:hover {
    border: 1px solid #cc3030;
    background: transparent;
    color: #cc3030;
  }

  .form-group .contact-box.message textarea {
    margin-left: 15px;
  }

  .form-group .contact-box.message span {
    margin-left: 15px;
    color: #cc3030;
  }
