/*
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;
}

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

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

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

.table-input th{ 
    background: #A9B9BA; 
    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: #fff;
    text-align: center;
    vertical-align: middle;
    height: 30px;
    font-size: 12px;
    background: #7DCC93;
}

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

.table-main th{ 
    background: #464E3C;
    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: #464e3c;
    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: 5px !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;   
}

.letter-navigation {
    padding: 5px 7px;
    margin-right: 2px;
    margin-bottom: 5px;
    background-color: #ccc;
    font-size: 11px;
    box-shadow: 1px 2px 1px #888;
}

.letter-navigation:hover{
    background-color: #aaa;
    top: -2px;
    position: relative;
}

.progress {
    height: 20px;
}


.meter { 
    height: 5px;
    position: relative;
    background: #f3efe6;
    overflow: hidden;
}

.meter span {
    display: block;
    height: 100%;
}

.progress {
    background-color: #e4c465;
    animation: progressBar 3s ease-in-out;
    animation-fill-mode:both; 
      animation-iteration-count: infinite;
}

@keyframes progressBar {
  0% { width: 0; }
  100% { width: 100%; }
}








