body {
    background-color: #228cbe;
    color: white;
    font-family: 'PT Sans', 'sans-serif', arial;
    font-size: 16pt;
    margin: 0;
    padding: 0 10px 10px 10px;
    width: calc(100% - 20px);
}
body.login-page {
    background: url(../images/slide1.png) #228cbe no-repeat;
    background-size: 100% auto;
}
h1 {
    margin-bottom: 10px;
    font-size: 20pt;
}
.clear {
    clear: both;
}
.container {
    text-align: center;
    color: white;
}
a {
    text-decoration: none;
    color: white;
}
label.text {
    display: inline-block;
}
.w80 label.text {
    width: 150px;
}
.w90 label.text {
    width: 90px;
}
.w100 label.text {
    width: 100px;
}
.w110 label.text {
    width: 100%;
    margin-bottom: 5px;
    font-size: 16pt;
    vertical-align: top;
    position: relative;
    top: 5px;
}
.w120 label.text{width:120px;}
.w130 label.text{width:130px;}
.w140 label.text{width:140px;}
.w150 label.text{width:150px;}
.w160 label.text{width:160px;}

.ib {
    margin-bottom: 8px;
}

.ib div {
    display: inline-block;
    width: calc(100% - 175px);
}

.ib div label {
    white-space: nowrap;
    width: 100%;
    display: block;
}

.listButton {
    margin-left: -4px !important;
    width: 35px !important;
}

#login-form h1 {
    font-size: 30pt;
    text-align: center;
    margin: 5px 0;
    padding: 0;
}

#login-form .ib div {
    width: 100% !important;
    font-size: 20pt;
} 

#login-form .ib div label,
#login-form .ib div input {
    display: block;
    margin-bottom: 2px;
}

#login-form .ib div label,
#login-form .ib div input[type=submit] {
    width: 100% !important;
    padding: auto 0;
}

