
h2,h3,h4,h1,h5{
    margin: 0px;
    //font-size: 16px;
}
.glyphicon {
    position: relative;
    top: -2px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
footer
{
	padding: 10px 15px;
	font-size: 0.8em;
	text-align: left;
	border-top: 1px solid #e3e3e3;
        background: white;
        position: fixed;
        bottom: 0px;
        width: 100%;
        z-index: 2;
        z-index: 190;
}

header{
    background: #82bd36;
    border-bottom: 1px solid #dfdfdf;
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 190;
    min-height: 50px;
    padding: 0px 15px;
}

header h2{
    font-size: 18px;
    margin: 15px 0;
    color: white;
}

#navigation{
    background: #e8e8e8;
    color: #393939;
    position: fixed;
    top: 50px;
    width: 100%;
    padding: 0 15px;
    z-index: 190;
}

#quick_nav{
    position: fixed;
    top: 80px;
    width: 100%;
    padding: 6px 15px;
    box-shadow: 1px 5px 10px rgba(0,0,0,0.1);
    z-index: 2000;
    background: white;
    
}

#navigation h3{
    margin: 0px;
    padding: 8px 0;
    font-size: 14px;
}

header .company{
    margin: 14px 0;
    color: white;
    font-size: 18px;
    font-weight: normal;
}

.company a{
    color: white;
    text-decoration: none;
}

.company a:hover{
    color: white;
    text-decoration: underline;
}


.side_nav ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin-bottom: 10px;
}

.side_nav ul li{
    display: block;
    
}
.side_nav ul li a{
    display: block;
    padding: 6px 10px;
    background: #e6e6e6;
    margin-bottom: 2px;
    color: #333333;
    font-size: 12px;
}
.side_nav ul li a:hover{
    background: #cfcfcf;
    text-decoration: none;
    
}


.header_topic{
    margin-bottom: 5px;
    padding-bottom: 5px;
}

/***************** cus-form **************/
.cus-form{
    padding-top: 10px;
}
.cus-form h3{
    padding: 5px 0;
    color: #707070;
    font-size: 16px;
    font-weight: bold;
}

.cus-form label{
    font-weight: normal;
    font-size: 12px;
    color: #858585;
    margin-top: 3px;
}
.cus-form textarea.form-control{
    height: 50px;
}


.cus-form .info{
    padding: 6px;
    margin: 0px;
    font-size: 12px;
    background: #f3f3f3;
    margin-bottom: 12px;
}

.cus-form .btn-row{
    margin-top: 10px;
}


.tab-content{
    padding: 8px;
    padding-top: 0px;
    border: 1px solid #dddddd;
    border-top: none;
}

.btn-cog{
    margin-top: 3px;
}


/************** GRID *********************/
.headerdiv{
    background: #636363;
    color: white;
    font-size: 12px;
    padding: 4px;
    font-weight: bold;
}

.cells{
    padding: 4px 4px;
    font-size: 12px;
}
.datarow{
    border-bottom: 2px solid #ffffff;
    -webkit-transition : border 400ms ease-out;
  -moz-transition : border 400ms ease-out;
  -o-transition : border 400ms ease-out;
  transition : border 400ms ease-out;
}

.datarow:nth-child(even){
    background: #eeeeee;
    border-bottom: 2px solid #eeeeee;
    -webkit-transition : border 500ms ease-out;
  -moz-transition : border 500ms ease-out;
  -o-transition : border 500ms ease-out;
  transition : border 500ms ease-out;
}

.datarow:hover{
    cursor: pointer;
    border-bottom: 2px solid #73a72f;
    
}


.inner_nav{
    padding: 6px;
    background: #ececec;
    border: 1px solid #e0e0e0;
    
}

/************* popup_menu *********/
.popup_menu{
    position: fixed;
    top: 50%;
    left: 50%;
    width: 600px;
    margin-left: -300px;
    margin-top: -100px;
    background: white;
    box-shadow: 1px 1px 108px rgba(0,0,0,0.3);
    z-index: 5000;
    display: none;
}



.popup_menu h2{
    text-transform: capitalize;
    margin: 0;
    color: #343434;
    font-size: 15px;
    background: #eaeaea;
    padding: 6px 10px;
    border-bottom: 1px solid #cbcbcb;
    cursor: move;
}

.popup_menu form label{
    font-size: 12px;
    font-weight: normal;
}

.popup_menu .cus-form{
    padding: 10px;
}

.popup_menu #exit{
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    z-index: 5001;
}

.popup_menu_note{
    position: fixed;
    top: 50%;
    left: 50%;
    width: 600px;
    margin-left: -300px;
    margin-top: -100px;
    background: #fdfcc0;
    box-shadow: 1px 1px 108px rgba(0,0,0,0.3);
    z-index: 5000;
    display: none;
}

.popup_menu_note h2{
    text-transform: capitalize;
    margin: 0;
    color: #343434;
    font-size: 15px;
    background: #f8f7b6;
    padding: 6px 10px;
    cursor: move;
    border: none;
}

