.titles{
    color: orange
}

.modal-title{
    color: orange
}

.navbar-default .navbar-nav .open .dropdown-menu{
    background: #ffff;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a{
    color: #191717;
    font-weight: bold;
}

/*.navbar-fixed {*/
    /*overflow: hidden;*/
    /*background-color: #333;*/
    /*position: fixed;*/
    /*top: 0;*/
    /*width: 100%;*/
/*}*/

.blink {
    font-size: 16px;
    font-weight: bold;
    -webkit-animation-name: blink;
    -moz-animation-name: blink;
    -o-animation-name: blink;
    animation-name: blink;
    -webktit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}

.blink-infinite {
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes blink {
    50% {
        opacity: 0;
    }
}
@-moz-keyframes blink {
    50% {
        opacity: 0;
    }
}
@-o-keyframes blink {
    50% {
        opacity: 0;
    }
}
@keyframes blink {
    50% {
        opacity: 0;
    }
}

#searchEmail {
    width:50px;
    transition: 0.5s;
}

#searchEmail:focus {
    width:150px;
    transition: 0.5s;
}
.classBlue{
    color: blue;
    font-size: 16px;
}

.classBkBlue{
    background: #07579c;
    border-radius: 10px 10px 10px 10px;
}

.classLoginText{
    color:#ffffff;
    font-size: 14px;
}

.filter-css{
    display:block;
    margin-bottom: 0px;
}

.filter-button-css{
    margin-top: 18px;
}


.tooltiped{
    border-bottom: 1px dotted #999;
}

.onlyClassBkBlue{
    background: #07579c;
}

.empchart{
    width: 60%;
}



.classBlueOnly{
    color: blue;
}

.fa-clock-o{
    font-size: 20px;
}

.sameIssue a{
    color:darkorange;
}

.notsameIssue a{
    color:#000000;
}

.classGreen{
    color: green;
    font-size: 16px;
}

#getPro{
    width:150px;
}
.title-text{
    font-size: 16px;
}

.available{
    color: green;
    font-weight: bold;
}

.red {
    border:1px solid red;
}

.allocation-Edit{
     cursor:pointer;
     font-size:16px;
     color: black;
}

.allocation-Remove{
    cursor:pointer;
    font-size:16px;
    color: red;
}

.projModal{
    width: 95%;
}

.employeeReportTable {
    counter-reset: rowNumber -1 ;
}

.employeeReportTable  tr {
    counter-increment: rowNumber;
}

.employeeReportTable  tr td:first-child::before {
    content: counter(rowNumber);
    color : darkblue;
    width: 2em;
    margin-right: 1.5em;
}

.teamReportTable{
    counter-reset: rowNumber -1 ;
}

.teamReportTable tr{
    counter-increment: rowNumber;
}

.teamReportTable tr td:first-child::before {
    color : darkblue;
    width: 2em;
    margin-right: 1.5em;
}

.divisionReportTable{
    counter-reset: rowNumber -1 ;
}

.divisionReportTable tr{
    counter-increment: rowNumber;
}

.divisionReportTable tr:last-child td:first-child::before {
    content: none; /* Remove the counter content */
    display: none; /* Hide the pseudo-element */
}

.divisionReportTable  tr td:first-child::before {
    content: counter(rowNumber);
    color : darkblue;
    width: 2em;
    margin-right: 1.5em;
}

.projAlloModal{
    width: 90%;
}
.loggedInUser{
    margin-top: 11px;
    margin-right: 40px;
    color: lightblue;
    font-size: 15px;
    font-weight: bold;
}

.hidden{
    visibility: hidden;
}

.withInEmp{
     font-size: 2px;
     color: white;
}

.fa-user{
    font-size: 24px;
}

.textFields{
    position: absolute;
    left: 200px;
}

.editRemove{
    position: absolute;
    left: 345px;
}

.alloTitle{
    position: absolute;
    top: 20px;
    /*text-align: center;*/
    right:42%;
    color: darkblue;
    font-weight: bold;
}


