﻿.container-fluid {
    height: 95%;
}

.titleText-small-right, .titleText {
    font-family: 'B Nazanin', Tahoma, Geneva, sans-serif;
    /*color: mediumslateblue;*/
    /*color: deeppink;*/
/*    background: -webkit-linear-gradient(rgb(72, 0, 255), rgb(255, 0, 220));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
    font-weight: bold;
}

.titleText-small-right {
    text-align: right;
    font-size: 20pt;
}

.titleText {
    text-align: center;
    font-size: 30pt;
    margin: 10px;
    padding-top: 58px;
}

.layoutHeader {
    height: 100%;
}

    .layoutHeader header {
        height: 100%;
        margin: 0;
        padding: 0;
    }

ul.navbar-nav {
}

.nav-link:hover {
    color: white;
}

    ul.navbar-nav li {
        font-size: 12pt;
        /*font-weight: bold;*/
        vertical-align: middle;
        margin-left: 1px;
    }

        ul.navbar-nav li a {
            display: inline-block;
            width: 100%;
            height: 100%;
        }

        ul.navbar-nav li i {
            padding: 5px;
        }

        ul.navbar-nav li:hover {
            /*color: white;*/
            /*padding-right: 5px;*/
        }

        ul.navbar-nav li i:hover {
            /*color: white;*/
        }

        ul.navbar-nav li a:hover {
            /*background-color: mediumvioletred;*/
            background-color: lightgray;
/*            background-image: -moz-linear-gradient(top, #0026ff, #ff00dc);
            background-image: -o-linear-gradient(top, #0026ff, #ff00dc);
            background-image: -webkit-gradient(linear, left top, left bottom, from(#0026ff), to(#ff00dc));
            background-image: -webkit-linear-gradient(top, #0026ff, #ff00dc);
            background-image: linear-gradient(to bottom, #0026ff, #ff00dc);*/
            color: white;
        }

.homeMenuItem {
    width: 48px;
    text-align: center;
}

    .homeMenuItem:hover {
        /*color: white;*/
    }

.menuItem {
    width: 200px;
}

    .menuItem:hover {
        /*color: white;*/
    }

.lastMenuItem {
}

    .lastMenuItem:hover {
        /*color: white;*/
    }

.infoBar {
    font-size: 12pt;
    padding-top: 5px;
}

main {
    height: 99%;
    /*max-height: 100%;*/
}

.layoutBody {
    height: 100%;
}

.layoutFooter {
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

    .layoutFooter footer {
        height: 100%;
        margin: 0;
        padding: 0;
    }

.layoutHeaderRow {
    height: 75px;
}

.layoutLoginDataRow {
    height: 43px;
    font-family: 'B Nazanin', Tahoma, Geneva, sans-serif;
    padding-right: 0px;
    font-size: 14pt;
    color: dimgray;
    vertical-align: middle;
}

.layoutBodyRow {
    height: 84%;
    /*height: 100%;*/
    overflow-x: hidden;
    overflow-y: auto;
}

.layoutFooterRow {
    height: 65px;
}