.popup_menu_note textarea{
    border: none;
    background: none;
    box-shadow: none;
    min-height: 150px;
    resize: none;
    font-family: "Comic Sans MS", cursive, sans-serif;
    font-size: 14px;
}
.popup_menu_note textarea:focus{
    box-shadow: none;
}


#err{
    position: fixed; 
    z-index: 2500; 
    right: 15px; 
    top: 15px; 
    background: rgba(0,0,0,0.8); 
    padding: 14px;
    display: none;
}

.errp{
    margin: 0px;
    color: white;
    font-weight: bold;
    font-size: 14px;
    padding: 5px 0;
}

.mini_dashboard{
    background: #484848;
    padding: 15px;
    margin-top: 8px;
    border-radius: 2px;
    color: yellowgreen;
    text-align: center;
    
}



.mini_dashboard .topic{
    font-weight: bold;
    margin: 2px 0;
    font-size: 14px;
}
.mini_dashboard .figur{
    margin: 2px 0;
    font-size: 30px;
}

.red{
    color: #ff5050 !important;
}

.chart{
    padding: 15px;
   
}

.fundsbox h4{
    margin: 1px 0;
    font-size: 12px;
    font-weight: bold;
}

.fundsbox h3{
    font-size: 18px;
    font-weight: bold;
    color: white;
}


form .error{
    color: red;
}

.form-sub{
    margin-bottom: 12px;
}

.sub_header{
    font-size: 16px;
    font-weight: bold;
    margin: 2px 0;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 10px;
    margin-bottom: 0px;
}

.totBar .headerdiv{
    padding-top: 15px;
    padding-bottom: 15px;
    background: none;
    border-bottom: 4px double #686868;
    border-top: 2px solid #686868;
    color: #373737;
}

.reminder{
    font-size: 12px;
    margin:5px 0;
    color: #8e8e8e;
}



.fileuploads:hover{
    background: #f2f2f2;
    cursor: pointer;
}

a.green{
    background: #82bd36 !important;
    color: white;
}

.logrow{
    border: 1px solid #f3f3f3;
    margin-bottom: 4px;
}


.logrow .date{
    font-weight: bold;
    font-size: 22px;
    margin: 0px;
    padding: 5px;
    text-align: center;
    background: #f8f8f8;
    color: #4a4a4a;
    border-radius: 2px 2px 0 0;
    border: 1px solid #d5d5d5;
    border-bottom: none;
}

.logrow .month{
    font-size: 11px;
    margin: 0px;
    padding: 2px;
    text-align: center;
    background: #bf1111;
    color: white;
    border-radius: 0 0 2px 2px;
}

.logrow .action{
    text-align: center;
}

.logrow .project{
    font-size: 13px;
    padding: 3px 1px;
    border-bottom: 1px solid #eeeeee;
}

.logrow .activity{
    font-size: 12px;
    color: #696969;
    padding: 2px 1px;
}

.logrow .users{
    font-size: 11px;
    color: #cccccc;
    margin: 0px;
    padding: 1px;
}

.logrow .completed{
    color: #75b028;
    font-size: 12px;
    padding: 3px 1;
}

.paylines{
    margin: 4px 0;
}

.dashboard h2{
    text-align: center;
    display: inline-block;
    font-size: 18px;
    color: #484848;
    padding: 10px;
    margin-left: 100px;
}
.dashboard h3{
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #484848;
    padding: 10px;
    display: inline-block;
    margin-top: 140px;
    margin-left: -10px;
}

.dashboard .items_box{
    padding: 5px;
    margin-top: 10px;
    border: 1px solid #e3e3e3;
/*    background: #f8f8f8;*/
    height: 195px;
}



.tile-box {
    line-height: inherit;
    display: block;
    height: auto;
    padding: 0px;
    padding-top:0px;
    text-align: center;
    border-width: 0px;
    border-style: solid;
    margin-top: 100px;
    height: 195px;
    margin: 5px;
    width: 48%;
}

.tile-box-alt 
.tile-header{
    padding:10px;text-align:center
}
.tile-box-alt 
.tile-content-wrapper.glyph-icon{
    font-size:100px;
}.timeline-box{
    position:relative
}
.timeline-box:before{
    position:absolute;top:0;left:50%;width:0;height:100%;margin-left:0;content:'';
    border-left:1px solid transparent}
.timeline-box 
.tl-row{position:relative;padding:10px 0
}.timeline-box .tl-row .tl-item{width:50%
}.timeline-box .tl-row .tl-item .popover{
    position:relative;display:block;margin:0;box-shadow:0 0 0 transparent
}.timeline-box .tl-row .tl-item .popover.left{float:right;margin-right:35px
}.timeline-box .tl-row .tl-item.float-right .popover.right{
    margin-left:35px
}.timeline-box .tl-row .tl-item .tl-panel{
    font-weight:700;position:absolute;top:50%;left:50%;width:50%;margin-top:-8px;margin-left:23px;text-align:left
}.timeline-box .tl-row .tl-item.float-right
.tl-panel{right:50%;left:auto;margin-right:23px;margin-left:0;text-align:right}
.timeline-box .tl-row .tl-item .tl-title{font-size:15px;font-weight:700;margin:0 0 10px}
.timeline-box .tl-row .tl-item .tl-label{display:inline-block;margin-bottom:10px;padding:5px 8px}
.timeline-box .tl-row .tl-item .tl-content{
    font-size:13px;margin:0 0 10px;opacity:.8;-moz-opacity:.8;filter:alpha(opacity:80)}