.mt30 .btn {
    margin-left: 0 !important;
    width: 100%;
    padding: 20px 0;
    margin-top: 10px;
}
.login-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    padding: 10px 30px;
    background-color: white;
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: 1px 1px 6px black;
    border-radius: 5px;
    color: black;
}
.login-page input.text {
    width: calc(100% - 15px) !important;
}
input.text,
textarea,
select {
    display: inline-block;
    padding: 4px 6px;
    width: calc(100% - 116px) !important;
    font-size: 16pt;
    line-height: 20px;
    color: #555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
}
input.text:focus,
textarea:focus,
select:focus {
    border-color: rgba(82,168,236,0.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
}
input.text {
    height: 26px;
}
select {
    height: 38px;
}
.btn {
    display: inline-block;
    padding: 7px 6px;
    margin: 0 3px;
    font-size: 16pt;
    line-height: 20px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #bbb;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}
.btn:hover {
    color: #333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear;
}
.btn.disabled, .btn[disabled] {
    color: #333;
    background-color: #e6e6e6 !important;
}
div.error, div.success {
    padding: 4px 35px 4px 14px;
    margin-bottom: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
div.error {
    color: #b94a48;
    background-color: #fcf8e3;
    border: 2px solid #fbeed5;
}
div.success {
    color: #3a87ad;
    background-color: #d9edf7;
    border: 2px solid #bce8f1;
}
input.error, textarea.error, select.error {
    background-color: #fce6f2 !important;
}
label.error, label.error-required {
    color: red;
    margin-left: 12px;
}
.form-title {
    font-size: 20pt;
    margin-bottom: 30px;
}
.relative {
    position: relative;
}
.clear {
    clear: both;
}
.left {
    float: left;
}
.right {
    float: right;
}

.header-page {
    margin: 20px auto;
    position: relative;
    background: #19316F;
    border-width: 2px;
    border-style: solid;
    border-radius: 5px;
    border-color: black;
    padding: 10px 10px 0px 10px;
}
.header-page .menu {
    display: block;
    margin: 10px 0;
}
.header-page .login-info {
    display: block;
    margin-bottom: 10px;
}
.header-page .login-info a {
    color: white;
    text-decoration: underline;
    margin-right: 10px;
    font-size: 18pt;
}
.header-page .menu a.selected {
    font-weight: bold;
    font-size: 18pt;
}
.header-page .menu a {
    display: inline-block;
    text-align: center;
    font-size: 18pt;
}
.header-page img {
    display: block;
}

.middle-form {
    width: 600px;
    margin: 0 auto;
}
.content > div {
    margin-bottom: 10px;
}
.content .info {
    margin: 10px;
}
.content .history {
    width: calc(100% - 50px);
    border: solid 2px black;
    border-radius: 5px;
}
.content ul {}
.content .header {
    position: relative;
}
.content .header h2 {
    font-size: 20pt;
    background-color: #19316F;
    border-style: solid;
    border-color: black;
    border-width: 0 0 2px 0;
    border-radius: 3px 3px 0 0;
    margin: 0;
    padding: 6px 8px;
}
.content .graphs-page .header h2 {
    border-width: 2px !important;
    border-radius: 5px;
}
.content .graphs-page .header {
    margin: 5px auto;
}
.content .graphs-page .infobox {
    margin: 0;
}


.content .history li {
    position: relative;
    padding: 6px 10px;
    height: 75px;
    margin-bottom: 6px;
    cursor: pointer;
    font-size: 16pt;
}
.content .history li .name {
    display: block;
    margin-bottom: 3px;
}
.content .history li .start,
.content .history li .user_name,
.content .history li .contact-last-name,
.content .history li .contact-first-name,
.content .history li .type {
    position: absolute;
    font-size: 90%;
}
.content .history li .start,
.content .history li .user_name {
    bottom: 5px;
}
.content .history li .contact-last-name,
.content .history li .contact-first-name,
.content .history li .type {
    bottom: 25px;
}
.content .history li .start,
.content .history li .contact-last-name {
    left: 10px;
}
.content .history li .user_name,
.content .history li .type {
    right: 10px;
}
.content .history li .delete, .content .history li .description {
    position: absolute;
    top: 3px;
    background-size: contain !important;
    width: 30px !important;
    height: 30px !important;
}
.content .history li .delete{
    background: url(../images/delete.png);
    display: none;
    right: 40px;
}
.content .history li .description {
    background: url(../images/comment.png);
    right: 5px;
    cursor: pointer;
}
.content .history li:hover {
    background-color: white;
    color: black;
}
.content .history li:hover .delete {
    display: inline-block;
    cursor: pointer;
}
.content #reload, .content #public_private {
    position: absolute;
}
.content #reload {
    right: 5px;
    top: 2px;
    width: 30px;
    height: 30px;
    top: 50%;
    transform: translate(0, -50%);
}
.content #public_private {
    right: 70px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 16pt;
}
.content .call-info {
    border: solid 2px black;
    border-radius: 5px;
    position: relative;
}
.content .call-info .funcs {
    background-color: #19316F;
    border-top: solid 2px black;
    border-radius: 0 0 3px 3px;
    left: 0;
    right: 0;
    text-align: center;
}
.content .call-info .form {
    margin: 10px 10px 10px 15px;
}

.funcs input {
    margin: 4px;
}

.content label.error {
    color: yellow;
}

.content .graphs-page .header {
    margin: 5px auto;
}

.content .graphs-page .info {
    margin: 10px;
}

.call-info #saving_info {
    margin: 20px;
    text-align: center;
    font-size: 20px;
    padding-top: 2px;
    color: yellow;
    display: none;
}

*[title] {
    display: none;
}

