body{
    overflow: hidden;
}
.CMSAdmin{
    background-color: white;
}
.CMSAdmin .clickable{
    cursor: pointer;
}
.CMSAdmin *, .CMSAdmin *:hover, .CMSAdmin *:active{
    outline: none;
}
.CMSAdmin header{
    height: 50px;
    background: linear-gradient(to bottom, #E69726 0%,#f9b770 100%);
    position: relative;
    box-shadow: 0 1px 3px rgba(0,0,0,0.25);
}
.CMSAdmin .CMSAdminLogo{
    position: absolute;
    left: calc(50% - 20px);
    top: 0;
    width: 40px;
    z-index: 2;
    padding: 5px;
    border-radius: 5px;
}

.CMSAdmin .valigner{
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.CMSAdmin .loginform{
    display: inline-block;
    vertical-align: middle;
    background-color: white;
    font-size: 18px;
    line-height: 20px;
    width: 320px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.25);
}
.CMSAdmin .loginform h2{
    font-weight: normal;
    font-size: 16px;
    background-color: #DBD1B2;
    display: block;
}
.CMSAdmin .loginform .Input{
    min-width: calc(100% - 20px);
    display: block;
    box-sizing: border-box;
    margin: 10px;
    padding: 5px;
}

.CMSAdmin #primary_menu{
    width: 50px;
    height: 50px;
    background-image: url('resources/iconsets/dark_transparent/hamburger.png');
    background-repeat: no-repeat;
    background-size: 40px 40px;
    background-position: center center;
    position: relative;
    cursor: pointer;
}
.CMSAdmin #primary_menu #main_menu{
    height: calc(100vh - 100px);
    position: fixed;
    top: 50px;
    left: -200px;
    display: block;
    background-color: #f9b770;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
    overflow: auto;
    transition: all 0.2s linear;
    width: 200px;
    z-index: 2;
}
.CMSAdmin #primary_menu.Active #main_menu{
    left: 0px;
}
.CMSAdmin #primary_menu #main_menu .main_menu_item{
    padding: 5px 20px 5px 50px;
    color: #333;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    background-position: 5px center;
    background-size: 40px 40px;
    line-height: 40px;
    background-repeat: no-repeat;
    transition: background-color 0.2s linear;
}
.CMSAdmin #primary_menu #main_menu .main_menu_item:hover{
    background-color: rgba(0,0,0,0.1);
}

.CMSAdmin #profile_menu{
    width: 40px;
    height: 40px;
    background-color: white;
    background-image: url('resources/ninjon.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.25);
}


