div.info {
background: #8db6c8;
}
div.info {
	border-top: solid 5px #87cfd2;
	border-left: solid 0px;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 4px;
	padding-bottom: 8px;
	margin: 1em 0em 1em 0em;
	background: #eff8fc;
	color: #558;
	border-radius: 3px;
}
.updficon {
background-image: url('/dolibarr/ultimatepdf/img/object_ultimatepdf.png');
background-repeat: no-repeat;
}
.updficon-large {
background-image: url('/dolibarr/ultimatepdf/img/swiss_kniffe.png');
background-repeat: no-repeat;
}

.padding-left20 {
padding-left: 20px!important;
}

#design {
width: 220px;
}
#select2-design-container {
color: #444 !important;
}

#switchdesign {
	padding-top: 3px;
}

img.switchdesign {
cursor:pointer;
/*padding: 8px 0px 0px 0px;*/
/*margin: 0px 0px 0px 8px;*/
text-decoration: none;
color: white;
font-weight: bold;
}
<!-- Set Logo height -->
.ui-widget-header {
background:#b9cd6d;
border: 1px solid #b9cd6d;
color: #FFFFFF;
font-weight: bold;
}
.ui-widget-content {
background: #cedc98;
border: 1px solid #DDDDDD;
color: #333333;
}
.ui-state-active {
border: 1px solid #fbd850;
color: #eb8f00;
font-weight: bold;
}
.ui-icon-gripsmall-diagonal-sw {
background-image: url('/dolibarr/ultimatepdf/img/ui-icons_sw_256x240.png')!important;
}
.ui-resizable-sw {
bottom: 1px;
left: 1px;
}
#container_logo, #container_otherlogo { width: 440px; height: 220px; }
#container2, #container3, #container4, #container5, #container6, #container7, #container8, #container9, #container10, #container11, #container12, #container_unit, #container_unit { width: 208px; height: 295px; }
#container_desc { width: 210px; height: 295px; }
#container_for_freetext { width: 210px; height: 95px; }
#container_desc h3 { text-align: center; margin: 0; margin-bottom: 10px; }
#container_AddressesBlocks { width: 210px; height: 160px; }
#resizable_desc, #container_desc { padding: 5px;}
#resizable-1, #resizable-3 {background-position: top left;
width: 150px; height: 150px; }
#resizable-1, #resizable-3, #container_logo, #container_otherlogo { padding: 1em !important; }
#resizable-5 {
left: 10px;
right: 10px;
top : 10px;
bottom : 10px;
width: 190px;
height: 277px;
}
#resizable-7 {
background-position: top left;
width: 30px; height: 295px;
}
#resizable-9 {
left: 100px;
background-position: top;
width: 30px; height: 295px;
}
#resizable-11 {
background-position: bottom left;
width: 208px; height: 295px;
}
#resizable-11 h3 { text-align: center; margin: 0; margin-bottom: 10px; }
#resizable-13 {
background-position: top left;
width: 30px;
height: 295px;
}
#resizable-15 {
left: 110px;
background-position: top left;
width: 30px;
height: 295px;
}
#resizable-17 {
left: 120px;
background-position: top left;
width: 30px;
height: 295px;
}
#resizable-19 {
left: 130px;
background-position: top left;
width: 30px;
height: 295px;
}
#resizable-21 {
left: 140px;
background-position: top left;
width: 30px;
height: 295px;
}
#resizable-25 {
left: 100px;
background-position: top left;
width: 30px; height: 295px;
}
#resizable-27 {
left: 110px;
background-position: top left;
width: 30px; height: 295px;
}
#resizable-29 {
left: 120px;
background-position: top left;
width: 30px; height: 295px;
}
#resizable_desc {
background-position: top left;
width: 110px;
height: 295px;
}
#resizable_unit {
left: 150px;
background-position: top left;
width: 20px;
height: 295px;
}

#sender_frame {
position:relative;
float:left;
height:100%;
width:93px;
background-color:IndianRed;
}
#recipient_frame {
position:relative;
float:left;
height:100%;
width:93px;
background-color:BurlyWood;
}

::-webkit-input-placeholder {
color: #003f7f;
}
:-moz-placeholder { /* Firefox 18- */
color: #003f7f;
}
::-moz-placeholder { /* Firefox 19+ */
color: #003f7f;
}
:-ms-input-placeholder {
color: #003f7f;
}

input[type="checkbox"][name="selected_background"] {
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}

/* <style type="text/css" > */
/*
 Dropdown
*/

.open>.updf-dropdown-menu { /*, #topmenu-login-dropdown:hover .dropdown-menu*/
    display: block;
}

.updf-dropdown-menu {
    box-shadow: none;
    border-color: #eee;
}
.updf-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;  
    z-index: 9999 !important;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 12px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}



/*
* MENU Dropdown
*/
.login_block.usedropdown .logout-btn {
    display: none;
}

.login_block .open.updfdropdown, .login_block .updfdropdown:hover {
    background: rgba(0, 0, 0, 0.1);
}
.login_block .updf-dropdown-menu {
    position: absolute;
    right: 0;
    left: auto;
    line-height:1.3em;
}
.login_block .updf-dropdown-menu .updf-body {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.updf-body {
    color: #333;
}
.side-nav-vert .updf-menu .updf-dropdown-menu {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    padding: 1px 0 0 0;
    border-top-width: 0;
    width: 300px;
}
.side-nav-vert .updf-menu .updf-dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.side-nav-vert .updf-menu .updf-dropdown-menu > .updf-header {
    height: 175px;
    padding: 10px;
    text-align: center;
    white-space: normal;
}

.dropdown-updf-image {
	font-size: 90px;
    border-radius: 50%;
    vertical-align: middle;
    z-index: 5;
    height: 90px;
    width: 90px;
    /*border: 3px solid;*/
    border-color: transparent;
    border-color: rgba(255, 255, 255, 0.2);*/
    max-width: 100%;
    max-height :100%;
}

.updf-dropdown-menu > .updf-header {
    background: rgb(127,0,0);
}

.updf-dropdown-menu > .updf-footer {
    background-color: #f9f9f9;
    padding: 10px;
}

.updf-footer:after {
    clear: both;
}

.updf-dropdown-menu > .updf-body {
    padding: 15px;
    border-bottom: 1px solid #f4f4f4;
    border-top: 1px solid #dddddd;
    white-space: normal;
}

#topmenu-updf-dropdown {
    padding: 0 5px 0 5px;
}
#topmenu-updf-dropdown a:hover {
    text-decoration: none;
}
.topmenu-updf-label {
	font-family: roboto,arial,tahoma,verdana,helvetica;
	font-size: 13px;
	padding-left: 4px;
}
.atoplogin #updf-dropdown-icon-down, .atoplogin #updf-dropdown-icon-up {
    font-size: 0.7em;
}
.atoplogin #updf-dropdown-icon {
	cursor:pointer;
}

#topmenuupdfmoreinfo-btn {
    display: block;
    text-align: left;
    color:#666;
    cursor: pointer;
}

#topmenuupdfmoreinfo {
    display: none;
    clear: both;
    font-size: 0.95em;
}

.button-top-menu-dropdown {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.updf-footer .button-top-menu-dropdown {
    color: #666666;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-width: 1px;
    background-color: #f4f4f4;
    border-color: #ddd;
}
<!-- End set Logo height -->