/*
    Violet clair : #853ea5
    Violet foncé : #502d87
    Gris clair   : #4a4a49
    Gris foncé   : #3c3c3b
*/


@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
#overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1003;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
}
#loader {
    z-index: 110;
    display: none;
    position: absolute;
    top: calc(50vh - 40px);
    left: calc(50vw - 40px);
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #502d87;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

html, body
{
    height: 100%;
    margin:0;
    padding:0;
    -webkit-background-size: cover; /* pour anciens Chrome et Safari */
    background-size: cover; /* version standardisée */
    font-family: sans-serif;
    font-size: 100%;
    box-sizing:border-box;
    }

p
{
/*    position: relative; */
    margin:0;
}

div
{
    box-sizing: border-box;
}


@media screen and (max-width: 360px)
{
    body
    {
/*
        background-image: url('/pictures/fil.gif');
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-color: #32ac5c;
*/
    }

    div.login
    {
        display: block;
        width: auto;
        left:2px;
        right:2px;
        margin-left:auto;
        bottom:100px;
    }
}

/********************/
/*   Common Header  */
/********************/
div.header
{
/*    width:calc(100% - 220px); */
    width:100%;
    height:40px;
    display:block;
/*    float:right; */
    background-color: #4a4a49;
    box-sizing: border-box;
}

