html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font-size: 14px;
}

@font-face {
    font-family: "Calibri";
    src: url("../fonts/Calibri.eot");
    src: url("../fonts/Calibri.eot.eot?#iefix")format("embedded-opentype"),
    url("../fonts/Calibri.woff") format("woff"),
    url("../fonts/Calibri.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "Calibri-Bold";
    src: url("../fonts/Calibri-Bold.eot");
    src: url("../fonts/Calibri-Bold.eot.eot?#iefix")format("embedded-opentype"),
    url("../fonts/Calibri-Bold.woff") format("woff"),
    url("../fonts/Calibri-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: bold;
}
@font-face {
    font-family: "Calibri-Italic";
    src: url("../fonts/Calibri-Italic.eot");
    src: url("../fonts/Calibri-Italic.eot.eot?#iefix")format("embedded-opentype"),
    url("../fonts/Calibri-Italic.woff") format("woff"),
    url("../fonts/Calibri-Italic.ttf") format("truetype");
    font-style: italic;
    font-weight: normal;
}
@font-face {
    font-family: "Calibri-BoldItalic";
    src: url("../fonts/Calibri-BoldItalic.eot");
    src: url("../fonts/Calibri-BoldItalic.eot.eot?#iefix")format("embedded-opentype"),
    url("../fonts/Calibri-BoldItalic.woff") format("woff"),
    url("../fonts/Calibri-BoldItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: bold;
}

::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
    -webkit-border-radius: 10px;        /*Google Chrome*/
    -moz-border-radius: 10px;           /*FireFox*/
    -khtml-border-radius: 10px;         /*Safari*/
}
::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
    border-radius: 10px;
    -webkit-border-radius: 10px;        /*Google Chrome*/
    -moz-border-radius: 10px;           /*FireFox*/
    -khtml-border-radius: 10px;         /*Safari*/
}

div {
    display: block;
}

div.companyLogo{
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/company_logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 600px;
}

div.companyLogo > span{
    border: 0;
    width: 32px;
    height: 32px;
    display: block;
    #margin: auto;
    position: absolute;
    top: 50%;
    margin-left: 50%;
}

select:disabled {
    color:#888;
}
select {
    display: inline-block;
    padding: 3px;
    margin: 3px;
    border-radius:4px;
    -webkit-border-radius: 4px;        /*Google Chrome*/
    -moz-border-radius: 4px;           /*FireFox*/
    -khtml-border-radius: 4px;         /*Safari*/
    -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    background: #e6e6e6;
    border: 1px solid #339cff;
    outline:none;
    font-size: 10px;
}

a:link {
    color: black;
}
a:active, a:hover{
    color: #2dc8d2;
}
a:visited {
    color: #2dc8d2;
}
a {
    color: black;
    text-decoration: none;
}
a.click {
    border-bottom: 1px dashed;
}
a.click:hover {
    border-bottom: 1px solid;
}

h1, h2, h3, h4, h5, h6{
    font-size: x-large;
}

span.copyright{
    float: right;
    margin-top: 4px;
    margin-right: 20px;
    font-size: 9px;
}
span.copyright > a {
    text-decoration: none;
    color: inherit;
    font-size: 9px;
}

button:active, button:focus {
    outline: none;
}

small {
    font-size: 80%;
}

ul.spisok, ul.xbbcode-list {
    margin-left: 20px;
    list-style-image: none;
    list-style-type: none;
    font-family: Calibri,sans-serif,Arial;
}
ul.spisok li ul {
    margin-left: 40px;
}

span#version{
    float: left;
    cursor: pointer;
}

div#content{
    width: 100%;
    heigth: 100%;
}

div#header{
    margin-left: 95px;
    padding: 5px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-style: italic;
    border-bottom: 1px solid #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;	/*Google Chrome*/
    -moz-border-radius: 10px;		/*FireFox*/
    -khtml-border-radius: 10px;		/*Safari*/
}

div#centerArea{
    margin-left: 95px;
}

div#workArea{
    min-width: 90%;
    min-height: 95%;
    overflow: auto;
    background-color: #ddf0f0;
    margin-top: 5px;
    padding: 5px;
    border-radius: 10px;
    -webkit-border-radius: 10px;	/*Google Chrome*/
    -moz-border-radius: 10px;		/*FireFox*/
    -khtml-border-radius: 10px;		/*Safari*/
}