.CMSAdmin #notifications{
    position: fixed;
    left: 0;
    bottom: 0;
}
.CMSAdmin main{
    height: calc(100vh - 100px);
    overflow-y: auto;
    font-size: 0;
    text-align: center;
}
.CMSAdmin .Input{
    border: none;
    margin: 5px;
    padding: 5px;
    background-color: white;
    border-radius: 2px;
    display: inline-block;
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    box-sizing: content-box;
    min-width: 0;
    max-width: 0;
}
.CMSAdmin .Input.Orange{
    background-color: #E5B04A;
}
.CMSAdmin h2{
    background-color: #DBD1B2;
    color: white;
    margin: 0;
    padding: 5px;
    text-align: left;
    text-shadow: 0 1px 3px rgba(0,0,0,0.2);
    font-weight: normal;
}
.CMSAdmin #taskbar{
    display: block;
    background-color: #444;
    height: 50px;
    box-shadow: 0 -1px 3px rgba(0,0,0,0.25);
    font-size: 0;
    position: relative;
    z-index: 10;
}
#appmenu, #tray{
    display: inline-block;
    vertical-align: middle;
    height: 50px;
    position: relative;
}
#appmenu{
    width: 50px;
    background-image: url('resources/appmenu.png');
    background-size: 50px 50px;
    transition: all 0.1s linear;
    cursor: pointer;
}
#appmenu:hover{
    background-color: #333;
}
#tray{
    width: calc(100% - 50px);
    z-index: 1;
    position: relative;
}
#tray .traybar_entry{
    display: inline-block;
    width: 46px;
    height: 46px;
    margin: 2px;
    border-radius: 2px;
    background-color: #222;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
}
#tray .traybar_entry.minimized{
    opacity: 0.5;
}
#tray .traybar_entry:hover{
    background-color: #4285F4;
    box-shadow: 0px 0px 20px rgba(66,122,244,0.5);
}
#apps{
    position: absolute;
    left: -300px;
    bottom: 50px;
    width: 300px;
    height: 600px;
    background-color: #444;/*#ffe6cc;/**/
    opacity: 0;
    transition: left 0.2s linear, opacity 0.2s ease-out;
    z-index: -1;
    box-shadow: 1px -1px 1px rgba(0,0,0,0.25);
    cursor: default;
}
#apps.active{
    top: auto;
    left: 0;
    opacity: 1;
}
#apps .tray_title_head, #apps .tray_title_content{
    display: inline-block;
    vertical-align: middle;
}
#apps .tray_title_head{
    width: 40px;
    height: 40px;
    margin: 5px;
    background-size: cover;
    border-radius: 2px;
    background-color: white;
    box-shadow: 0 1px 3px rgba(0,0,0,0.25);
}
#apps .tray_title_content{
    width: calc(100% - 50px);
}
.CMSAdmin #taskbar .tray_title_content_name{
    color: #666;
    font-size: 20px;
    line-height: 30px;
}
#apps .tray_title_content_searcher{
    margin: 2px 0 2px 0;
    height: 16px;
    line-height: 16px;
    font-size: 14px;
    background: none;
    border: none;
    color: black;
}
@keyframes dot-dot-dot {
    0% {content: '.';}
    33% {content: '..';}
    66% {content: '...';}
    100% {content: '...';}
}
#apps .tray_body_searches_searching, #apps .tray_body_searches_foundation{
    padding-left: 5px;
    color: #ddd;
}
#apps .tray_body_searches_searching::after{
    content: '';
    animation: dot-dot-dot 1s linear infinite;
}
#apps .tray_title{
    background-color: white;
}
#apps .tray_footer_bookmarks, #apps .tray_footer_applications{
    display: inline-block;
    line-height: 35px;
    font-size: 20px;
    width: 50%;
    text-align: center;
    color: #ddd;
    cursor: pointer;
    text-shadow: 0 1px 2px rgba(0,0,0,0.25);
    transition: all 0.1s linear;
}
#apps .tray_footer_bookmarks:hover, #apps .tray_footer_applications:hover{
    color: white;
}
#apps .tray_footer_sign{
    width: calc(50% - 10px);
    height: 5px;
    background-color: #E69726;
    margin-left: -50%;
    transition: margin 0.2s linear;
}
#apps .tray_footer_sign.apps{
    margin-left: calc(50% + 5px);
}
#apps .tray_footer_sign.bookmarks{
    margin-left: 5px;
}
#apps .tray_body{
    height: 510px;
    overflow: hidden;
    white-space: nowrap;
}
#apps .tray_body_categories_title{
    color: #ddd;
    display: block;
    margin: 10px 5px;
    border-bottom: 1px solid #ddd;
    line-height: 29px;
    font-size: 20px;
}
#apps .tray_body_categories_title_back{
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #ddd;
    color: #444;
    border-radius: 2px 2px 0 0;
    margin-right: 5px;
    cursor: pointer;
}
#apps .tray_body_categories_content{
    height: calc(100% - 50px);
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}
#apps .tray_body_categories_content_apps{
    height: 100%;
    width: 100%;
    position: absolute;
    left: 100%;
    top: 0;
    background-color: #444;
    transition: all 0.2s linear;
}
#apps .tray_body_categories_content_apps.active{
    left: 0;
}
#apps .appmenu_entry{
    display: block;
    margin: 10px 5px;
    border-radius: 2px;
    transition: all 0.1s linear;
    cursor:pointer;
    font-size: 0;
    white-space:nowrap;
}
#apps .appmenu_entry:hover{
    background-color: #4285F4;
}
#apps .appmenu_entry_shortcut{
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    vertical-align: middle;
}
#apps .appmenu_entry_name{
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 50px);
    line-height: 40px;
    font-size: 20px;
}
#apps .tray_body_stage{
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    color: white;
    font-size: 20px;
}
.CMSAdmin #text-layer{
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    bottom: 10px;
    right:10px;
    color:#fff;
    text-shadow:0px 1px 2px #000;
    font-size:12px;
    line-height: 15px;
    text-align: right;
    z-index: 0;
}
.CMSAdmin .Stage{
    height: calc(100vh - 100px);
    text-align: left;
}
.CMSAdmin .EarsContainer{
    display: block;
    height: 50px;
    background-color: rgba(0,0,0,.15);
    background-image: url('resources/backgrounds/infinite/drawing.svg');
    background-size: 8px;
    background-repeat: repeat;
    overflow-x: auto;
    text-align: left;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 20px;
}
.CMSAdmin .EarsPageContainer{
    height: calc(100vh - 150px);
    overflow-y: auto;
    background-color: white;
    text-align: left;
    margin-top: -20px;
}
.CMSAdmin .EarPage{
    position: relative;
    display: none;
    border:none;
}
.CMSAdmin .EarPage.Active{
    min-height: 100%;
    display: block;
}
.CMSAdmin .EarPageAppender{
    border: 2px solid #aaa;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #222;
    display: inline-block;
    line-height: 22px;
    width: 22px;
    vertical-align: bottom;
    border-radius: 2px 10px 2px 10px;
    background-color: #ddd;
    margin-bottom: 5px;
    transition: background-color 0.2s linear;
}
.CMSAdmin .EarPageAppender:hover{
    background-color: #eee;
}
.CMSAdmin .Ear{
    font-size: 18px;
    text-align: center;
    color: #222;
    display: inline-block;
    line-height: 30px;
    margin-top: 10px;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 5px;
    vertical-align: bottom;
    border-radius: 2px 10px 2px 10px;
    background-color: #c5c5c5;
    border: 2px solid #666;
    cursor: pointer;
}
.CMSAdmin .Ear.Active{
    font-size: 18px;
    text-align: center;
    color: #222;
    display: inline-block;
    line-height: 39px;
    margin-bottom: 0;
    vertical-align: bottom;
    border-radius: 2px 10px 0px 0px;
    background-color: white;
    border: none;
}
.CMSAdmin .Ear.Loading .EarLoader{
    display: inline-block;
}
.CMSAdmin .Ear.Loading.Rendering .EarLoader{
    display: inline-block;
    transform: rotateY(180deg);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.CMSAdmin .EarCloser{
    font-size: 20px;
    line-height: 20px;
    width: 20px;
    border-radius: 100%;
    color: #444;
    transition: all 0.2s linear;
    margin-right: 5px;
}
.CMSAdmin .EarCloser:hover{
    background-color: #E23B3B;
    color: white;
    box-shadow: 0 1px 3px rgba(0,0,0,0.25);
}
.CMSAdmin .EarTitle{
    padding: 0 10px 0 10px;
}
.CMSAdmin .EarTitle, .CMSAdmin .EarLoader, .CMSAdmin .EarCloser{
    display:inline-block;
    vertical-align: middle;
}
.CMSAdmin .EarLoader{
    background-image: url('resources/animations/ajax-loader.gif');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    display: none;
}
.CMSAdmin .Panel{
    box-shadow: 0 1px 3px rgba(0,0,0,0.25);
    display: inline-block;
    font-size: 18px;
    box-sizing: border-box;
}
.CMSAdmin .Panel.AutoWidth{
    display: block;
    box-shadow: none;
    margin: 0;
}
.CMSAdmin .Panel.HalfWidth{
    margin: 5px;
    width: calc(50% - 10px);
}
.CMSAdmin .Panel.ThirdWidth{
    margin: 5px;
    width: calc(100% / 3 - 10px);
}
.CMSAdmin .Panel.TotalWidth{
    display: block;
    box-shadow: none;
}
.CMSAdmin .Panel.AutoHeight{
    height: auto;
}
.CMSAdmin .Panel.QuarterHeight{
    height: calc(25vh - 20px - 50px);
    overflow: auto;
}
.CMSAdmin .Panel.HalfHeight{
    height: calc(50vh - 10px - 75px);
    overflow-y: auto;
}
.CMSAdmin .Panel.ThreeQuarterHeight{
    height: calc(75vh - 20px - 100px);
    overflow: auto;
}
.CMSAdmin .Panel.TotalHeight{
    height: calc(100vh - 20px - 150px);
    overflow-y: auto;
}
.CMSAdmin .Section {
    border: 1px solid rgba(0,0,0,0);
}
.CMSAdmin .Panel .Icon{
    width: 120px;
    height: 100px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    padding: 10px 0;
    transition: background-color 0.25s linear;
    border-radius: 2px;
}
.CMSAdmin .Panel .Icon:hover{
    background-color: rgba(0,0,0,0.1);
}
.CMSAdmin .Panel .Icon .Shortcut{
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #888;
    background-position: center center;
    box-shadow: 0 1px 2px rgba(0,0,0,0.25);
    border-radius: 5px;
    margin: auto;
}
.CMSAdmin .Panel .Icon .Title{
    line-height: 20px;
    font-size: 14px;
}
.CMSAdmin .PanelTitle{
    box-shadow: 0 1px 3px rgba(0,0,0,0.25);
    padding: 5px;
    display: inline-block;
    background-color: #666;
    color: #eee;
}
.CMSAdmin #notifications{
    position: fixed;
    bottom: 50px;
    left: 0;
    width: 20%;
    text-align: center;
    overflow: hidden;
}
.CMSAdmin .notice{
    position: relative;
    display: block;
    border-radius: 2px;
    color: white;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
    font-size: 18px;
    font-weight: bold;
    box-shadow: 0 1px 2px rgba(0,0,0,0.5);
    margin: 5px;
    padding: 5px;
    cursor: pointer;
}
.CMSAdmin .notice.positive{
    background: linear-gradient(to bottom, rgba(171,188,188,1) 0%,rgba(118,194,194,1) 30%);
}
.CMSAdmin .notice.negative{
    background: linear-gradient(to bottom,  rgba(224,116,116,1) 0%,rgba(226,59,59,1) 30%);
}
.CMSAdmin .notice.progress{
    background: linear-gradient(to bottom, rgba(230,151,38,1) 0%,rgba(226,133,0,1) 30%);
}
.CMSAdmin .notice .progressBar{
    width: 90%;
    margin: 5px auto;
    height: 5px;
    background-color: #aaa;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.CMSAdmin .notice .progressBar .indicator{
    height: 100%;
    background: linear-gradient(to bottom, rgba(182,214,171,1) 0%,rgba(138,211,112,1) 100%);
    margin: 0;
    padding: 0;
    transition: width 0.2s linear;
}
.CMSAdmin .CMSInput{
    margin: 5px;
    padding: 5px;
    border: 2px solid #888;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
}
.CMSAdmin .CMSInputContainer .CMSSuggestContainer{
    font-size: 14px;
    position: absolute;
    left: 0;
    border: 2px solid #888;
    margin: 0px 5px;
    background-color: #ddd;
    z-index: 2;
}
.CMSAdmin .CMSInputContainer .CMSSuggestContainer.mosaic{
    white-space: nowrap;
}
.CMSAdmin .CMSInputContainer .CMSSuggestContainer .CMSSuggestItem{
    background: #666;
    color: white;
    /*overflow: hidden;/**/
    transition: background 0.2s linear;
    cursor: pointer;
}
.CMSAdmin .CMSInputContainer .CMSSuggestContainer .CMSSuggestItem.mosaic{
    margin: 5px;
    display: inline-block;
    vertical-align: top;
    border-radius: 2px;
}
.CMSAdmin .CMSInputContainer .CMSSuggestContainer .CMSSuggestItem.Active{
    background: #E69726;
}
.CMSAdmin .Checkbox{
    display: inline-block;
    vertical-align: middle;
    width: 38px;
    height: 38px;
    background-color: #ddd;
    background-image: url('resources/ok.png');
    background-size: 0% 0%;
    background-repeat: no-repeat;
    background-position: center center;
    transition: background-size .1s ease-out !important;
}
.CMSAdmin .Checkbox.uncolored{
    width: auto;
    line-height: 38px;
    font-size: 14px;
    padding-right: 43px;
    padding-left: 5px;
    background-position: calc(100% - 5px) center;
}
.CMSAdmin input[type='checkbox'].CMSInput:checked ~ .Checkbox{
    background-size: 80% 80%;
}
.CMSAdmin input[type='checkbox'].CMSInput:checked ~ .Checkbox.uncolored{
    background-size: auto 80%;
}
.CMSAdmin .FormattedCMSInputContainer .Checkbox{
    background-color: #ddd;
}
.CMSAdmin .Radio{
    display: inline-block;
    vertical-align: middle;
    width: 38px;
    height: 38px;
    border: 2px dashed #666 !important;
    border-radius: 100%;
    font-size: 0 !important;
    line-height: 0 !important;
    background:none !important;
    position: relative;
}
.CMSAdmin .Radio .inner_circle{
    border-radius: 100%;
    background-color: white;
    transition: background-color .1s ease-out !important;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 5px;
    left: 5px;
    line-height: 0 !important;
}
.CMSAdmin .FormattedCMSInputContainer .Radio .inner_circle{
    background-color: #ddd;
}
.CMSAdmin input[type='radio'].CMSInput{
    display: none;
}
.CMSAdmin input[type='radio'].CMSInput:checked ~ .Radio .inner_circle{
    background-color: green;
}
.CMSAdmin .CMSButton{
    background-color: #FFCC99;
    color: #333;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.1s linear;
}
.CMSAdmin .CMSButton:hover{
    background-color: #F5A84C;
}

