mini-closer/*
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 : 20-nov-2013, 15:19:09
    Author     : camenos
*/
@-webkit-viewport{width:device-width;}
@-moz-viewport{ width:device-width;}
@-ms-viewport{ width:device-width;}
@-o-viewport{width:device-width;}
@viewport{width:device-width;}

@import url(https://fonts.googleapis.com/css?family=Lato:300,400);

a{
    color:#693;
}

a:hover{
    color:#407808;
}

#system-notification-scroller{
    width:60%;
    height:100%;
    overflow-y:scroll;
    margin:0 auto;
}

#system-notification-wrapper-closer{
    box-sizing:border-box;
    position:absolute;
    top:1em;
    right:1em;
    margin-left:-50%;
    background-color:#669933;
    color:white;
    box-shadow: 0 3px 0 0 #558722;
    z-index:10001;
}

#system-notification-wrapper-closer:hover{
    background-color:#558722;
    box-shadow: 0 3px 0 0 #3f720d;
}

#system-notification-wrapper-closer:active{
    background-color:#669933;
    top:1.2em;
    box-shadow:none;
}

#system-notification-wrapper{
    background-color: rgba(200, 200, 200, 0.8);
    height: 100%;
    left: 0;
    overflow: scroll;
    position: fixed;
    top: 0;
    width: 100%;
    opacity:0;
    z-index: 10000;
}

.btn{
    color:#454545 !important;
    border-color:#f0f0f0;
    background-color:#f0f0f0;
    box-shadow:0 3px 0 0 #ccc;
}

.btn.active{
    position:relative;
    border:1px solid transparent;
    top:3px;
    box-shadow:0 0 4px rgba(0,0,0,0.4) inset !important;
}

.btn.active:hover{
    border:1px solid transparent;
    box-shadow:0 0 4px rgba(0,0,0,0.4) inset !important;
}

.btn.active:active{
    border:1px solid transparent;
    box-shadow:0 0 4px rgba(0,0,0,0.4) inset !important;
}

.btn:hover{
    border-color:#ebebeb;
    background-color:#ebebeb;
    box-shadow:0 3px 0 0 #bbb;
}

.btn:active{
    position:relative;
    border-color:#ebebeb;
    background-color:#ebebeb;
    box-shadow:none;
}

.btn:not(.static):active{
    top:3px;
}

.btn.btn-danger{
    color:white !important;
    border-color:#d9534f;
    background-color:#d9534f;
    box-shadow:0 3px 0 0 #a9333f;
}

.btn.btn-danger:hover{
    border-color:#e9534f;
    background-color:#e9534f;
    box-shadow:0 3px 0 0 #99333f;
}

.btn.btn-danger:active{
    border-color:#d9534f;
    background-color:#d9534f;
    box-shadow:none;
}

.btn.btn-success{
    color:white !important;
    border-color:#7b6;
    background-color:#7b6;
    box-shadow:0 3px 0 0 #6a5;
}

.btn.btn-success:hover{
    border-color:#6a5;
    background-color:#6a5;
    box-shadow:0 3px 0 0 #594;
}

.btn.btn-success:active{
    border-color:#7b6;
    background-color:#7b6;
    box-shadow:none;
}

.btn.btn-warning{
    color:white !important;
    border-color:#fc6;
    background-color:#fc6;
    box-shadow:0 3px 0 0 #ea3;
}

.btn.btn-warning:hover{
    border-color:#fb5;
    background-color:#fb5;
    box-shadow:0 3px 0 0 #ea3;
}

.btn.btn-warning:active{
    border-color:#fc6;
    background-color:#fc6;
    box-shadow:none;
}

.btn.btn-primary{
    color:white !important;
    border-color:#69c;
    background-color:#69c;
    box-shadow:0 3px 0 0 #58b;
}

.btn.btn-primary:hover{
    border-color:#58b;
    background-color:#58b;
    box-shadow:0 3px 0 0 #47a;
}

.btn.btn-primary:active{
    border-color:#69c;
    background-color:#69c;
    box-shadow:none;
}

.btn.btn-info{
    color:white !important;
    border-color:#6bd;
    background-color:#6bd;
    box-shadow:0 3px 0 0 #5ac;
}

.btn.btn-info:hover{
    border-color:#5ac;
    background-color:#5ac;
    box-shadow:0 3px 0 0 #49b;
}

.btn.btn-info:active{
    border-color:#6bd;
    background-color:#6bd;
    box-shadow:none;
}

.input-group-btn .btn, .input-group-btn .btn:hover{
    box-shadow:none;
}

.input-group-btn .btn, .input-group-btn .btn:active{
    top:0;
}

.fancy-btn{
    color:#454545 !important;
    border-color:#f5f5f5;
    background-color:#f5f5f5;
    box-shadow:0 3px 0 0 #ccc;
}

.fancy-btn:hover{
    border-color:#ebebeb;
    background-color:#ebebeb;
    box-shadow:0 3px 0 0 #bbb;
}

.fancy-btn:active{
    position:relative;
    top:3px;
    border-color:#ebebeb;
    background-color:#ebebeb;
    box-shadow:none;
}

.fancy-btn.danger{
    color:white !important;
    border-color:#d9534f;
    background-color:#d9534f;
    box-shadow:0 3px 0 0 #a9333f;
}

.fancy-btn.danger:hover{
    border-color:#e9534f;
    background-color:#e9534f;
    box-shadow:0 3px 0 0 #99333f;
}

.fancy-btn.danger:active{
    border-color:#d9534f;
    background-color:#d9534f;
    box-shadow:none;
}

.fancy-btn.success{
    color:white !important;
    border-color:#9c6;
    background-color:#9c6;
    box-shadow:0 3px 0 0 #8b6;
}

.fancy-btn.success:hover{
    border-color:#8b6;
    background-color:#8b6;
    box-shadow:0 3px 0 0 #7a5;
}

.fancy-btn.success:active{
    border-color:#9c6;
    background-color:#9c6;
    box-shadow:none;
}

.fancy-btn.warning{
    color:white !important;
    border-color:#fc6;
    background-color:#fc6;
    box-shadow:0 3px 0 0 #ea3;
}

.fancy-btn.warning:hover{
    border-color:#fb5;
    background-color:#fb5;
    box-shadow:0 3px 0 0 #ea3;
}

.fancy-btn.warning:active{
    border-color:#fc6;
    background-color:#fc6;
    box-shadow:none;
}

.system-notification .closer-btn{
    box-shadow:0 3px 0 0 #396;
}

.system-notification .closer-btn:hover{
    box-shadow:0 3px 0 0 #183;
    border:1px solid #47a447;
}

.system-notification .closer-btn:active{
    position:relative;
    top:3px;
    box-shadow:none;
}

.system-notification .closer{
    text-shadow:none;
    background-color:#fd6057;
    color:#fd6057;
    height:18px;
    width:18px;
    font-size:13px;
    line-height:16px;
    text-align:center;
    border-radius:50%;
    display:inline-block;
    top:1em;
    right:1em;
    position:absolute;
    cursor:pointer;
}

.system-notification .closer:hover{
    color:#800200;
}

.system-notification .closer:active{
    background-color:#f03230;
}

.mini-closer{
    font-size:0.8em;
    text-shadow:none;
    background-color:#fd6057;
    color:rgba(0,0,0,0) !important;
    height:1.5em;
    width:1.5em;
    line-height:1.5em;
    text-align:center;
    border-radius:50%;
    display:inline-block;
    cursor:pointer;
}

.mini-closer:hover{
    color:rgba(0,0,0,0.6) !important;
}

.mini-closer:active{
    color:rgba(0,0,0,0.8) !important;
    background-color:#f03230 !important;
}

.mini-closer.primary{
    background-color:#69c;
}

.mini-closer.primary:hover{
    background-color: #58b !important;
}

.mini-closer.primary:active{
    background-color:#69c !important;
}

.mini-closer.success{
    background-color:#7b6;
}

.mini-closer.success:hover{
    background-color:#6a5 !important;
}

.mini-closer.success:active{
    background-color:#7b6 !important;
}

.mini-closer.warning{
    background-color:#f0ad4e;
}

.mini-closer.warning:hover{
    background-color:#c0ad4e !important;
}

.mini-closer.warning:active{
    background-color:#f0ad4e !important;
}

.event-panel .mini-closer{
    position:relative;
    z-index:1;
    display:inline-block;
    height:auto;
    width:auto;
    padding:1em 0.55em;
    line-height:0.15em;
    /*
    height:2em;
    width:2em;
    line-height:2em;
    */
    text-align:center;

}

.system-notification{
    position:relative;
    background-color: white;
    border-radius: 2px;
    box-shadow: 0 3px 0 0 #bbb;
    margin: 1em auto;
    /*padding: 1em 2em;*/
    padding:2em 2em 1em;
    text-align:center;
}

.system-notification img{
    width:30%;
}

.system-notification .image-box{
    width:33%;
    float:left;
}

.system-notification .text-box{
    width:66%;
    float:left;
}

.system-notification .ticket{
    font-size:3em;
}

.system-notification h2{
    margin-top:0;
    margin-bottom:10px;
}

.system-notification h2:first-letter{
    text-transform:uppercase;
}

.system-notification .message{
    text-align:left;
    margin-bottom:10px;
}

.system-notification .message:first-letter{
    text-transform:uppercase;
}

.system-notification .closer-btn{
    padding-left:2em;
    padding-right:2em;
}

.social-btn{
    cursor:pointer;
    background-color: #5cb85c;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    color: #fff;
    font-size: 12px;
    line-height:32px;
    height:32px;
    width:200px;
    position:relative;
    padding-left:32px;
    font-weight: bold;
    -moz-user-select: none;
    display: inline-block;
    font-family: 'Lato',arial,sans-serif;
    outline: medium none;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    display:inline-block;
}

.gplus-btn {
    background-color: #dd4b39;
}

.social-btn .icon{
    background: url("http://startupmification.com/img/yokup_favicon.ico") no-repeat scroll center center rgba(0, 0, 0, 0);
    height: 32px;
    margin-top: -1px;
    width: 32px;
    display:inline-block;
    border-right-width: 1px;
    border-color:#3c983c;
    border-right-style:solid;
    position:absolute;
    left:0;
        
}

.social-btn.admira{
    background-color:#4e7837;
}

.social-btn.admira .icon{
    background: url("https://www.admira.mobi//img/favicon.ico") no-repeat scroll center center rgba(0, 0, 0, 0);
    border-color:#2e5817;
}

.gplus-btn .icon{
    background: url("//ssl.gstatic.com/s2/oz/images/sprites/signinbutton-094c03c836f9f91d08b943a90778d34e.png") no-repeat scroll -32px -44px rgba(0, 0, 0, 0);
    border-color:#bb3f30;
}

.social-btn .text{
    border-radius: 0 3px 3px 0;
    display: inline-block;
    padding: 0 20px;
}

.social-btn:hover, .social-btn:active, .social-btn:visited {
    color:#fff;
}

.col-half{
    float:left;
    margin:0 1%;
    width:48%;
}

.col-third{
    width:33%
}

.ranking-user{
    margin-top:1em;
}

.ranking-user .progress{
    height:10px;
    margin-bottom:0;
    margin-top:5px;
    width:100%;
}

.ranking-user img{
    width:60px;
    float:left;
    margin-right:10px;
}

.ranking-user > div{
    float:left;
    margin-right:-70px;
    width:100%;
    padding-right:70px;
}