.alloLoginBody{
    position: absolute;
    top: 100px;
    left: 20px;
    right: 20px;
}

.loginMain{
    width: 100%;
    height: auto;
    background: red;

}

.logoDiv{
    /*color: blue;*/
    background: #07579c;
    text-align: center;
    border-radius: 4px 4px 0 0;
    padding: 35px 0 25px;
}
.logo{
    display:inline-block;
    height: auto;
    width: 210px;
}


/* Style the list */
ul.tab {
    width: 50%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Float the list items side by side */
ul.tab li {float: left;}

/* Style the links inside the list items */
ul.tab li a {
    display: inline-block;
    color: black;
    text-align: center;
    padding: 2px 30px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 12px;
}

#alloEmpReport td {
    vertical-align: top;
}


#alloEmpReport  table tr td {
    width:25%;
}

/*table td table td table td {*/
    /*width:105px !important;*/
    /*min-width:105px !important;*/
/*}*/

/* Change background color of links on hover */
ul.tab li a:hover {background-color: #ddd;}

/* Create an active/current tablink class */
ul.tab li a:focus, .active {background-color: #ccc;}


.project-filter .project-result-container2 {
    position: absolute;
    width: 300px;
    background: #fff;
    border: 1px solid #cccccc;
    padding: 10px;
    z-index: 10;
}

.project-filter .project-result-container2 .pr-list {
    max-height: 250px;
    overflow-y: auto;
}
.project-filter .project-result-container2 .pr-list ul {
    margin: 0;
    padding: 0;
}
.project-filter .project-result-container2 .pr-list ul li {
    margin: 0;
    padding: 2px 5px;
    background: #ebf2fa;
}

.project-filter .project-result-container2 .pr-list ul li:nth-child(2n+2) {
    background: #fff;
}

.lastUpdate{
    color: #000000;
    font-size: 14px;
    /*font-weight: bold;*/
}

/*.allocation{*/
    /*width: 100%;*/
/*}*/

.navbar-collapse .collapse{
    height: 1px;
}

.datepickerSize{
    min-height: 350px;
}

.description{
    color: #6e6e6e;
    /*font-family:"Courier New", Courier, monospace;*/
}

.weekSelect{
    position: relative;
}

/*.filled-over {*/
    /*background: #f95b62;*/
/*}*/

.fa-minus-circle{
    color: red;

}

.fa-angle-left{
    font-size:32px;
    position: absolute;
    left: -14px;
    top: -8px;
    opacity: 0.2;
}

.fa-angle-right{
    font-size:32px;
    position: absolute;
    right: 0px;
    top: -8px;
    opacity: 0.2;
}

.fa-angle-right:hover ,
.fa-angle-left:hover{
    opacity: 0.8;
}




/*  snow feature */

@import url('https://fonts.googleapis.com/css?family=Kumar+One');

/*// * {*/
   /*//   margin: 0px;*/
   /*//   padding: 0px;*/
   /*//   box-sizing: border-box;*/
   /*// }*/


/* h1 {
  color: white;
  text-align: center;
  vertical-align: middle;
  top: 50%;
  position: relative;
  display: block;
  font-family: 'Kumar One', cursive;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
} */

#snow {
    background-color: transparent;
    background-image: url(https://designshack.net/tutorialexamples/letitsnow/snow.png), url(https://designshack.net/tutorialexamples/letitsnow/snow.png);
    -webkit-animation: snow 7s linear infinite;
    -moz-animation: snow 7s linear infinite;
    -ms-animation: snow 7s linear infinite;
    animation: snow 7s linear infinite;
    z-index: 999;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    margin-top: 0;
    pointer-events: none;
    position: fixed;
}

@keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px
    }
    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px
    }
}

@-moz-keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px
    }
    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px
    }
}

@-webkit-keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px
    }
    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px;
    }
}

@-ms-keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px
    }
    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px
    }
}








