/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 23-Dec-2014, 14:04:40
    Author     : abdirahmanhassan
*/

.black {
    border-top: 3px black solid;
}

.blue {
    border-top: 3px blue solid;
}

.green {
    border-top: 3px green solid;
}

.gray {
    color: #aaa;
}


.current{
    border-bottom:4px solid orange;  
    color: orange;
    font-size: 15px;
}
.current a:link{
    color: orange;
}
/****** Header content *********/

legend{
    color: #e55b2b;
    font-weight: bold;
    font-size: 10px !important;
    margin-left: 0.1em;
    top: 0;
}

.table-header-1 th{
    height: 25px;
    font-size: 12px;
    background: #bbb;
    color:  #fff;
    vertical-align: middle;
}

.table-header-2 th{ 
    color: #fff;
    background: #a0a0a0; 
    text-align: center;
    vertical-align: middle;
    height: 25px;
    font-size: 12px;
}

.table-header-3 th{ 
    color: #fff;
    background: #b3b6b7; 
    text-align: center;
    vertical-align: middle;
    height: 25px;
    font-size: 12px;
}

.table-input th{ 
    background: #A9B9BA; /*blue*/
    color: #fff;
    text-align: center;
    vertical-align: middle;
    height: 30px;
    font-size: 12px;
}

.table-update th{ 
    background: #666; 
    color: #fff;
    text-align: center;
    vertical-align: middle;
    height: 30px;
    font-size: 12px;
}

.table-create th{ 
    background: #458; 
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
}

.table-header-4 th{
    color: #303946;
    text-align: center;
    vertical-align: middle;
    height: 25px;
    font-size: 12px;
    background: #DDDDDD;
}

.table-header-active th{
    background: #72d3cd;
}

.table-main th{ 
    background: #6F7E95;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
}

.table-header-6 th{
    background: #ff5b66;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    height: 30px;
    font-size: 12px;
}

.subheading{
    color: #000;
    background: #A9B9BA;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    height: 30px;
    font-size: 12px;

}

.table-header-all th{
    background: #1c7ab4;
    color: #fff;
}
.table-header-detailed th{
    background: #d1dfae;
}

.table-header-grey th{
    background: #aaa;
}


.staff {
    background:#72d3cd;
    height:30px;
    padding:10px 0 ;
}

.admin {
    background:#000;
    height:30px;
    padding:10px 0 ;
}

@media screen and (min-width: 0px) and (max-width: 349px) {
    .mobile-only {
        display: block; 
    }
}

.err{
    background:#ffd6d6; 
}

.circle img {
    -webkit-border-radius: 50em;
    -moz-border-radius: 50em;
    border-radius: 50em;
    border:0px solid #9a467f;
    /*box-shadow: 0px 3px 2px 2px rgba(0,0,0,0.5);*/
    border-style: solid;
    border-width: 0px;
    border-color: rgba(154, 70, 127, 0);	
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.right {
    float:right;
}

#unattend {
    color: red;
    font-weight: bold;
    text-align: center;
    font-size: 120px;
    padding: 0px; 
}

#unattended a{
    text-decoration: none;
    color: red;
}

#completed a{
    text-decoration: none;
    color: green;
}


