
.md-10 { font-size: 10px; }
.icon-list.md-18 { font-size: 18px; }
.icon-list.md-24 { font-size: 24px; }
.icon-list.md-36 { font-size: 36px; }
.icon-list.md-48 { font-size: 48px; }
.btn-icon { border: 1px black; }
.card-form {
  width: 1000px;
  height: auto;
}
.borderless td, .borderless th {
    border: none;
    width: 15%;
    padding: 5px;
}
.table.bordered-table td, .bordered-table th {
  border: 1px solid #ddd;
  font-size: 12px;
  word-wrap: break-word;
}
.table.bordered-table tr td:first-child{
    width:1%;
    white-space:nowrap;
}

.table.bordered-table td {
  padding: 5px;
}
.close {
    margin-top: 1px;
    color: #fff;
}
.modal-title {
  font-size: 14px;
  font-weight: bold;
}
.modal-header {
  padding: 12px;
  color: white;
  margin-bottom: 12px !important;
}
/* Bootbox modals have no background on the header, so the title must be dark */
.bootbox .modal-header {
  color: #333;
}
.bg-dark {
  background-color: #ffffff;
}
/* .bg-dark {
  background-color: #252b38;
} */
.modal-footer {
    border-radius: 0 0 3px 3px;
    padding: 16px;
    margin-top: 0;
    border: 1px solid #DDD;
    background-color: #FCFCFC;
}
.table-card{
  padding: 5% !important;
}

.tab-bricky {
  background-color: grey;
  padding : 10px;
  margin: 2px;
  display: block;
  border-radius: 10px 10px 0px 0px;
}
.active.tab-bricky {
  background-color: #ded7ef;
  padding : 10px;
  margin: 2px;
  display: block;
  border-radius: 10px 10px 0px 0px;
}
li.tab-bricky a {
  color : white;
  font-weight: bold;
}

li.active.tab-bricky a {
  color : black;
  font-weight: bold;
}

div textarea {
  margin-bottom: 10px;
}
.fit{
  width: 100px !important;
}
.numbers{
  width: 10px !important;
}

.ul-attachment{
  margin: 0 !important;
  padding: 0 !important;
  list-style-type: none !important;
  text-align: left !important;
}

.ul-attachment li{
  padding-bottom: 5px !important;
}

.label-center {
  margin-top: 7px;
}

/*Loading GHANY*/
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index:999999 !important;
}

#logbph {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 70px;
    height: 51px;
    margin: -100px 0 0 -35px;
    z-index: 1001;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */

    z-index: 1001;
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #e74c3c;

        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #f9c922;

        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    @-webkit-keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }
    @keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }

    #loader-wrapper .loader-section {
        position: fixed;
        top: 0;
        width: 50%;
        height: 100%;
        background: #222222;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";       /* IE 8 */
filter: alpha(opacity=50);  /* IE 5-7 */
-moz-opacity: 0.5;          /* Netscape */
-khtml-opacity: 0.5;        /* Safari 1.x */
opacity: 0.5;               /* Good browsers */
        z-index: 1000;
        -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(0);  /* IE 9 */
        transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
    }

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }

    #loader-wrapper .loader-section.section-right {
        right: 0;
    }

    /* Loaded */
    .loaded #loader-wrapper .loader-section.section-left {
        opacity: 0;
        -webkit-transition: all 0.5s ease-out;  
                transition: all 0.5s ease-out;
    }

    .loaded #loader-wrapper .loader-section.section-right {
        opacity: 0;
        -webkit-transition: all 0.5s ease-out;  
                transition: all 0.5s ease-out;
    }
    
    .loaded #loader {
        opacity: 0;
        -webkit-transition: all 0.5s ease-out;  
                transition: all 0.5s ease-out;
    }
    .loaded #logbph {
        opacity: 0;
        -webkit-transition: all 0.5s ease-out;  
                transition: all 0.5s ease-out;
    }
    .loaded #loader-wrapper {
        visibility: hidden;

        -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateY(-100%);  /* IE 9 */
                transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.3s 1s ease-out;  
                transition: all 0.3s 1s ease-out;
    }