﻿body {
    padding-top: 70px;
    padding-bottom: 100px;
    margin-left: 10px;
    color: black;
    font-size: 16px;
}
/*@font-face {
    font-family: myFont;
    src: url('HelveticaNeueW23-Reg.ttf');
}*/

h4, p {
    color: black;
}

h2 {
    /*margin-left:-10px;*/
}

/*.well{
    background-color:lightgray;
    border-radius:15px;
}*/
.well-idle {
    background-color: lightcoral;
    border-radius: 15px;
}

.well-active {
    background-color: lightgray;
    border-radius: 15px;
}

@font-face {
    font-family: myFont2;
    src: url('font/DroidKufi-Regular.ttf');
}

.navbar-default {
    background-color: rgb(102,102,87);
    border-color: rgb(102,102,87);
}

    .navbar-default .navbar-nav > li > a {
        color: lightgray;
        font-family: Arial, Helvetica;
    }

        .navbar-default .navbar-nav > li > a:hover {
            color: rgb(255,178,0);
        }

.nav > li {
    position: relative;
    display: block;
    height: 70px;
    padding-top: 10px;
}

*, *::before, *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*color: black;*/
}

/*h2 {
    color: black;
}*/

td {
    color: black;
}

.trstyle {
    border: 1px silver solid;
    vertical-align: top;
    text-align: left;
}

.myfooter {
    padding-top: 10px;
    background-color: black;
    font-family: myfont;
    text-align: justify;
}

.subfooter {
    background-color: rgb(102,102,87);
    color: white;
    padding: 10px;
    text-align: center;
}

.myfooter a {
    color: azure;
}

.myfooter p {
    color: azure;
}

.myfooter h4, ul, p {
    margin-bottom: 20px;
    font-family: Arial;
}

.logo {
    margin-top: -5px;
}

.alert, alert-success {
    background-color: rgb(255,178,0);
    color: black;
}

.alert {
    padding: 5px;
}

.table tr:first-child td {
    background: silver;
}

.table table-striped > tbody > tr:hover > td {
    background-color: rgb(255,178,0);
}

.container-fluid {
    padding-left: 20px;
    padding-right: 20px;
}

.greentext {
    background-color: green;
    color: white;
}

.redtext {
    background-color: red;
    color: white;
}

.yellowbk {
    background-color: lightyellow;
    font-weight: bold;
}

.bluetext {
    background-color: dodgerblue;
    color: white;
}

.shortlisted {
    background-color: #15f615;
    color: black;
}

.ACR {
    background-color: silver;
    color: black;
}

.table-hover {
    background-color: lightyellow;
}

    .table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
        background-color: gold;
    }

.ui-tooltip {
    font-size: small;
    font-family: Arial;
}

.leader {
}

/* The side navigation menu -------------------------------------------------------------------------  */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0;
    left: 0;
    background-color: lightgray; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

    /* The navigation menu links */
    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

        /* When you mouse over the navigation links, change their color */
        .sidenav a:hover, .offcanvas a:focus {
            color: white;
        }

    /* Position and style the close button (top right corner) */
    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

/*----------------------------*/