div.topleft
{
    display:block;
    box-sizing: border-box;
    float:left;
    /* width:500px; */
    width:calc(100% - 550px);
    height:40px;
    margin-left:20px;
    line-height:35px;
    color:white;
    font-size:x-large;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

div.topright
{
    display:block;
    float:right;
    height:40px;
    line-height: 40px;
    text-align: right;
    padding-right: 10px;
/*    padding-top:5px; */
    box-sizing:border-box;
}

img.avatar
{
    position:relative;
    object-fit: cover;
    width:34px;
    height:34px;
    top:-1px;
    border-radius: 50%;
}

div.avatar
{
    position:relative;
    width:34px;
    height:34px;
    line-height:34px;
    top:-1px;
    background-color: lightgray;
    color: white;
    text-align: center;
    overflow:hidden;
    border-radius: 50%;
}

div.main
{
/*    display:block;
    position:absolute;
    top:40px;
    bottom: 0px;
    right:0px;
    left:220px;
*/
    display: flex;
    flex-flow: column;
/*    height: calc(100% - 60px); */
    height: 100%;
    overflow:auto;
    box-sizing: border-box;
    margin:10px 10px 10px 10px;
    padding-left: 10px;
}

div.buttonbar
{
    position: fixed;
    top:0px;
    left:220px;
    /*width:700px;*/
    height:40px;
    z-index: 10;
    display:block;
}

.show_hide
{
    display:none;
    cursor:pointer;
}

/* END */

.fieldlabel
{
/*    font-size: .75em; */
    font-size: 100%;
    text-align:right;
    white-space: nowrap;
}

.required::before
{
    content:"* ";
    color:red;
}



a, a:link, a:visited, a:active
{
    color: black;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    cursor: pointer;
}

/********/
/* FORM */
/********/
div.listBackground
{
    position:relative;
    display:block;
    float:left;
    width:100%;
    color:black;
    background-color:white;
    overflow:auto;
}

div.detail
{
    position:relative;
    display:block;
    /*float:left;*/
    width:100%;
    color:black;
    background-color:white;
    overflow:auto;
}

div.listHeader
{
    padding-left:4px;
    color:white;
    background-color:#502d87;
    box-sizing: border-box;
    overflow:auto;
}

div.listFilter
{
    box-sizing: border-box;
    padding:10px 15px;
/*    height:45px; */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

div.detail2
{
    margin-left: auto;
    margin-right: auto;
    margin-top:0px;
    padding-left:4px;
    padding-right:4px;
    border-left: 2px solid grey;
    border-right: 2px solid grey;
    width: 860px;
    height: 100px;
    text-align: left;
    color:#000000;
    background-color:white;
    overflow:auto;
}

div.detail3
{
    margin-left: auto;
    margin-right: auto;
    margin-top:0px;
    padding-left:4px;
    padding-right:4px;
    border-left: 2px solid grey;
    border-right: 2px solid grey;
    border-bottom: 2px solid grey;
    width: 860px;
    height: 60px;
    text-align: left;
    color:#000000;
    background-color:white;
    overflow:auto;
}

div.newdetail
{
    position: relative;
    margin-left: 4px;
    margin-right: 4px;
    margin-top:0px;
    padding-left:4px;
    padding-right:4px;
    border: 2px solid grey;
    text-align: left;
    color:#000000;
    background-color:white;
    overflow:auto;
}

table.detail
{
    font-size:10pt;
    text-align:center;
    overflow:scroll;
}

/*************/
/* LIST FORM */
/*************/
div.listBody
{
    padding-left:4px;
    padding-right:4px;
    font-size:16px;
    color:black;
    background-color:white;
    overflow:auto;
}

/********/
/* TABS */
/********/
td.faketabup
{
    cursor:default;
    width:100px;
    padding-left:1em;
    padding-right:1em;
    height:2em;
    line-height: 2em;
    border-left:2px solid white;
    background-color:#502d87; /*white;*/
    font-size:14px;
    text-align:center;
    font-weight:bold;
    color:white; /*black;*/
    white-space: nowrap;
}

td.faketabdown
{
    cursor:default;
    width:100px;
    padding-left:1em;
    padding-right:1em;
    height:2em;
    line-height: 2em;
    border-top:2px solid white;
    border-left:2px solid white;
    background-color:#853ea5; /*lightgrey; */
    font-size:14px;
    text-align:center;
    font-weight:normal;
    color:white; /*#2E2E2E;*/
    white-space: nowrap;
}

td.faketabdown:hover
{
    background-color:#853ea5; /*white;*/
    cursor:pointer;
}

td.faketabline
{
    cursor:default;
    border-bottom:2px solid #502d87;
}

div.faketabcontentup
{
    display:block;
}

div.faketabcontentdown
{
    display:none;
}

/************/
/*  BUTTON  */
/************/
button, input.bouton
{
    cursor: pointer;
}

div.menubar
{
/*    position:absolute;*/
    height:30px;
    width:auto;
    text-align:center;
    vertical-align:middle;
    padding-right:2px;
    padding-left:2px;
    background-color:#F5F5F5;
    border:1px solid #888;
    /*
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    */
}

a.menubarbtn
{
	color: black;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-size: 8pt;
	cursor: pointer;
}

a.menubarbtn:link
{
	color: black;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-size: 8pt;
}

a.menubarbtn:visited
{
	color: black;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-size: 8pt;
}

a.menubarbtn:active
{
	color: black;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-size: 8pt;
}

a.flatmenubar, a.flatmenubar:hover
{
    float:left;
    font-size: 16px;
    font-weight:normal;
    text-align:center;
    vertical-align:middle;
    height:30px;
    border-radius: 3px;
    width:100px;
    height:30px;
    line-height:30px; /* centrage vertical */
    text-align:center; /* centrage horizontal */
    margin-left:3px;
    margin-right:3px;
}








/*************/
/*  REQUIRED */
/*************/
span.required
{
    color:red;
    font-weight:bold;
}

/****************/
/*  LANG FLAGS  */
/****************/
option.lang_1
{
    background-image: url("../pictures/en.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-color: #ffffff;
    margin-right:3px;
    margin-left:3px;
    color : #333333;
    text-align:left;
}

option.lang_2
{
    background-image: url("../pictures/fr.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-color: #ffffff;
    margin-right:3px;
    margin-left:3px;
    color : #333333;
    text-align:left;
}

option.lang_3
{
    background-image: url(/pictures/sp.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-color: #ffffff;
    margin-right:3px;
    margin-left:3px;
    color : #333333;
    text-align:left;
}

option.lang_4
{
    background-image: url(/pictures/ge.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-color: #ffffff;
    margin-right:3px;
    margin-left:3px;
    color : #333333;
    text-align:left;
}


div.ImageZoom
{
	cursor:pointer;
	width:20px;
	height:16px;
	background-image:url("../pictures/zoom.gif");
	background-repeat: no-repeat;
        background-position:center center;
}

div.ImageDelete
{
	cursor:pointer;
	width:20px;
	height:16px;
	background-image:url("../pictures/delete.png");
	background-repeat: no-repeat;
        background-position:center center;
}

div.ImageInfo
{
	cursor:pointer;
	width:20px;
	height:16px;
	background-image:url("../pictures/info2.png");
	background-repeat: no-repeat;
        background-position:center center;
}

div.ImageAdd
{
	cursor:pointer;
	width:20px;
	height:16px;
	background-image:url("../pictures/add16.png");
	background-repeat: no-repeat;
        background-position:center center;
}

div.ImagePic
{
	cursor:pointer;
	width:20px;
	height:16px;
	background-image:url("../pictures/picture.png");
	background-repeat: no-repeat;
        background-position:center center;
}

div.ImageDownload
{
	cursor:pointer;
	width:20px;
	height:16px;
	background-image:url("../pictures/download3.png");
	background-image:url("../pictures/get3.png");
        background-size: 48px 48px;
	background-repeat: no-repeat;
        background-position:center center;
}

.pagesize
{
    font-size:8pt;
}

.toolbarfilterbtn
{
    width:120px;
    height:22px;
    border-radius: 4px 4px 4px 4px;
}

a.menu, a.menu:link, a.menu:visited, a.menu:active, a.menu:hover
{
    font-size: 11pt;
}

/* START */
/* Contact */
#office {
    margin: 5px;
    border:solid 1px black;
    padding:10px;

}
div.assists {
    display: inline-flex;
    flex-wrap: wrap;
}

div.assist {
    display: table;
    position: relative;
    border: solid 1px black;
    height: 220px;
    width: 175px;
    margin-left: 5px;
    margin-bottom: 5px;
    padding: 5px;
}
div.assist-content {
/*    display: table-cell;
    vertical-align: bottom;
*/
    float:left;
    width:175px;
    height: 225px;
    border:1px solid black;
    margin:2.5px;
}
div.assist-content2 {
/*    display: table-cell;
    vertical-align: bottom;
*/
    float:left;
    width:175px;
    height: 190px;
    border:1px solid black;
    margin:2.5px;
}
div.manager {
    margin-bottom: 10px;
}
div.workers {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left:82px;
    margin-right:82px;
}
div.coworkers {
    display:none;
    width: calc(100% - 5px);
    height:max-content;
    overflow: auto;
    margin-left:5px;
/*
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left:82px;
    margin-right:82px;
*/
}
/* END */

div.calendar
{
/*    position:absolute; */
    position:static;
    display:block;
/*    top:22px;*/
/*    left:0px; */
    /*width:1050px;*/
    /*height:480px;*/
    background:whitesmoke;
}

table.calendar
{
    border:solid grey 1px;
    border-collapse: collapse;
    border-spacing: 0;
}

tr.calhead
{
    border:1px solid #ccc;
    height:25px;
    font-style: normal;
    font-weight: normal;
    font-size: 10pt;
}

th.calhour
{
    border: 1px solid #ccc;
    border-right:1px solid black;
    width:50px;
}

th.caldayWeek
{
    text-align: center;
    border: 1px solid #ccc;
    border-right:1px solid black;
    width:90px;
    background-color:gainsboro;
    cursor:pointer;
}

th.caldayDay
{
    text-align: center;
    border: 1px solid #ccc;
    border-right:1px solid black;
    width:927px;
    background-color:gainsboro;
    cursor:pointer;
}

tr.calbody
{
    border:1px solid #ccc;
    height:20px;
    font-style: normal;
    font-weight: normal;
    font-size: 10pt;
}

td.calbody
{
    border: 1px solid #ccc;
/*    border-right:1px solid black; */
    text-align:right;
/*    padding-right:5px;*/
}

div.event1
{
    display:block;
    position:absolute;
    cursor: pointer;
    /* default position */
    top:26px;
    left:54px;
    width:80px;
    height:97px;
    margin-left:5px;
    background-color:lightpink;
    border:1px solid red;
    color:black;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
}

div.event1head
{
    width:100%;
    height:16px;
    background-color:red;
    font-style: normal;
    font-weight: bold;
    font-size: 7pt;
    text-align: center;
    padding-top: 2px;
    color:white;
    border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    overflow:hidden;
}

div.eventbody
{
/*    width:100%; */
    display:block;
/*    height:100%; */
    font-style: normal;
    font-weight: normal;
    font-size: 8pt;
    text-align: left;
    padding-top: 2px;
    padding-left:2px;
    color:black;
    overflow:hidden;
    /*
    border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    -webkit-border-radius: 0px 0px 4px 4px;
    */
}

div.event2
{
    display:block;
    position:absolute;
    cursor: pointer;
    /* default position */
    top:26px;
    left:54px;
    width:80px;
    height:97px;
    margin-left:5px;
    background-color:#aed0ea;
    border:1px solid royalblue;
    color:black;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
}

div.event2head
{
    width:100%;
    height:16px;
    font-style: normal;
    font-weight: bold;
    font-size: 7pt;
    text-align: center;
    padding-top: 2px;
    color:white;
    background-color:royalblue;
    border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    overflow:hidden;
}

div.event3
{
    display:block;
    position:absolute;
    cursor: pointer;
    /* default position */
    top:26px;
    left:54px;
    width:80px;
    height:97px;
    margin-left:5px;
    background-color:lightyellow;
    border:1px solid black;
    color:black;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
}

div.event3head
{
    width:100%;
    height:16px;
    font-style: normal;
    font-weight: bold;
    font-size: 7pt;
    text-align: center;
    padding-top: 2px;
    background-color:yellow;
    color:black;
    border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    overflow:hidden;
}

div.event4
{
    display:block;
    position:absolute;
    cursor: pointer;
    /* default position */
    top:26px;
    left:54px;
    width:80px;
    height:97px;
    margin-left:5px;
    background-color:lightgreen;
    border:1px solid green;
    color:black;
    /*
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    */
}

div.event4head
{
    width:100%;
    height:16px;
    font-style: normal;
    font-weight: bold;
    font-size: 7pt;
    text-align: center;
    padding-top: 2px;
    color:white;
    background-color:mediumseagreen;
    /*
    border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    */
    overflow:hidden;
}

div.event5
{
    display:block;
    position:absolute;
    cursor: pointer;
    /* default position */
    top:26px;
    left:54px;
    width:80px;
    height:97px;
    margin-left:5px;
    background-color:black;
    border:1px solid black;
    color:white;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
}

div.event5head
{
    width:100%;
    height:16px;
    font-style: normal;
    font-weight: bold;
    font-size: 7pt;
    text-align: center;
    padding-top: 2px;
    background-color:black;
    color:white;
    border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    overflow:hidden;
}

span
{
    font-style: normal;
    font-weight: normal;
}

select
{
}

input, textarea
{
/*    text-align:center; */
    overflow: hidden;
    width:100%;
    height:25px;
    border: solid 1px lightgrey;
    box-sizing : border-box;
}

input
{
    text-indent:3px;
}

div.filter
{
    /*position:relative;*/
    position:absolute;
    float:left;
    width:150px;
    text-align:center;
    font-size:12pt;
    font-style: normal;
    font-weight: normal;
    background-color:lightgrey;
}

div.filtertitle
{
    background-color:grey;
    height:22px;
}

div.calendartoolbar
{
    position:relative;
    top:0px;
    left:0px;
    height:40px;
    width:1075px;
    display:block;
    /*border:solid 1px grey; */
    background-color:white;
    padding-top:2px;
}


.file-wrapper
{
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.file-wrapper .button
{
/*    background-color:#ea7a4e; */
    background-color:black;
    color:white;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    padding: 4px 18px;
}

.file-wrapper input
{
    cursor: pointer;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.ui-autocomplete {
    z-index: 9999 !important;
    font-size:12px !important;
}

.jqte_editor h2
{
    font-family: "Open Sans";
}

div.styled-select select
{
    background: transparent;
    width: 300px;
    /*padding: 2px;*/
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 25px;
/*    -webkit-appearance: none; */
    float:left;
    padding-bottom: 5px;
    padding-left: 2px;
}

div.styled-select.active, a.skill_label.active{
    border: 2px solid #4a4a49!important;
    /*box-shadow: inset 0 0 5px #853ea5;*/
}

.styled-select
{
    width: 300px;
    height: 25px;
    overflow: hidden;
/*    background: url(../pictures/down_orange.svg) no-repeat right #ef7d00; */
    background-image: url(../pictures/select_down.svg);
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 20px;
    background-color: white;
    border: 1px solid #bdc3c7;
    float:left;
}

select.select
{
    color: #4a4a49;
}

span.filterboximg
{
    color:#502d87 !important;
}

.studio_available
{
    text-align: left;
/*    width:100%; */
    cursor: pointer;
}

.blue
{
    color:blue;
}

.studio_locked
{
    text-align: left;
/*    width:100%; */
    cursor: pointer;
}

.studio_submit
{
    background-color: #502d87;
    color:white;
    cursor:pointer;
    text-align: center;
    font-weight: bold;
    height:30px;
    line-height:20px;
    padding-left:10px;
    padding-right:10px;
    min-width: 100px;
    box-shadow: none;
    border: 0;
    min-width:100px;
    max-width:10%;
}

.studio_submit:hover
{
    background-color: #853ea5;
    white-space: nowrap;
}

::-webkit-input-placeholder {
    font-style:italic;
    color:#555;
}

::-moz-placeholder {
    font-style:italic;
    color:#555;
}




/*
    Violet clair : #853ea5
    Violet foncé : #502d87
    Gris clair   : #4a4a49
    Gris foncé   : #3c3c3b
*/

.require_callback {
    background-color: #F8E0E0;
}

.event .error{
    border: 2px solid red;
}

.tablesorter-header-inner{
    text-align: center;
}

.tablesorter{
   border: #502d87 1px solid;
   border-width: 1px 0 0 1px;
}

.tablesorter th, .tablesorter td{
   border: #502d87 1px solid;
   border-width: 0 1px 1px 0;
   white-space: nowrap;
   overflow: hidden;
   text-overflow:ellipsis;
}

.tablesorter{
    font-family: "Open Sans" !important;
}

.tablesorter tr.type1, .tablesorter tr.type2{
    cursor: pointer;
    height: 25px;
}

.tablesorter.tablesorter-metro-dark .tablesorter-header-inner{
    padding: 0px;
    font-weight: 500;
}

.tablesorter-pager div{
    cursor: pointer;
    color: #fff;
    background-color: #333;
}

.pager > div:not(.pagelist), .pager > .pagelist > .goto{
    width:28px;
    height:30px;
    display:inline-block;
    text-align:center;
    border: 3px solid #fff;
}

.pager .current{
    text-shadow: 1px 0px 0px #fff;
    background-color: #502d87;
}


/* Table Catering */

table#tablescroll {
    width: 100%;
    border-spacing: 0;
    border: 2px solid black;
}

table#tablescroll th,
table#tablescroll td,
table#tablescroll tr,
table#tablescroll thead,
table#tablescroll tbody,
table#tablescroll tfoot{ display: block; }

table#tablescroll thead tr, table#tablescroll tfoot tr{
    width: 97%;
    /* minus scroll bar width */
    width: -webkit-calc(100% - 11px);
    width:    -moz-calc(100% - 11px);
    width:         calc(100% - 11px);
}

table#tablescroll tr th{
    cursor: pointer;
    color: white;
    font-weight: normal;
    font-size: .9em;
    text-align: center;
    box-sizing: border-box;
}

table#tablescroll tr.type1{
    background-color: #D0D0DA;
    background-color: white;
    color: black;
    font-size: .9em;
    cursor: pointer;
}

table#tablescroll tr.type2 {
    background-color: #F0F0F8;
    background-color: whitesmoke;
    color: black;
    font-size: .9em;
    cursor: pointer;
}

table#tablescroll tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

table#tablescroll tbody{
    max-height: 150px;
    overflow-y: auto;
    text-align: center;
}

table#tablescroll thead{
    background-color: #4a4a49;
}