.CMSAdmin .CMSButton.Submit{
    transition: background-color 0.1s linear;
    background-color: #E5B04A;
    color: white;
}
.CMSAdmin .CMSButton.Submit:hover{
    background-color: #AC8E55;
}
.CMSAdmin .CMSInputContainer{
    min-width: 0;
    min-height: 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}
.CMSAdmin input[disabled]{
    opacity: 0.5;
}
.CMSAdmin .CMSInputContainer input, .CMSAdmin .CMSInputContainer label{
    vertical-align: middle;
}
.CMSAdmin input{

    min-width: 250px;
}
.CMSAdmin .CMSMenuItem{
    display: inline-block;
    vertical-align: middle;
    color: white;
    text-shadow: 0 1px 3px rgba(0,0,0,0.25);
    padding: 5px 10px;
    transition: all .2s linear;
    border-radius: 2px;
    margin: 5px;
    font-size: 18px;
    position: relative;
    text-align: center;
}
.CMSAdmin .CMSMenuItem.Active, .CMSAdmin .CMSMenuItem:hover{
    background-color: #333;
    text-shadow: none;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}


.CMSAdmin .CMSMenuItem:hover > .submenuContainer{
    display: block;
}

.CMSAdmin .CMSMenuItem .submenuContainer{
    position: absolute;
    top: 38px;
    padding:0;
    text-align: center;
    white-space: nowrap;
    font-size: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 100;
}
.CMSAdmin .CMSMenuItem .submenuContainer::before{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #333 transparent;
    display: block;
    margin: 0 auto;
}
.CMSAdmin .CMSMenuItem .submenuContainer .submenuContent{
    background-color: #333;
    position: relative;
    display: inline-block;
    border-radius: 2px;
    margin-left: -100%;
    margin-right: -100%;
    text-align: center;
}
.CMSAdmin .CMSMenuItem .submenuContainer .submenuContent .submenuElement{
    white-space: nowrap;
    font-size: 16px;
    padding: 5px 10px;
    transition: background-color 0.1s linear;
}
.CMSAdmin .CMSMenuItem .submenuContainer .submenuContent .submenuElement:not(:nth-child(1)){
    border-top: 1px solid #666;
}
.CMSAdmin .CMSMenuItem .submenuContainer .submenuContent .submenuElement:hover{
    background-color: #444;
}


