/* global reset */
html,
body {
    width: 100%;
    margin: 0;
    padding: 0;
}

body {
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

img {
    border: none;
}

p,
ul,
ol,
li,
form,
input,
button,
img {
    margin: 0;
    padding: 0;
}

input,
button {
    border: none;
}

.input_wrapper input {
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: inherit;
    background: none;
}

table {
    border-collapse: collapse;
}

/* predefined classes */
.clear,
.reset {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.ac {
    text-align: center
}

.al {
    text-align: left;
}

.ar {
    text-align: right;
}

.rich-fileupload-button .hiden-object {
    display: none !important;
}

.blck {
    display: block;
}

.small_input {
    width: 144px;
    height: 16px;
    padding: 4px 8px;
    vertical-align: middle;
    background: url(../gfx/portal/portal1.png?24.10.05-102814) no-repeat 0 -302px;
    border: none;
}

.large_input {
    width: 185px;
    height: 16px;
    padding: 4px 8px;
    vertical-align: middle;
    background:url(../gfx/portal/portal1.png?24.10.05-102814) no-repeat 0 -2244px;
    border: none;
}

.large_textarea {
    width: 184px;
    height: 92px;
    padding: 4px 8px;
    vertical-align: middle;
    background: url(../gfx/portal/portal1.png?24.10.05-102814) no-repeat 0 -2120px;
    border: none;
    overflow: auto;
}

.large_textarea_lp {
    width: 580px;
    height: 92px;
    padding: 4px 8px;
    vertical-align: middle;
    background: url(../gfx/portal/textarea_full_bg.png?24.10.05-102814) left top no-repeat;
    border: none;
    overflow: auto;
}

.mfbutton {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0 2px;
    padding: 6px 12px;
    font: normal 14px Arial, Helvetica, sans-serif !important;
    color: #fff !important;
    text-align: center;
    text-decoration: none !important;
    text-shadow: 0 0 1px #000;
    background-color: #a8e21d;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a8e21d), to(#75ac1c));
    background-image: -webkit-linear-gradient(top, #a8e21d, #75ac1c);
    background-image: -moz-linear-gradient(top, #a8e21d, #75ac1c);
    background-image: -ms-linear-gradient(top, #a8e21d, #75ac1c);
    background-image: -o-linear-gradient(top, #a8e21d, #75ac1c);
    background-image: linear-gradient(to bottom, #a8e21d, #75ac1c);
    border: 1px solid #77bc0d;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 1px #fff;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 1px #fff;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 1px #fff;
    cursor: pointer;
}

.mfbutton:hover {
    background: #90bb1b;
}

.mfbutton:active {
    background-color: #75ac1c;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#75ac1c), to(#a8e21d));
    background-image: -webkit-linear-gradient(top, #75ac1c, #a8e21d);
    background-image: -moz-linear-gradient(top, #75ac1c, #a8e21d);
    background-image: -ms-linear-gradient(top, #75ac1c, #a8e21d);
    background-image: -o-linear-gradient(top, #75ac1c, #a8e21d);
    background-image: linear-gradient(to bottom, #75ac1c, #a8e21d);
}

.mfbutton.tiny {
    padding: 2px 6px;
    font-size: 10px !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.mfbutton.medium {
    padding: 6px 15px;
    font-weight: bold !important;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.mfbutton.big {
    padding: 8px 20px;
    font-size: 18px !important;
    font-weight: bold !important;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.mfbutton.orange {
    background-color: #fccb37;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fccb37), to(#ff9601));
    background-image: -webkit-linear-gradient(top, #fccb37, #ff9601);
    background-image: -moz-linear-gradient(top, #fccb37, #ff9601);
    background-image: -ms-linear-gradient(top, #fccb37, #ff9601);
    background-image: -o-linear-gradient(top, #fccb37, #ff9601);
    background-image: linear-gradient(to bottom, #fccb37, #ff9601);
    border-color: #da9906;
}

.mfbutton.orange:hover {
    background: #ffa522;
}

.mfbutton.orange:active {
    background-color: #ff9601;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9601), to(#fccb37));
    background-image: -webkit-linear-gradient(top, #ff9601, #fccb37);
    background-image: -moz-linear-gradient(top, #ff9601, #fccb37);
    background-image: -ms-linear-gradient(top, #ff9601, #fccb37);
    background-image: -o-linear-gradient(top, #ff9601, #fccb37);
    background-image: linear-gradient(to bottom, #ff9601, #fccb37);
}

.mfbutton.blue {
    background-color: #3480f5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3480f5), to(#075fe5));
    background-image: -webkit-linear-gradient(top, #3480f5, #075fe5);
    background-image: -moz-linear-gradient(top, #3480f5, #075fe5);
    background-image: -ms-linear-gradient(top, #3480f5, #075fe5);
    background-image: -o-linear-gradient(top, #3480f5, #075fe5);
    background-image: linear-gradient(to bottom, #3480f5, #075fe5);
    border-color: #075fe5;
}

.mfbutton.blue:hover {
    background: #156df3;
}

.mfbutton.blue:active {
    background-color: #075fe5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#075fe5), to(#3480f5));
    background-image: -webkit-linear-gradient(top, #075fe5, #3480f5);
    background-image: -moz-linear-gradient(top, #075fe5, #3480f5);
    background-image: -ms-linear-gradient(top, #075fe5, #3480f5);
    background-image: -o-linear-gradient(top, #075fe5, #3480f5);
    background-image: linear-gradient(to bottom, #075fe5, #3480f5);
}

.mfbutton.purple {
    background-color: #b784c6;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b784c6), to(#96699f));
    background-image: -webkit-linear-gradient(top, #b784c6, #96699f);
    background-image: -moz-linear-gradient(top, #b784c6, #96699f);
    background-image: -ms-linear-gradient(top, #b784c6, #96699f);
    background-image: -o-linear-gradient(top, #b784c6, #96699f);
    background-image: linear-gradient(to bottom, #b784c6, #96699f);
    border-color: #a267ac;
}

.mfbutton.purple:hover {
    background: #ad75bf;
}

.mfbutton.purple:active {
    background-color: #96699f;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#96699f), to(#b784c6));
    background-image: -webkit-linear-gradient(top, #96699f, #b784c6);
    background-image: -moz-linear-gradient(top, #96699f, #b784c6);
    background-image: -ms-linear-gradient(top, #96699f, #b784c6);
    background-image: -o-linear-gradient(top, #96699f, #b784c6);
    background-image: linear-gradient(to bottom, #96699f, #b784c6);

}

.mfbutton.grey {
    background-color: #b5b5b5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b5b5b5), to(#7b7b7b));
    background-image: -webkit-linear-gradient(top, #b5b5b5, #7b7b7b);
    background-image: -moz-linear-gradient(top, #b5b5b5, #7b7b7b);
    background-image: -ms-linear-gradient(top, #b5b5b5, #7b7b7b);
    background-image: -o-linear-gradient(top, #b5b5b5, #7b7b7b);
    background-image: linear-gradient(to bottom, #b5b5b5, #7b7b7b);
    border-color: #848484;
}

.mfbutton.grey:hover {
    background: #929292;
}

.mfbutton.grey:active {
    background-color: #7b7b7b;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#7b7b7b), to(#b5b5b5));
    background-image: -webkit-linear-gradient(top, #7b7b7b, #b5b5b5);
    background-image: -moz-linear-gradient(top, #7b7b7b, #b5b5b5);
    background-image: -ms-linear-gradient(top, #7b7b7b, #b5b5b5);
    background-image: -o-linear-gradient(top, #7b7b7b, #b5b5b5);
    background-image: linear-gradient(to bottom, #7b7b7b, #b5b5b5);
}

.mfbutton.disabled {
    color: #ddd !important;
    background-color: #a0a0a0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a0a0a0), to(#8e8e8e));
    background-image: -webkit-linear-gradient(top, #a0a0a0, #8e8e8e);
    background-image: -moz-linear-gradient(top, #a0a0a0, #8e8e8e);
    background-image: -ms-linear-gradient(top, #a0a0a0, #8e8e8e);
    background-image: -o-linear-gradient(top, #a0a0a0, #8e8e8e);
    background-image: linear-gradient(to bottom, #a0a0a0, #8e8e8e);
    border-color: #8e8e8e;
    cursor: default !important;
}

.mfbutton.dark {
    color: #000 !important;
    text-shadow: 0 0 1px #fff;
}

.mfbutton.bold {
    font-weight: bold !important;
}

.mfbutton.larrow:before {
    content: '\25c2';
    padding: 0 6px 0 0;
    vertical-align: bottom;
}

.mfbutton.rarrow:after {
    content: '\25b8';
    padding: 0 0 0 6px;
    vertical-align: bottom;
}

.mfbutton.llock:before {
    content: '';
    padding: 0 10px 0 0;
    vertical-align: bottom;
    /*background: url(../gfx/new/portal/button_lock.png?24.10.05-102814) no-repeat 0 center;*/
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAALCAYAAABCm8wlAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpCOTc4MzU1NzZBQzRFMDExQUI5ODk1QTdFM0VCN0ZFNyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowRUIxQzA1OTc5QjYxMUUxOTVFRkFEMUE3MTg1QzY3QiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowRUIxQzA1ODc5QjYxMUUxOTVFRkFEMUE3MTg1QzY3QiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M0IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMDUwQzRCMjM0QzhFMDExOEUxRTg5NDAwREM5QThBQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCOTc4MzU1NzZBQzRFMDExQUI5ODk1QTdFM0VCN0ZFNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtTV4jAAAADHSURBVHjaYvr//z8DEFsA8QIg/gClLaDiDEwMEJDx6NGj82FhYcmrVq1iBrKbDQwMJEESMAUBJSUlT27dunVDRESkWEZGxgIopg+WARpjD8Sv/yOBf//+venq6poAsgKk4Pl/LODbt28f9fX1ZUBWSECtYdi/f/8uGJuTk5MPSPnA3AAGJ06cuMuACriZGAgBoHVPsLnhy5cvH4BuKAaZkPL9+/dPyJqADvw8e/bs1UDmF0aQV4CBogDkeIDsRFL3FYh3AAQYAGAdmgyC/LtKAAAAAElFTkSuQmCC) no-repeat 0 center;
}

.mfbutton.luser:before {
    content: '';
    padding: 0 10px 0 0;
    vertical-align: bottom;
    /*background: url(../gfx/new/portal/button_user.png?24.10.05-102814) no-repeat 0 center;*/
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAALCAYAAABCm8wlAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpCOTc4MzU1NzZBQzRFMDExQUI5ODk1QTdFM0VCN0ZFNyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OEQ0MkYwNjc5QjYxMUUxOTM0NEE5NENENTNGMjQzRCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OEQ0MkYwNTc5QjYxMUUxOTM0NEE5NENENTNGMjQzRCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M0IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMDUwQzRCMjM0QzhFMDExOEUxRTg5NDAwREM5QThBQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCOTc4MzU1NzZBQzRFMDExQUI5ODk1QTdFM0VCN0ZFNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PhfWESQAAABnSURBVHjaYmCAgv9QAGQKAzEbAzL4jwaAQgowRUwM2AFIAS8+BTxAzA5XwMjIKAKTAbITgdQXIP6Jzw3GMCswJNEdissNcIfiUwB2KAvUgWrQAEIGb0EOZYQGCC/MW0gA5IvPAAEGALxiR5mDoO7qAAAAAElFTkSuQmCC) no-repeat 0 center;
}

.mfbutton.lmenu {
    width: 22px;
    height: 16px;
    padding: 10px;
    vertical-align: bottom;
    overflow: hidden;
}

.mfbutton.lmenu .menu_bar {
    position: absolute;
    display: block;
    width: 22px;
    height: 2px;
    top: 10;
    background: #fff;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
    transition: transform 0.1s ease-in-out 0.1s, top 0.1s ease-in-out 0.2s;
    -webkit-transition: transform 0.1s ease-in-out 0.1s, top 0.1s ease-in-out 0.2s;
    -moz-transition: transform 0.1s ease-in-out 0.1s, top 0.1s ease-in-out 0.2s;
    -o-transition: transform 0.1s ease-in-out 0.1s, top 0.1s ease-in-out 0.2s;
}

.mfbutton.lmenu .menu_bar:nth-child(2) {
    top: 17px;
    transition: opacity 0.1s ease-in-out 0.1s;
    -webkit-transition: opacity 0.1s ease-in-out 0.1s;
    -moz-transition: opacity 0.1s ease-in-out 0.1s;
    -o-transition: opacity 0.1s ease-in-out 0.1s;
}

.mfbutton.lmenu .menu_bar+.menu_bar+.menu_bar {
    top: 24px;
}

.mfbutton.lmenu.shown .menu_bar+.menu_bar {
    margin: 0;
    opacity: 0;
}

.mfbutton.lmenu.shown .menu_bar:first-child {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mfbutton.lmenu.shown .menu_bar:first-child,
.mfbutton.lmenu.shown .menu_bar+.menu_bar+.menu_bar {
    top: 16px;
}

.mfbutton.lmenu.shown .menu_bar+.menu_bar+.menu_bar {
    opacity: 1;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mfcloud {
    position: absolute !important;
    float: none !important;
    width: 230px;
    height: auto !important;
    margin: 0 !important;
    padding: 5px !important;
    white-space: normal !important;
    color: #1b1b1b !important;
    font: 13px Arial, Helvetica, sans-serif !important;
    text-indent: 0 !important;
    text-transform: none !important;
    background: rgba(0, 0, 0, 0.05) !important;
    border: none !important;
    cursor: default;
    z-index: 3;
    overflow: visible;
    -moz-border-radius: 0 !important;
    -webKit-border-radius: 0 !important;
    border-radius: 0 !important;
    -moz-box-shadow: none !important;
    -webKit-box-shadow: none !important;
    box-shadow: none !important;
}

.mfcloud.red {
    background: rgba(255, 0, 0, 0.3) !important;
}

.mfcloud.green {
    background: rgba(66, 189, 56, 0.3) !important;
}

.mfcloud.fixed {
    position: fixed !important;
}

.mfcloud span {
    position: absolute !important;
    width: 0;
    height: 0;
    padding: 0 !important;
    opacity: 0.3;
}

.mfcloud.white span {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 10px solid #000;
    opacity: 0.05;
}

.mfcloud.red span {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 10px solid #f00;
}

.mfcloud.green span {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 10px solid #42bd38;
}

.mfcloud.right span {
    /*top: 17px;*/
    left: -10px;
}

.mfcloud.bottom span {
    top: -10px;
    left: 110px;
    border-top: none;
    border-bottom: 10px solid #000;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.mfcloud.bottom.red span {
    border-bottom-color: #f00;
}

.mfcloud.bottom.green span {
    border-bottom-color: #42bd38;
}

.mfcloud.left span {
    /*top: 17px;*/
    right: -10px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #000;
    border-right: none;
}

.mfcloud.left.red span {
    border-left-color: #f00;
}

.mfcloud.left.green span {
    border-left-color: #42bd38;
}

.mfcloud.top span {
    bottom: -10px;
    left: 110px;
    border-top: 10px solid #000;
    border-bottom: none;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.mfcloud.top.red span {
    border-top-color: #f00;
}

.mfcloud.top.green span {
    border-top-color: #42bd38;
}

.mfcloud div {
    float: none !important;
    width: auto !important;
    height: auto !important;
    line-height: normal !important;
    margin: 0 !important;
    padding: 5px 10px !important;
    text-align: left !important;
    font-weight: normal !important;
    letter-spacing: 0 !important;
    text-shadow: none;
    background: #fff !important;
    border: none !important;
    -moz-border-radius: 0 !important;
    -webKit-border-radius: 0 !important;
    border-radius: 0 !important;
    -moz-box-shadow: none !important;
    -webKit-box-shadow: none !important;
    box-shadow: none !important;
}

.mfcloud img {
    display: block;
    float: right;
    cursor: pointer;
}

.mfcloud hr {
    height: 1px;
    border: none;
    border-top: 1px dotted #999;
}

.mfalert {
    top: 50%;
    left: 50%;
    margin-left: -120px !important;
    font-size: 14px;
    z-index: 1200;
}

.mfalert div {
    text-align: center !important;
}

.mfalert button {
    margin: 10px auto 0;
}

.mfsimplecloud {
    position: absolute;
    width: 230px;
    top: 0;
    left: -255px;
    padding: 5px;
    text-align: left;
    color: #333;
    font: 13px normal Arial, Helvetica, sans-serif;
    text-shadow: none;
    background: #fff;
    border: 5px solid rgba(0, 0, 0, 0.05);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.mfsimplecloud.red {
    border: 5px solid rgba(255, 0, 0, 0.3);
}

.mfsimplecloud.green {
    border: 5px solid rgba(66, 189, 56, 0.3);
}

.mfsimplecloud:after {
    content: "";
    position: absolute;
    top: 0;
    left: 245px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #000;
    opacity: 0.05;
}

.mfsimplecloud.red:after {
    border-left-color: #f00;
    opacity: 0.3;
}

.mfsimplecloud.green:after {
    border-left-color: #42bd38;
    opacity: 0.3;
}

.mfsimplecloud.right:after {
    left: -15px;
    border-right: 10px solid #000;
    border-left: none;
}

.mfsimplecloud.right.red:after {
    border-right-color: #f00;
}

.mfsimplecloud.right.green:after {
    border-right-color: #42bd38;
}

.mfsimplecloud.top:after {
    top: auto;
    bottom: -15px;
    left: 115px;
    border-top: 10px solid #000;
    border-bottom: none;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.mfsimplecloud.top.red:after {
    border-top-color: #f00;
}

.mfsimplecloud.top.green:after {
    border-top-color: #42bd38;
}

.contact_form .mfsimplecloud {
    z-index: 1;
}

.mftable {
    width: 100%;
    border-collapse: collapse;
}

.mftable td {
    border-bottom: 1px dotted #ccc;
}

.mftable th,
.mftable td {
    padding: 4px;
}

.mftable th,
.mftable .header {
    font: bold 14px "Trebuchet MS", Helvetica, Jamrul, sans-serif;
    text-align: left;
    vertical-align: bottom;
    border-bottom: 1px solid #d7d7d7;
}

.mftable .header {
    padding-top: 4px;
}

.mftable td:nth-child(even) {
    background: #fdffc2;
}

.ajax_process {
    /*loading image for ajax*/
    position: fixed;
    display: block;
    width: 150px;
    left: 50%;
    top: 122px;
    margin-left: -85px;
    padding: 5px 5px 5px 25px;
    text-align: center;
    font: normal 13px Arial, Verdana, sans-serif !important;
    color: #000;
    /*background: rgba(255, 255, 255, 0.6) url(../gfx/new/portal/ajax_process.gif?24.10.05-102814) no-repeat 5px center;*/
    background: rgba(255, 255, 255, 0.6) url(data:image/gif;base64,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) no-repeat 5px center;
    z-index: 4;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/* (i) */
.info_label {
    position: relative !important;
    display: inline-block !important;
    width: 16px !important;
    height: 16px !important;
    text-indent: -29999px;
    background: transparent url(/gfx/icons/information-white.png?24.10.05-102814) no-repeat !important;
    z-index: 1;
    cursor: help !important;
}

.info_label:hover {
    z-index: 2;
}

/* common elements */
#cf_slimbox_script {
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: normal !important;
    border: none !important;
}

/*contact forms*/
.email_status {
    position: relative;
    display: block;
    margin-bottom: 8px;
    padding: 5px;
    line-height: normal;
    text-align: center;
    background-color: #d8d8d7;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

/*static modal windows*/
.static_modal_wrapper {
    position: absolute;
    position: fixed !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(208, 208, 208, 0.5);
    z-index: 1002;
}

#static_blocked {
    background: rgba(0, 0, 0, 0.6);
}

.static_modal {
    position: relative;
    width: 580px;
    margin: 0 auto;
    padding: 20px 15px;
    top: 50%;
    line-height: normal !important;
    text-align: center;
    font: 12px Verdana, Tahoma, Arial, Geneva, sans-serif !important;
    background: #ededed url("../gfx/panels/popup_bg.png") repeat-x;
    border: 1px solid #999;
    box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
}

.static_modal .panel_header {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0 0 16px;
    color: #1c4032;
    font-family: bold 15px Tahoma, "Trebuchet MS", Arial, Helvetica, sans-serif !important;
    text-align: left;
    text-transform: none;
    text-indent: 0;
    border: none;
    border-bottom: 1px solid #d5d5d2;
}

.static_modal .panel_txt {
    margin: 15px 5px;
    padding: 0 5px;
    color: #555;
    font-family: normal 13px Tahoma, "Trebuchet MS", Arial, Helvetica, sans-serif !important;
    text-align: justify;
    text-transform: none;
    text-indent: 0;
    border: none;
    background: none;
}

#noactivation_modal {
    margin: -75px auto 0;
}

/*modals*/
h3.panel_header,
.panel_header {
    position: relative;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 0 16px !important;
    line-height: normal !important;
    color: #1c4032 !important;
    font: bold 15px Tahoma, "Trebuchet MS", Arial, Helvetica, sans-serif !important;
    text-align: left !important;
    text-transform: none !important;
    text-indent: 0 !important;
    background: none !important;
    border: none !important;
    border-bottom: 1px solid #d5d5d2 !important;
}

h3.panel_header small,
.panel_header small {
    font-size: 11px;
    font-weight: normal;
}

h3.panel_header a,
.panel_header a {
    float: right;
}

.panel_header a:hover {
    cursor: help;
}

.panel_txt {
    margin: 15px 5px;
    padding: 0 5px;
    color: #555;
    font: normal 13px Tahoma, "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-align: justify;
    text-transform: none;
    text-indent: 0;
    background: none;
    border: none;
}

.panel_txt a {
    text-decoration: none;
    color: #598813;
}

.panel_txt a:hover {
    color: #484b3f;
}

.panel_txt h3 {
    padding: 5px 0 0;
    font-size: 15px;
    font-weight: bold;
    color: #1c4032;
}

.panel_txt ul {
    list-style: disc inside none;
}

/*tabs*/
.mftabs .rich-tab-bottom-line,
.mftabs .rich-tabpanel-content {
    border-color: #d7d7d7;
}

.mftabs .rich-tab-bottom-line td>img {
    display: none;
}

.mftabs .rich-tab-header {
    padding: 5px 10px;
}

.mftabs .rich-tabhdr-cell-active>table,
.mftabs .rich-tabhdr-cell-inactive>table {
    top: 1px !important;
}

.mftabs .rich-tabhdr-cell-disabled,
.mftabs .rich-tabhdr-cell-inactive {
    padding: 0;
}

.mftabs .rich-tabhdr-cell-inactive {
    border: 0;
}

.mftabs .rich-tabhdr-side-cell {
    border: none;
}

.mftabs .rich-tab-inactive {
    color: #666;
    border: 0;
    cursor: pointer;
}

.mftabs .rich-tab-inactive:hover {
    color: #000;
}

.mftabs .rich-tab-active {
    border: 1px solid #d7d7d7;
    border-bottom-color: #fff;
}

.mftabs .rich-tab-active,
.mftabs .rich-tabpanel-content {
    background: #fff;
}

/*help*/
#help_player {
    display: block;
    float: left;
    margin-top: 16px;
    padding: 1px;
    border: 1px solid #eaeaea;
}

#help_menu>li {
    padding: 0 0 14px 0;
    background: none;
}

#help_menu h5 {
    margin: 0 0 0 20px;
    padding: 0 0 0 26px;
    font: bold 16px "Trebuchet MS", Helvetica, Jamrul, sans-serif;
    color: #646464;
    background: url(../gfx/new/portal/plus_minus.png?24.10.05-102814) no-repeat 3px 3px;
    cursor: pointer;
}

#help_menu .active h5 {
    background-position: 3px -48px;
}

#help_menu h5 a {
    float: right;
    text-decoration: none;
    font: normal 12px Arial, Helvetica, Garuda, sans-serif;
    color: #0072bc;
}

#help_menu li ul {
    padding: 12px 0 0;
}

#help_menu li .play {
    margin: 0;
    padding: 0 0 0 33px;
    background: #fff url(../gfx/new/portal/bullet_orange.gif?24.10.05-102814) no-repeat 25px 10px;
}

#help_menu li li a {
    text-decoration: none;
    color: #222;
}

#help_menu li .play a {
    color: #e89012;
}

/**/
.fixed_overlay {
    position: fixed !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1300;
}

.info {
    min-height: 70px;
    padding: 0 0 16px 106px;
    background: url(../gfx/portal/magnyfier.png?24.10.05-102814) no-repeat 3px center;
    border-bottom: 1px solid #d5d5d2;
}

.warn_img {
    background: url(../gfx/msg/warn.png?24.10.05-102814) no-repeat 3px center !important;
}

.info_img {
    background: url(../gfx/msg/info.png?24.10.05-102814) no-repeat 3px center;
}

/*all modules*/
.tooltip {
    padding: 5px;
    color: #4a4019;
    font: 12px Arial, Verdana, sans-serif !important;
    background: #fffd8b;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 5px #000;
    -webkit-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
}

.cont_mail {
    display: block;
    margin: 2px 0 2px 0;
    padding: 0 0 0 25px;
    line-height: 18px;
    background: url(../gfx/themes_common/mail.png?24.10.05-102814) left center no-repeat;
}

/*jQuery UI datepicker*/
#ui-datepicker-div {
    display: none;
    padding: 5px;
    color: #1b1b1b;
    background: #fff;
    z-index: 1100 !important;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 0 5px #000;
    -moz-box-shadow: 0 0 5px #000;
    -webkit-box-shadow: 0 0 5px #000;
}

.ui-datepicker-title {
    text-align: center;
}

.ui-datepicker-header a:hover {
    text-decoration: none;
}

.ui-datepicker-prev,
.ui-datepicker-next {
    line-height: 12px;
    font-size: 26px;
    cursor: pointer;
}

.ui-datepicker-prev {
    float: left;
}

.ui-datepicker-next {
    float: right;
}

.ui-datepicker-calendar .ui-state-default {
    display: block;
    margin: 1px;
    padding: 2px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #ccc;
}

.ui-datepicker-calendar .ui-state-hover {
    background: #eee;
}

.ui-datepicker-calendar .ui-state-highlight {
    font-weight: bold;
    border: 1px solid #777;
}

/*
 SoundManager 2: "page as playlist" CSS
 ------------------------------------------
 http://schillmania.com/projects/soundmanager2/
*/
.spectrum-container {
    display: none;
}

.sm2_playlist {
    position: relative;
    display: block;
    width: auto;
    margin: 0;
    padding: 0.25em 0.5em 0.25em 0.5em;
    color: #666;
    -webkit-transition-property: hover;
    -webkit-transition: background-color 0.15s ease-in-out;
    -moz-transition: background-color 0.15s linear 0s;
    -o-transition-property: background-color;
    -o-transition-duration: 0.15s;
}

.sm2_playlist>a,
.sm2_playlist>form>a {
    position: relative;
    display: block;
    text-decoration: none;
    outline: none;
    /*z-index: 1;*/
}

.sm2_playlist.sm2_playing,
.sm2_playlist.sm2_paused,
.sm2_playlist.sm2_playing>a,
.sm2_playlist.sm2_playing>form>a {
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.sm2_playlist:hover {
    background-color: #eee;
}


.sm2_playlist.sm2_playing,
.sm2_playlist.sm2_playing:hover {
    background-color: #6699cc;
}

.sm2_playlist.sm2_paused {
    background-color: #999;
}

.sm2_playlist>a,
.sm2_playlist>form>a {
    color: #333;
    background: url(../gfx/icons/control_play20.png?24.10.05-102814) no-repeat 0 center;
}

.sm2_playlist.sm2_playing>a,
.sm2_playlist.sm2_playing>form>a {
    background-image: url(../gfx/icons/control_pause20.png?24.10.05-102814);
}


.sm2_playlist.sm2_paused>a,
.sm2_playlist.sm2_paused>form>a {
    background-image: url(../gfx/icons/control_play20.png?24.10.05-102814);
}

.sm2_playlist.sm2_playing:hover>a,
.sm2_playlist.sm2_playing:hover>form>a,
.sm2_playlist.sm2_paused>a,
.sm2_playlist.sm2_paused>form>a {
    color: #fff;
}

.sm2_playlist .controls {
    display: none;
}

.sm2_playlist.sm2_playing .controls,
.sm2_playlist.sm2_paused .controls {
    position: relative;
    display: block;
}

.sm2_playlist.sm2_paused .controls {
    background-color: #666;
}

.sm2_playlist:hover .controls .statusbar {
    position: relative;
    cursor: ew-resize;
    cursor: -moz-grab;
    cursor: grab;
}

.sm2_playlist.sm2_paused .controls .statusbar {
    background-color: #ccc;
}

.sm2_playlist .controls {
    position: relative;
    margin-top: 0.25em;
    margin-bottom: 0.25em;
    background-color: #99ccff;
}

.sm2_playlist .controls .statusbar {
    position: relative;
    height: 0.5em;
    background-color: #cdf;
    border: 2px solid #fff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    overflow: hidden;
    cursor: -moz-grab;
    cursor: grab;
}

.sm2_playlist .controls.dragging .statusbar {
    cursor: -moz-grabbing;
    cursor: grabbing;
}

.sm2_playlist .controls .statusbar .position,
.sm2_playlist .controls .statusbar .loading,
.sm2_playlist .controls .statusbar .annotation {
    position: absolute;
    height: 0.5em;
    left: 0;
    top: 0;
}

.sm2_playlist .controls .statusbar .position {
    background-color: #369;
    border-right: 3px solid #369;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.sm2_playlist.sm2_paused .controls .statusbar .position {
    background-color: #666;
    border-color: #666;
}

.sm2_playlist .controls .statusbar .loading {
    background-color: #eee;
}

.sm2_playlist .controls .statusbar .position,
.sm2_playlist .controls .statusbar .loading {
    width: 0;
}

.sm2_playlist.sm2_playing a.sm2_link,
.sm2_playlist.sm2_paused a.sm2_link {
    margin-right: 4.5em;
}

.sm2_playlist .timing {
    position: absolute;
    display: none;
    width: auto;
    height: 1em;
    padding: 3px 5px;
    right: 1em;
    top: 5px;
    line-height: 1em;
    letter-spacing: 0;
    font: monaco, "VT-100", terminal, "lucida console", courier, system;
    vertical-align: middle;
    text-align: right;
    background-color: #58b;
    border: 1px solid #9cf;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}

.sm2_playlist:hover .timing {
    z-index: 1;
}

.sm2_playlist .timing div.sm2_timing {
    margin: 0;
    padding: 0;
    margin-top: -1em;
}

.sm2_playlist.sm2_playing .timing,
.sm2_playlist.sm2_paused .timing {
    display: block;
}

.sm2_playlist.sm2_paused .timing .sm2_position {
    text-decoration: blink;
}

.sm2_playlist.sm2_paused .timing {
    background-color: #888;
    border-color: #ccc;
}

#control-template {
    display: none;
}

/* Remove button padding in FF */
button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

a {
    cursor: pointer;
}