.call-info #saving_info.s span {
    padding-left: 30px;
}
.call-info #saving_info.s span {
    background:url(../images/saved.png) no-repeat;
}
.call-info #saving_info.f span {
    background:url(../images/error.png) no-repeat;
}
.call-info .info .cln label.error {
    display: inline;
    margin-left: 12px;
}
.call-info .header span {
    position: absolute;
    right: 0;
    top: 2px;
}
.call-info #name {
    width: calc(100% - 52px) !important;
}
.call-info #contact_last_name {
    width: calc(100% - 20px) !important;
    display: block;
    margin-bottom: 4px;
}
.call-info #contact_first_name {
    width: calc(100% - 52px) !important;
}
.call-info .t input{margin:0;}
.ml10{margin-left:10px;}
.ml20{margin-left:20px;}
.tip{font-style:italic;}
#loading {
    position: fixed;
    top: 70px;
    right: 20px;
    z-index: 99999999;
    display: none;
}
#mask-popup {
    position: fixed;
    background-color: gray;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.8;
    z-index: 10;
}
.popup {
    position: absolute;
    top:80px;
    z-index: 100;
    display: none;
    min-width: 160px;
    padding: 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #fff;
    border: 2px solid #ccc;
    border: 2px solid rgba(0,0,0,0.2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 6px 6px 6px #aaa;
    -webkit-box-shadow: 6px 6px 6px #aaa;
    box-shadow: 6px 6px 6px #aaa;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    color: black;
    padding: 10px 20px;
}
.popup-recently{padding:10px 0;}
.popup-recently span{padding:0 10px;}
.popup-recently li {
    padding: 5px 15px;
    color: black;
    cursor: pointer;
}

.popup-recently li:hover {
    background-color:#CCC;
}

.call-info label.error {
    display: block;
    margin-left: 116px;
    margin-top: 10px;
}

.chart-box {
    text-align: center;
}

.chart-box .header {
    margin-bottom: 40px;
}

.chart-box .header .controls {
    position: absolute;
    right: 0;
    top: 0;
}

.chart-box > div {
    display: inline-block;
    margin: 0;
}

label {
    font-weight: bold;
}

.footer-page {
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
    display: none;
}
.footer-page a.icon {
    margin:0 8px;
}
fieldset {
    margin-bottom:10px;
}
.tr {
    text-align:right;
}
#login-form a {
    float: right;
    color: black;
}
.req {
    color: yellow;
    margin-left: 10px;
}
.hidden {
    display: none !important;
}
.hide {
    visibility: hidden !important;
}

.pointer {
    cursor: pointer;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul li {
    padding: 7px 5px;
}

.mylist {
    white-space: normal;
    width: 800px;
    position: relative;
    left: 0px;
    max-width: 100%;
}

.mylist li {
    display: -webkit-inline-box;
    margin: 5px 10px 5px 5px;
    width: auto !important;
    border-radius: 5px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mylist li:after {
    margin-left: 5px;
    color: #000;
    text-shadow: 1px 1px #A2A2A2;
    font-size: 20pt;
    font-family: monospace;
    content: "\00d7";
    font-weight: bold;
}

.highcharts-container {
    overflow: visible !important;
}

.highcharts-container svg {
    position: relative;
}

.noMargin {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

header {
    position: relative;
}

.timer_toolbox {
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translate(0, -50%);
}

.timer_toolbox span {
    position: absolute;
    right: 130px;
    top: 50%;
    transform: translate(0, -50%);
    white-space: nowrap;
}

.timer_toolbox .btn {
    min-width: 45px;
}

input:focus{
    outline: 0 none;
}

input[type=radio] {
    width: 20px;
    height: 20px;
    position: relative;
    top: 3px;
}

input[type=checkbox] {
    width: 16px;
    height: 16px;
}

.buttonDiv {
    margin: 20px 0;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    height: 40px !important;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 5px !important;
}
#datepicker1, #datepicker2 {
    width: calc(50% - 52.5px) !important;
}

.NoMobile {
    display: none !important;
}

.wFull1 {
    width: calc(100% - 97px) !important;
}

.wFull2 {
    width: calc(100% - 10px) !important;
}

.wHalf {
    width: calc(50% - 44px) !important;
}

#getUpMobileOnly {
    visibility: hidden;
    position: fixed;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 1em;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