.ranking-user > div.clear{
    float:none;
}

.tasks .progress{
    display:inline-block;
    height:6px;
    width:6em;
    margin-bottom:0;
    margin-right:0.5em;
}

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th{
    background-color:#D9EDF7;
}

.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td{
    vertical-align:middle;
}

h1, h2, h3, h4, h5, h6, th, dt, strong, label, badge{
    font-family: 'Lato', sans-serif;
    font-weight:400;
}

body{
    font-family: 'Lato', sans-serif;
    font-weight:300;
    font-size:1.5em;
    min-width:280px;
}

button.btn{
    padding-top:0.6em;
}

.btn{
    font-family:helvetica, sans-serif;
    line-height:1.2em;
    border-radius:3px;
}

.btn .glyphicon{
    position:relative;
    top:2px;
}


a.btn, button.btn{
    padding:8px 12px 6px;
}

.well{
    padding:0 19px;
}

.well dd{
    margin-left:0.5em;
    margin-bottom:0.3em;
}

body > header{
    width:100%;
    min-width:280px;
}
body > header.navbar{
    border-radius:0;
    margin-bottom:0;
    position:fixed;
    top:0;left:0;
    min-height:3.5em;
}

#content{
    margin-top:3.5em;
    padding:0 1.8em;
}

.note{
    font-style:italic;
    color:#999;
}

.note strong{
    color:#666;
}

p{
    margin-bottom:1.3em;
}
.navbar-inverse .navbar-nav > li > a{
    color:white;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus{
    background-color:#65aA22;
}

.navbar-inverse .navbar-brand{
    text-shadow:-1px -1px 0 rgba(0,0,0,0.4);
    color:white;
    font-size:24px;
    position:relative;
    bottom:-4px;
}

.navbar-inverse .navbar-brand:hover{
    color:#ccc;
}

.navbar a{
    color:white;
}
.navbar-inverse {
    background-color: #459A22;
    border-color: #30881A;
}
.red{
    background-color:red;
}
.navbar-brand{
    padding:10px;
    padding-right:30px;
    width:15%;
    overflow:hidden;
    height:1.5em;
    line-height:1em;
}
#nav-logo{
    height:30px;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form,
.navbar-inverse .navbar-toggle{
    border-color:#106010;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{
    background-color:#30881A;
}
#main-content{
    position:relative;
    left:15%;
    padding-right:1%;
    width:85%;
    float:left;
    padding-left:2%;
}
.navbar-header{
    width:100%;
}
#lateral-menu{
    position:fixed;
    width:15%;
    float:left;
    padding:0;
}
#lateral-menu [role=menu] li a{
    width:100%;
    display:inline-block;
    padding:0.5em;
    color:#30881A;
    text-decoration:none;
}

#lateral-menu li a{
    color:#30881A;
}

#lateral-menu [role=menu] li a:hover{
    background-color:#459A22;
    color:white;
}

.dropdown-header{
    font-size:1em;    
    text-transform:uppercase;
    padding:0;
    cursor:pointer;
    position:relative;
}
body > footer .container{
    padding-top:2em;
    border-top:1px solid #ccc;
}
#social-yokup-icons{
    text-align:right;   
}

#profile-btn{
    width:48px;
    height:48px;
    border-radius:50%;
    background-color:white;
    position:relative;
    margin:0;
}

#profile-btn img{
    width:58px;
    margin-left:-5px;
    margin-top:-5px;
}

#profile-btn:after{
    font-family:'Glyphicons Halflings';
    position:absolute;
    bottom:0;
    right:0;
    background-color:white;
    color:#696969;
    content:"\e055";
    font-weight:400;
    line-height:1.4em;
    width:1.6em;
    height:1.6em;
    text-align:center;
    border-radius:50%;
    font-size:10px;
    cursor:pointer;
}

#profile-dropdown{
    display:inline-block;
    position:absolute;
    top:-10px;
    right:0.5em;
}

.exercice-resume-table th, .exercice-resume-table td{
    border:none !important;
}

.exercice-resume-table tr{
    border-bottom:1px solid #ddd;
}

.exercice-resume-table tr:last-child{
    border-bottom:none;
}

#profile-dropdown .dropdown-menu{
    width:3em;
    right:0;
    left:auto;
    position:absolute;
    top:48px;
    overflow:visible;
}

#profile-dropdown .dropdown-menu .dropdown-menu-arrow-wrapper{
    top:-7px;
    right:18px;
    left:auto;
}

.autor-avatar .dropdown-menu .dropdown-menu-arrow-wrapper{
    top:-7px;
    left:22px;
}

.autor-avatar .open > .dropdown-menu{
    width:250px;
    overflow:visible;
}

#profile-dropdown img{
    border-radius:50%;
}

.small-txt{
    font-size:0.85em;
}

.glyphicon.disabled{
    color:rgba(0,0,0,0.4);
}

.ordering{
    display:inline-block;
    margin-left:1em;
    padding-top:4px;
    padding-right:4px;
}

th.orderable{
    cursor:pointer;
}

th.orderable:hover{
    color:rgba(0,0,0,0.4) !important;
}

th.orderable.dark:hover{
    background-color:rgba(255,255,255,0.1) !important;
}

.ordering .glyphicon{
    display:none;
}

.ordering .glyphicon.active{
    display:inline-block;
}

#notification-group{
    width:85%;
    margin-top:0.5em;
    float:left;
    font-size:1.5em;
    position:relative;
}

#notification-group .popover{
    color:#444;
    width:300px;
}

#notification-group .popover .btn{
    display:block;
    margin:0 auto;
}

#notification-group .popover-content{
    padding-left:0;
    padding-right:0;
}

#notification-group .popover li{
    font-size: 0.8em;
    margin-bottom:0.05em;
}

#notification-group .popover ul{
    margin-top:-0.35em;
}

#notification-group .popover-title{
    background-color:transparent;
    text-align:center;
}

.full-width{
    width:100%;
}

.white{
    color:white;
}

.notification-elem{
    display:inline-block;
    margin-right:1em;
    cursor:pointer;
    position:relative;
    float:left;
}

.notification-elem .counter{
    background-color: steelblue;
    font-size:0.4em;
    padding:0.3em;
    border-radius:4px;
    position:absolute;
    bottom:0;
    left:15px;
}

.navbar-nav .glyphicon{
    margin-right:0.5em;
}

#lateral-menu-opener{
    position:relative;
    display:none;
    z-index:2;
}

#black-layer, #task-layer{
    background-color:rgba(0,0,0,0.8);
    z-index:1050;
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    overflow:scroll;

}

#task-layer{
    z-index:1001;
}

#white-layer{
    background-color:rgba(255,255,255,0.7);
    z-index:1050;
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
}

#close-lateral-menu{
    color:white;
    font-size:1.4em;
    cursor:pointer;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    padding:13px;
    border-bottom:1px solid #000;
    outline:1px solid #555;
    display:none;
}

#close-lateral-menu:hover{
    background-color:#333;
}

#close-lateral-menu .glyphicon{
    display:inline-block;
    margin-right:0.7em;
}

.hidden{
    display:none;
}

#pre-header{
    display:none;
    background-color:red;
    height:3.5em;
    text-align:center;
    background-color:#459A22;
    border-bottom:1px solid #30661A;
}

.content-affixed{
    padding-top:4.3em;
}

#notification-zones, #wall-notifications{
    background-color:#333333;
    color:#FFFFFF;
    padding:1em;
    position:absolute;
    width:300px;
    z-index:3;
    bottom:-238px;
    left:-100px;
    font-size:0.6em;
    height:230px;
}

#notification-zones h3, #wall-notifications h3{
    margin:0;
    margin-bottom:0.5em;
    font-size:1.4em;
    border-bottom:1px solid #fff;
}

.more-results{
    z-index:1;
    position:relative;
}

.more{
    margin:0 auto;
    display:block;
}

#notification-zones h5, #wall-notifications h5{
    margin-top:0;
}

#notification-zones li.note, #wall-notifications li.note{
    cursor:pointer;
    position:relative;
    padding-bottom:0.5em;
    border-bottom:none;
    margin-bottom:0.5em;
}

#notification-zones li, #wall-notifications li{
    cursor:alias;
    padding:0.5em;
    border-radius:2px;
    /*background-color:#f5f5f5;
    
    color:#454545;
    */
    color:white;
    margin-bottom:0.5em;
    /*
    cursor:pointer;
    position:relative;
    padding-bottom:0.5em;
    border-bottom:1px solid rgba(255,255,255,128);
    margin-bottom:0.5em;
    */
}


#notification-zones .read, #wall-notifications .read{
    cursor:pointer;
}

#notification-zones li:first-child, #wall-notifications li:first-child{
    border-top:1px solid rgba(255,255,255,128);
    padding-top:0.5em;
}

#notification-zones .not-icon, #wall-notifications .not-icon{
    display:inline-block;
    position:absolute;
    right:0;
    top:12px;
}

#notification-zones .not-text, #wall-notifications .not-text{
    display:inline-block;
    padding-top:13px;
    padding-left:13px;
}

#notification-zones .not-img, #wall-notifications .not-img{
    display:inline-block;
    margin-right:10px;
    position:absolute;
    left:0;
}

.notification-triangle{
    width:16px;
    height:16px;
    background-image:url('./img/arrow-up.png');
    position:absolute;
    bottom:-11px;
    left:3px;
}

.preline{
    white-space:pre-line;
}

.txt-note{
    color:#999;
}

.txt-info{
    color:steelblue;
}

.txt-warning{
    color:darkorange;
}

.txt-success{
    color:seagreen;
}

.txt-danger{
    color:crimson;
}

.txt-disabled{
    color:#ccc;
}

.txt-small{
    font-size:10px;
}

.nodecoration, .nodecoration:hover, .nodecoration:active, .nodecoration:focus{
    text-decoration:none !important;
}

.label{
    position:relative;
    bottom:4px;
    border-radius:2px;
}

.label-top{
    top:-2px;
}

.form-group{
    width:300px;
    margin:1.5em auto;
}

.form-group.required label:after{
    content:"\00a0*";
}

.form-group.semirequired label:after{
    content:"\00a0**";
}

.data-description:after{
    content:":";
}

.block-center{
    margin:0 auto;
}

.txt-center{
    text-align:center;
}

.txt-right{
    text-align:right;
}

.txt-left{
    text-align:left;
}

button.submit, a.submit{
    display:block;
    /*width:140px;*/
    padding:0.5em 1.5em;
    margin:0 auto 1em;
}

#dropdown-range-selector{
    padding-top:0.5em;
    margin-bottom:0;
}

.vertical-margin-small{
    margin:1em 0;
}

.leftmar{
    margin-left:0.5em !important;
}

.leftmar-xl{
    margin-left:1em !important;
}

.rightmar-xl{
    margin-right:1em !important;
}

.rightmar{
    margin-right:0.5em !important;
}

.topmar{
    margin-top:1em !important;
}

.topmar-xl{
    margin-top:2em !important;
}

.bottommar{
    margin-bottom:1em !important;
}

.bottommar-xl{
    margin-bottom:2em !important;
}

.bottommar-xxl{
    margin-bottom:3.5em !important;
}

.topmar-xxl{
    margin-top:3.5em !important;
}

.leftmar-sm{
    margin-left:0.5em !important;
}

.rightmar-sm{
    margin-right:0.5em !important;
}

.topmar-sm{
    margin-top:0.5em !important;
}