.wrap {
    position: relative;
    padding: 0;
    width:70px;
    display:block;
    background: none;
}
.name {
    position: absolute;
    top: 0;
    padding-left: 15px;
    z-index: 10;
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.wrap:hover .name {
    opacity:1;
    font-weight: bold;
}

img {
    z-index:1;
}


.footer{
    height:40px;
    padding:10px 0 ;

}

.super {
    background: #384349;
    height: 100%;
    top: 0;
    bottom: 0;
}

.admin {
    background: #4C637B;
    height: 100%;
    top: 0;
    bottom: 0;
}

.initial {
    background: #262525;
    height: 100%;
    top: 0;
    bottom: 0;
}

.profile {
    background: black;
}

.lefthand {
    background: #17514D;
    height: 100%;
    top: 0;
    bottom: 0;
}


.nice {
    background: #4C637B;
}



.righthand {
    height: 25px;

}

.submenu {
    height: 44px;
    border-bottom: #F4F5F5 1px solid;
}

.summary {
    border-top: #F4F5F5 1px solid;
}
.color-red,
.error {
    color: #ef6465;
}
.color-green,
.success {
    color: #90af45;
}
.color-orange {
    color: #f48a30;
}
.color-green {
    color: #90af45;
}
.color-blue {
    color: #1c7ab4;
}
.color-yellow {
    color: #f3c835;
}

.color-tarq{
    color: #428f96;
}

.color-grey{
    color: #64626A;
}

.capitalize {
    text-transform: capitalize;
}

.link a:link {
    color: #1c7ab4;
    text-decoration: none;
    /*font-weight: bold;*/
}

.link a:visited{
    color: #d24a67;
    text-decoration: none;
    /*font-weight: bold;*/
}

.link2 a:link {
    color: #00bbff;
    text-decoration: none;

}

.link2 a:visited{
    color: #00bbff;
    text-decoration: none;
}

/* The CSS */


.xx {
    border-bottom: 3px red solid; 
}

.dash td{
    color: #9a467f;
    font-weight: bold;
}

.dash span {
    color: #555;
    font-weight: normal;
}

.scroll {
    position: fixed; 
    bottom: 0;
    top: 0;
}
.logout {
    position: inherit;
    bottom: 0;   
}

.fade-in {
    opacity: 0.3;
    transition: opacity 600ms;
}
.row:hover .fade-in {
    opacity: 1;
}

.trial{
    background: #EDEDED;
    padding-top: 7px;
    padding-left: 5px;
}

.btn-remove {
    width: 22px;
    height: 22px;
    background: red;
    color: #FFFFFF;
    padding: 2px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border:0;
    font-weight: bold;
}

.btn-add {
    width: 22px;
    height: 22px;
    background: green;
    color: #FFFFFF;
    padding: 2px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border:0;
    font-weight: bold;
}

.circle2{
    width:120px;
    height:120px;
    border-radius:90px;
    -moz-border-radius:90px;
    -webkit-border-radius:90px;
    text-align:center;
    padding-top: 45px;
    font-size:22px;
}

.prof{
    color: #9a467f;
    font-weight: bold;
}

.line {
    border-bottom:1px solid #EDEDED;
}

.pro h2 {
    color: orangered;
}

.green{
    color: white;
    background:green;
}

.red{
    color: white;
    background: red;
}

.grey {
    color: white;
    background: grey;
}

.yellow {
    color: black;
    background: yellow;
}

.blue {
    color: white;
    background: blue;
}

.login{
    position:absolute;
    z-index:15;
    top:20%;
    left:43%;
    margin:-100px 0 0 -150px;
}

.table-login{
    border: 20px solid #f7f7f7;
    background: #ededf2;

}

.table-login th{
    height:60px;
    background: #445E7D;
    color: #fff;
    font-size: 15px;
}

.table-recover{
    border: 20px solid #f7f7f7;
    background: #ededf2;
    padding: 10px;
}

.table-recover th{
    height:60px;
    background: #d24a67;
    color: #fff;
    font-size: 15px;
}

.table-notifier th{
    background: #5e4b77;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    height: 30px;
    font-size: 12px;
}

.profile-table th, .profile-table td {
    padding: 0px !important;
}

div canvas {
    padding: 0;
    margin: auto;
    display: block;
}

.account {
    border:5px solid #d0d5da;
    padding: 0px;

}

.account a{
    text-decoration: none;
}

.comp {
    border:1px solid #d0d5da;
    padding: 0px;
}
.comp a{
    text-decoration: none;
    color: white;
}

.table-simple td, .table-simple th {
    padding-bottom: 3px !important;
    padding-top: 3px !important;
}

div.pager {
    border-top: 1px solid gray;
    padding-top: 10px;
    text-align: center;
    margin: 1em 0;
}

div.pager span {
    display: inline-block;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8;
    text-align: center;
    cursor: pointer;
    background: rgba(112,128,144,0.75);
    border-radius: 4px;
    color: #000;
    margin-right: 0.5em;
}

div.pager span.active {
    background: rgba(112,128,144,0.25);
}

.note {
    position: relative;
    width: 100%;
    padding: 1em 1.5em;
    color: #000;
    background: #ffe900;
    overflow: hidden;
}

.note:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-width: 0 45px 25px 0;
    border-style: solid;
    border-color: #fff #fff #ffe900 #658E15;
    background: #f4d31e;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.5);
    box-shadow: 0 3px 3px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.5);
    /* Firefox 3.0 damage limitation */
    display: block; width: 0;
}

