body {

    margin: 0 0 25px 0;

    padding: 0;

    background-color: #228cbe;

    color: white;

    font-family: 'PT Sans', 'sans-serif', arial;

    font-size: 11pt;

    background: url(../images/bg.png) #228cbe no-repeat;

    background-size: 100% auto;

    overflow-x: hidden;

}

body.login-page {

    background:url(../images/slide1.png) #228cbe no-repeat;

    background-size: 100% auto;

}

h1 {

    margin-bottom: 10px;

    font-size: 24pt;

}

.clear {

    clear:both;

}

.container {

    text-align: center;

    color: white;

}

.wrapper {

    width: 1024px;

    margin: 0 auto;

}

a {

    text-decoration: none;

    color: white;

}

label.text {

    display: inline-block;

}

.w80 label.text {

    width: 90px;

}

.w90 label.text {

    width: 90px;

}

.w100 label.text {

    width: 100px;

}

.w110 label.text {

    width: 110px;

}

.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;

    white-space: nowrap;

}

#login-form .ib div {

    display: block !important;

}

.ib div {

    display: inline-block;

}

.listButton {

    margin-left: -4px !important;

}

.login-box {

    width: 300px;

    padding: 10px 30px;

    border: solid 1px #CCC;

    margin: 250px auto 0 auto;

    background-color: white;

    -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);

    border-radius: 5px;

    color: black;

}

input.text,

textarea,

select {

    display: inline-block;

    padding: 4px 6px;

    width: 150px;

    font-size: 13px;

    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);

}

.btn {

    display: inline-block;

    padding: 4px 6px;

    margin: 0 3px;

    font-size: 14px;

    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: 8px 35px 8px 14px;

    margin-bottom: 20px;

    text-shadow: 0 1px 0 rgba(255,255,255,0.5);

    -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: 24pt;

    margin-bottom: 30px;

}

.relative {

    position: relative;

}

.clear {

    clear: both;

}

.left {

    float: left;

}

.right {

    float: right;

}

.login-box input.text {

    width: 200px;

}

.header-page {

    height: 60px;

    margin: 20px auto;

    position: relative;

    background: #19316F;

    border-width: 2px;

    border-style: solid;

    border-radius: 5px;

    border-color: black;

}

.header-page .login-info,

.header-page .menu {

    top: 10px;

    position: absolute;

}

.header-page .menu {

    left: 315px;

}

.header-page .login-info {

    right: 10px;

}

.header-page .login-info a {

    color: white;

    text-decoration: underline;

    margin-left: 10px;

}

.header-page .menu a.selected {

    font-weight: bold;

    font-size: 12pt;

}

.header-page .menu a {

    display: inline-block;

    padding: 0 10px;

    text-align: center;

    font-size: 10pt;

}

.header-page img {

    position: absolute;

    top: 50%;

    left: 10px;

    transform: translate(0, -50%);

    height: 40px;

    width: 250px;

}

.middle-form {

    width: 600px;

    margin: 0 auto;

}

.content .history {

    width: 250px;

    border: solid 2px black;

    border-radius: 5px;

    float: left;

}

ul {

    overflow: auto;

}

.history ul {

    height: 522px;

}

.content .header {

    position: relative;

}



.content .header h2 {

    font-size: 16pt;

    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 .infobox {

    margin: 10px;

}



.content .history li {

    position: relative;

    padding: 6px 4px;

    height: 50px;

    margin-bottom: 6px;

    cursor: pointer;

}

.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: 4px;

}

.content .history li .user_name,

.content .history li .type {

    right: 4px;

}

.content .history li .delete,

.content .history li .description {

    position: absolute;

    top: 3px;

    width: 16px;

    height: 16px;

}

.content .history li .delete {

    background: url(../images/delete.png);

    display: none;

    right: 30px;

}

.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: 50%;

    transform: translate(0, -50%);

}

.content #public_private {

    right: 40px;

    top: 50%;

    transform: translate(0, -50%);

}

.content .call-info {

    width: 760px;

    float: right;

    border: 2px solid black;

    border-radius: 5px;

    height: 560px;

    position: relative;

}

.content .call-info .funcs {

    position: absolute;

    bottom: 0;

    padding: 4px;

    background-color: #19316F;

    border-top: 2px solid black;

    border-radius: 0 0 3px 3px;

    left: 0;

    right: 0;

    text-align: center;

}

.content .form {

    margin: 10px;

    width: 680px;

}

.content textarea {

    width:565px;

}

.content label.error {

    color: yellow;

}



.call-info #saving_info {

    position: absolute;

    bottom: 150px;

    left: 0;

    right: 0;

    text-align: center;

    font-size: 18pt;

    padding-top: 2px;

    color: yellow;

    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: 318px;

}

.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;

}

.graphs-page .chart-box {

    margin: 10px 5px;

    text-align: center;

    white-space: nowrap;

}

.chart-box .header .controls {

    position: absolute;

    right: 0;

    top: 0;

}

.chart-box > div {

    display: inline-block;

    margin-right: 10px;

}

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 {

    color: black;

}

.req {

    color: yellow;

    margin-left: 10px;

}

#f-feedback textarea,

#f-feedback input.text {

    width: 612px;

}

.hidden {

    display: none !important;

}

.hide {

    visibility: hidden !important;

}



.pointer {

    cursor: pointer;

}



ul {

    list-style: none;

    padding: 0;

    margin: 0;

}



.mylist {

    white-space: normal;

    width: 800px;

    position: relative;

    left: 160px;

}



.mylist li {

    display: inline-block;

    margin: 5px 10px 5px 5px;

    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: 16pt;

    font-family: monospace;

    content: "\00d7";

    font-weight: bold;

}



.highcharts-container {

    overflow: visible !important;

}



.highcharts-container svg {

    position: relative;

    top: -10px;

    left: -200px;

    padding: 10px 200px 0 200px;

}



.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: 125px;

    top: 50%;

    transform: translate(0, -50%);

    white-space: nowrap;

}



.timer_toolbox .btn {

    min-width: 45px;

}



input:focus{

    outline: 0 none;

}



.buttonDiv {

    margin: 20px 0;

}



.NoMobile {

    display: initial;

}



.wFull1 {

    width: 293px !important;

}



.wFull2 {

    width: 375px !important;

}



.wHalf {

    width: 150px !important;

}



#getUpMobileOnly {

    display: none !important;

}