span.sessionTime{
    float: right;
    margin-right: 20px;
}

div.error {
    border: 1px solid red;
    display: inline-block;
    padding: 10px;
    color: red;
}

div.error ul {
    margin-left: 15px;
}

div.slider {
    cursor: pointer;
}

div.sliderStyled{
    color: #fff;
    background-color: #339cff;
    border: 1px solid black;
    text-align: center;
    font-weight: bold;
}

div.expandDiv {
    margin: 5px;
}
div.expandDiv .expand {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
}
div.expandDiv .expand.minus {
    background: url("../img/icon-minus.png") repeat-x 0px -0px;
}
div.expandDiv .expand.plus {
    background: url("../img/icon-plus.png") repeat-x 0px -0px;
}

div.archivedContact{
    min-width: 100px;
    display: inline-block;
    margin: 10px 10px 0px 10px;
    padding: 5px;
    text-align: center;
    border: 1px solid black;
    border-radius: 10px;
    -webkit-border-radius: 10px;	/*Google Chrome*/
    -moz-border-radius: 10px;		/*FireFox*/
    -khtml-border-radius: 10px;		/*Safari*/
}

div.commentText {
    white-space: pre-line;
}
div#dashboard{
    padding-left: 50px;
}
div#dashboard > p {
    font-size: 16px;
    margin-bottom: 10px;
}
/* ----- ICONS ---- */
span.icon-loader{
    border: 0;
    background: url(../img/ajax-loader.gif) no-repeat;
    width: 32px;
    height: 32px;
    display: block;
    #margin: auto;
    position: absolute;
    top: 50%;
    margin-left: 50%;
}