.note.rounded {
    -moz-border-radius: 5px 0 5px 5px;
    border-radius: 5px 0 5px 5px;
}

.note.rounded:before {
    border-width: 8px;
    border-color: #fff #fff transparent transparent;
    -moz-border-radius: 0 0 0 5px;
    border-radius: 0 0 0 5px;
}

.table-input th, .table-input td {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.legend li span{
    width: 12px;
    height: 12px;

}

.items {
    border-spacing: 5px;
}

.items th, .items td {
    padding: 5px;
}

.items input[type="number"] {
    width: 100px;
}

.items input[type="text"] {
    width: 200px;
}

.items td.selector a {
    padding: 5px 20px;
    border: 1px solid gray;
    vertical-align: middle;
    background-color: lightseagreen;
}

.items td.selector a:hover {
    background-color: #5992da;
}

/* FOR HORIZONTAL ITEM*/
.items {
    border-spacing: 5px;
}

.items th, .items td {
    padding: 5px;
    text-align: center;
}

/*.items input[type="number"] {
    width: 100px;
}

.items input[type="text"] {
    width: 150px;
}*/

.items input.description, input.recipient {
    width: 380px !important;
}

.items input.amount {
    width: 150px !important;
}

.items td.selector a {
    padding: 5px 20px;
    border: 1px solid gray;
    vertical-align: middle;
    background-color: #b3cef6;
}

.items td.selector a:hover {
    background-color: #5992da;
}

.chart-legend ul{
    list-style-type: none;
}

.chart-legend li span {
    height: 20px;
    background-size: 20px;
}

.tarq {
    background: #82C6C6;
}

.company_intro {
    background: #203579;  
    height:100%;

}

.company_image {
    height:100vh;
    /*width:100vw;*/
    position: relative;
    background-size: auto 100%;
    background-repeat: no-repeat;

}
.company_image img { 
    height:100%;
    width:100%;
    position: relative;
}

.licence{
    background: #64626A;  
    color: white;
}

.company_login{
    position: relative;
    height:100vh;
    width:100vw;
}

@media (max-width: 770px) {
    #display {
        display: none;
    }

    .scroll {
        position: static;
    }

    .items input.description, input.recipient {
        width: 200px !important;
    }

    /*    .ui-dialog {
           left: 0 !important;
           width: 100% !important;
        }*/

    td.hide-xs {
        display: none !important;
    }
}

.logo-holder {
    background-color: white;
}

.mylink a:link {
    text-decoration: none;
    font-weight: bold;
    color: #ff5b66;
}

.mylink a:visited {
    text-decoration: none;
    color: #ff5b66;
}

.mylink a:hover {
    text-decoration: underline;
    color: #ff5b66;
    font-weight: bolder;
}

.mylink a:active {
    text-decoration: underline;
    color: #ff5b66;
}

.disabled {
    border-color: #dedede !important;
    color: #dedede !important;
    cursor: not-allowed !important;
}