.bottommar-sm{
    margin-bottom:0.5em !important;
}

.leftpad{
    padding-left:1em !important;
}

.rightpad{
    padding-right:1em !important;
}

.toppad{
    padding-top:1em;
}

.toppad-sm{
    padding-top:0.5em;
}

.bottompad{
    padding-bottom:1em;
}

.bottompad-sm{
    padding-bottom:0.5em;
}

.allpad{
    padding:1em;
}

.progress-percentage{
    color:white;
    margin-bottom:0.5em;
}

.clouds-count{
    color:#5CB85C;
    font-weight:400;
    text-shadow:-1px -1px 1px rgba(255,255,255,0.4);
}

.clue-error{
    display:block;
    font-size:0.85em;
    font-style:italic;
    margin-bottom:6px;
    color:crimson;
}

.clue-error p{
    margin-top:0.5em;
    margin-bottom:0.5em;
}

.page-actions{
    text-align: right;
}

.cursorpointer{
    cursor:pointer;
}

.cursorhelp{
    cursor:help;
}

.fright{
    float:right;
    margin-left:1em;
}

.fleft{
    float:left;
    margin-right:1em;
}

*[data-showafter]{
    display:none;
}

.actions .btn{
    margin-bottom:1em;
}

.month-name, .month-name:hover{
    font-weight:400;
    background-color:darkslategrey !important;
    color:white !important;
}

.month-resume, .month-resume:hover{
    font-weight:400;
    background-color:#269abc !important;
    color:white !important;
}

.datepicker{
    margin-top:0;
}

.datepicker:before{
    left:auto;
    right:10px;
}

.datepicker:after{
    left:auto;
    right:11px;
}

.datepicker.dropdown-menu{
    margin-left:-170px;
}

.mini-payment-image{
    max-width:100%;
}

#avatar-shop{
    width:40%;
    float:left;
}

.fancy-select{
    padding:3px;
    padding-bottom:0;
}

.fancy-select li{
    display:block;
    border:1px solid #ccc;
    padding:3px;
    margin:5px 2px;
    border-radius:3px;
    cursor:pointer;
}

.fancy-select li:active, .fancy-select li.selected{
    background-color:#5CB85C;
    border:1px solid #696;
    color:white;
}

.fancy-select li.selected:hover{
    background-color:#7Cc87C;
    border:1px solid #696;
    color:white;
}

.fancy-select li:hover{
    background-color:#429BeA;
    border:1px solid #669;
    color:white;
}

.fancy-select li.lock:hover .complement-img-wrapper, .fancy-select li.lock:active .complement-img-wrapper{
    border:1px solid #999;
}

.fancy-select li.lock:hover, .fancy-select li.lock:active{
    background-color:#ccc;
    border:1px solid #999;
    color:white;
}

.fancy-select li.selected .complement-img-wrapper, .fancy-select li.selected:hover .complement-img-wrapper, .fancy-select li:active .complement-img-wrapper{
    border:1px solid #696;
}

.fancy-select li:hover .complement-img-wrapper{
    border:1px solid #669;
}

.complement-img-wrapper{
    border:1px solid #ccc;
    display:inline-block;
    margin:0;
    margin-right:1em;
    background-color:#fff;
    border-radius:3px;
}

.complement-img-wrapper img{
    display:inline-block;
    width:58px;
    height:58px;
    border-radius:3px;
    overflow:hidden;
}

.fancy-select .item{
    display:none;
}

.fancy-select .item.lock{
    opacity:0.4;
}

.fancy-select .item.visible{
    display:block;
}

.fancy-select-all{
    text-align:center;
}

.fancy-select-all .item.visible{
    display:inline-block;
}

.fancy-select-all .complement-img-wrapper{
    margin:0;
}

#avatar-shop .fancy-select{
    text-align:center;
}

#avatar-shop .fancy-select .item.visible{
    display:inline-block;
}

#avatar-shop .fancy-select .item.active, #avatar-shop .fancy-select .item.active:hover{
    background-color: #33AA33;
    border: 1px solid #669966;
    color: #FFFFFF;
}

#avatar-shop .complement-img-wrapper{
    margin-right:0;
}

.fancy-select .paginate-bottom, .fancy-select .paginate-top{
    cursor:default;
}

.fancy-select .paginate-bottom.has, .fancy-select .paginate-top.has{
    color:#666;
    cursor:pointer;
}

.fancy-select .paginate-bottom.has:hover, .fancy-select .paginate-top.has:hover{
    color:#269abc;
}

.fancy-select .paginate-bottom{
    margin-top:-6px;
}

.fancy-select .paginate-top{
    margin-bottom:-6px;
}

.fancy-select li:active{
    background-color:#3a3;
    border:1px solid #696;
    color:white;
}

#avatar-canvas{
    float:right;
    background-color:#5CB85C;
}

#notification-alerts{
    position:fixed;
    z-index:3000;
    bottom:0;
    right:0;
}

#notification-alerts > div{
    width:350px;
    min-height:120px;
    padding:1em;
    padding-left:70px;
    margin:5px;
    border-radius:3px;
    position:relative;
    background-color:white;
}

#notification-alerts h5{
    color: #b4b4b4;
    font-size: 30px;
    font-weight: lighter;
}
/*
#notification-alerts > div::first-letter{
    text-transform:capitalize;
}
*/


.rounded{
    border-radius:4px;
}

.circle{
    border-radius:50%;
}

.ranking-badge-wrapper{
    display:inline-block;
    height:2em;
    width:2em;
    position:relative;
    margin-right:0.2em;
}

.badge-image, .ticket-image{
    margin-right:2% !important;
    margin-top:30px;
    width:30%;
    text-align:center;
}

.badge-image img{
    width:50%;
}

.badge-text, .ticket-text{
    margin-left:2% !important;
    width:66%;
    text-align:center;
    margin-bottom:2em;
}

.badge-text h3, .ticket-text h3{
    font-size:2em;
    line-height:1.5em;
}

.ranking-medal{
    display:inline-block;
    background-color:#FFB600;
    position:relative;
    color:white;
    text-shadow:-1px -1px rgba(0,0,0,0.3);
    font-weight:bold;
    height:2.5em;
    width:2.5em;
    line-height:2.3em;
    border-radius:50%;
    border:2.5px solid #FFA600;
    z-index:2;
    font-size:0.8em;
}

.ranking-badge-wrapper .lace-left{
    display:inline-block;
    position:absolute;
    bottom:-1.2em;
    border-left:0.5em solid red;
    border-bottom:1em solid transparent;
    border-top:1em solid transparent;
    border-right:0.5em solid transparent;
    left:50%;
    margin-left:-0.3em;
    z-index:1;
}

.ranking-badge-wrapper .lace-right{
    display:inline-block;
    position:absolute;
    bottom:-1.2em;
    border-right:0.5em solid red;;
    border-bottom:1em solid transparent;
    border-top:1em solid transparent;
    border-left:0.5em solid transparent;
    right:50%;
    margin-right:-0.3em;
    z-index:1;
}

.ranking-profile{
    min-width:12em;
}

#notification-alerts .alert-type{
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:50px;
    border-right:2px dashed #f2f2f2;
}

#notification-alerts .alert-symbol{
    background-color: #ddd;
    border: 3px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
    height: 60px;
    left: -30px;
    line-height: 60px;
    position: absolute;
    text-align: center;
    top: 30px;
    width: 60px;
}

#notification-alerts .info-alert .alert-symbol{
    background-color:steelblue;
}

#notification-alerts .success-alert .alert-symbol{
    background-color:#5CB85C;
}

#notification-alerts .danger-alert .alert-symbol{
    background-color:#D9534F;
}

[id|=interruption-list] .list-unstyled{
    margin:0 !important;
}

#product_service_container #total, #product_service_container #totalVat, #product_service_container #totalWithVat{
    padding-right:2em;
}

.desglose .atention{
    display:none;
}

.balance .table-responsive{
    /*margin-top:2em;*/
}

.balance .table-responsive .bill-row.total-row:last-child{
    border-bottom:1px solid #ddd;
}

.balance .table-responsive .no-results{
    border-bottom:1px solid #ddd;
}

.balance .table-responsive  .no-bills{
    border-bottom:1px solid #ddd;
}

.balance .table thead > tr > th{
    border-bottom:none;
}

.balance .table thead > tr > th:first-child{
    border-left:1px solid #2f4f4f;
}

.balance tr td:first-child{
    border-left:1px solid #ddd;
}

.balance tr td:last-child{
    border-right:1px solid #ddd;
}

.balance tr.order-header th{
    border-top:1px solid #a4D8E7;
}

.balance tr.order-header th:last-child{
    border-right:1px solid #a4D8E7;
}

.balance tr.order-header th:first-child{
    border-left:1px solid #a4D8E7;
}

.balance .billing-mode{
    border-left:1px solid #5e9EA0;
    border-top:1px solid #5e9EA0;
}

.balance .atention{
    display:none;
}

.txt-warning .atention{
    display:inline-block;
}

.table.border-bottom{
    border-bottom: 1px solid #ddd;
}

.table.desglose, .table.desglose td, .table.desglose th{
    border:1px solid #454545;
}

.table.desglose th{
    color:white !important;
    background-color:#454545 !important;
}

.month-desglose .months-resume{
    color:white !important;
    background-color:lightseagreen !important;
    border-bottom:1px solid #555;
    border-top:1px solid #555 !important;
}

.table.desglose .txt-warning .atention{
    display:inline-block;
}

.desglose .atention{
    color:darkorange;
}

.item-actions .glyphicon{
    cursor:pointer;
}

.table .result td{
    background-color:#cec !important;
    border-top-color:white !important;
    border-bottom-color:white !important;
}

#add-item-to-bill td{
    background-color:transparent;
}

.table .actions .glyphicon{
    cursor:pointer;
}

th{
    text-align: center;
}

.schedule-hour{
    font-size:10px;
    line-height:10px;
}

.schedule-line{
    background-color:white;
    border-right:1px solid #ccc;
    border-left:1px solid #ccc;
    width:6px;
    height:6px;
    margin:0 auto;
}

.schedule-line.work, .schedule-dot.work{
    background-color:white;
    border:3px solid indianred;
}

.schedule-dot.work{
    cursor:help;
}

.schedule-dot{
    background-color:white;
    border:1px solid #ccc;
    border-radius:10px;
    width:10px;
    height:10px;
    margin:-5px auto;
    z-index:4;
    position:relative;
}

.schedule-dot.end-point{
    margin-top:-7px;
    margin-bottom:-3px;
}
.schedule-dot.start-point{
    margin-top:-3px;
    margin-bottom:-7px;
}

.schedule-wrapper{
    padding-left:30px;
    position:relative;
}

.schedule-metric{
    position:absolute;
    width:100%;
    top:45px;
    left:0;
}

.schedule-box{
    margin-bottom:4em;
}

.schedule-metric > div{
    font-size:8px;
    line-height:11px;
    text-align:left;
    border-top:1px solid rgba(0,0,0,0.2);
    width:100%;
}

.tiny-day-name{
    display:none;
}

#clocking-out-todo, #clocking-in-todo, #task-todo{
    height:110px;
}

.clocking-detail{
    padding:1em 0.5em;
    padding-left:64px;
    border-bottom:1px solid #ccc;
    position:relative;
    font-size:0.8em;
    min-height:6em;
}

.clocking-detail .finished{
    text-decoration:line-through;
}

.clocking-detail .stopped{
    font-style:italic;
    color:indianred;
}

