/* code listing for blog/css/main.css */
.forum-item{
    border:1px solid skyblue;
    text-align: center;
    margin: 5px;
    border-radius: 5px;
}

.header > .jumbotron{
    background-color: #50BBDC;
    color: white;
}

.header img{
    max-height: 130px;
    float: right;
    margin-top: -20px;
}

.footer{
    margin-top:10px;
}

.footer > .jumbotron{
    background-color: slategray;
    color: whitesmoke;
    text-align: center;
}

.glyphicon-plus {
    cursor: pointer;
    font-size: 11px;
    margin-left: 3px;
   text-align: right;
   /*  width: 100%;*/
}

.edittodo {
    margin-bottom: 3px;
}

.hidetodo{
    margin-right: 1px;
    margin-bottom: 2px;
}

.completed_percentange{
    padding-right: 11px;
}

.footer > .jumbotron p{
    font-size: 14px;
}

.footer > .jumbotron a{
    color: #ffffff;
}

form{
    margin-bottom: 20px;
}

.maintext{
    margin: 10px 0 10px 0px;
}

img.logo{
    max-width: 150px;
    max-height: 150px;
}

button.addtodo, button.printtodo, #apply_filter, #reset_filter {
    margin-bottom: 5px;
    margin-top: 5px;
}

#phrase {
    margin-top: 5px;   
}

.messagestable{
    background-color: #9acfea;
    overflow-y: auto;
    height: 200px;
}

/*table { 
    table-layout: fixed; 
}*/ 

table th, table td { 
    overflow: hidden;
} 

/*td{ 
    width:25%;    
}*/

#todolist thead tr th{
    z-index: 10 ;
}

#todolist td {
    height: 91px;
    min-width: 90px;
}

#todolist td.focus{
    width: 100%;
}

#todolist {
    table-layout: auto;
}

div.scrolling {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

.otherStaffHeader{
    background-image: url(../js/tablesorter/blue/desc.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
    width: 120px;
}

.doodle_logo{
    float:left;
    margin-left: 10px;
    margin-top:10px;
}

.completed{
    background-color: greenyellow!important;
}

#calendar {
    max-width: 1000px;
    margin: 40px auto;
    padding: 0 10px;
}

#overflow{
    height: 250px;
    overflow: auto;
}

#submit_department{
    margin-left: 37%;
}

#submit_project{
    margin-left: 37%;    
}

#submit_user{
    margin-left: 37%;
}

#add_edit_form .select2 {
    width: 100% !important;  
}

/*#todolist tbody tr:hover td {
    background-color: #FFFFFF;
}*/

.active_selection {
    background-color: #BDC3C7 !important;
}

/*#fullscreen_toggle{*/
    /*float:right;*/
/*}*/

/*Media css*/

@media (min-width: 768px) {
  .modal-xl {
    width: 90%;
    max-width: 1200px;
  }
}

@media (min-width: 992px){
    #add_project {margin-top:11%;}
    #add_department {margin-top:11%;}
}

@media (min-width: 992px) and (max-width: 1200px){
    #add_project {margin-top:12%;}
    #add_department {margin-top:12%;}
}

@media (min-width: 768px) {
    #add_project {margin-top:11%;}
    #add_department {margin-top:11%;}
}

@media (max-width: 768px) {
    #add_project {margin-top:18%;}
    #add_department {margin-top:18%;}
}

@media print{
    #navigation, .alert, .alert-info, form, .btn, .footer, .printhide, #time, #priority_colors, .row.toolbar{
        display:none !important;
    }
    body{
        font-size:12px;
    }
    #print_time{
        display: block !important;
    }
    #overflow{
        height: auto !important;
        overflow: hidden !important; 
    }
    #todolist td{
        height: 100%;
    }
    div.scrolling{
        overflow: hidden;
    }
}

.modal-footer, .modal-header{
    padding: 10px;
}

.modal-body{
    padding: 5px;
}

#time{
    position:absolute;
    top: 20%;
    left: 1%;
    width: 230px;
}

#sums{
   text-align:right;
    margin-right:5%;
    margin-top:1%;
}

#income_sum{
    margin-right:10px;
}

#graph_buttons{
    position: absolute;
    top: 5%;
    left: 1%;
}

#print_time{
    display: none;
    position: absolute;
    top: 10%;
}

.selected_view{
    display: none;
    border:0px;
}

.title{ 
    text-align:center;
    padding-bottom: 10px;    
}  

#time_picker tbody td{
    text-align: center;
    border: 1px groove grey;
    cursor: pointer; 
}

#time_picker{ 
    table-layout: auto;
    width: 15%;
    border-collapse: separate; 
}

#priority_colors{
    position:absolute;
    top: 70%;
    left: 1%;
    width: 180px;
}

#priority_table tr td{
    text-align: center;
}

.priority1{
    background-color: #C0392B;
}

.priority2{
    background-color: #F39C12;
}

.priority3{
    background-color: #3498DB;
}

.priority4{
    background-color: #27AE60;
}

.priority5{
    background-color: #BDC3C7;
}

.node {
  cursor: pointer;
} 

.node text {
  font: 10px sans-serif;
}

.link {
  fill: none;
  stroke: #ccc;
  stroke-width: 1.5px;
}