/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen 
and (min-device-width: 320px) 
and (max-device-width: 480px)
and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen 
and (min-device-width: 320px) 
and (max-device-width: 480px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {
}

/* Landscape */
@media only screen 
and (min-device-width: 320px) 
and (max-device-width: 480px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) {

}

/* ----------- iPhone 5 and 5S ----------- */

/* Portrait and Landscape */
@media only screen 
and (min-device-width: 320px) 
and (max-device-width: 568px)
and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen 
and (min-device-width: 320px) 
and (max-device-width: 568px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {
}

/* Landscape */
@media only screen 
and (min-device-width: 320px) 
and (max-device-width: 568px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) {

}

/* ----------- iPhone 6 ----------- */

/* Portrait and Landscape */
@media only screen 
and (min-device-width: 375px) 
and (max-device-width: 667px) 
and (-webkit-min-device-pixel-ratio: 2) { 

}

/* Portrait */
@media only screen 
and (min-device-width: 375px) 
and (max-device-width: 667px) 
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) { 

}

/* Landscape */
@media only screen 
and (min-device-width: 375px) 
and (max-device-width: 667px) 
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) { 

}

/* ----------- iPhone 6+ ----------- */

/* Portrait and Landscape */
@media only screen 
and (min-device-width: 414px) 
and (max-device-width: 736px) 
and (-webkit-min-device-pixel-ratio: 3) { 

}

/* Portrait */
@media only screen 
and (min-device-width: 414px) 
and (max-device-width: 736px) 
and (-webkit-min-device-pixel-ratio: 3)
and (orientation: portrait) { 

}

/* Landscape */
@media only screen 
and (min-device-width: 414px) 
and (max-device-width: 736px) 
and (-webkit-min-device-pixel-ratio: 3)
and (orientation: landscape) { 

}

.ui-datepicker-calendar th, .ui-datepicker-calendar td {
    font-size: 10px !important;
}

.ui-datepicker-header {
    font-size: 12px !important;
}

.ui-datepicker-month {
    padding: 0 !important;
    max-height: 20px;   
}

.nav nav-stacked{
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 25%;
    background-color: #f1f1f1;
    height: 100%; /* Full height */
    position: fixed; /* Make it stick, even on scroll */
    overflow: auto; /* Enable scrolling if the sidenav has too much content */
}

/*﻿MAIN CONTENT PAGE*/
.leftside {
    width: 210px;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #303946;
}

#main {
    margin-left: 215px;
}

/* Top row - user menu container */
#main .row:first-child {
    border-bottom: 1px solid #c7d4db;
    background-color: #fff;
}

/* Top row - left-side menu switcher */
#main .row:first-child > div > span {
    width: 60px;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    font-size: 24px;
}
#main .row:first-child > div > span:hover {
    background-color: #f2f3f4;
}

/*Top row - right side section of the top bar */
#main .row:last-child > div:first-child {
    padding-left: 45px;
    padding-right: 15px !important;
    padding-top: 15px !important;
    content: '';
}

/* Top row - left navigation container */
.sidebar-nav {
    width: 210px;
    position: fixed;
    top: 0;
    bottom: 0;
    height: auto;
    background-color: #303946;
    color: #767d85;
    display: none;
    overflow: auto;
}

.sidebar-nav-emp {
    width: 210px;
    position: absolute;
    top: 0;
    bottom: 0;
    height: auto;
    background-color: #000;
    color: #767d85;
    display: none;
}

#main-menu, #main-menu-mobile {
    border-top: 2px inset #1c2128;
    border-bottom: 2px inset #1c2128;
}

/* Top row - left navigation menu item */
.sidebar-nav ul.parent-menu-level > li > a,
.sidebar-nav ul.parent-menu-level > li > ul > li > a {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 15px;
    font-size: 14px !important;
    font-weight: normal;
    display: block;
    text-decoration: none;
}
.sidebar-nav ul.parent-menu-level > li > a:hover, .sidebar-nav ul.parent-menu-level > li > a:focus {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    color: #fff !important;
    background-color: #1c2128;
    margin-left: -15px;
    padding-left: 35px !important;
    cursor: pointer;
    display: block;
}