.timeline-box .tl-row .tl-item .tl-time{font-style:italic;opacity:.4;-moz-opacity:.4;filter:alpha(opacity:40)}
.timeline-box .tl-row .tl-item .tl-bullet,.timeline-box .tl-row .tl-item 
.tl-icon{position:absolute;top:50%;left:50%;display:block;width:17px;
        height:17px;margin-top:-9px;margin-left:-8px;border-radius:100px
}.timeline-box .tl-row .tl-item
.tl-bullet:before{display:block;width:9px;height:9px;margin:4px 0 0 4px;content:'';
       border-radius:100px;background:#fff}.timeline-box .tl-row .tl-item 
.tl-icon{font-size:18px;line-height:34px;width:34px;height:34px;
        margin-top:-18px;margin-left:-17px;text-align:center}
.timeline-scroll{overflow-x:scroll;overflow-y:hidden}
.timeline-horizontal{height:400px;padding:10px 0}.timeline-horizontal 
.tl-row{float:left;width:400px;height:173px}
.timeline-horizontal.timeline-box:before{top:50%;left:0;width:100%;height:1px;border:0}
.timeline-horizontal.timeline-box .tl-row .tl-item{width:auto}.timeline-horizontal.timeline-box 
.tl-row .tl-item .tl-panel{top:auto;bottom:-60px;left:0;width:100%;margin:0;text-align:center}
.timeline-horizontal.timeline-box .tl-row .tl-item .tl-bullet{margin-left:-9px}
.timeline-horizontal.timeline-box .tl-row .tl-item .tl-bullet,
.timeline-horizontal.timeline-box .tl-row .tl-item .tl-icon{top:auto;bottom:-27px}
.timeline-horizontal.timeline-box .tl-row .tl-item .popover{position:absolute;top:auto;bottom:10px;width:100%}
.timeline-horizontal.timeline-box .tl-row .tl-item.float-right .tl-panel{bottom:0}.timeline-horizontal
.timeline-box .tl-row .tl-item.float-right .popover{top:230px;bottom:auto}

.bg-blue,
.bootstrap-switch-info,
.btn-info,
.checkbox-info div[id^=uniform-] span.checked,
.hover-blue:hover,.hover-info:hover,
.label-info,.radio-info div[id^=uniform-] span.checked{color:#fff;border-color:#3dc4f5;background:#5bccf6
}
.tile-content-wrapper{position:relative;overflow:hidden;padding:10px 10px 17px}
.tile-content{font-size:70px;text-align:center}
.tile-content span{font-size:25px;opacity:.7;-moz-opacity:.7;filter:alpha(opacity:70)}
.tile-content-wrapper small{font-size:14px;display:block;text-align:right;opacity:.7;-moz-opacity:.7;
                           filter:alpha(opacity:70)}
.tile-content-wrapper>.glyph-icon{font-size:35px;line-height:70px;position:absolute;top:50%;
           left:15px;height:70px;margin-top:-36px;opacity:.3;-moz-opacity:.3;filter:alpha(opacity:30)}

.tile-footer{
    
    display:block;margin:0 -1px -1px;
    margin-top: 22px;
    padding:5px 10px;text-align:left;background:rgba(0,0,0,.1)
}
.tile-footer:hover{
    opacity:.8;color:inherit;-moz-opacity:.8;filter:alpha(opacity:80)}
.tile-footer .glyph-icon{float:right}
.tile-header{
    font-size:20px;padding:5px 10px;
    color:white;
    text-align:left;text-transform:uppercase;border:0!important;background:rgba(255,255,255,.2)}
.lbl
{
    font-size:30px;text-align:center;
    padding:20px 10px 17px;
    font-family: sans-serif;
   
    font-weight:bold;
}

/*@media print {
  body * {
    visibility: hidden;
  }
  #section-to-print, #section-to-print * {
    visibility: visible;
  }
  #section-to-print {
    position: absolute;
    left: 0;
    top: 0;
  }
}*/
/*@media print {
    footer {page-break-after: always;}
}*/

.modal-dialog {
  z-index: inherit;
}


.table-fixed thead {
  width: 97%;
}
.table-fixed tbody {
  height: 230px;
  overflow-y: auto;
  width: 100%;
}
.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
  display: block;
}
.table-fixed tbody td, .table-fixed thead > tr> th {
  float: left;
  border-bottom-width: 0;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

.invoice-title h2, .invoice-title h3 {
    display: inline-block !important;
}

.table > tbody > tr > .no-line {
    border-top: none !important;
}

.table > thead > tr > .no-line {
    border-bottom: none !important;
}

.table > tbody > tr > .thick-line {
    border-top: 2px solid !important;
}

.modal-dialog {
    width: 1000px;    
}






