﻿body {
    height: 100%;
}
#footer{
    background-color:#333333;
    color:#e4e4e4;
    padding: 10px;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 100;


}
#footer a,
.color-smoke{
   color:#858585;
}
#content {
    padding-bottom: 5%;
}
.bold { font-weight: bold;}
.table { padding-top: 20px;}
.table > tbody > tr > th, .table > tbody > tr > td {
    border-top: none;
}
    .table.no-border > tbody > tr > th, .table.no-border > tbody > tr > td {
        border: none;
    }
.table.tree>tbody>tr:nth-child(odd)>td, 
.table.tree>tbody>tr:nth-child(odd)>th {
   /*background-color: #1aae88;*/
   background-color: rgba(26, 174, 136, 0.2);
 }

/*@media (min-width: 768px){
    .hbox {
        table-layout: fixed;
    }
}*/
@media (max-width: 767px){
    .navbar-header > .btn {
        left: -85%;
    }
}
.nav-primary > ul.nav-main > li.active > a, .nav-primary > ul.nav-main > li > a{ overflow-x: hidden;}

.modal.large .modal-dialog {
  width: 60%; /* or whatever you wish */
}
.modal.xlarge .modal-dialog {
    width: 80%; /* or whatever you wish */
}
.modal.full .modal-dialog {
    width: 100%; /* or whatever you wish */
}

/*input look like a label*/
.asd {
    background:rgba(0,0,0,0);
    border:none;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
}

    #loading {
   background-color: #fff;
   width: 82%;
   height: 60%;
   position: fixed;
   z-index: 999;
   text-align:center;
}
    #loading img {
    position:absolute;
    top:0;
    bottom:0;
    margin:auto;
}

    .cvdetails-link{ cursor: pointer;}
    .link-select{ text-decoration: none;}
    .link-select:hover{ color: #1aae88;}


    .wrapper.navbar.navbar-fixed-top-sm{
        padding-top:0px !important;
    }

    h2{
        margin-top:15px !important;
    }

/**syncfusion custom/*/
.e-emptyrow{
    font-style:italic;
    font-size: smaller;
    color: lightgray;

}