.sidebar-nav ul.parent-menu-level > li > ul {
    background-color: #1c2128;
    margin-left: -20px;
    /*    max-height: 200px;
        overflow-y: auto;*/
}

.sidebar-nav::-webkit-scrollbar {
    width: 0.25em;
}
 
.sidebar-nav::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
.sidebar-nav::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

.sidebar-nav ul.parent-menu-level > li > ul > li > a {
    padding-left: 50px;
}

.sidebar-nav ul.parent-menu-level > li > ul > li > a:hover,
.sidebar-nav ul.parent-menu-level > li > ul > li > a:focus
.sidebar-nav-mobile ul.parent-menu-level > li > ul > li > a:hover,
.sidebar-nav-mobile ul.parent-menu-level > li > ul > li > a:focus
{
    color: #fff !important;
}

.active-menu-item {
    background-color: #778899;
}

.active-menu-item > a, .active-menu-item a:focus {
    color: #fff !important;
}


/* Top row - left navigation menu item icon */
.sidebar-nav ul.parent-menu-level > li > a > i {
    font-size: 13px;
    line-height: 10px;
}

/* Top row - left navigation item anchor */
.sidebar-nav ul li a, .sidebar-nav-mobile ul li a {
    color: #767d85 !important;
    margin-left: 5px;
}

.sidebar-nav ul li a span {
    color: #767d85 !important;
    float: right;
    font-weight: normal;
    font-size: 10px;
    line-height: 10px;
    padding-right: 10px;
}

.sidebar-nav-hidden {
    margin-left: -205px;
}

.sidebar-nav-shown {
    margin-left: 0;
}

.sidebar-nav img {
    margin: 5px;
}

.child-menu-level {
    padding-left: 35px;
    margin-left: -10px;
    background-color: #1c2128;
}

.child-menu-level li {
    margin-top: -15px;
    padding-left: 10px;
}

.child-menu-level li a i {
    font-size: 10px;
}

#main-menu > li.active-menu-item > a,
#main-menu-mobile > li.active-menu-item > a {
    color: #fff !important;
}

#main-menu > li.active-menu-item > a > span {
    color: #767d85 !important;
    float: right;
    font-weight: normal;
    font-size: 12px;
    line-height: 10px;
}


/* MOBILE DEVICES MENU SECTION*/
#btnHideMenuMobile {
    display: none !important;
}

.sidebar-nav-mobile {
    width: 55px;
    position: fixed;
    top: 0;
    bottom: 0;
    height: auto;
    background-color: #303946;
    color: #767d85;
    z-index: 999;
    display: none;
}

.sidebar-nav-mobile-shown {
    margin-left: -60px;
}

.sidebar-nav-mobile-hidden {
    margin-left: -60px;
}

.sidebar-nav-mobile img {
    margin: 2px;
}

#main-menu-mobile > li:hover {
    background-color: #1c2128;
    cursor: pointer;
}

#main-menu-mobile > li:hover,
#main-menu-mobile > li > a:hover,
#main-menu-mobile > li > ul > li:hover,
#main-menu-mobile > li > ul > li > a:hover {
    color: #fff !important;
    cursor: pointer;
}

/* Top row - left navigation menu item */
.sidebar-nav-mobile ul.parent-menu-level > li,
.sidebar-nav-mobile ul.parent-menu-level > li > a,
.sidebar-nav-mobile ul.parent-menu-level > li > ul > li > a{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 14px !important;
    font-weight: normal;
    text-align: center !important;
    text-decoration: none;
}

.sidebar-nav-mobile ul li a {
    color: #767d85 !important;
    margin-left: 5px;
}

#main-menu-mobile > li > ul > li {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
}