.navbar-fixed-left {
    width: 200px;
    position: fixed;
    top: 0;
    left: 0;
    border-radius: 0;
    height: 100%;
    background-color: rgb(66, 66, 56); /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

    .navbar-fixed-left .navbar-nav > li {
        float: none; /* Cancel default li float: left */
        width: 199px;
    }

    .navbar-fixed-left + .container {
        padding-left: 5px;
    }

    /* On using dropdown menu (To right shift popuped) */
    .navbar-fixed-left .navbar-nav > li > .dropdown-menu {
        margin-top: -50px;
        margin-left: 140px;
    }


.navbar-fixed-right {
    /*width: 200px;*/
    position: fixed;
    top: 0;
    /*left: 0;*/
    border-radius: 0;
    height: 100%;
    background-color: rgb(66, 66, 56); /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}


/*Moataz*/
.panel-default > .panel-heading {
    color: #333;
    background-color: #FFB200;
    border-color: #DDD;
}


.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group {
    padding: 1px 2px 1px 10px;
}

h6 {
    margin-top: 20px;
    color: white;
    font-size: large;
}

.row-bordered:after {
    content: "";
    display: block;
    border-bottom: 1px solid #ccc;
    margin: 0 15px 5px 5px;
}

/*Nice alerts*/

.info-display {
    margin: 8px 8px;
}

.message {
    width: 50%;
    margin: 0 auto;
    padding: 19px;
    margin: 0 auto;
    background-color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

.error {
    background-color: rgba(217, 80, 80, 0.2);
    border-top-right-radius: 31px;
    border-right-color: #CC3333; /* Side Effect Colors */
    border-left-color: #CC3333; /* Side Effect Colors */
    border: 1px solid #CC3333;
    border-right-width: 19px;
    border-left-width: 19px;
}

    .error strong {
        color: #FF3333;
    }

.warning {
    border-right-color: #FF9933;
    border-bottom-right-radius: 31px;
    background-color: rgba(240, 173, 78, 0.2);
    border-right-color: #FF9933; /* Side Effect Colors */
    border-left-color: #FF9933; /* Side Effect Colors */
    border: 1px solid #FF9933;
    border-right-width: 19px;
    border-left-width: 19px;
}

    .warning strong {
        color: #FF9900;
    }

.info {
    border-right-color: #5bc0de;
    border-bottom-right-radius: 31px;
    border-top-right-radius: 31px;
    background-color: rgba(91, 192, 222, 0.2);
    border-right-color: #5bc0de; /* Side Effect Colors */
    border-left-color: #5bc0de; /* Side Effect Colors */
    border: 1px solid #5bc0de;
    border-right-width: 19px;
    border-left-width: 19px;
}

    .info strong {
        color: #5bc0de;
    }

.success {
    border-right-color: #2b542c;
    border-radius: 31px;
    background-color: rgba(43, 84, 44, 0.2);
    border-right-color: #2b542c; /* Side Effect Colors */
    border-left-color: #2b542c; /* Side Effect Colors */
    border: 1px solid #2b542c;
    border-right-width: 19px;
    border-left-width: 19px;
}

    .success strong {
        color: #2b542c;
    }

/*End of nice alerts*/

.subfooter span {
    color: white;
}



.doclog h3 {
    font-weight: bold;
    text-align: center;
}


/*Begin Project Section*/

.project {
    background-color: #555;
    color: white;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
}

    .project strong {
        color: white;
        font-size: 1.2em;
    }

/*End Project Section*/

/*Begin Section filesupload*/
.filesupload {
    border-radius: 5px;
    border: solid #555 1px;
    padding: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    background-color: #888;
}

    .filesupload .alert-info {
        border: none;
    }

    .filesupload h3, .filesupload b {
        color: white;
        font-weight: bold;
    }

.fupload {
    margin-bottom: 5px;
}


/*End Section filesupload*/


.btn-info {
    background-color: #337ab7;
    border: none;
}

    .btn-info:hover {
        background-color: #286090;
        border: none;
    }


/*Begin Section filestable*/
.filestable {
    border-radius: 5px;
    border: solid #555 2px;
    padding: 5px;
    margin: 20px 0px;
    height: 800px;
    overflow: auto;
}

    .filestable th {
        background-color: #FFB200;
        
    }


/*End Section filestable*/

.counter {
    margin-bottom: 10px;
    font-size: large;
}

    .counter .badge {
        font-size: large;
    }


.regret {
    background-color: darkviolet;
    color: white;
}


/*Tabs*/

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background-color: gold;
    font-weight: bold;
}

.nav-tabs > li a:hover {
    background-color: darkgray;
    color:white;
}


.tab-content {
    background-color: lightgoldenrodyellow;
    min-height: 400px;
    border-radius: 10px;
    padding: 5px;
    box-shadow: silver 10px 10px
}

    .tab-content a {
        color: darkmagenta;
        text-decoration: none;
    }

        .tab-content a:hover {
            text-decoration: underline;
        }

.label-shortlisted {
    background-color: #C5F5C5;
    color: black;
}

.label-regret {
    background-color: darkviolet;
    color: white;
}


.label-awarded_pts {
    background-color: cyan;
    color: black;
}


.tab-content .client a {
    color: black;
    text-decoration: none;
    font-weight: bold;
}

.label-no-response {
    background-color: black;
    color: white;
}

.label-cancelled{
    background-color:burlywood;
    color:black;
}

/*#Presentation>div>div>div>div>div>div>div{
    font-weight:bold;
}
#Presentation div:nth-child(1){
    font-weight:bold;
}*/

/*#Presentation .project_details>div:nth-child(3){
    background-color:green;
}*/

.projectrow {
    font-weight: bold;
}

.dorsch {
    border-top-right-radius: 40px;
    border-top-left-radius: 40px;
    background-color: #fbeb96 (240, 173, 78, 0.2);
    border-width: 1px 19px;
    border-style: solid;
    border-color: #fbeb96;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    padding-left: 10px;
}

.panel .panel-heading {
    /*border-top-right-radius: 20px;
    border-top-left-radius: 20px;*/
}


.panel-heading {
    padding-left: 10px;
    margin-top: -10px;
}

.panel-dorsch > .panel-heading {
    color: black;
    background-color: #fbeb96;
    border-color: gray;
    padding-top: 5px;
    padding-bottom: 5px;
}

.panel-dorsch {
    border-color: gray;
}

.white {
    color: white;
}

/**, *::before, *::after {
        color: white !important;
}*/

.btn-warning {
    color: black;
}

.topTables {
    height: 250px;
    overflow: scroll;
    padding: 0;
    border: 1pt solid black;
    border-radius: 10px;
}

    .topTables h5 {
        font-weight: bold;
        margin-left: 2px;
    }

.small, small {
    font-size: 75%;
}

body {
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
}

.tab-content {
    border: 1px solid gray
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background-color: gold;
    font-weight: bold;
    border-right: 1px solid gray;
    border-left: 1px solid gray;
    border-top: 1px solid gray;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
    padding-bottom: 0px;
}

.nav nav-tabs {
    padding-top: 0px;
    margin-top: 0px;
}

.tab-content {
    margin-top: -22px;
    border-radius: 0px;
    border-top-right-radius: 20px;
}


.blinking {
    animation: blinkingText 0.8s infinite;
}

@keyframes blinkingText {
    50% {
        opacity: 0;
    }
}

.label-warning{

    color:black;
}



.dropdown-item {
    color: lightgray;
    font-family: Arial, Helvetica;
    display: block;
    background-color: gray;
    padding-top: 10px;
    padding-bottom: 10px;
    border: solid 1px white;
    padding-left: 5px;
    padding-right: 5px;
}

a:hover {
    color: lightgray;
    text-decoration:none;
    background-color:black;
}