.clocking-detail .started{
    color:#00B454;
}

.clocking-detail > ul{
    padding-left:1em;
}

.clocking-detail:last-child{
    border-bottom:0;
}

.clocking-detail .dropdown{
    /*color:white;*/
    width:2em;
    height:2em;
    position:absolute;
    left:0;
    font-size:2em;
    text-align: center;
    /*line-height:2em;*/
}

.clocking-detail .dropdown .dropdown-menu{
    margin-top:10px;
    margin-left:4px;
    width:250px;
}

.clocking-detail .dropdown .letter[data-toggle="dropdown"]{
    cursor:pointer;
}

.corner-popup-alert{
    cursor:pointer;
}

.letter{
    color:white;
    background-color:#b3b3b3;
}

.letter.a,.letter.A,.letter.i,.letter.I,.letter.q,.letter.Q,.letter.y,.letter.Y{background-color:#3cb500;}
.letter.b,.letter.B,.letter.j,.letter.J,.letter.r,.letter.R,.letter.z,.letter.Z{background-color:#FFD700;}
.letter.c,.letter.C,.letter.k,.letter.K,.letter.s,.letter.S{background-color:#ff9f19;}
.letter.d,.letter.D,.letter.l,.letter.L,.letter.t,.letter.T{background-color:#eb4646;}
.letter.e,.letter.E,.letter.m,.letter.M,.letter.u,.letter.U{background-color:#800080;}
.letter.f,.letter.F,.letter.n,.letter.N,.letter.v,.letter.V{background-color:#0079bf;}
.letter.g,.letter.G,.letter.o,.letter.O,.letter.w,.letter.W{background-color:#00c2e0;}
.letter.h,.letter.H,.letter.p,.letter.P,.letter.x,.letter.X{background-color:#4d4d4d;}

.desglose .description,.desglose .desc{
    font-size:1em;
    margin-bottom:0.3em;
}

.desglose .date.glyphicon{
    font-size:0.75em;
}

.desglose .desc .customer{
    font-size:0.75em;
    top:-2px;
    position:relative;
}

.desglose .date{
    font-size:0.9em;
}
.desglose .letter:first-letter{
    text-transform:uppercase;
    top:-2px;
    font-size:0.7em;
}

.clocking-detail .cross{
    position:absolute;
    top:0px;
    right:5px;
    cursor:pointer;
    font-size:1em;
    text-align:center;
}

.clocking-detail .cross:hover{
    color:#666;
}

.clocking-detail .author{
    font-size:1.3em;
    font-weight:normal;
    display:block;
    padding-bottom:3px;
}

.clocking-detail .date{
    font-style:italic;
    color:#999;
    font-size:10px;
    padding-left:5px;
    position:relative;
    top:-4px;
}

.task{
    border:1px solid #999;
    border-radius:3px;
    padding:0 1.5em;
    margin:10px 0;
    position:relative;
}

.task .btn{
    display:block;
    width:13em;
    float:right;
    margin-left:1em;
}

.estimation-dot, .estimation-dot-edit, .priority-dot{
    cursor:pointer;
    border:3px solid #ccc;
    background-color:white;
    display:inline-block;
    height:16px;
    width:16px;
    margin-right:5px;
    border-radius:10px;
    position:relative;
    overflow:hidden;
    position: relative;
    top:3px;
}

.priority-dot{
    margin-right:5px;
}

#clocking-in-estimation-selector{
    padding:0.5em 0;
}

.estimation-dot:hover, .estimation-dot-edit:hover, .priority-dot:hover{
    border-color:seagreen;
}

.priority-dot[data-val="2"]:hover{
    border-color:darkorange;
}

.priority-dot[data-val="3"]:hover{
    border-color:firebrick;
}

.estimation-dot.active, .estimation-dot-edit.active, .priority-dot.active{
    border-color:#5CB85C;
}

.priority-dot.active[data-val="2"]{
    border-color:orange;
}

.priority-dot.active[data-val="3"]{
    border-color:indianred;
}

.estimation-dot .subdot, .priority-dot .subdot, .estimation-dot-edit .subdot{
    display:none;
    position:absolute;
}

.estimation-dot.active .subdot, .priority-dot.active .subdot, .estimation-dot-edit.active .subdot{
    display:inline-block;
    top:3px;
    left:3px;
    width:4px;
    height:4px;
    border-radius:5px;
    background-color:#5CB85C;
}

.priority-dot.active[data-val="2"] .subdot{
    background-color:orange;
}

.priority-dot.active[data-val="3"] .subdot{
    background-color:indianred;
}

.task-description{
    display:block;
    margin-bottom:0.4em;
}

.block{
    display:block;
}

.task-description:first-letter{
    text-transform: uppercase;
}

.task .label{top:-2px;}

.future-task{
    border-bottom:1px solid #ccc;
    padding:0.4em 0;
    position:relative;
}

.future-task .actions{
    position:absolute;
    top:1em;
    right:0;
    font-size:10px;
    cursor:pointer;
}

#tasks-to-add-wrapper .future-task:last-child{
    margin-bottom:1em;
}

.small-accordion{
    margin-top:1em;
}

.small-accordion .panel-heading{
    cursor:pointer;
    padding:0.5em 1em;
}

.small-accordion .panel-body .label{
    position:relative;
    top:-2px;
}

.small-accordion .panel-body{
    padding:1em 0.5em;
    font-size:0.9em;
}

.desglose .panel-body{
    padding:0;
    border-color:#454545 !important;
}

.month-acordion .no-results td{
    padding:0.5em;
}

.month-acordion table{
    margin-bottom:0;
    border-bottom-left-radius:4px;
    border-bottom-right-radius:4px;
    border:none !important;
}

.month-acordion .table td{
    border-color:#333;
}

.desglose .panel-body th{
    background-color:#269abc;
    color:white;
}

.month-acordion .panel-default{
    border-color:#454545;
}

.month-acordion .panel-heading{
    border-color:#454545;
    background-color:grey;
    color:white;
    padding:0.75em 0.5em;
    cursor:pointer;
}

.month-acordion .panel-title{
    font-size:1em;
}

.desglose .panel-body tr th{
    border-bottom-width:1px;
    border-color:#454545;
}

.desglose .panel-body tr td{
    border-bottom-width:1px;
    border-color:#454545;
}

.desglose .panel-body tr td:first-child, .desglose .panel-body tr th:first-child{
    border-left:none;
}
.desglose .panel-body tr td:last-child, .desglose .panel-body tr th:last-child{
    border-right:none;
}

.desglose .panel-body tr:last-child td{
    border-bottom:none;
}

.small-accordion .panel-body div.desc::before{
    font-weight:400;
    content:'\00bb\00a0';
}

.task-request-detail .desc{
    padding-right:2em;
}

.task-request-detail .update{
    font-size:10px;
    line-height: 18px;
    height:18px;
    width:22px;
    top:0;
    text-align: center;
    color:white;
    background-color:#5CB85C;
    /*
    border-top-left-radius:3px;
    border-bottom-left-radius:3px;
    */
    border-radius:2px;
}

.task-request-detail .update.glyphicon-refresh{
    /*
    border-top-right-radius:3px;
    border-bottom-right-radius:3px;
    */
}

.task-request-detail .delete{
    margin-right:0 !important;
    font-size:10px;
    line-height: 18px;
    height:18px;
    width:22px;
    top:0;
    text-align: center;
    color:white;
    //background-color:indianred;
    background-color:steelblue;
    /*
    border-top-right-radius:3px;
    border-bottom-right-radius:3px;
    */
    border-radius:2px;
}

.task-request-detail .actions-wrapper{
    font-size:0.7em;

    float:right;
}

.small-accordion .task-request-detail .glyphicon{
    margin-right:0.5em;
    cursor:pointer;
}

.small-accordion .panel-body > .task-request-detail{
    margin:0.25em 0.5em;
    padding-bottom:0.7em;
    margin-bottom:0.7em;
    border-bottom:1px solid #ccc;
}

.small-accordion .task-request-detail:first-child{
    margin-top:0;
}

.small-accordion .task-request-detail:last-child{
    margin-bottom:0;
    padding-bottom:0;
    border-bottom:0;
}

.small-accordion .panel-title{
    font-size:0.9em;
}

.cartoon-btn{
    display: inline-block;
    background-color: #f7f7f7;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e7e7e7));
    background-image: -webkit-linear-gradient(top, #f7f7f7, #e7e7e7); 
    background-image: -moz-linear-gradient(top, #f7f7f7, #e7e7e7); 
    background-image: -ms-linear-gradient(top, #f7f7f7, #e7e7e7); 
    background-image: -o-linear-gradient(top, #f7f7f7, #e7e7e7); 
    color: #a7a7a7;
    margin: 0.2em 0.5em;
    width: 4.5em;
    height: 4.5em;
    position: relative;
    text-align: center;
    font-size:1.5em;
    line-height: 4.5em;
    border-radius: 50%;
    box-shadow: 0px 3px 8px #aaa, inset 0px 1px 2px #333;
    cursor:pointer;

}

.cartoon-btn.xl{
    width:4em;
    height:4em;
    font-size:3em;
    line-height:4em;
}

#task-progress-bar{
    width:20em;
    margin:0 auto;
}

.cartoon-btn:hover{
    text-decoration: none;
    color: #555;
    background: #f5f5f5;
    box-shadow: 0px 3px 8px #aaa, inset 0px 2px 3px #000;
}

#task-controller{
    width:24em;
    margin:0 auto;
    margin-top:4em;
    position:relative;
}

#middle-task-control-btn .glyphicon-chevron-right{
    font-size:0.5em;
    position:relative;
    top:-0.3em;
}

#left-task-control-btn{
    left:0;
    top:2.5em;
    position:absolute;
}

#right-task-control-btn{
    top:2.5em;
    right:0;
    position:absolute;
}

#task-info-opener{
    padding:0 1.5em;
    height:2em;
    background-color:olivedrab;
    color:white;
    position:absolute;
    bottom:-2em;
    left:50%;
    margin-left:-4em;
    text-align:center;
    line-height:1.8em;
    font-size:1em;
    border-bottom-right-radius:0.5em;
    border-bottom-left-radius:0.5em;
    cursor:pointer;
    text-shadow:-1px -1px 0 rgba(255,255,255,0.4);
    text-transform:uppercase;
}

#task-info{
    position:absolute;
    top:0;
    width:100%;
    z-index:5;
}

#task-extended-info{
    height:0;
    overflow:hidden;
    background-color:olivedrab;
    color:white;
    text-align:center;
}

#task-extended-info .wrapper{
    width:60%;
    margin:0 auto;
}

.task .col-xs-1, .task .col-xs-2, .task .col-xs-3, .task .col-xs-4, .task .col-xs-5, .task .col-xs-6, .task .col-xs-7, .task .col-xs-8, .task .col-xs-9, .task .col-xs-10, .task .col-xs-11, .task .col-xs-12, .task .col-sm-1, .task .col-sm-2, .task .col-sm-3, .task .col-sm-4, .task .col-sm-5, .task .col-sm-6, .task .col-sm-7, .task .col-sm-8, .task .col-sm-9, .task .col-sm-10, .task .col-sm-11, .task .col-sm-12, .task .col-md-1, .task .col-md-2, .task .col-md-3, .task .col-md-4, .task .col-md-5, .task .col-md-6, .task .col-md-7, .task .col-md-8, .task .col-md-9, .task .col-md-10, .task .col-md-11, .task .col-md-12, .task .col-lg-1, .task .col-lg-2, .task .col-lg-3, .task .col-lg-4, .task .col-lg-5, .task .col-lg-6, .task .col-lg-7, .task .col-lg-8, .task .col-lg-9, .task .col-lg-10, .task .col-lg-11, .task .col-lg-12{
    padding:0;
}

.task-timer-control{
    font-size:3em;
}

.overtime{
    text-shadow:-1px -1px 0 rgba(0,0,0,0.4);
    color:#cca500;
}

#tmpInterruptorSelector,#tmpMatesSelector,#tmpOriginSelector{
    margin-top:4px;
}