.child-menu-mobile {
    background-color: #1c2128;
    width: 175px;
    text-align: left;
    position: absolute;
    margin-top: -41px;
    margin-left: 55px !important;
    padding-top: 15px;
    padding-bottom: 5px;
}

/* SMART PHONES AND TABLETS MENU DISPLAY */
/* ===================================== */

/* Portrait and Landscape */

/* ----------- iPhone 4 and 4S ----------- */
@media only screen and (max-width: 960px)
{
    /* Top row - left navigation container */
    .sidebar-nav {
        display: none;
    }

    #btnHideMenu {
        display: none;
    }

    #btnHideMenuMobile {
        display: inline;
    }

    /* Main page section */
    #main {
        margin-left: 55px;
        padding-left: 10px !important;
    }

    #main .content-row > div:first-child {
        padding-left: 15px !important;
    }

    .sidebar-nav-mobile-shown {
        margin-left: 0px;
    }

    .child-menu-mobile {
        background-color: #1c2128;
        width: 150px;
        text-align: left;
    }

    #main .row:last-child > div:first-child {
        padding-left: 15px !important;
    }

    .responsive thead {
        display: none;
    }

    .responsive tr:not(:last-child) {
        border-bottom: 1px solid #ccc;
    }

    .responsive td {
        display: table-row;
    }

    .responsive {
        content: "responsive";
    }

    .smaller {
        font-size: 10px;
        padding-left: 2px;
        padding-right: 2px;
    }
}

@media only screen and (max-height: 400px)
{
    #main-menu-mobile > li {
        padding-top: 2px !important;
        padding-bottom: 2px !important;
    }

    #main-menu-mobile > li > a {
        font-size: 8px !important;
    }
}




.panel_header {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 12px;
    background:#fff;
    color: #555;
    vertical-align: middle;
    border: #dcdcdc solid 1px;
    border-radius: 4px;
    -webkit-box-shadow: 0 8px 6px -6px #e8e8e8;
    -moz-box-shadow: 0 8px 6px -6px #e8e8e8;
    box-shadow: 0 8px 6px -6px #e8e8e8;
}

.panel_header span {
    color: #9a467f;
    font-weight: bold;
    margin-bottom: 25px; 
}

.panel_retrieve {
    padding:5px;
    font-weight: bold;
    font-size: 10px;
    background:#fff;
    color: #555;
    vertical-align: middle;
    border: #dcdcdc solid 1px;
    border-radius: 4px;
    -webkit-box-shadow: 0 8px 6px -6px #e8e8e8;
    -moz-box-shadow: 0 8px 6px -6px #e8e8e8;
    box-shadow: 0 8px 6px -6px #e8e8e8;
}

#breadcrumb a:visited{
    color: #384349;
}
#breadcrumb a:link{
    color:#6F7E95;
}
#breadcrumb a:hover{
    color: #7f007f;
}
.bordered td{
    font-weight: 300;
}

.button.purple {
    background: #7f007f;
    color: #fff;
}

.button.ocean {
    background: #00bbff;
    color: #fff;
}

.button.orange {
    background: #f48a30;
    color: #fff;
}
.button.silver {
    background: #7e96b2;
    color: #fff;
}

.ocean {
    background: #00bbff;
    color: #fff;
}

.orange {
    background: #f48a30;
    color: #fff;
}

.silver {
    background: #d3dde2;
    color: #566a75; 
}

.sky {
    background: #2c98b8;
    color: #fff; 
}

.sea {
    background: #009690;
    color: #fff; 
}

.soil {
    background: #8f8f85;
    color: #fff; 
}

.color-silver {
    color: #566a75; 
}


.key a:link {
    text-decoration: none;
    color:gray;

}

.key a:visited {
    text-decoration: none;
    color:gray;

}

.key a:hover{
    text-decoration: none;
    color: cornflowerblue;
}


.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}

.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}

.modalDialog > div {
    width: 400px;
    position: relative;
    margin: 10% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #fff;
    background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);
}