span.icon-time{
    background: url(../img/icon-time.png) no-repeat 50% 50%;
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

span.icon-contact{
    background: url(../img/x-office-contact.png) no-repeat 50% 50%;
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

span.icon-good, span.icon-bad{
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    padding-left: 20px;
}
span.icon-good {
    background: url(../img/true.png) no-repeat;
}
span.icon-bad {
    background: url(../img/false.png) no-repeat;
}

span.icon-exit{
    background: url(../img/exit_2.png) no-repeat 50% 50%;
    display: block;
    height: 22px;
    vertical-align: middle;
    margin: 10px 0px 5px 0px;
    cursor: pointer;
}

span.icon-del:hover{
    background-position: 0 -25px;
}
span.icon-del{
    background: url(../img/butn-del.png) no-repeat;
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin-left: 5px;
    cursor: pointer;
}
span.icon-edit:hover{
    background-position: 0 -25px;
}
span.icon-edit{
    background: url(../img/butn-edit.png) no-repeat;
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin-left: 5px;
    cursor: pointer;
}
span.icon-info{
    background: url(../img/icon-info.gif) no-repeat;
    display: inline-block;
    height: 12px;
    width: 12px;
    vertical-align: middle;
    cursor: pointer;
}

/* --------------------- */

div.loginForm{
    margin-top: 100px;
}

div.loginForm table{
    width: 400px;
}

.tbl_login tbody td {
    padding: 10px;
    border: none;
}

div.buttons { font-size: 5px; margin: 20px 0; white-space: nowrap; }
.button-main {
    min-width: 140px;
    display: inline-block;
    cursor: pointer;
    font: 14px Jura,sans-serif;
    font-weight: bold;
}
.button-save {
    background: #a4cc63;
    padding: 5px 10px;
    color: #5a7c27;
    border-radius: 20px 0 0 20px;
    -webkit-border-radius: 20px 0 0 20px;	/*Google Chrome*/
    -moz-border-radius: 20px 0 0 20px;		/*FireFox*/
    -khtml-border-radius: 20px 0 0 20px;		/*Safari*/
}
.button-cancel {
    background: #ffa000;
    padding: 5px 10px;
    color: #fff;
    border-radius: 0 20px 20px 0;
    -webkit-border-radius: 0 20px 20px 0;	/*Google Chrome*/
    -moz-border-radius: 0 20px 20px 0;		/*FireFox*/
    -khtml-border-radius: 0 20px 20px 0;		/*Safari*/
}
.button-center {
    background: #D6CF0C;
    padding: 5px 10px;
    color: #5a7c27;
    border-radius: 0px;
    -webkit-border-radius: 0px;	/*Google Chrome*/
    -moz-border-radius: 0px;		/*FireFox*/
    -khtml-border-radius: 0px;		/*Safari*/
}

.button-disabled { cursor: not-allowed; }

.button-rad {
    border-radius: 20px;
    -webkit-border-radius: 20px;	/*Google Chrome*/
    -moz-border-radius: 20px;		/*FireFox*/
    -khtml-border-radius: 20px;		/*Safari*/
}
.button-small {
    border-radius: 20px;
    -webkit-border-radius: 20px;        /*Google Chrome*/
    -moz-border-radius: 20px;           /*FireFox*/
    -khtml-border-radius: 20px;         /*Safari*/
    font-size: 10px;
    background-color: lightgray;
}
.button-quote{
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    white-space: nowrap;
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
    font-size: 10px;
    line-height: 1.5;
    border-radius: 3px;
    margin: 10px 0px 0px 10px;
    padding: 1px 5px;
    cursor: pointer;
}
div.button { 
    display: inline-block;
    padding: 3px 10px;
    cursor: pointer;
    box-shadow: 0 3px #999;
}
div.button:active { 
    box-shadow: 0 3px #666;
    transform: translateY(1px);
}
div.buttons-task, div.buttons-tt {
    position: fixed;
    right: 0;
    top: 40px;
    z-index: 1000;
}
.btn-group-vertical.updown {
    position: fixed;
    right: 5px;
    top: 310px;
    z-index: 1001;
    opacity: 0.8;
}
.btn-group-vertical.updown button {
    width: 29px;
    font: 12px arial;
    text-align: center;
    height: 60px;
    background-color: #fff;
}
.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{display:block;float:none;width:100%;max-width:100%;}
.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after{content:" ";display:table;}
.btn-group-vertical>.btn-group:after{clear:both;}
.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after{content:" ";display:table;}
.btn-group-vertical>.btn-group:after{clear:both;}
.btn-group-vertical>.btn-group>.btn{float:none;}
.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0;}
.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0;}
.btn-group-vertical>.btn:first-child:not(:last-child){
    border-top-right-radius:10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius:0;
    border-bottom-left-radius:0;
    background-position-x: -27px;
    background-position-y: 10px;
    background-repeat: no-repeat;
    background-size: 50px;
    background-image: url(../img/up_down_arrow.png)
}
.btn-group-vertical>.btn:last-child:not(:first-child){
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius:0;
    border-top-left-radius:0;
    background-position-x: 2px;
    background-position-y: 12px;
    background-repeat: no-repeat;
    background-size: 50px;
    background-image: url(../img/up_down_arrow.png);
}
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0;}
.btn-group-vertical>.btn-group:first-child>.btn:last-child,.btn-group-vertical>.btn-group:first-child>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0;}
.btn-group-vertical>.btn-group:last-child>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0;}
.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate;}.btn-group-justified .btn{float:none;display:table-cell;width:1%;}

/* ---- REQUIRED FIELDS ---- */
input.required {
    border: 1px solid red;
}
textarea.required {
    border: 1px solid red;
}
select.required {
    border: 1px solid red;
}
/* ----- INFORMER ----- */
div.informer {
    z-index: 20000;
    background: #ffffff;
    border: 1px solid #aaa;
    color: black;
}

div.informer_general {
    font-family:  sans-serif, arial, helvetica;
    font-style: italic;
    font-size: 14px;
    padding: 15px 20px 10px 20px;	/*top right bottom left*/
    font-weight: bold;
    text-align: left;
}

div.informer_good {
    background: url(../img/true.png) 8px 5px no-repeat;
    background-color: #dfffdf;
    border-color: #9fcf9f;
    color: #005f00;
}

div.informer_bad {
    color: #dd0000;
}

div.informer_unknown {
    color: #000080;
}