#currentInterruptor, #currentProject{
    padding:0.5em 2em 0.5em 1em;
    margin-bottom:0;
}

#currentProject .project-name{
    font-size:0.9 !important;
}

#currentProject .customer-name{
    font-size:0.8em;
}

#currentProject .customer-name:after{
    content: " )";
}

#currentProject .customer-name:before{
    content: "( ";
}

.wall-form{
    background-color:#f5f5f5;
    border-radius:3px;
    padding:1em;
    padding-top:0.5em;
    border-bottom:2px solid rgba(0,0,0,0.1);
}

.info-text {
    position:relative;
    border:1px solid #39c;
    border-left-width:4px;
    /*color:#fff;*/
    color:#39c;
    display:none;
    border-radius:3px;
    padding:0.05em 1em;
}

.info-text.open {
    display:block;
}

.info-opener{
    background-color:#39c;
    font-size:0.3em;
    cursor:pointer;
    position:relative;
    top:-1.3em;
    color:#fff;
    padding-right:0.8em;
    padding-left:1.65em;
    height:1.5em;
    text-align:center;
    line-height:1.5em;
    display:inline-block;
    border-radius:10px;
}

.info-opener .icon{
    font-size:0.75em;
    height:1.5em;
    width:1.5em;
    text-align:center;
    line-height:1.5em;
    display:inline-block;
    background-color:#fff;
    border-radius:50%;
    margin-right:0.2em;
    color:#39c;
    position:absolute;
    top:0.25em;
    left:0.25em;
    right:auto;
}

.info-opener.open{
    padding-left:0.8em;
    padding-right:1.65em;
    background-color:#c63;
}

.info-opener.open .icon{
    color:#c63;
    left:auto;
    right:0.25em;
}

@keyframes animatedInfo {
    0% { color:#269abc; }
    50% { color:transparent; }
    100% { color:#269abc; }
}

.currentMate{
    font-size:0.85em;
    padding:0.2em 2em 0.2em 1em;
    margin-bottom:2px;
}

.currentAddressee{
    font-size:0.85em;
    padding:0.2em 2em 0.2em 1em;
    border:1px solid #4CAE4C;
    margin-bottom:3px;
    border-radius:3px;
    background-color:#dff0d8;
}

.currentAddressee .close{
    position:relative;
    top:-2px;
}

#selected-users{
    margin-bottom:0;
}

#addressees-box .currentAddressee:last-child{
    margin-bottom:9px !important;
}

#selected-files, .selected-files{
    margin-top:3px;
    padding:0;

}

#selected-files li{
    list-style:none;
    font-size:0.85em;
    padding:0.2em 2em 0.2em 1em;
    border:1px solid #ddd;
    margin-bottom:3px;
    border-radius:3px;
    background-color:#eee;
}

#selected-files li .close{
    position:relative;
    top:-2px;
}

.selected-files li{
    list-style:none;
    font-size:0.85em;
    padding:0.2em 2em 0.2em 1em;
    border:1px solid #269abc;
    margin-bottom:3px;
    border-radius:3px;
    background-color:#e1edf7;
}

.selected-files li .close{
    position:relative;
    top:-2px;
}

.response-box .selected-files li{
    background-color:#eee;
    border:1px solid #ddd;
    color:#555;
}

.interruptorSelector, .matesSelector, .addresseeSelector, .projectSelector, .originSelector{
    font-size:0.85em;
    border:1px solid #999;
    border-radius:3px;
    padding:0.2em 0.5em;
    margin-bottom:0.2em;
}
.originSelector .glyphicon-pencil{
    cursor: pointer;
    float: right;
    left: 6px;
    padding: 1px 6px 10px;
}

.interruptorSelector:hover, .matesSelector:hover, .addresseeSelector:hover, .projectSelector:hover, .originSelector:hover{
    background-color:#ddd;
}

.interruptorSelector:active, .matesSelector:active, .addresseeSelector:active, .projectSelector:active, .originSelector:active{
    background-color:#ccc;
}

.interruptorSelector.active, .matesSelector.active, .addresseeSelector.active, .projectSelector.active, .originSelector.active{
    color:white;
    border:1px solid #429eba;
    background-color:#429BeA;
}

.addresseeSelector:first-child{
    margin-top:2px;
}

#notification-wrapper{
    position:fixed;
    top:-4px;
    left:0;
    height:auto;
    max-height:100%;
    width:100%;
    overflow-y:scroll;
    z-index:3001;
}

#badge-wrapper, #ticket-wrapper{
    background-color:rgba(255,255,255,0.8);
    position:fixed;
    overflow:scroll;
    width:100%;
    height:100%;
    z-index:10000;
    top:0;
    left:0;
}

.badge-btns, .ticket-btns{
    clear:both;
    padding-top:1em;
    margin-top:2em;
    border-top:1px solid rgba(0,0,0,.4);
}

.badge-notification, .ticket-notification{
    width:60%;
    margin:1em auto;
    text-align:center;
    border:1px solid rgba(0,0,0,.4);
    padding:1em 2em;
    border-radius:4px;
    background-color:white;
}

.notification{
    border-bottom:1px solid rgba(0,0,0,0.5);
    position:relative;
    height:100%;
    overflow-y:scroll;
    margin-top:0;
    width:100%;
    height:auto;
    margin:0 auto;
    text-align:center;
    background-color:#fff;
    color:#555;
    padding:1em 2em;
}

.notification.leftimage h4, .notification.leftimage div{
    margin-left:74px;
}

.notification img.imageleft{
    float:left;
    width:58px;
    margin-top:0.5em;
    border-radius: 50%;
}

.notification-info{
    background-color:#269abc;
    color:white;
}

.notification-success{
    background-color:seagreen;
    color:white;
}

.notification-warning{
    background-color:#DAA520;
    color:white;
}

.notification-danger{
    background-color:indianred;
    color:white;
}

.notification .close-notification{
    position:absolute;
    top:0.5em;
    right:1em;
    font-size:2em;
    cursor:pointer;
    z-index:3012;
}

.notification .close-notification:hover{
    color:rgba(0,0,0,0.5);
}

.open > .dropdown-menu{
    width:100%;
    overflow:hidden;
}

.clocking-detail .open > .dropdown-menu{
    overflow:visible;
}

.ranking-profile .dropdown-menu{
    width:16em;
    left:50%;
    margin-left:-8em;
}

.ranking-profile .open > .dropdown-menu{
    overflow:visible;
}

.clocking-detail .dropdown-menu-arrow-wrapper{
    left:1.3em;
    top: -7px;
}

.ranking-profile .dropdown-menu-arrow-wrapper{
    left:50%;
    margin-left:-7px;
    top: -7px;
}



.dropdown.open .dropdown-menu-arrow-wrapper{
    display:block;
}

.dropdown-menu-arrow-wrapper{
    border-bottom: 7px solid rgba(0, 0, 0, 0.2);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: inline-block;
    left: 9px;
    position: absolute;
    top: 95%;
    z-index:1001;
    margin-left:-3px;
    left:50%;
    display:none;
}

.dropdown-menu-arrow {
    border-bottom: 6px solid #FFFFFF;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    left: -6px;
    position: absolute;
    top: 1px;
}

.dropdown-menu li{
    padding:0 0.5em;
}

.dropdown-menu > li .dropdown-menuitem{
    display:inline-block;
    width:100%;
    padding:0.2em 0.5em;
    border-radius:3px;
    cursor:pointer;
}

.dropdown-menu .dropdown-menuitem:hover{
    background-color:#30881A;
    color:white;
}

.dropdown-menu .divider{
    margin: 0.4em 0;
    height:1px;
}

.dropdown-menu .glyphicon{
    display:inline-block;
    position:relative;
    top:3px;
}

.dropdown .caret{
    margin-left:0.5em;
}

.inblock{
    display:inline-block;
}

#add-task-btn{
    position:relative;
}

#add-task-btn .counter, #my-tasks-link .counter{
    font-size:0.8em;
    position:absolute;
    top:-0.7em;
    right:-0.7em;
    width:1.6em;
    height:1.6em;
    line-height:1.6em;
    text-align:center;
    background-color:indianred;
    color:white;
    border-radius:50%;
}

#my-tasks-link .counter{
    top:0.4em;
    right:0.1em;
}

#category-list .cat{
    border: 1px solid #999999;
    border-radius: 3px;
    margin-bottom: 0.2em;
    padding: 0.2em 0.5em;
}

#category-list .cat:hover{
    background-color:#d9edf7;
}

#category-list{
    border:1px solid slategray;
    padding:0 0.5em;
    border-radius:3px;
    margin:0.3em 0;
}

#category-list .dismiss{
    cursor:pointer;
}

#category-list .dismiss:hover{
    color:#999;
}

#content{
    padding-left:0;

}

.relative{
    position:relative;
}

#content > .row{
    margin:0;
}

#lateral-menu .dropdown-header{
    overflow:hidden;
    padding:0.6em 0.5em;
    padding-right:2em;
    color:white;
}

#lateral-menu .glyphdropdown{
    position:absolute;
    top:0.8em;
    right:0.5em;
}

#lateral-menu .lateral-option{
    display:none;
}

#lateral-menu .lateral-option.d{
    color:white;
    background-color:#d05054;
}

#lateral-menu [role="menu"] li.d a:hover{
    color:white;
    background-color:#B22222;
}

#lateral-menu .lateral-option.e{
    color:white;
    background-color:#906090;
}

#lateral-menu [role="menu"] li.e a:hover{
    color:white;
    background-color:#700070;
}

#lateral-menu .lateral-option.b{
    color:white;
    background-color:#00aba5;
}

#lateral-menu [role="menu"] li.b a:hover{
    color:white;
    background-color:#006b65;
}

#lateral-menu .lateral-option.c{
    color:white;
    background-color:#DDA05F;
}

#lateral-menu [role="menu"] li.c a:hover{
    color:white;
    background-color:#CD853F;
}

#lateral-menu .lateral-option.a{
    color:white;
    background-color:#80B454;
}

#lateral-menu [role="menu"] li.a a:hover{
    color:white;
    background-color:#308454;
}

#lateral-menu [role="menu"] li a{
    color:white;
}

#edit-general-data{
    margin-top:0.5em;
}

.tooltip-inner{
    border-radius:2px;
}

.tooltipable.customer, .tooltipable.category{
    cursor:pointer;
}

.tooltipable a, a.tooltipable, .tooltipable.cursorpointer{
    cursor:pointer;
}

.change-bill-state{
    cursor:pointer;
}

.dropdown-menu > li > strong, .dropdown-menu > li > a{
    padding:0.2em 0.4em;
    font-weight:300;
    position:relative;
    text-align:left;
}
/*
.btn .glyphicon.toprel{
    margin:0 auto;
}
*/
.toprel{
    position:relative;
    top:-2px;
}