.closed {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

.closed:hover { background: #00d9ff; }


.tooltip {
    position: relative;
    display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #303946;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    margin: 5px;
    padding:4px;
    border-radius: 6px;
    min-width: 30px;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
    bottom: 100%;
    left: 50%; 
    margin-left: -10px;
}

#Profile a:link {
    font-weight: bold;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;    
    color: #7e96b2;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    margin: 0px;
    padding: 7px;
    border-radius: 5px;
    border: #7e96b2 1px solid;
}

#Profile a:visited {
    font-weight: bold;
    color:#7e96b2;
}

#Profile a:hover {
    font-weight: bold;
    color: #fff;
    background-color: #7e96b2;
}

@media only screen and (min-width: 641px) {
    .mabrex-table {
        min-width: 400px;
    }
}


.mabrex-table td, mabrex-table th {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    border-bottom: none !important;
    text-align: left !important;
    font-size:12px;
    
}
.h_link a:hover {
    color: #00bbff;
}

.h_link a:visited {
    color: #435a5f;
}

.h_link a {
    color:  #435a5f;
    text-decoration: none;
}

.nowrap {
    white-space: nowrap !important;
    vertical-align: middle !important;
}

.panel_retrieve tr:hover{
  cursor: pointer;
}

.utility {
    margin-left: 0px;
}

.utility span{
  font-weight:300; 
  vertical-align:top;
  
}

.utility a:link{
    text-decoration: none;
}

.icon
{
  font-size: 1em; /* change icon size */
  display: block;
  position: relative;
  width: 7em;
  height: 7em;
  background-color: #fff;
  border-radius: 0.6em;
  box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 3px 0 #bdbdbd, 0 4px 0 #fff, 0 5px 0 #bdbdbd, 0 0 0 1px #bdbdbd;
  overflow: hidden;
}

.icon *
{
  display: block;
  width: 100%;
  font-size: 1em;
  font-weight: bold;
  font-style: normal;
  text-align: center;
}

.icon strong
{
  position: absolute;
  top: 0;
  padding: 0.4em 0;
  color: #fff;
  background-color: #fd9f1b;
  border-bottom: 1px dashed #f37302;
  box-shadow: 0 2px 0 #fd9f1b;
}

.icon em
{
  position: absolute;
  bottom: 0.3em;
  color: #fd9f1b;
  font-size: 1.5em;
}

.icon span
{
  font-size: 2.4em;
  letter-spacing: -0.05em;
  padding-top: 1.25em;
  color: #2f2f2f;
}

fieldset {
   padding: 15px 0px 0px 10px !important;
}

.simple td{
    padding-top: .3em;
    padding-bottom: .3em;
}

#history_section {
    top: 94px;
    background-color:#f4f4f4;
    opacity: 1;
    filter: alpha(opacity=90);
    position: fixed;
    right: -280px;
    top: 105px;
    width: 280px;
    height: 500px;
    overflow-y: auto;
    padding: 10px;
    border:  1px solid #ccc;
    z-index: 999;
}

a.history-link {
    position: fixed;
    right: 0;
    top: 105px;
    background-color: #f4f4f4;
    border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 15px 0 0 15px;
    z-index: 1000;
}

#history_log{
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 5px 5px;
    border-radius: 5px;
}

#history_header{
    background-color: #fff !important;
    color:#435a5f !important;
    width: inherit !important;
    
}

.log_table{ 
    background-color:#fff !important;
    opacity: 0.8 !important;
    border: 0px solid #ccc;
    padding: 5px !important;
    border-radius: 10px !important;
    margin: 5px !important;
}

.log_table tr {
    border: 0px !important;
}

.licence {
    background: black;
}

.nav_break a:link{
    color:#2C98B8;
    font-weight: bolder;
}

.nav_break a:visited {
    color:#2C98B8;
    font-weight: bolder;
}

.nav_break a:active {
    color:#2C98B8;
    font-weight: bolder;
}