table#tablescroll tfoot{
    text-align: center;
}

table#tablescroll tbody td,
table#tablescroll thead th,
table#tablescroll tfoot td{
    width: 16%;
    float: left;
    border-right: 1px solid black;
    box-sizing: border-box;
}

table#tablescroll thead tr th, table#tablescroll tfoot tr{
    height: 30px;
    line-height: 30px;
    /*text-align: left;*/
}

table#tablescroll tbody { border-top: 2px solid black; border-bottom: 2px solid black; }

table#tablescroll tbody td:last-child, table#tablescroll thead th:last-child, table#tablescroll tfoot td:last-child{
   border-right: none !important;
}

div.ImageZoom
{
    cursor:pointer;
    width:20px;
    height:16px;
    background-image:url("/pictures/zoom.gif");
    background-repeat: no-repeat;
    background-position:center center;
}

div.ImageDelete
{
    cursor:pointer;
    width:20px;
    height:16px;
    background-image:url("/pictures/delete.png");
    background-repeat: no-repeat;
    background-position:center center;
}

div.ImageInfo
{
    cursor:pointer;
    width:20px;
    height:16px;
    background-image:url("/pictures/info2.png");
    background-repeat: no-repeat;
    background-position:center center;
}
span.info
{

}

div.ImageAdd
{
    cursor:pointer;
    width:20px;
    height:16px;
    background-image:url("../pictures/add16.png");
    background-repeat: no-repeat;
    background-position:center center;
}