.bottomrel{
    position:relative;
    top:3px;
}

.label .counter{
    background-color:indianred;
    position:absolute;
    top:-1em;
    right:-1em;
    padding:0.2em 0.4em 0.4em;
    font-size:0.8em;
    border-radius:1em;
}

#warning-profile{
    background-color:indianred;
    border-radius:50%;
    color:white;
    position:absolute;
    bottom:-0.5em;
    left:-0.8em;
    font-size:12px;
    width:18px;
    height:18px;
    line-height:18px;
    text-align:center;
    display:inline-block;
    font-weight:bold;
}

.interruptions-info{
    font-size:1em;
}

.interruptions-info .panel-heading{
    background-color:#5BC0DE;
    color:white;
    font-size:0.8em;
    border-bottom:0;
}

.interruptions-info .panel-body li{
    margin-top:5px;
}

.interruptions-info .panel-body li:first-child{
    margin-top:0;
}

.assignationState{
    bottom:-7px;
}

.interruptions-info .panel{
    border:1px solid slategray;
    margin-bottom:0;
}

.interruptions-info .panel-title{
    font-size:1.1em;
}

.triangle-black-up{
    position:absolute;
    top:-6px;
    border-bottom:6px solid #333;
    border-right:6px solid transparent;
    border-left:6px solid transparent;
    left:35%;
}

#wall-notifications .triangle-black-up{
    left:50%;
}

#notification-zones ul, #wall-notifications ul{
    height:120px;
    overflow:scroll;
}

.category-service-row{
    color:#2d6ca2;
}

.service-row{
    color:#30881A;
}

.service-header-row{
    color:indianred;
}

.service-chart{
    width:35%;
    height:300px;
    float:left;
}

.service-breakdown{
    margin-top:2em;
    width:64%;
    float:right;
}

.todo-note{
    padding:0.5em 1em;
}

.labels-text{
    position:relative;
    bottom:3px;
}

.rank-selector:hover{
    background-color:#666;
}

.total{
    background-color:#e5e5e5;
}

.customer-header{
    margin-top:2em;
    margin-bottom:1.2em;
}

.customer-header + table-responsive{
    margin-bottom:3em;
}

.tasks li:first-letter{
    text-transform:uppercase;
}

a.glyphicon:hover{
    text-decoration:none;
}

.grupable-btn-box{
    box-sizing: border-box;
    font-size:14px;
    width:28em;
}

.customer-actions .btn{
    width:14em;
    display:block;
    margin-bottom:0.5em;
}

.btn-gray{
    background-color:silver;
    border:1px solid silver;
    color:white;
}

.btn-gray:hover{
    background-color:#aaa;
    border:1px solid #999;
    color:white;
}

#task-day-resume .label{
    width:10em;
    display:inline-block;
    margin-right:0.5em;
}

.social-btn{
    /*width:20em;*/
}

.room{
    border:1px solid #e5e5e5;
    padding:1em;
    border-radius:4px;
    margin:1em 0;
}

.room:hover{
    background-color:#f5f5f5;
}

.room h3{
    margin-top:0;
    margin-bottom:0.5em;
}

.room .capacity{
    margin-bottom:0.3em;
}

a.label:hover{
    color:white;
}

.actions{
    margin:1.5em 0;
}

.form-group-inline input,.form-group-inline select{
    display:inline-block;
    width:30%;
}

sup{
    position:relative;
    vertical-align:top;
}

sup.glyphicon{
    position:relative;
    top:6px !important;
    left:-4px !important;
    font-size:0.6em;
}

sub{
    position:relative;
    vertical-align:bottom;
}

#user-scorename{
    color:white;
    background-color:#7Cc87C;
    padding:0.4em 1.5em;
    position:absolute;
    top:1px;
    right:24px;
    padding-right:26px;
    font-size:0.6em;
    border-top-left-radius:4px;
    border-bottom-left-radius:4px;
    width:16em;
    text-align:center;
    height:2.2em;;
    overflow:hidden;
}

#user-scorepoints{
    color:white;
    background-color:#429eba;
    padding:0.2em 26px;
    font-weight:400;
    position:absolute;
    bottom:1px;
    /*font-size:0.5em;*/
    font-size:0.55em;
    padding-right:26px;
    border-top-left-radius:4px;
    border-bottom-left-radius:4px;
    /*right:24px;*/
    right:40px;
    line-height:1.8em;
}

.score-edit{
    border-bottom:1px solid #eee;
    padding:1em 0;
}

.scoring-row fieldset > div{
    display:inline-block;
}

.scoring-row input[type="number"]{
    display:inline-block;
    width:5em;
    height:2em;
    text-align:center;
    padding:0.2em 0.3em;
}

#user-scorepoints .glyphicon{
    position:absolute;
    top:-0.5em;
    left:-0.5em;
    font-size:3em;

}

.ev1{
    border:1px solid #459A22 !important;
}

.ev2{
    border:1px solid #d05054 !important
}

.ev3{
    border:1px solid #269abc !important;
}

.event-panel{
    position:relative;
}

.event-panel .score{
    position:absolute;
    font-size:1.5em;
    bottom:0.4em;
    left:0.5em;
    color:#ffb600;
    background-color:transparent;
    width:54px;
    text-align:center;
    overflow:hidden;
}

.event-panel .signal{
    line-height:28px;
    height:28px;
    display:block;
    margin-left:54px;
    position: relative;
    padding-left:32px;
}

.event-panel .signal .ball{
    position:absolute;
    bottom:3px;
    left:0;
    background-color:#269abc;
    display:inline-block;
    height:22px;
    width:22px;
    border-radius:50%;
}

.vacationcalendar .event-panel .actions{
    margin:0.5em 0 0;
}

.vacationcalendar .event-panel .signal .ball{
    bottom:auto;
    top:0.5em;
}

.event-panel .total-score{
    position:absolute;
    top:0.1em;
    right:0.5em;
    font-size:2em;
    color:#f0ad4e;
}

.event-panel .signal .ball:last-child{
    margin-bottom:0;
}

.vacationcalendar .event-panel .signal{
    height:auto;
    line-height:1.3em;
}

.event-panel .minutes{
    margin-left:3em;
}

.resumebg{
    background-color:aliceblue;
}

.infobg{
    background-color:#269abc !important;
}

.successbg{
    background-color:#5CB85C  !important;
}

.warningbg{
    background-color:#DAA520 !important;
}

.defaultbg{
    background-color:#ccc !important;
}

.dangerbg{
    background-color:indianred !important;
}

.scorecalendar .event-panel{
    min-height:6.5em;
}

.scorecalendar .event-panel header{
    padding-left:5em;
}

.scorecalendar .event-panel .author, .vacationcalendar .event-panel .author{
    border-radius:50%;
    position:absolute;
    top:0.5em;
    left:0.5em;
}

.vacationcalendar .event-panel, .chcalendar .add-event-panel{
    padding:1.5em 1em 1em;
}

.scorecalendar .event-panel .wstate{
    border-radius:50%;
    position:absolute;
    top:0.5em;
    left:0.5em;
    margin-left:60px;
}

.sound-level{
    background-color:#f5f5f5;
    padding:1px 3px;
    border-radius:2px;
    margin:0 2px;
}

.sound-level.active{
    background-color:#269abc;
}

.sound-level{
    margin-right:4px;
}

#messages{
    position:relative;
    top:0.5em;
    margin-bottom:2em;
}

#messages .message{
    min-height:5em;
    padding:0.5em 1em 1em;
    border:1px solid #D8D8D8;
    border-radius:3px;
    margin:0.5em 0 0;
    padding-left:74px;
    position:relative;
}

.message-wrapper .resume-box{
    text-align:center;
    color:white;
    background-color:indianred;
    border:1px solid firebrick;
    border-top:none;
    padding:0.2em;
    position: relative;
    top:-4px;
    border-bottom-right-radius:3px;
    border-bottom-left-radius:3px;
}

#messages .message-wrapper.emergency .message{
    background-color:indianred;
    color:white;
    border:1px solid firebrick;
}

#messages .message-wrapper.emergency .answer{
    background-color: #f2dede;
    border-color:#d59392;
}

#messages .message-wrapper.emergency .response-box{
    background-color:firebrick;
}

#messages .message-wrapper.emergency .addressees strong{
    color:#454545;
}

#messages .message-wrapper.emergency .close, #messages .message-wrapper.emergency .glyphicon-tint{
    cursor:pointer;
    color:white;
    opacity:0.8;
}

#read-all-wrapper, #read-all-requests-wrapper, #gowall{
    cursor:pointer;
    position:absolute;
    bottom:45px;
    left:5%;
    text-align:center;
    width:90%;
    font-size:0.8em;
    top:auto !important;
}

#gowall{
    position:absolute;
    width:90%;
    left:5%;
    padding:6px 12px;
    bottom:15px;
}

#gowall:active{
    bottom:12px;
}

#read-all-wrapper:active{
    bottom:42px;
}

#messages .message-wrapper.emergency .close:hover,#messages .message-wrapper.emergency .close:active, #messages .message-wrapper.emergency .glyphicon-tint:hover,#messages .message-wrapper.emergency .glyphicon-tint:active{
    color:white;
    opacity:1;
}

#messages .message .content br{
    margin-bottom:4px;
}

.autor-avatar img{
    border-radius:50%;
}

#messages .answer{
    min-height:5em;
    padding:0.5em 1em;
    border-top:1px solid #D8D8D8;
    border-bottom:none;
    border-right:1px solid #D8D8D8;
    border-left:1px solid #D8D8D8;
    margin:0.5em 0 0;
    padding-left:74px;
    position:relative;
    margin-top:-3px;
    background-color:#f5f5f5;
}

#messages .new-results-box{
    text-align:center;
    color:white;
    background-color:#FFB600;
    padding:0.5em 1em;
    border-top:1px solid #FFB600;
    border-bottom:none;
    border-right:1px solid #FFB600;
    border-left:1px solid #FFB600;
    margin:0.5em 0 0;
    padding-left:74px;
    position:relative;
    margin-top:-3px;
    line-height:2.5em;
    cursor:pointer;
}

#messages .response-box .addresseeSelector{
    border-color:#2d6ca2;
    background-color:#2d6ca2;
}

#messages .response-box .currentAddressee{
    border-color:#308454;
    background-color: #4CAE4C;
}

#messages .response-box .addresseeSelector.active{
    background-color:#5BC0DE;
}

#messages .answer .info{
    margin-top:0em;
}

#messages .autor-avatar{
    width:58px;
    height:58px;
    position:absolute;
    top:0.5em;
    left:0.5em;
}

.membership img{
    position:relative;
}

.remote:after{
    position:absolute;
    top:0;
    right:0;
    background-color:indianred;
    color:white;
    content:"R";
    font-weight:400;
    line-height:1.4em;
    width:1.4em;
    height:1.4em;
    text-align:center;
    border-radius:50%;
    font-size:12px;
}

#messages .autor-avatar img{
    width:58px;
    height:58px;
}

#messages .message .autor-avatar img{
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

#messages .files{
    border:1px solid #269abc;
    padding: 0 0.5em 0.3em;
    border-radius:2px;
    margin-top:0.5em;
}

#messages .file{
    display:inline-block;
}

#messages .file a{
    color:indianred;

}

#messages .file a:hover{
    color:#c9403c;
}

.attached-file-box{
    font-size:2.5em;
    position:relative;
}