.CMSAdmin input[type='checkbox'].CMSInput{
    display: none;
}
.CMSAdmin .CMSInputFile{
    min-width: 250px;
    min-height: 200px;
    max-width: 500px;
    display: block;
}
.CMSAdmin .CMSInputFileLabel{
    display: block;
    margin: 10px;
    text-align: center;
    line-height: 200px;
    transition: all 0.15s ease-in-out;
    outline: 5px dashed rgba(0,0,0,0.1);
}
.CMSAdmin .CMSInputFileLabel:after{
    content: attr(data-content);
}
.CMSAdmin .CMSInputFileLabel.Droppable{
    background-color: rgba(0,0,0,0.1);
    outline: 5px dashed rgba(0,0,0,0.25);
}
.CMSAdmin .CMSInputFileLabel.Droppable:after{
    content: "Húzza ide!";
}
.CMSAdmin .FileIconContainer .FileSettings, .CMSAdmin .FileIconContainer .FileRemove{
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #333;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    border-radius: 2px;
    opacity: 0;
    transition: all 0.2s linear;
}
.CMSAdmin .FileIconContainer .FileSettings{
    background-image: url(resources/iconsets/white_transparents/gear.png);
    right: 30px;
    top: 0px;
}
.CMSAdmin .FileIconContainer .FileRemove{
    background-image: url(resources/iconsets/white_transparents/trash.png);
    right: 0px;
    top: 0px;
}
.CMSAdmin .FileIconContainer:hover .FileSettings,.CMSAdmin .FileIconContainer:hover .FileRemove{
    opacity: 1;
}
.CMSAdmin .CMSInputFileLabel.Droppable.Dragover{
    background-color: rgba(0,0,0,0.25);
    outline: 5px dashed rgba(0,0,0,0.5);
}
.CMSAdmin .CMSInputFileLabel.Droppable.Dragover:after{
    content: "Dobja el!";
}
.CMSAdmin .CMSFileGallery{
    text-align: center;
    max-height: 230px;
    overflow-y: auto;
}
.CMSAdmin .FileIconContainer{
    display: inline-block;
    margin: 5px;
    position: relative;
    text-align: center;
    max-width: 150px;
    overflow: hidden;
    vertical-align: middle;
}
.CMSAdmin .FileIconContainer .FileExtension{
    position: absolute;
    left: 20px;
    top: 75px;
    background-color: black;
    color: #E5B04A;
    text-align: center;
    font-size: 14px;
    padding: 5px;
    border: 3px solid #E5B04A;
    line-height: 18px;
    display: none;
}
.CMSAdmin .FileIcon.ShowExtension{
    width: 140px;
}
.CMSAdmin .FileIcon.ShowExtension .FileExtension{
    display: block !important;
}
.CMSAdmin .FileIconContainer .FileIcon{
    height: 120px;
    margin: 0;
    padding: 0;
    border-radius: 2px 2px 0 0 ;
    background-color: #E5B04A;
    border: 5px solid #E5B04A;
    font-size: 0;
}
.CMSAdmin .FileIconContainer .FileIconValigner{
    display: inline-block;
    width: 0;
    height: 120px;
    font-size: 0;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}