.nav_break a:hover{
    color:#2C98B8;
    font-weight: bolder;
}

#adjustment_section {
    top: 94px;
    background-color:#726f6f;
    opacity: 1;
    filter: alpha(opacity=90);
    position: fixed;
    right: -300px;
    top: 105px;
    width: 300px;
    height: 380px;
    /*overflow-y: auto;*/
    padding: 10px;
    border:  1px solid #ccc;
    z-index: 999;
}

a.adjustment-link {
    text-decoration: none;
    position: fixed;
    right: 0;
    top: 105px;
    background-color:#726f6f;
    border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 15px 0 0 15px;
    z-index: 1000;
    height: auto;
    width: 30px;
    color:#fff;
    font-size: 10px;
}


.adjustment_header {
    font-weight: bold;
    font-size: 12px;
    background:#726f6f;
    color: #fff;
    vertical-align: middle;
}

.report-loading img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    right: 50%;
    bottom: 50%;
    margin: -50px;
}

td.numericCol {
    text-align: right !important;
}

tfoot th.numericCol {
    padding-right: 10px !important;
    text-align: right !important;
}

.dash-empty {
    padding: 25px !important;
    font-size: 16px !important;
    color: #2471A3 !important;
    font-weight: 600;
}

.datatable-report>tbody>tr>td, .datatable-report>thead>tr>th, .datatable-report>tfoot>tr>th{
    font-size: 9px !important;
}

.employee-contribution {
    margin-left: 25px;
    margin-right:25px;
}



.employee-contribution > p {
    font-size: 15px;
    font-weight: 500;
    margin: 0px;
    padding: 10px;
    border-bottom: 1px solid #aaa;
}

.employee-contribution > p:nth-child(2) {
    border-left: 5px solid rgba(255, 0, 0, 0.5);
}

.employee-contribution > p:nth-child(3) {
    border-left: 5px solid rgba(0, 255, 0, 0.5);
}

.employee-contribution > p:nth-child(4) {
    border-left: 5px solid rgba(0, 0, 255, 0.5);
}

.employee-contribution > p:last-child {
    border-left: 5px solid rgba(0,0,0,0.75);
    background-color: #aaa;
    font-weight: bold;
}

.employee-contribution > p > span {
    text-align: right;
}

/* DASHBOARD CALENDAR SELECTOR */

.calendar-container {
    position: relative;
}

.calendar-container > div:first-child {
    padding: 2px;
    border: 1px solid #ddd;
    width: 300px;
    margin-bottom: 5px;
    background-color: #fff;
    border-radius: 2px;
    color: #888;
    font-size: 12px;
}

.calendar-container > div:first-child > label {
    cursor: pointer;
}

.navigation-button {
    background-color: #ddd;
    border-radius: 2px 0px 0px 2px;
    padding: 5px 7px 5px 7px;
}

.select-button {
    margin-left: 10px;
    margin-right: 10px;
    width: 222px;
    display: inline-block;
    text-align: center;
}

.select-list {
    display: none;
    width: 300px; /* 248px; use this value for small version*/
    border: 1px solid #ddd;
    padding: 10px;
    position: absolute;
    z-index: 999;
    background-color: #fff;
    color: #888;
    text-align: center;
    /* Uncomment this section to use small version
    /*margin-left: 26px;
    margin-right: 28px;*/
    margin-top: -6px;
    max-height: 140px;
    overflow-y: auto;
}

.select-list > p {
    cursor: pointer;
    border-bottom: 1px solid #ddd;
    padding: 6px;
    margin: 0px;
    font-size: 13px;
}

.select-list > p:hover {
    background-color: #eee;
}

#data-processing-image img {
    display: block;
    position: absolute;
    top: 45%;
    left: 50%;
    right: 50%;
    bottom: 45%;
    margin: auto;
    height: 10%;
    z-index: 1000;
}

#processing-div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    background-color: rgba(156,156,156,0.5);
    z-index: 999;
    display: none;
}