div.ImagePic
{
    cursor:pointer;
    width:20px;
    height:16px;
    background-image:url("/pictures/picture.png");
    background-repeat: no-repeat;
    background-position:center center;
}

div.ImageWait
{
    text-align:center;
    background-image:url("../pictures/45.svg");
    background-repeat: no-repeat;
    background-position:center center;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0, 0.5);
}

.dialogNoTitle .ui-dialog-titlebar
{
    display: none;
}

input.form_radio {
    width:auto;
    height:auto;
}


/*************/
/* DASHBOARD */
/*************/

.dsWidgetContainer {
    float:left;
    display:flex;
    flex-flow: column;
    border:1px solid grey;
    width:500px;
    height:300px;
    margin:5px;
}

.dsWidgetTitle {
    text-align: center;
    height: 40px;
    line-height: 40px;
}

.dsWidgetContent {
    flex: 1 1 auto;
    overflow: auto;
}









/* NEW */
.maindivHeader {
  flex: 0 1 auto;
  background-color: #4a4a49;
  /*padding-left: 5px; */
  padding:10px;
}

.maindivHeader > h3 {
  margin-top:0;
  margin-bottom:10px;
  color:whitesmoke;
}

.maindivContent {
  flex: 1 1 auto;
  background-color: white;
  padding-left: 5px;
  padding-right: 5px;
}

.maindivFooter {
  flex: 0 1 40px;
  background-color: #4a4a49;
  padding-left: 5px;
}

#overview
{
    margin:10px;
}

#overview table tbody tr td.label
{
    width:100px;
    text-align: right;
}

#ov_processed
{
    color: black;
}
#ov_delivered
{
    color:darkgray;
}
#ov_opened
{
    color:limegreen;
}
#ov_error
{
    color:red;
}

.messages {
    width:100%;
    border: 1px solid lightgray;
}
.messages thead tr th {
    background-color: black;
    color:white;
}
.messageStatus
{
    background-color:orange;
    width:15px;
    height:15px;
    border-radius:7.5px;
    margin-left:auto;
    margin-right:auto;
}

.sent
{
    background-color: lightgray;
}

.opened
{
    background-color: limegreen;
}

.blocked, .bounce
{
    background-color: red;
}

.selected_ci
{
    float: left;
    border:1px solid grey;
    border-radius: 5px;
    background: lightgray;
    padding: 0 5px 0 5px;
    margin-right:5px;
    font-size: 14px;
    cursor: pointer;
}