.CMSAdmin .FileIconContainer .FileIcon img{
    max-height: 110px;
    max-width: 130px;
    vertical-align: middle;
    display: inline-block;
    margin: auto;
}
.CMSAdmin .FileIconContainer .FileIconTitle{
    background-color: #333;
    color: white;
    text-align: center;
    padding: 5px;
    border-radius: 0 0 2px 2px;
    overflow-x: auto;
    white-space: nowrap;
}
.CMSAdmin .FileIconContainer .FileIconTitle::-webkit-scrollbar{
    display: none;
}
.CMSAdmin .CMSInputFile input{
    display: none;
}
#cover_all{
    position: fixed;
    z-index: 998;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.3);
    font-size: 18px;
    text-align: center;
    cursor: pointer;
}
#cover_all #ask_back{
    min-width: 220px;
    max-width: 80%;
    display: inline-block;
    vertical-align: middle;
    background-color: white;
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    white-space: nowrap;
    cursor: default;
}
#cover_all #ask_back #ask_back_question{
    padding: 20px 5px;
    white-space: normal;
}
#cover_all #ask_back .ask_back_answer{
    width: 50%;
    display: inline-block;
    color: #3C5A99;
    line-height: 50px;
    cursor: pointer;
}
#cover_all #cover_valigner{
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.CMSAdmin .Nav{
    background-color: #666;
}
.CMSAdmin .cke{
    border: 2px solid #888;
    margin: 5px;
}
.CMSAdmin .SimpleElement{
    font-size: 18px;
}
.CMSAdmin .Element.Tag{
    display: inline-block;
    background-color: #ddd;
    padding: 5px;
    border: #888;
    border-radius: 2px;
    margin: 5px;
    cursor:pointer;
    vertical-align: top;
    box-shadow: 0 1px 3px rgba(0,0,0,0.25);
}

