.smodal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.smodal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
/* Menu */

.menu-on-top .menu-item-parent {
    max-width: 140px !important;
}


/* Tables */

.table-seperator {
    color: #e3e3e3;
}


/* Navigation */

.menu-on-top nav ul ul, .menu-on-top nav ul ul ul {
    border-bottom: 5px solid #00b2f5;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
}


/* Colors */

.txt-color-orangeDark {
    color: #00b2f5 !important;
}

#datatable_fixed_column>tbody>tr {
    cursor: pointer;
}

.export-pdf {
    position: relative;
    padding-left: 30px;
    font-size: 14px;
    margin-right: 6px;
}

.export-pdf:before {
    content: "\f1c1";
    font-family: FontAwesome;
    left: 12px;
    top: 6px;
    position: absolute;
}

.export-excel {
    position: relative;
    padding-left: 30px;
    font-size: 14px;
    margin-right: 6px;
}

.export-excel:before {
    content: "\f1c3";
    font-family: FontAwesome;
    left: 12px;
    top: 6px;
    position: absolute;
}

.export-csv {
    position: relative;
    padding-left: 30px;
    font-size: 14px;
}

.export-csv:before {
    content: "\f1c0";
    font-family: FontAwesome;
    left: 12px;
    top: 6px;
    position: absolute;
}

/*@media print {
    [class*="col-sm-"] {
        float: left;
    }
    [class*="col-xs-"] {
        float: left;
    }
    .col-sm-12, .col-xs-12 {
        width: 100% !important;
    }
    .col-sm-11, .col-xs-11 {
        width: 91.66666667% !important;
    }
    .col-sm-10, .col-xs-10 {
        width: 83.33333333% !important;
    }
    .col-sm-9, .col-xs-9 {
        width: 75% !important;
    }
    .col-sm-8, .col-xs-8 {
        width: 66.66666667% !important;
    }
    .col-sm-7, .col-xs-7 {
        width: 58.33333333% !important;
    }
    .col-sm-6, .col-xs-6 {
        width: 50% !important;
    }
    .col-sm-5, .col-xs-5 {
        width: 41.66666667% !important;
    }
    .col-sm-4, .col-xs-4 {
        width: 33.33333333% !important;
    }
    .col-sm-3, .col-xs-3 {
        width: 25% !important;
    }
    .col-sm-2, .col-xs-2 {
        width: 16.66666667% !important;
    }
    .col-sm-1, .col-xs-1 {
        width: 8.33333333% !important;
    }
    .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-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
        float: left !important;
    }
    body {
        margin: 0;
        padding 0 !important;
        min-width: 768px;
    }
    .container {
        width: auto;
        min-width: 750px;
    }
    body {
        font-size: 10px;
    }
    a[href]:after {
        content: none;
    }
    .no-print, .no-print *, div.alert, header, .group-media, .btn, .footer, form, #comments, .nav, ul.links.list-inline, ul.action-links {
        display: none !important;
    }
}*/