/* ------VALIDATOR---------------- */
div.validation-advice {
    color: red;
    font-style: italic;
    font-size: 12px;
}
/* ------------------------- */
.hidden{
    display: none;
    visibility: hidden;
}

.visible{
    display: block;
    visibility: visible;
}
.display-center{
    display: flex;
    justify-content: center;
}
.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.border-radius-left{
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.border-radius-right{
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.italic{
    font-style: italic;
}
.click{
    cursor: pointer;
}
.center{
    text-align: center;
}
span.click{
    border-bottom: 1px dashed #89b3c7;
}
span.click:hover{
    border-bottom: 1px solid #89b3c7;
    color: blue;
}
.font14{
    font-size: 14px;
}
/* ------------------------- */

div#header{
    color: #fff;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;        /*Google Chrome*/
    -moz-border-radius: 10px;           /*FireFox*/
    -khtml-border-radius: 10px;         /*Safari*/
}

.headerList{
    padding:5px 0 3px 10px;
    vertical-align:middle;
    border-bottom:2px solid;
    color:#444;
    border-top-color:#0046ad;
    border-bottom-color:#abc3d7;
    background-color:#f4f9fc;
}
div.line {
    height: 2px;
    border-bottom: 2px solid #0046ad;
    background-color: #339cff;
}

span.vertical-line{
    border-color: #CBDAE6;
    margin-left: 5px;
    margin-right: 5px;
}
span.vertical-line-right{
    border-right: 1px solid;
}
span.vertical-line-left{
    border-left: 1px solid;
}

span.info{
    font-style: italic;
}
/* --------------- */
/* CRM calendar */
div.crm-calendar {
    min-height: 85%;
    min-width: 90%;
    overflow: hidden;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
    margin: 5px;
}
div.crm-calendar div.crm-calendar-row {
    height: 15%;
    min-height: 120px;
    overflow: hidden;
    border: none;
    padding-bottom: 1px;
    border-left: 1px solid black;
}
div.crm-calendar div.crm-calendar-row-heigth {
    height: auto;
    min-height: auto;
}
div.crm-calendar div.crm-calendar-row-day {
    min-height: 40px;
    height: 40px;
}
div.crm-calendar div.crm-calendar-day {
    border-top: 0;
    border-left: 0;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    display: inline-block;
    width: 14.15%;
    overflow: hidden;
    height: 100%;
    text-align: center;
}
div.crm-calendar div.crm-calendar-day-week{
    width: 13.70%;
}
div.crm-calendar div.crm-calendar-dayTime{
    width: 3%;
}
div.crm-calendar div.crm-calendar-day-day{
    width: 95%;
    text-align: left;
    padding-left: 10px;
    overflow-x: auto;
}

div.crm-calendar div.crm-calendar-Day-Header{}
div.crm-calendar div.crm-calendar-dayName,
div.crm-calendar div.crm-calendar-curDay-Header{
    border-top: 1px solid black;
    height: auto;
    color: #fff;
    background-color: #339cff;
    font-size: 16px;
    white-space: nowrap;
}
div.crm-calendar div.crm-calendar-curDay-Header{
    border: none;
    border-bottom: 1px solid black;
    padding: 2px;
}
div.crm-calendar div.crm-calendar-Day-Body{}
div.crm-calendar div.crm-calendar-curDay-Body{
    width: 100%;
    height: 100%;
    background-color: lightblue;
}
div.crm-calendar div.crm-calendar-curDay-week{
    background-color: lightblue;
}
div.crm-calendar div.crm-calendar-anotherMonth {
    color: grey;
    background-color: #dadada;
}

div.crm-calendar-buttons {}
div.crm-calendar-button{
    display: inline-block;
    background: #f5f5f5;
    background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
    background-image: -moz-linear-gradient(top,#f5f5f5,#f1f1f1);
    border: 1px solid rgba(0,0,0,0.1);
    color: #444;
    cursor: pointer;
    font-size: 11px;
    height: 27px;
    line-height: 27px;
    min-width: 54px;
    outline: none;
    padding: 0 8px;
    text-align: center;
    margin: 5px;
}
div.crm-calendar-button:hover, div.crm-calendar-button:active{
    background:#f8f8f8;
    background-image:-webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));
    background-image:-webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image:-moz-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image:linear-gradient(top,#f8f8f8,#f1f1f1);
    border:1px solid #c6c6c6;
    box-shadow:0 1px 1px rgba(0,0,0,0.1);
    color:#222;
    transition:all 0s;
    -moz-box-shadow:0 1px 1px rgba(0,0,0,0.1);
    -moz-transition:all 0s;
    -webkit-box-shadow:0 1px 1px rgba(0,0,0,0.1);
    -webkit-transition:all 0s;
    z-index:80;
}
div.crm-calendar-button-active {
    background: #eee;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#eeeeee),to(#e0e0e0));
    background-image: -webkit-linear-gradient(top,#eeeeee,#e0e0e0);
    background-image: -moz-linear-gradient(top,#eeeeee,#e0e0e0);
    background-image: linear-gradient(top,#eeeeee,#e0e0e0);
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    color: #333;
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    font-weight: bold;
}
button.calendar-button{
    width: 18px;
    height: 15px;
    margin: 1px;
}
button.calendar-button-previous{
    background: url(../img/calendar/previous.gif) no-repeat;
}
button.calendar-button-next{
    background: url(../img/calendar/next.gif) no-repeat;
}
div.crm-calendar div.crm-calendar-eventsReminders,
div.crm-calendar div.crm-calendar-tasksReminders,
div.crm-calendar div.crm-calendar-ttReminders,
div.crm-calendar div.crm-calendar-events,
div.crm-calendar div.crm-calendar-tasks,
div.crm-calendar div.crm-calendar-tt,
div.crm-calendar div.crm-calendar-last{
    margin: 3px;
    border: 1px solid black;
    border-radius: 10px;
    -webkit-border-radius: 10px;       /*Google Chrome*/
    -moz-border-radius: 10px;          /*FireFox*/
    -khtml-border-radius: 10px;        /*Safari*/
    color: #1d1d1d;
    border: 1px solid;
}
div.crm-calendar div.crm-calendar-eventsReminders,
div.crm-calendar div.crm-calendar-tasksReminders,
div.crm-calendar div.crm-calendar-ttReminders{
    border-color: #FF7537;
    background-color: #FF7537;
}
div.crm-calendar div.crm-calendar-events{
    border-color: #FAD165;
    background-color: #FAD165;
}
div.crm-calendar div.crm-calendar-tasks{
    border-color: lightgoldenrodyellow;
    background-color: lightgoldenrodyellow;
}
div.crm-calendar div.crm-calendar-tt{
    border-color: darkseagreen;
    background-color: darkseagreen;
}
div.crm-calendar div.crm-calendar-last{
    border-color: #dbdada;
    background-color: #dbdada;
}
div.crm-calendar div.crm-calendar-inline-reminders,
div.crm-calendar div.crm-calendar-inline-events,
div.crm-calendar div.crm-calendar-inline-tt,
div.crm-calendar div.crm-calendar-inline-tasks,
div.crm-calendar div.crm-calendar-inline-eventsReminders,
div.crm-calendar div.crm-calendar-inline-tasksReminders,
div.crm-calendar div.crm-calendar-inline-ttReminders{
    display: inline-block;
    min-width: 70px;
    padding: 3px;
    text-align: center;
}
span.calendarRangeMonth, span.calendarRangeWeek, span.calendarRangeDay{
    display: inline-block;
    text-align: center;
    min-width: 100px;
}
span.calendarRangeWeek,span.calendarRangeDay {
    min-width: 180px;
}
div.crm-calendar div.bubblemain {
    padding: 16px;
    min-width: 210px;
    outline: none;
    box-shadow: 0 2px 4px rgba(0,0,0,.2);
    background: #fff;
    border: 1px solid #ccc;
    position: absolute;
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.2);
}
div.crm-calendar div.bubblemainClose {
    position: absolute;
    top: -10px;
    right: -2px;
    font-size: 20px;
    background-color: white;
    border-radius: 20px;
    -webkit-border-radius: 20px;        /*Google Chrome*/
    -moz-border-radius: 20px;           /*FireFox*/
    -khtml-border-radius: 20px;         /*Safari*/
    padding: 5px;
    font-weight: bold;
}
/* End of CRM calendar */