.CMSAdmin .CMSListContainer{
    width: calc(100% - 10px);
    display: block;
    margin: 5px;
    text-align: center;
}
.CMSAdmin table.CMSListContainer{
    border-collapse: collapse;
    display: table;
    text-align: left;
    background-color: white;
}
.CMSAdmin .CMSListContainer h3{
    background-color: #666;
    color: white;
    margin: -5px;
    padding: 5px 10px;
    text-align: center;
}
.CMSAdmin .CMSListContainer tr td{
    border-left: 1px solid #ccc;
}
.CMSAdmin .CMSListContainer tr td:first-child{
    border: none;
}
.CMSAdmin .CMSListContainer tr.Inactive{
    background-color: #ddd;
}
.CMSAdmin .CMSListContainer tr:nth-child(odd){
    background-color: #F2D398;
}
.CMSAdmin .CMSListContainer td{
    padding: 5px;
}
.CMSAdmin .CMSListContainer tr{
    transition: all 0.1s linear;
}
.CMSAdmin .CMSListContainer tr:hover{
    background-color: #999;
    color: white;
}
.CMSAdmin .CMSListContainer tr th{
    background-color: #666;
    color: #eee;
    text-align: center;
    padding: 5px;
}
.CMSAdmin .CMSListContainer tr th:not(:last-child){
    border-right: 1px solid #999;
}
/*-------------------------*/
.CMSAdmin table.CMSListItem{
    display: inline-table;
}
.CMSAdmin .ProductResultContainer{
    text-align: center;
}
.CMSAdmin .CMSListContainer .CMSListItem{
    display: inline-block;
    background-color: white;
    margin: 5px;
    border: 3px solid #666;
    position: relative;
    vertical-align: top;
    border-radius: 2px;
    cursor:pointer;
    transition: all 0.1s linear;
}
.CMSAdmin .CMSListContainer .CMSListItem table tr *{
    color: #333;
    text-shadow: none;
}
.CMSAdmin .CMSListContainer .CMSListItem table tr:hover{
    background-color: white;
}
.CMSAdmin .CMSListItem table{
    background-color: white;
    height: 130px;
    width: 300px;
}
.CMSAdmin .CMSListItem table td{
    text-shadow: 0 1px 3px rgba(0,0,0,0.15);
}
.CMSAdmin .CMSListItem table th{
    background-color: white;
}
.CMSAdmin .CMSListItem:hover{
    text-decoration: underline;
    transform: scale(1.05);
}
.CMSAdmin .CMSListItem table .img{
    background-color: white;
}
.CMSAdmin .CMSListItem table img{
    max-height: 110px;
    max-width: 100px;
    display: block;
}
.CMSAdmin .CMSListPager{
    text-align: center;
}
.CMSAdmin .CMSListPagerButton, .CMSAdmin .CMSListSelect{
    display: inline-block;
    margin: 5px;
    padding: 5px;
    line-height: 20px;
    font-size: 16px;
    color: #ddd;
    background: #666;
    border-radius: 2px;
    border: 2px solid #333;
    cursor: pointer;
}
/*-------------------------------------*/
.CMSAdmin .CMSInputPreset{
    display: block;
    max-height: 150px;
    margin: 10px auto;
}
.CMSAdmin .CMSActivationsDropdown{
    z-index: 10;
    position: fixed;
    right: 5px;
    top: 50px;
    text-align: right;
}
.CMSAdmin .CMSActivationsDropdown .triangle{
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent white transparent;
    position: absolute;
    top: 0;
    right: 0px;
    font-size: 0;
    box-sizing: border-box;
    line-height: 10px;
}
.CMSAdmin .CMSActivationsDropdown .content{
    background-color: white;
    box-shadow: 0 1px 3px rgba(0,0,0,0.25);
    border-radius: 1px;
    color: #333;
    text-align: left;
    border: 1px solid white;
    position: absolute;
    top: 10px;
    right: 0;
}
.CMSAdmin .CMSActivationsDropdownButton{
    background-color: #666;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 0;
}
.CMSAdmin .profile_menu_pic{
    width: 80px;
    height: 80px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.25);
    border-radius: 1px;
    background-color: #666;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.CMSAdmin .profile_menu_table{
    border-collapse: collapse;
    min-width: 240px;
}
.CMSAdmin .profile_menu_table td{
    padding: 5px;
}
.CMSAdmin .bluecolor{
    color: #3C5A99;
}
.CMSAdmin hr{
    margin: 0;
    background: #ddd;
    border-radius: 1px;
    height: 2px;
    border: none;
    outline: none;
}
.CMSAdmin .CMSForm.TableInside{
    padding: 10px;
}
.CMSAdmin .CMSFormContainer{
    border-collapse: collapse;
    margin: auto;
}
.CMSAdmin .CMSFormContainer tr{
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.CMSAdmin .CMSFormContainer tr th, .CMSAdmin .CMSFormContainer tr td{
    padding: 5px;
}
.CMSAdmin .CMSFormContainer tr td .Label{
    line-height: 45px;
}
.CMSAdmin .CMSFormContainer tr th h3{
    margin: 0;
}
.CMSAdmin .CMSFormContainer tr.GrayBg{
    text-align: center;
    background-color: #666;
    color: white;
}
.CMSAdmin .Select{
    margin: 5px;
    position: relative;
}
.CMSAdmin .Select.Snake{
    font-size: 0;
    border-radius: 2px;
    background-color: #666;
    color: white;
    text-shadow: 0 1px 3px rgba(0,0,0,0.25);
    overflow: hidden;
    line-height: 25px;
    display: inline-block;
    box-shadow: 0 1px 2px rgba(0,0,0,0.25);
}
.CMSAdmin .Select.Snake label{
    text-align: center;
}
.CMSAdmin .Select.Snake label{
    padding: 5px;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    position:relative;
    transition: all 0.3s linear;
}
.CMSAdmin .SnakeRadio{
    display: none;
}
.CMSAdmin .Select .SnakeLabelContainer{
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}
.CMSAdmin .Select.Snake .SnakeBar{
    width: 0px;
    height: 35px;
    position: absolute;
    transition: all 0.3s ease-in-out;
    background-color: #FF6600;
}
.CMSAdmin .CMSForm.TableInside{
    padding: 10px;
}
.CMSAdmin .Void{
    display: none !important;
}
.CMSAdmin textarea.Element{
    border: 2px solid #888;
    margin: 5px;
    height: 8em;
    width: 25em;
}
.CMSAdmin .FormattedCMSInputContainer{
    display: inline-block;
    vertical-align: top;
    margin: 5px;
    /*overflow: hidden;/**/
    border-radius: 2px;
    color: white;
    font-size: 0;
}
.CMSAdmin .FormattedCMSInputContainer label, .CMSAdmin .FormattedCMSInputContainer .Element, .CMSAdmin .FormattedCMSInputContainer .CMSButton{
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: 'Prompt', sans-serif;
    font-size: 14px;
    line-height: 24px !important;
}
.CMSAdmin .Element.negative{
    border-color: red;
}
.CMSAdmin .Element.positive{
    border-color: green;
}
.CMSAdmin .Element.week{
    border-color: orange;
}
.CMSAdmin .Element.enough{
    border-color: blue;
}
.CMSAdmin select.Element{
    padding-right: 20px;
    background-image: url('resources/triangle.png');
    background-position: calc(100% - 5px) center;
    background-size: 10px auto;
    background-repeat: no-repeat;
    background-color: white;
}
.CMSAdmin select.Element option{
    padding: 5px;
    background-color: #ddd;
    border: 1px solid #ccc;
}
.CMSAdmin .FormattedCMSInputContainer .Element{
    margin: 0;
}
.CMSAdmin .FormattedCMSInputContainer label{
    font-size: 16px;
    color: #eee;
    padding: 5px;
    background-color: #888;
    transition: color 0.2s linear;
    border: 2px solid #888;
}
.CMSAdmin .FormattedCMSInputContainer:hover label{
    color: white;
}
.CMSAdmin .CMSInput.CMSPrintButton{
    padding-right: 40px;
    background-image: url('resources/iconsets/dark_transparent/printer.png');
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: calc(100% - 5px) center;
    cursor: pointer;
    font-size: 16px;
    color: #333;
}
.CMSAdmin .ComplexBoxElement{
    background-color: white;
    border-collapse: collapse;
}
.CMSAdmin .CMSListItem .ComplexBoxElement tr{
    background-color: white;
}
.CMSAdmin .CMSListItem .ComplexBoxElement tr td{
    padding: 0;
    border: none;
}
.CMSAdmin .ComplexBoxElementPicture{
    max-width: 50px;
    max-height: 120px;
}
.CMSAdmin h3.Element{
    padding-left: 10px;
    padding-right: 10px;
}
.ui-tooltip{
    border-radius: 2px;
    border: 4px solid #E69726 !important;
}

.ui-dialog{
    border: 1px solid #eee;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.ui-dialog.animating{
    transition: top 0.2s linear, left 0.2s linear, opacity 0.1s linear;
}
.ui-dialog .ui-dialog-titlebar{
    padding: 0;
}
.ui-dialog .dialog-title-favicon{
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    vertical-align: middle;
}
.ui-dialog .ui-dialog-title{
    color: #888;
    margin: 0;
    width: calc(100% - 81px);
    height: 20px;
    line-height: 20px;
    padding: 0 5px 0 5px;
    display: inline-block;
    vertical-align: middle;
    float: none;
    white-space: nowrap;
    overflow: hidden;
}
.ui-dialog .dialog-control-button{
    width: 15px;
    height: 15px;
    display: inline-block;
    background-color: white;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    border-radius: 2px;
    vertical-align: middle;
    margin: 1px;
    line-height: 15px;
    text-align: center;
    cursor: pointer;
    transition: all 0.1s linear;
}
.ui-dialog .dialog-control-button:hover{
    background-color: #4285F4;
    color: white;
}
.ui-dialog .ui-dialog-titlebar .ui-button{
    display: none;
}
.ui-dialog.highlighted{
    border: 1px solid #333;
    box-shadow: 0 1px 5px rgba(0,0,0,0.25);
}
.ui-dialog.highlighted .ui-dialog-title{
    color: #333;
}
.ui-dialog.moving{
    opacity: 0.4;
}
.ui-dialog-content.ui-widget-content{
    padding: 0;
    height: calc(100% - 20px) !important;
}
.ui-dialog .ui-resizable-handle{

}
.ui-dialog .ui-resizable-handle.ui-resizable-n, .ui-dialog .ui-resizable-handle.ui-resizable-s{
    height: 10px;
}
.ui-dialog .ui-resizable-handle.ui-resizable-e, .ui-dialog .ui-resizable-handle.ui-resizable-w{
    width: 10px;
}

iframe{
    border: none;
    display: block;
    width: 100%;
    height: 100%;
}
.CMSAdmin .PageLoaderContainer{
    position:absolute;
    top:0;
    left: 0;
    width: 100%;
    height: calc(100vh - 150px);
    background-color: rgba(0,0,0,.3);
    z-index: 1000000;
    text-align:center;
}
.CMSAdmin .PageLoaderContainer .valigner{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.CMSAdmin .PageLoaderContainer .loader{
    width: 300px;
    height: 40px;
    background-color: #333;
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    position:relative;
    box-shadow: 0 1px 3px rgba(0,0,0,0.25);
}
.CMSAdmin .PageLoaderContainer .loader .percent{
    width: 100%;
    color: white;
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
    text-shadow: 0 1px 3px rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.CMSAdmin .PageLoaderContainer .loader .statbar_container{
    border-radius:5px;
    overflow:hidden;
    width: 300px;
    height: 100%;
    position: relative;
}
.CMSAdmin .PageLoaderContainer .loader .statbar{
    position:absolute;
    top:0;
    left: 0;
    background-color: #E69726;
    height: 100%;
    transition: all .1s linear;
    z-index: 1;
}
.CMSAdmin .PageLoaderContainer .loader .display{
    position: absolute;
    left: 0;
    bottom: calc(100% + 5px);
    font-size: 18px;
    color: white;
    text-shadow: 0 1px 3px rgba(0,0,0,0.25);
    line-height: 20px;
}