.attached-file-type{
    position:absolute;
    display:inline-block;
    bottom:5px;
    left:0;
    font-size:0.25em;
    color:white;
    border:1px solid white;
    text-align:center;
    width:100%;
    height:1.4em;
    line-height:1.2em;
    overflow:hidden;
    font-family:sans-serif;
}

#messages .info{
    font-size:1.2em;
    margin-bottom:0.2em;
}

#messages .addressees{
    margin-bottom:0.2em;
}

#messages .addressees strong{
    font-weight:300;
    color:#888;
}

.response-box{
    background-color:#269abc;
    padding:0.5em 1em;
    position:relative;
    top:-3px;
    border-bottom-left-radius:3px;
    border-bottom-right-radius:3px;
    color:white;
}

.response-box label{font-weight:300;}
.response-box .btn{font-weight:300;}
.response-box input{border:none;}
.response-box textarea{border:none;}

.response-box .note{
    color:whitesmoke;
}

.response-box .btn{
    border:none;
}

#load-new-messages-and-responses{
    margin-top:1em;
    display:block;
}

.form-horizontal .form-group{
    width:100%;
}

.input-group input{
    height:33px;
}

.input-group-btn > .btn + .btn, .input-group-btn > .btn + .btn:hover{
    margin-left:0;
}

.grupable-btn-box .head{
    box-sizing:border-box;
    /*text-align:center;*/
    font-weight:400;
    color:white;
    background-color:steelblue;
    padding:4px 12px;
    border-top-left-radius:3px;
    border-top-right-radius:3px;

}

.grupable-btn-box .head.b{
    background-color:seagreen;
}

.grupable-btn-box .head.c{
    background-color:indianred;
}

.grupable-btn-box .head.d{
    background-color:goldenrod;
}

.grupable-btn-box .head.e{
    background-color:#545454;
}

.grupable-btn-box .head.f{
    background-color:#993e6c;
}

.grupable-btn-box .head.g{
    background-color:#00abb5;
}

.grupable-btn-box .top-square .btn{
    border-top:none;
    border-top-left-radius:0;
    border-top-right-radius:0;

}

.billing-mode{
    background-color:cadetblue;
    color:#eee;
}

.order-header{
    background-color:powderblue;
}

.tickets{
    float:left;
    margin-top:5px;
    margin-left:2em;
    /*width:6em;*/
    width:15%;
}

.tickets:first-child{
    margin-left:0;
}

.clear{
    clear:both;
}

.ticket{
    background-color:#ddd;
    color:white;
    //color:#ddd;
    font-size:1em;
    line-height:1em;
    display:inline-block;
    //border:2px solid #ddd;
    border-radius:2px;
    padding:0.5em 0.2em;
    margin-right:5px;
}

.ticket.active{
    //border-color:#00aa66;
    //color:#00aa66;
    //background-color:#f5fff5;

    background-color:#5cb85c;
    color:white;
}

#ticket-wrapper .ticket{
    font-size:2em;
}

.gifts{
    margin-top:1em;
    list-style:none;
    margin-bottom:1em;
}

.gift{
    float:left;
    position:relative;
    cursor:move;
    font-size:1.5em;
    color:white;
    display:inline-block;
    width:14em;
    height:8em;
    margin-right:1em;
    background-color:#459a22;
    border-radius:4px;
    padding:1em;
    border:1px solid darkgreen;
    box-shadow:1px 1px 3px rgba(0,0,0,0.3), white 0px 0px 1px inset;
    //overflow:hidden;
    word-break:break-all;
}

.gift img{
    margin-right:1em;
    float:left;
    display:block;
    width:4em;
    height:4em;
    border:1px solid darkgreen;
    border-radius:3px;
}

.gift img.avatar{
    border-radius:50%;
    width:58px;
    height:58px;
    font-size:10px;
    float:none;
    position:absolute;
    bottom:5px;
    right:5px;
}

.gift .order{
    color:white;
    padding:0 0.5em;
    font-size:0.6em;
    border-radius:4px;
    text-align:center;
    position:absolute;
    top:5px;
    left:5px;
    background-color:seagreen;
    border:1px solid white;
    box-shadow:1px 1px 3px rgba(0,0,0,0.3), white 0px 0px 1px inset;
}

.gift .close{
    position:absolute;
    font-size:0.6em;
    top:5px;
    right:5px;
}

.badge-list{
    list-style:none;
}

.badge-list li{
    display:inline-block;
    margin-right:0.5em;
}

.badge-list li img{
    width:60px;
    height:60px;
}

.print-only{
    display:none;
}

.badge-list.non-get img{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    filter: gray;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
}

.badge-list.non-get img:hover{
    filter: none;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%); /* IE 10 */
}



#addTasksModal.editing .txt-info.note {
    display:none;
}

#addTasksModal.editing #task-request-acordion {
    display:none;
}

#addTasksModal.editing #add-new-task{
    display:none;
}

#addTasksModal .modal-title.edit{
    display:none;
}

#addTasksModal.editing .modal-title.edit{
    display:block;
}

#addTasksModal.editing .modal-title.add{
    display:none;
}

.period-selector{
    text-align:center;
}

.wwrapper .mini-calendar, .dwrapper .mini-calendar{
    margin:0.2em auto;
}

.mini-calendar td.today{
    background-color:#00aba5;
    color:white;
}

.mini-calendar th, .mini-calendar td {
    padding:0.2em 0.3em;
    text-align:center;
    border-bottom:1px solid #555;
    border-left:1px solid #555;
}

.mini-calendar tr:first-child{
    border-top:1px solid #555;
}

.mini-calendar tr th:last-child,.mini-calendar tr td:last-child{
    border-right:1px solid #555;
}

.mini-calendar th{
    border-bottom:2px solid #555;
}

.mini-calendar{
    color:#555;
}

.wwrapper .mini-calendar tr:hover td{
    background-color:#269abc;
    color:white;
}

.dwrapper .mini-calendar td:hover{
    cursor:pointer;
    background-color:#269abc;
    color:white;
}

.wwrapper .mini-calendar tr td{
    cursor:pointer;
}

.wwrapper .mini-calendar tr:hover td.disabled{
    background-color:#869abc;
    color:white;
}

.mini-calendar .disabled{
    background-color:#ddd;
    font-style:italic;
}

.medal-wrapper{
    right:0.5em;
    width:1.4em;
    margin:0 auto;
    font-size:16px;
    font-family:sans-serif;
    text-align:center;
    line-height:1.6em;
    position:relative;
    margin-bottom:1em;
}

.medal{
    box-sizing:content-box;
    padding:0.45em;
    background-color:#fed45e;
    width:1.4em;
    height:1.4em;
    border-radius:50%;
    position:relative;
    z-index:1;
}

.medal > div{
    height:100%;
    width:100%;
    border-radius:50%;
    background-color:#fed45e;
    box-shadow:-1px -1px 0 2px #fcaf39;
    color:#f4a62a;
    text-shadow:-1px -1px #f1971f;
}

.ribbon-left{
    width:0.5em;
    background-color:#ea5e51;
    height:1.4em;
    position:absolute;
    left:0.64285em;
    top:1.71428em;
}

.ribbon-right{
    width:0.5em;
    background-color:#e84c3d;
    height:1.4em;
    position:absolute;
    left:1.14285em;
    top:1.71428em;
}

.ribbon-triangle{
    width:0px;
    border-bottom:0.5em solid white;
    border-left:0.5em solid transparent;
    border-right:0.5em solid transparent;
    position:absolute;
    left:0.64285em;
    top:2.64285em;
}

.medal.silver{
    background-color:#dedede;
}

.medal.bronze{
    background-color:#fea65e;
}

.medal.silver > div{
    background-color:#dedede;
    box-shadow:-1px -1px 0 2px #c6c6c6;
    color:#bbb;
    text-shadow:-1px -1px #aaa;
}

.medal.bronze > div{
    background-color:#fea65e;
    box-shadow:-1px -1px 0 2px #fb8638;
    color:#f46d2a;
    text-shadow:-1px -1px #f37022;
}

.vacationcalendar .number{
    padding-top:3px;
    border:1px solid #ddd;
    display:inline-block;
    border-radius:50%;
    width:30px;
    height:30px;
    text-align:center;
}

.chcalendar.vacationcalendar .chcalendar-wday-wrapper{
    position:relative;
    padding-right:2em;
}

.chcalendar.vacationcalendar th{
    text-align:left;
}

.chcalendar.vacationcalendar th .glyphicon{
    position:absolute;
    cursor:pointer;
    right:0;
}

.chcalendar.vacationcalendar th .glyphicon:hover{
    color:#693;
}



.chcalendar.vacationcalendar td[data-dw="6"], .chcalendar.vacationcalendar td[data-dw="0"]{
    color:#000;
}

.chcalendar.vacationcalendar td[data-dw="6"]:hover, .chcalendar.vacationcalendar td[data-dw="0"]:hover{
    color:#fff;
}

.chcalendar.vacationcalendar td[data-dw="6"].disabled, .chcalendar.vacationcalendar td[data-dw="0"].disabled{
    color:#ccc;
}

.chcalendar.vacationcalendar td[data-dw="6"].disabled:hover, .chcalendar.vacationcalendar td[data-dw="0"].disabled:hover{
    color:#ccc;
}

.chcalendar.vacationcalendar td.festive .number{
    padding-top:4px;
    background-color:#d9534f !important;
    color:white !important;
    border:none;
}

.chcalendar.vacationcalendar td.vacational .number{
    padding-top:4px;
    background-color:#69C !important;
    color:white !important;
    border:none;
}

.chcalendar.vacationcalendar td.picked:hover{
    outline:none;
}

.chcalendar.vacationcalendar td:not(.disabled):hover, .chcalendar.vacationcalendar td.pushed, .chcalendar.vacationcalendar td.active{
    background-color:palevioletred !important;
}

.chcalendar.vacationcalendar td.picked:not(.disabled){
    background-color:darkmagenta !important;
}

.chcalendar.vacationcalendar td:hover[colspan="7"]{
    background-color:#ddd !important;
}

.chcalendar.vacationcalendar td:not(.disabled):hover .number, .chcalendar.vacationcalendar td.picked .number, .chcalendar.vacationcalendar td.today .number, .chcalendar.vacationcalendar td.pushed .number, .chcalendar.vacationcalendar td.active .number{
    background-color:white;
    color:#454545;
    padding-top:4px;
    border:none;
}

.chcalendar.vacationcalendar .content{
    position:relative;
    overflow:visible;
}

.chcalendar.vacationcalendar .btn-xs{
    padding:3px 5px;
}

.chcalendar.vacationcalendar .action-panel, .chcalendar.vacationcalendar .week-day-panel-action{
    position:absolute;
    left:1em;

    background-color:powderblue;
    box-shadow: 0 3px #ccc;
    border-radius: 3px;
    padding: 1em;
    position: absolute;
    /*left: -240px;*/
    left:0;
    bottom: 100%;
    margin-bottom:5px;
    width: 200px;
    z-index: 3;
}

.chcalendar.vacationcalendar .action-panel{
    display:none;
}

.chcalendar.vacationcalendar td:not(.disabled):hover .action-panel, .chcalendar.vacationcalendar td.picked:not(.disabled) .action-panel, .chcalendar.vacationcalendar td.pushed .action-panel{
    display:block;
}

.chcalendar.vacationcalendar .action-panel h4, .chcalendar.vacationcalendar .week-day-panel-action h4{
    font-size:0.8em;
    color:#454545;
    margin:0 0 10px;
}

.customer-type-counter {
    background-color: white;
    border-radius: 3px !important;
    color: #6f6f6f;
    cursor: pointer;
    padding: 1em;
    border:1px solid #f0f0f0;
    margin-bottom:1em;
}

.customer-type-counter:hover {
    background-color:#f5f5f5;
}

.customer-type-counter .counter{
    display: block;
    font-size: 2em;
}

.customer-type-counter .type-badge [class*="glyphicon-"] {
    font-size: 2.4em;
    line-height: 1em;
    padding: 0.35em 0.5em 0.65em;
}

.gumet{
    border-radius: 50% !important;
    color: white;
    display: inline-block;
    padding:0.3em 0.5em;
}

.gumet:hover{
    color:#fff;
}

.gumet_edit{
    color: #333;
    display: inline-block;
    font-size: 15px;
    padding: 0.3em 0.5em;
    position: relative;
    top: 5px;
}

.gumet_edit:hover{
    color:#ddd;
}



.customer-type-counter .type-badge{
    border-radius: 50% !important;
    color: white;
    display: inline-block;
}

.badge-danger{
    background-color: #ff6c60;
}

.badge-default{
    background-color:#ccc;
}

.badge-info, .badge-primary {
    background-color: #6ec0d8;
}

.badge-warning {
    background-color: #f2c978;
}

.badge-success {
    background-color: #693;
}

.badge-purple {
    background-color: purple;
}

.badge-black {
    background-color: #333;
}

.tableDate {
    font-size:13px;
}
.tableHour{
    font-size:12px;
}

#contactModal input.form-control,#contactModal_edit input.form-control{
    margin-bottom:10px;
}

body.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom {
    margin-right: 0px;
}

.pointer{
    cursor:pointer;
}

.style-one-group {
    display: flex;
    align-items: center;
    justify-content: center;
}

.style-one-left, .style-one-right {
    flex: 1;
}

.style-one-text {
    text-align: center;
    padding: 0 10px;
}

hr.style-one {
    border: 0;
    height: 1px;
    background: #e0e0e0;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* ************* *
 * LOGIN BUTTON
 * ************* */

/* Shared */
.loginBtn {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    margin: 0.2em;
    padding: 0 15px 0 46px;
    border: none;
    text-align: center;
    line-height: 34px;
    white-space: nowrap;
    border-radius: 0.2em;
    font-size: 16px;
    color: #FFF;
}
.loginBtn:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 100%;
}
.loginBtn:focus {
    outline: none;
}
.loginBtn:active {
    box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
}

/* Facebook */
.loginBtn--facebook {
    background-color: #4C69BA;
    background-image: linear-gradient(#4C69BA, #3B55A0);
    /*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
    text-shadow: 0 -1px 0 #354C8C;
}
.loginBtn--facebook:before {
    border-right: #364e92 1px solid;
    background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png') 6px 6px no-repeat;
}
.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
    background-color: #5B7BD5;
    background-image: linear-gradient(#5B7BD5, #4864B1);
}

/* Google */
.loginBtn--google {
    /*font-family: "Roboto", Roboto, arial, sans-serif;*/
    background: #DD4B39;
}
.loginBtn--google:before {
    border-right: #BB3F30 1px solid;
    background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_google.png') 6px 6px no-repeat;
}
.loginBtn--google:hover,
.loginBtn--google:focus {
    background: #E74B37;
}

.logo-yarigai {
    text-align: center;
  }
  .logo-yarigai > img {
    width: 12rem;
  }

@media (max-width: 1024px){

    .system-notification .message{
        text-align:center;
    }

    #system-notification-wrapper-closer{
        width:98%;
        top:1em;
        right:1%;
    }

    #system-notification-wrapper{
        padding-top:4em;
    }

    #system-notification-scroller{
        width:98%;
    }

    #lateral-menu{
        width:20%;
    }

    #main-content{
        width:80%;
        left:20%;
    }
}

@media (max-width: 768px){

    .system-notification .image-box{
        width:100%;
        float:none;
        margin-bottom:10px;
    }

    .system-notification .text-box{
        width:100%;
        float:none;
    }

    .badge-notification, .ticket-notification{
        width:90%;
    }

    #notification-opener{
        margin-left:-7em;
    }

    #main-content{
        left:0;
    }

    #lateral-menu .lateral-option{
        color:white;
        background-color:transparent !important;
    }

    #lateral-menu [role="menu"] li a:hover{
        color:white;
        background-color:#666 !important;
    }

    #lateral-menu .dropdown-header{
        color:white;
        background-color:transparent !important;
    }

    #lateral-menu .dropdown-header:hover{
        background-color:#666 !important;
    }

    #profile-dropdown{
        top:-0.4em;
    }

    .elapsed-info{
        display:block;
    }

    #content{
        padding:0 0.8em;
    }

    .notification-elem{
        float:none;
    }

    .container > .navbar-header, .container > .navbar-collapse{
        margin:0;
        padding:0;
    }

    .container #lateral-menu-opener{
        margin-left:0;
    }

    #profile-btn{
        position:relative;
        top:1px;
    }

    .notification-group{
        text-align:center;
    }

    #task-extended-info .wrapper{
        width:100%;
    }

    .task .btn{
        width:100%;
    }

    .big-day-name{
        display:none;
    }

    .tiny-day-name{
        display:block;
    }

    #close-lateral-menu{
        display:block;
    }

    #notification-alerts{
        width:100%
    }

    #content{
        margin-top:0;
    }

    #notification-alerts > div{
        width:100%;
        margin:0;
        border-right:0;
        border-left:0;
        border-radius: 0;
    }

    #notification-alerts .alert-type{
        left:50%;
        right:3px;
        border-left:0;
    }

    .actions{
        margin-top:1em;
    }

    .actions .btn{
        margin-top:0;
        margin-bottom:1em;
        margin-left:0;
        margin-right:0;
    }

    .pre-navbar-brand{
        margin-top:0.5em;
        display:inline-block;
    }

    #pre-header{
        display:block;
    }

    body > header.affix-top{
        margin-bottom:-5em;
    }

    body > header.affix{
        top:0;
    }

    #lateral-menu{
        display:none;
        position:fixed;
        left:0;
        top:0;
        background-color:#252525;
        min-width:80%;
        z-index:1060;
        height:100%;
        overflow-y:scroll;
        border-right:1px solid #111;
        outline:1px solid #555;
        padding:4em 3em 1em 2em;
        -webkit-overflow-scrolling: touch;
    }

    .navbar-brand{
        display:none;
    }

    #notification-group{
        float: none;
        font-size: 1.5em;
        margin: 0.5em auto;
        text-align: center;
        /*width: 42%;*/
        width:100%;
    }

    #profile-link > div{
        margin-right:2em;
    }

    #profile-link > ul a{
        color:white;
    }

    #lateral-menu > ul li{
        margin:1em 0;
    }

    #lateral-menu .divider{
        margin-bottom:2.5em;
    }

    #main-content{
        width:100%;
        padding:1em;
        border-left:none;
    }

    #lateral-menu-opener{
        float:left;
        color:white;
        display:inline-block;
        font-size:1.5em;
        margin-top:0.5em;
        margin-left:0.7em;
        margin-right:1em;
        cursor:pointer;
    }

    body > footer{
        text-align:center;
    }

    body > footer ul{
        margin-top:1.5em;
    }

    body > footer li a{
        display:inline-block;
        padding:0.8em 0;
    }

    #social-yokup-icons{
        text-align:center;
    }

    .content-affixed{
        padding-top:0.5em;
    }

    #notification-zones, #wall-notifications{
        left:0;
        width:100%;
        bottom:-214px;
    }

    #notification-zones li, #wall-notifications li{
        text-align:left;
    }

    #notification-zones .triangle-black-up{
        left:50%;
        margin-left:-5em;
        border-bottom:10px solid #333333;
        border-left:10px solid rgba(0, 0, 0, 0);
        border-right:10px solid rgba(0, 0, 0, 0);
        top:-10px;
    }

    #notification-zones .triangle-black-up, #wall-notifications .triangle-black-up{
        left:50%;
        margin-left:-3.4em;
        border-bottom:10px solid #333333;
        border-left:10px solid rgba(0, 0, 0, 0);
        border-right:10px solid rgba(0, 0, 0, 0);
        top:-10px;
    }

    #avatar-shop{
        width:100%;
        float:none;
    }

    #avatar-canvas{
        float:none;
        width:100%;
        height:24em;
        background-color:#5CB85C;
        margin-bottom:1em;
    }

    .service-chart{
        margin-top:3em;
        width:100%;
        height:300px;
        float:none;
    }

    .service-breakdown{
        margin-top:2em;
        width:100%;
        float:none;
    }
}

@media (max-width: 450px){

    .tickets{
        width:10%;
    }

    .grupable-btn-box{
        width:100%;
        margin-bottom:0.5em;
    }

    .grupable-btn-box .btn{
        border-radius:0;
        margin:0 !important;
        float:none;
    }

    .grupable-btn-box .btn:last-child{
        border-bottom-left-radius:3px !important;
        border-bottom-right-radius:3px;
    }

    .grupable-btn-box .btn-group{
        display:block;
    }

    #user-scorename{
        width:10em;
    }

    .customer-actions{
        float:none;
        margin-left:0;
    }

    .customer-actions .bigable{
        width:100%;
    }

    .bigable{
        margin-left:0 !important;
        margin-right:0 !important;
    }

    #edit-general-data{
        margin-top:0.5em;
        margin-bottom:0.5em;
        margin-left:0.5em;
        width:100%;
    }

    #profile-dropdown .dropdown-menu{
        width:100%;
    }

    .actions .fright, .actions .fleft, .task .btn, .btn.bigable, .actions .btn{
        width:100%;
        margin:0.5em 0;
        position:relative;
        padding-right:2em;
    }

    .acciones .fright{
        margin:0;
    }

    .assignationState{
        bottom:0;
        top:0;
    }

    .badge-image, .ticket-image{
        float:none !important;
        margin-top:20px;
        width:100%;
        text-align:center;
    }

    .badge-text, .ticket-text{
        float:none !important;
        width:100%;
        text-align:center;
        margin-bottom:2em;
    }

}

@media (max-width: 320px){

    .cartoon-btn{
        font-size:14px;
        margin: 0.2em 0.5em;
        width: 3.5em;
        height: 3.5em;
    }

    .cartoon-btn.xl{
        width:3.5em;
        height:3.5em;
        font-size:60px;
    }

}


@media print {
    #lateral-menu{
        display:none;
    }
    #main-content{
        left:0;
        margin:0;
        margin-left:1%;
        padding:0;
        width:100%;
    }
    .btn{
        display:none;
    }
    .label{
        display:none;
    }
    .label .glyphicon{
        display:none;
    }
    .label.displayOnPrint{
        display:inline-block;
        font-weight:bold;
        text-shadow:none;
        border:none;
        font-size:1em;
        padding:0 0.5em;
        margin:0;
        bottom:0;
        top:auto;
    }
    .alert{
        display:none;
    }
    .print-only{
        display:block;
    }
    .table-responsive{
        width:100% !important;
        overflow:visible;
    }
    .table-responsive .table{
        width:100% !important;
    }
    .table{
        border:none !important;
    }
    .table tr{
        border:none !important;
        border-bottom:1px solid #545454 !important;
    }
    .table td, .table th{
        border:none !important;
    }
}