.gallery_managwer_wrapper{    font-size:16px;    position:fixed;    width:100%;    height:100%;    top:0;    left:0;    background-color:rgba(255,255,255,1);    border-radius:0px;    border:none;    font-family:tahoma;    overflow:hidden;    overflow-y:auto}.gallery_managwer_wrapper .go_top{    position:fixed;    bottom:10px;    right:20px;    width:40px;    height:40px;    background-color:rgba(65,135,255,1);    font-size:24px;    color:#fff;    -webkit-user-select:none;     -moz-user-select:none;       -ms-user-select:none;        user-select:none;      cursor:pointer;    opacity:0.4;    display:none;    z-index:10000}.gallery_managwer_wrapper .go_top span{    position:absolute;    top:4px;    left:8px}.gallery_managwer_wrapper .go_top:hover{    opacity:1}.gallery_managwer_wrapper .go_top:active{    opacity:0.8}.system_message{    position:fixed;    width:100%;    height:auto;    left:0;    top:-250px;    background-color:rgba(65,135,255,0.75);    color:#fff;    font-size:16px;    text-align:center;    box-sizing:border-box;    padding-top:15px;    padding-bottom:15px;    padding-right:50px;    -webkit-transition:top 0.7s ease-out;    -moz-transition:top 0.7s ease-out;    -o-transition:top 0.7s ease-out;    transition:top 0.7s ease-out;    font-weight:400;    z-index:20000}.system_message.active{    top:0px}.system_message span{    position:absolute;    right:10px;    top:10px;    border-radius:3px;    border:2px solid #fff;    width:30px;    box-sizing:border-box;    padding-bottom:2px;    -webkit-user-select:none;     -moz-user-select:none;       -ms-user-select:none;        user-select:none;      cursor:pointer;    -webkit-transition:all 0.25s ease-out;    -moz-transition:all 0.25s ease-out;    -o-transition:all 0.25s ease-out;    transition:all 0.25s ease-out}.system_message span:hover{    background-color:#fff;    color:rgba(65,135,255,0.75)}.system_message span:active{    background-color:#fff;    color:rgba(65,135,255,0.75);    opacity:0.7}.license_wrap{    box-sizing:border-box;    padding:25px;    text-align:center}.license_wrap,.license_wrap a{    font-size:12px !important;    color:#fff}.license_wrap input{    position:relative;    top:2px}.license_wrap span{    margin-right:10px}.instaled_message{    position:relative;    max-width:350px;    min-height:150px;    height:auto;    margin-left:auto;    margin-right:auto;    top:70px;    border:1px solid rgba(65,135,255,0.75);    border-radius:5px;    box-sizing:border-box;    padding:15px;    z-index:1000}.instaled_message.installpage{    max-width:700px}.instaled_message_hidden{    position:absolute;    width:100%;    height:100%;    background-color:rgba(65,135,255,0.9);    left:0;    top:0;    opacity:0;    -webkit-transition:opacity 0.25s ease-out;    -moz-transition:opacity 0.25s ease-out;    -o-transition:opacity 0.25s ease-out;    transition:opacity 0.25s ease-out}.instaled_message:hover .instaled_message_hidden{    opacity:1}.instaled_message_hidden h5{    color:#fff;    font-size:16px !important;    padding-top:15px !important;    padding-bottom:10px !important}.instaled_message_hidden tr td{    box-sizing:border-box;    padding:2px;    padding-left:10px;    padding-right:10px}.instaled_message_hidden tr:nth-child(1) td{    text-align:center;    color:#fff;    text-transform:uppercase;    font-size:13px !important}.instaled_message_hidden tr:nth-child(2) td{    font-size:12px !important;    color:#fff}.instaled_message_hidden tr:nth-child(3) td{    text-align:center;    color:#fff;    text-transform:uppercase;    font-size:20px !important}.instaled_message_hidden tr:nth-child(3) td:nth-child(1){    font-weight:bold}.instaled_message_hidden tr:nth-child(4) td{    font-size:12px !important;    color:#fff}.instaled_message_hidden tr:nth-child(5) td{    text-align:center;    color:#fff;    text-transform:uppercase;    font-size:16px !important}.system_requires{    text-align:center;    color:#fff;    font-size:13px !important}.instaled_message_hidden hr{    color:#fff !important}.instaled_message i{    position:absolute;    top:17px;    right:4px;    font-size:12px;    color:rgba(65,135,255,1);    -webkit-animation:opacity 2s infinite;    -moz-animation:   opacity 2s infinite;    -o-animation:     opacity 2s infinite;    animation:        opacity 2s infinite}.instaled_message h5{    padding:0;    margin:0;    text-align:center;    font-weight:400;    text-transform:uppercase;    font-size:11px}   .instaled_message h5 span{    text-transform:initial}.instaled_message h5 span span{    text-transform:uppercase}.instaled_message hr{    color:rgba(65,135,255,0.75);    border-top:0px}.instaled_message div{    font-size:11px;    line-height:17px}.red_class{    color:red}.green_class{    color:green}@-webkit-keyframes opacity{    0%  {opacity:0}    50%  {opacity:1}    100%{opacity:0}}@-moz-keyframes opacity{    0%  {opacity:0}    50%  {opacity:1}    100%{opacity:0}}@-o-keyframes opacity{    0%  {opacity:0}    50%  {opacity:1}    100%{opacity:0}}@keyframes opacity{    0%  {opacity:0}    50%  {opacity:1}    100%{opacity:0}}.box_boxes button{    display:block;    position:relative;    width:60%;    margin-left:auto;    margin-right:auto;    backrgound:none;    border-radius:0px;    border:none;    color:#fff;    padding:10px;    font-size:15px !important;    text-transform:uppercase;    cursor:pointer;    margin-top:20px}.box_boxes button:hover{    opacity:0.9}.box_boxes button:active{    opacity:0.7}.box_boxes button:nth-child(1){    background-color:#2dc62d}.box_boxes button:nth-child(2){    background-color:#fff;    color:rgba(65,135,255,1);    display:none}.box_boxes button.disabled{    cursor:default;    opacity:0.5}.please_wait_setup_message{    text-align:center;    font-weight:400;    color:rgba(65,135,255,1);    font-size:16px;    -webkit-animation:opacity 2s infinite;    -moz-animation:   opacity 2s infinite;    -o-animation:     opacity 2s infinite;    animation:        opacity 2s infinite}.test_request{    position:absolute;    left:0;    top:0;    z-index:10000;    opacity:0.3}.test_request:hover{    opacity:1}.input_login_box{    position:relative;    padding-top:10px;    padding-bottom:5px}.input_login_box input,.input_login_box textarea{    position:relative;    width:90%;    margin-left:auto;    margin-right:auto;    display:block;    box-sizing:border-box;    padding:10px;    border:1px solid rgba(65,135,255,0.75);    border-radius:0px}label[for="submit"]{    position:absolute;    display:none;    opacity:0.6;    bottom:25px;    right:20px}.uploadform_loader{    bottom:36px;    right:16px}label[for="submit"]:after{    position:absolute;    width:35px;    height:35px;    background-color:#ccc;    right:0px;    top:0px;    content:'';    background:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPScxMjBweCcgaGVpZ2h0PScxMjBweCcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQiIGNsYXNzPSJ1aWwtc3F1YXJlcyI+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9Im5vbmUiIGNsYXNzPSJiayI+PC9yZWN0PjxyZWN0IHg9IjE1IiB5PSIxNSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiBmaWxsPSIjNDE4N2ZmIiBjbGFzcz0ic3EiPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9ImZpbGwiIGZyb209IiM0MTg3ZmYiIHRvPSIjNzdiMWYzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgZHVyPSIxcyIgYmVnaW49IjAuMHMiIHZhbHVlcz0iIzc3YjFmMzsjNzdiMWYzOyM0MTg3ZmY7IzQxODdmZiIga2V5VGltZXM9IjA7MC4xOzAuMjsxIj48L2FuaW1hdGU+PC9yZWN0PjxyZWN0IHg9IjQwIiB5PSIxNSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiBmaWxsPSIjNDE4N2ZmIiBjbGFzcz0ic3EiPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9ImZpbGwiIGZyb209IiM0MTg3ZmYiIHRvPSIjNzdiMWYzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgZHVyPSIxcyIgYmVnaW49IjAuMTI1cyIgdmFsdWVzPSIjNzdiMWYzOyM3N2IxZjM7IzQxODdmZjsjNDE4N2ZmIiBrZXlUaW1lcz0iMDswLjE7MC4yOzEiPjwvYW5pbWF0ZT48L3JlY3Q+PHJlY3QgeD0iNjUiIHk9IjE1IiB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9IiM0MTg3ZmYiIGNsYXNzPSJzcSI+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iZmlsbCIgZnJvbT0iIzQxODdmZiIgdG89IiM3N2IxZjMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiBkdXI9IjFzIiBiZWdpbj0iMC4yNXMiIHZhbHVlcz0iIzc3YjFmMzsjNzdiMWYzOyM0MTg3ZmY7IzQxODdmZiIga2V5VGltZXM9IjA7MC4xOzAuMjsxIj48L2FuaW1hdGU+PC9yZWN0PjxyZWN0IHg9IjE1IiB5PSI0MCIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiBmaWxsPSIjNDE4N2ZmIiBjbGFzcz0ic3EiPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9ImZpbGwiIGZyb209IiM0MTg3ZmYiIHRvPSIjNzdiMWYzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgZHVyPSIxcyIgYmVnaW49IjAuODc1cyIgdmFsdWVzPSIjNzdiMWYzOyM3N2IxZjM7IzQxODdmZjsjNDE4N2ZmIiBrZXlUaW1lcz0iMDswLjE7MC4yOzEiPjwvYW5pbWF0ZT48L3JlY3Q+PHJlY3QgeD0iNjUiIHk9IjQwIiB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9IiM0MTg3ZmYiIGNsYXNzPSJzcSI+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iZmlsbCIgZnJvbT0iIzQxODdmZiIgdG89IiM3N2IxZjMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiBkdXI9IjFzIiBiZWdpbj0iMC4zNzUiIHZhbHVlcz0iIzc3YjFmMzsjNzdiMWYzOyM0MTg3ZmY7IzQxODdmZiIga2V5VGltZXM9IjA7MC4xOzAuMjsxIj48L2FuaW1hdGU+PC9yZWN0PjxyZWN0IHg9IjE1IiB5PSI2NSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiBmaWxsPSIjNDE4N2ZmIiBjbGFzcz0ic3EiPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9ImZpbGwiIGZyb209IiM0MTg3ZmYiIHRvPSIjNzdiMWYzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgZHVyPSIxcyIgYmVnaW49IjAuNzVzIiB2YWx1ZXM9IiM3N2IxZjM7Izc3YjFmMzsjNDE4N2ZmOyM0MTg3ZmYiIGtleVRpbWVzPSIwOzAuMTswLjI7MSI+PC9hbmltYXRlPjwvcmVjdD48cmVjdCB4PSI0MCIgeT0iNjUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0iIzQxODdmZiIgY2xhc3M9InNxIj48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJmaWxsIiBmcm9tPSIjNDE4N2ZmIiB0bz0iIzc3YjFmMyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIGR1cj0iMXMiIGJlZ2luPSIwLjYyNXMiIHZhbHVlcz0iIzc3YjFmMzsjNzdiMWYzOyM0MTg3ZmY7IzQxODdmZiIga2V5VGltZXM9IjA7MC4xOzAuMjsxIj48L2FuaW1hdGU+PC9yZWN0PjxyZWN0IHg9IjY1IiB5PSI2NSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiBmaWxsPSIjNDE4N2ZmIiBjbGFzcz0ic3EiPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9ImZpbGwiIGZyb209IiM0MTg3ZmYiIHRvPSIjNzdiMWYzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgZHVyPSIxcyIgYmVnaW49IjAuNXMiIHZhbHVlcz0iIzc3YjFmMzsjNzdiMWYzOyM0MTg3ZmY7IzQxODdmZiIga2V5VGltZXM9IjA7MC4xOzAuMjsxIj48L2FuaW1hdGU+PC9yZWN0Pjwvc3ZnPg=='); background-size:contain; background-position:50% 50%}.input_login_box textarea{ font-family:tahoma; font-size:13px}.input_login_box input.invalid{ border-color:red}.user_select{ box-sizing:border-box; padding-left:15px; padding-right:15px; display:none}.is_admin .user_select{ display:block}.user_select h5{ text-align:left; display:inline-block; vertical-align:top}.user_select button{ float:right}.clear{ clear:both}.user_select button i{ position:static; animation:0s ease 0s normal none 1 running none; top:initial; left:initial; width:auto; height:auto}.submit_pre_form{ border:1px solid rgba(65,135,255,1); background-color:rgba(65,135,255,1); color:#fff; cursor:pointer; -webkit-transition:all 0.25s ease-out; -moz-transition:all 0.25s ease-out; -o-transition:all 0.25s ease-out; transition:all 0.25s ease-out}.submit_pre_form:hover{ background-color:#fff; color:rgba(65,135,255,1)}.submit_pre_form:active{ opacity:0.6}.submit_pre_form[disabled="disabled"]{ opacity:0.5; background-color:#fff; color:rgba(65,135,255,1); cursor:default}.submit_pre_form[disabled="disabled"]:active{ opacity:0.5}.register_need i{ animation:none; top:178px; right:9px; -webkit-user-select:none;  -moz-user-select:none;  -ms-user-select:none;  user-select:none;  cursor:pointer}.register_need[data-pass="true"] i{ opacity:0.5}.register_need i:hover{ opacity:0.8}.register_need i:active{ opacity:0.7}.gallery_managwer_inner{ display:none}.loading_content{ position:absolute; font-size:10px; top:5px; right:5px; color:rgba(65,135,255,1); -webkit-animation:opacity 2s infinite; -moz-animation: opacity 2s infinite; -o-animation: opacity 2s infinite; animation: opacity 2s infinite}.gallery_managwer_inner header{ dislay:block; border-bottom:1px solid rgba(65,135,255,0.75); padding-bottom:5px}.gallery_managwer_inner header ul{ list-style-type:none}.gallery_managwer_inner header ul li,.buttons{ display:inline-block; text-align:center; text-transform:uppercase; font-size:14px; border:1px solid rgba(65,135,255,0.75); box-sizing:border-box; padding:5px; padding-left:10px; padding-right:10px; margin-right:10px; margin-top:5px; color:rgba(65,135,255,0.75); background-color:#fff; -webkit-user-select:none;  -moz-user-select:none;  -ms-user-select:none;  user-select:none;  cursor:pointer; -webkit-transition:all 0.25s ease-out; -moz-transition:all 0.25s ease-out; -o-transition:all 0.25s ease-out; transition:all 0.25s ease-out}.gallery_managwer_inner header ul li,.buttons:last-child{ margin-right:0px}.gallery_managwer_inner header ul li:hover,.buttons:hover{ background-color:rgba(65,135,255,0.75); color:#fff}.gallery_managwer_inner header ul li:active,.buttons:active{ background-color:rgba(65,135,255,0.75); color:#fff; opacity:0.8}.buttons.disabled{ opacity:0.5; cursor:default}.buttons.disabled:hover{ background-color:rgba(255,255,255,1); color:rgba(65,135,255,0.75)}.buttons.disabled:active{ background-color:rgba(255,255,255,1); color:rgba(65,135,255,0.75)}.gallery_managwer_inner header ul li.active{ background-color:rgba(65,135,255,0.75); color:#fff}.gallery_managwer_inner header ul li i{ display:block; font-size:24px}.gallery_managwer_inner header ul li[data-page="settings_page"],.gallery_managwer_inner header ul li[data-page="users_page"],.gallery_managwer_inner header ul li[data-page="logs_page"]{    display:none}.is_admin .gallery_managwer_inner header ul li[data-page="settings_page"],.is_admin .gallery_managwer_inner header ul li[data-page="users_page"],.is_admin .gallery_managwer_inner header ul li[data-page="logs_page"]{    display:inline-block}.gallery_managwer_inner_content{    position:relative;    margin:20px}.home_page ul{    list-style-type:none;    display:block;    text-align:center}.home_page ul li{    width:300px;    height:300px;    display:inline-block;    text-align:center;    text-transform:uppercase;    font-size:14px;    border:1px solid rgba(65,135,255,0.75);    box-sizing:border-box;    padding:25px;    margin-right:20px;    margin-top:5px;    color:rgba(65,135,255,0.75);    background-color:#fff;    -webkit-user-select:none;     -moz-user-select:none;       -ms-user-select:none;        user-select:none;      cursor:pointer;    -webkit-transition:all 0.25s ease-out;    -moz-transition:all 0.25s ease-out;    -o-transition:all 0.25s ease-out;    transition:all 0.25s ease-out;    position:relative;    overflow:hidden}.home_page ul li:hover{    background-color:rgba(65,135,255,0.75);    color:#fff}.home_page ul li:active{    background-color:rgba(65,135,255,0.75);    color:#fff;    opacity:0.8}.home_page ul li i{    font-size:150px}.home_page ul li span{    position:absolute;    bottom:25px;    left:0;    width:100%}.settings_page,.logs_page,.users_page,.gallery_page,.info_page,.album_content,.home_page_content{    max-width:768px;    margin-left:auto;    margin-right:auto;    font-size:14px;    color:rgba(65,135,255,1);    box-sizing:border-box;    padding:25px}.minimized_text{    font-size:10px}.mode_option{    text-transform:capitalize}.option_css_easing{    font-size:11px;    color:#666;    padding:5px}.option_css_easing_wrapper{    position:relative}.option_css_easing_wrapper.active:before{    font:normal normal normal 14px/1 FontAwesome; content:"\f0c7"; position:absolute; right:-20px; top:3px; cursor:pointer}.example_text{ font-size:11px; color:#ccc; white-space:nowrap}.info_page_inner{ font-size:13px; color:rgba(0,0,0,1)}.info_page_inner h5{ font-weight:400; font-size:15px; color:rgba(65,135,255,1)}.info_page_inner a{ text-decoration:none;  color:rgba(0,0,0,0.5)}.info_page_inner a:hover{ text-decoration:underline}.logs_page{ color:rgb(43,92,176); line-height:20px; font-size:12px}.settings_page select,.settings_page select option{ font-size:12px; cursor:pointer}.horisontal_delimiter{ border-bottom:1px solid rgba(65,135,255,0.5)}h5.title_h5{ font-weight:400; font-size:14px; text-transform:capitalize; padding:0; margin:0; color:rgba(65,135,255,1); text-transform:uppercase}h5.title_h5 span{ text-transform:lowercase}.download_logs{ position:relative; z-index:100}.download_logs a{ position:relative; left:0; top:0; width:100%; height:100%; color:rgba(65,135,255,0.75); text-decoration:none; -webkit-transition:color 0.25s ease-out; -moz-transition:color 0.25s ease-out; -o-transition:color 0.25s ease-out; transition:color 0.25s ease-out; z-index:101}.download_logs:hover a{ color:#fff}.gallery_managwer_overlay{ position:fixed; top:0; left:0; width:100%; height:100%; background-color:rgba(255,255,255,0.6); z-index:20000; display:none}.questions_window{ position:fixed; background-color:rgba(65,135,255,0.75); right:-250px; top:-250px; padding-bottom:15px; padding-top:25px; padding-left:25px; padding-right:25px; z-index:20010; text-align:center;  min-width:200px; transition:all 500ms cubic-bezier(0.68,-0.55,0.265,1.55) 0s; -o-transition:all 500ms cubic-bezier(0.68,-0.55,0.265,1.55) 0s; -moz-transition:all 500ms cubic-bezier(0.68,-0.55,0.265,1.55) 0s; -webkit-transition:all 500ms cubic-bezier(0.68,-0.55,0.265,1.55) 0s}.questions_window.active{ right:35px; top:25px}.questions_window button:hover{ border-color:rgba(255,255,255,0.8); background:none}.questions_window_content{ color:#fff; font-size:14px; max-width:320px}.users_page table{ text-align:left; font-size:14px; color:rgba(65,135,255,1)}.users_page table tr{ border-bottom:1px solid rgba(65,135,255,0.5)}.users_page table th{ padding-bottom:20px; font-weight:700; font-size:12px}.users_page table td,.users_page table th{ box-sizing:border-box; padding:10px; border-bottom:1px solid rgba(65,135,255,0.5)}.users_page table tr:last-child td{ border:none}.users_page table td:nth-child(1),.users_page table th:nth-child(1){ width:5%; padding-left:0px}.users_page table td:nth-child(2),.users_page table th:nth-child(2){ width:35%}.users_page table td:nth-child(3),.users_page table th:nth-child(3){ width:30%}.users_page table td:nth-child(4),.users_page table th:nth-child(4){ width:30%; padding-right:0px}.system_popup_fullwidth,.system_popup_fullwidth2{ position:fixed; width:100%; height:100%; left:0; top:0; z-index:5000; background-color:rgba(255,255,255,0.85); display:none; padding-top:25px; overflow-y:auto}.system_popup_fullwidth2{ display:none; z-index:5010; background-color:rgba(255,255,255,0.95)}.system_popup_fullwidth2 .instaled_message{ top:0px; border-radius:0; border:none}button.select_users i{ color:rgba(65,135,255,1); -webkit-transition:color 0.25s ease-out; -moz-transition:color 0.25s ease-out; -o-transition:color 0.25s ease-out; transition:color 0.25s ease-out}button.select_users:hover i{ color:#fff}.system_popup_fullwidth_close,.system_popup_fullwidth_close2{ position:absolute; right:20px; top:10px; border-radius:3px; border:2px solid rgba(65,135,255,0.5); background-color:rgba(65,135,255,0.75); width:30px; box-sizing:border-box; padding-bottom:2px; -webkit-user-select:none;  -moz-user-select:none;  -ms-user-select:none;  user-select:none;  cursor:pointer; -webkit-transition:all 0.25s ease-out; -moz-transition:all 0.25s ease-out; -o-transition:all 0.25s ease-out; transition:all 0.25s ease-out; color:#fff; text-align:center; font-weight:700}.system_popup_fullwidth_close:hover,.system_popup_fullwidth_close2:hover{ background-color:#fff; color:rgba(65,135,255,0.5)}.system_popup_fullwidth_close:active,.system_popup_fullwidth_close2:active{ background-color:#fff; color:rgba(65,135,255,0.75); opacity:0.7}.system_popup_fullwidth .instaled_message{ border:none}.select_users_user{ margin-top:10px; margin-bottom:10px}.select_users_user .add_wrapper{ float:right}.select_users_user .add_wrapper span{ display:none; -webkit-user-select:none;  -moz-user-select:none;  -ms-user-select:none;  user-select:none;  cursor:pointer; -webkit-transition:opacity 0.25s ease-out; -moz-transition:opacity 0.25s ease-out; -o-transition:opacity 0.25s ease-out; transition:opacity 0.25s ease-out; opacity:1; color:rgba(65,135,255,1)}.select_users_user .add_wrapper span:hover{ opacity:0.8}.select_users_user .add_wrapper span:active{ opacity:0.6}.select_users_user .add_wrapper span:first-child{ display:inline-block}.select_users_user.added .add_wrapper span:first-child{ display:none}.select_users_user.added .add_wrapper span:last-child{ display:inline-block}.select_users_user{ color:rgba(0,0,0,0.8); cursor:pointer}.select_users_user.added{ color:rgba(65,135,255,1)}.additional_user_info{ margin-left:15px; margin-right:15px; display:none}.additional_user_info{ color:rgba(65,135,255,1)}.button_inner_content{ display:none}.gallery_page{ position:relative}.preview_album{ margin-bottom:10px; position:relative}.preview_album_image{ width:170px; height:100px; display:inline-block; background-size:cover; position:relative; cursor:pointer; overflow:hidden; -webkit-transition:opacity 0.25s ease-out; -moz-transition:opacity 0.25s ease-out; -o-transition:opacity 0.25s ease-out; transition:opacity 0.25s ease-out; opacity:1}.preview_album_image a{ position:absolute; left:0; top:0; width:100%; height:100%}.preview_album_image.no_image{ background-size:contain; background-position:50% 50%; background-repeat:no-repeat}.preview_album_image:hover{ opacity:0.9}.preview_album_image:active{ opacity:0.8}.preview_album_image i{ position:absolute; background-color:rgba(255,255,255,0.7); left:0; top:0; padding:5px}.preview_album_image .open_albums{ position:absolute; left:0; bottom:-50px; width:100%; height:auto; background-color:rgba(255,255,255,0.9); font-size:11px; text-transform:uppercase; text-align:center; padding:5px; box-sizing:border-box; -webkit-transition:bottom 0.25s ease-out; -moz-transition:bottom 0.25s ease-out; -o-transition:bottom 0.25s ease-out; transition:bottom 0.25s ease-out}.preview_album_image:hover .open_albums{ bottom:0}.preview_album_image .open_albums i{ position:static}.preview_album span.right_colspan{ vertical-align:top; font-size:12px; padding-left:10px; display:inline-block; width:65%; position:relative}.preview_album span.right_colspan div{ display:inline-block}.managers_select .select_users_user{ margin-top:0px; margin-bottom:0px; margin-left:7px; color:#000}.managers_select .select_users_user .add_wrapper{ margin-left:3px}.albums_button_wrapper{ margin-top:5px}.albums_button_wrapper .buttons{ font-size:10px; margin-right:5px}.albums_hidden{ display:none}.copyright_system{ position:fixed; bottom:2px; left:2px; font-size:10px; color:rgba(65,135,255,1); background-color:rgba(255,255,255,0.8); padding-right:2px; padding-top:2px}.copyright_system a{ color:rgba(65,135,255,1); text-decoration:none}.copyright_system a:hover{ text-decoration:underline}.album_desc{ color:rgba(0,0,0,0.7); font-size:13px}.submit_pre_form{ text-transform:uppercase}.images_count{ font-size:12px; color:rgba(0,0,0,0.45); text-transform:lowercase}.filename{ color:rgba(0,0,0,0.7)}#upload_files input[name="album_id"]{ display:none}.add_form_upload{ left:5%; width:89%; position:relative; color:rgb(65,135,255); display:none}.add_form_upload span{ opacity:1; -webkit-transition:opacity 0.25s ease-out; -moz-transition:opacity 0.25s ease-out; -o-transition:opacity 0.25s ease-out; transition:opacity 0.25s ease-out; -webkit-user-select:none;  -moz-user-select:none;  -ms-user-select:none;  user-select:none;  cursor:pointer; font-weight:700; font-size:23px}.add_form_upload span:hover{ opacity:0.8}.add_form_upload span:active{ opacity:0.6}.file_select_wrapper input{ opacity:0; z-index:2000; cursor:pointer}.file_select_wrapper{ background-color:#fff; color:rgba(65,135,255,1); border:1px solid rgba(65,135,255,0.75); left:5%; width:89%; position:relative; box-sizing:border-box; padding-right:20px; cursor:pointer; -webkit-transition:all 0.25s ease-out; -moz-transition:all 0.25s ease-out; -o-transition:all 0.25s ease-out; transition:all 0.25s ease-out; margin-bottom:10px; overflow:hidden}.file_select_wrapper:hover{ background-color:rgba(65,135,255,0.75); color:#fff}.file_select_wrapper:active{ background-color:rgba(65,135,255,0.75); color:#fff; opacity:0.8}.file_select_wrapper.uploaded_false{ background-color:#fff; color:rgba(255,65,65,1); border:1px solid rgba(255,65,65,0.8)}.file_select_wrapper.uploaded_false:hover{ background-color:#fff; color:rgba(255,65,65,1); border:1px solid rgba(255,65,65,0.8); opacity:0.8}.file_select_wrapper.uploaded_false:active{ background-color:#fff; color:rgba(255,65,65,1); border:1px solid rgba(255,65,65,0.8); opacity:0.6}.file_select_wrapper.uploaded_true{ background-color:#fff; color:rgba(1,161,42,1); border:1px solid rgba(1,161,42,0.66)}.file_select_wrapper.uploaded_true:hover{ background-color:#fff; color:rgba(1,161,42,1); border:1px solid rgba(1,161,42,0.66)}.file_select_wrapper.uploaded_true:active{ background-color:#fff; color:rgba(1,161,42,1); border:1px solid rgba(1,161,42,0.66)}.file_select_wrapper.uploaded_true span.remove_file_select{ display:none !important}.file_select_wrapper span{ position:absolute; top:15px; font-size:14px; left:10px; z-index:1999; cursor:pointer}span.remove_file_select{ right:5px !important; top:3px; left:initial !important; font-size:16px; display:none}span.remove_file_select:hover{ opacity:0.8}span.remove_file_select:active{ opacity:0.6}ul.active_link{ position:relative; top:5px}.album_buttons_mini{ border:1px solid rgba(65,135,255,0.7); padding:1px; border-radius:2px; font-size:15px; width:15px; height:15px; text-align:center; -webkit-user-select:none;  -moz-user-select:none;  -ms-user-select:none;  user-select:none;  cursor:pointer; position:absolute; right:-55px; color:rgba(65,135,255,0.7); -webkit-transition:all 0.25s ease-out; -moz-transition:all 0.25s ease-out; -o-transition:all 0.25s ease-out; transition:all 0.25s ease-out; opacity:0.8; background-color:#fff}.album_buttons_mini.image_edit_button{ top:0}.album_buttons_mini.image_delete_button{ top:50px}.album_buttons_mini:hover{ opacity:1; color:#fff; border:1px solid rgba(65,135,255,0.75); background-color:rgba(65,135,255,0.75)}.album_buttons_mini:active{ opacity:0.7; color:#fff; border:1px solid rgba(65,135,255,0.75); background-color:rgba(65,135,255,0.75)}.album_buttons_mini i{ font-size:11px; position:absolute; left:4px; top:3px}.max_file{ padding-left:17px; box-sizing:border-box}.admin_sort,.admin_sort option,.admin_elements,.admin_elements option{ color:rgba(65,135,255,1); cursor:pointer}.pagination_gallery ul{ list-style-type:none; display:block; text-align:center}.pagination_gallery ul li{ display:inline-block; padding:1px; background-color:#fff; text-align:center; width:20px; height:19px; color:rgba(65,135,255,1); border:1px solid rgba(65,135,255,1); margin-left:2px; margin-right:2px; -webkit-user-select:none;  -moz-user-select:none;  -ms-user-select:none;  user-select:none;  cursor:pointer; -webkit-transition:all 0.25s ease-out; -moz-transition:all 0.25s ease-out; -o-transition:all 0.25s ease-out; transition:all 0.25s ease-out; opacity:1; font-size:11px; box-sizing:border-box}.pagination_gallery{ margin-top:10px}.pagination_gallery ul li.active{ background-color:rgba(65,135,255,0.5); border:1px solid rgba(65,135,255,0.5); color:rgb(255,255,255); cursor:default}.pagination_gallery ul li:hover{ background-color:rgba(65,135,255,1); color:#fff}.pagination_gallery ul li.li_delimiter{ border-color:#fff !important; background-color:#fff !important; color:rgba(65,135,255,1) !important; cursor:default; padding-left:0; padding-right:0; margin-left:0; margin-right:0}.pagination_gallery ul li:active{ opacity:0.8}.page_info_pagination{ font-size:11px; padding-top:5px; display:block; position:relative; top:4px}.paggination_admin_top{ position:relative}.paggination_admin_top .pagination_gallery{ position:absolute; top:-33px; right:-1px}.feed_content span{ font-size:11px; -webkit-animation:opacity 2s infinite; -moz-animation: opacity 2s infinite; -o-animation: opacity 2s infinite; animation: opacity 2s infinite}.feed_publ{ font-size:11px; color:rgba(0,0,0,0.6)}.feedcontent{ font-size:13px; color:rgba(0,0,0,0.7)}.feed_wrap{ margin-top:10px}.feed_wrap:first-child{ margin-top:0px}.feed_content a{ font-size:12px; color:rgba(65,135,255,1); text-decoration:none}.feed_content a:hover{ text-decoration:underline}.buttons.create_album{ margin-bottom:5px}.file_select_wrapper:first-child .remove_file_select{ display:none !important}@media screen and (max-width:768px){ .gallery_managwer_inner header ul li{ font-size:11px} .gallery_managwer_inner header ul li i{ font-size:14px} .gallery_managwer_inner_content{ margin-left:0; margin-right:0} .home_page ul li{ width:150px; height:150px; padding:20px} .home_page ul li i{ font-size:75px} .home_page ul li span{ bottom:5px} .settings_page,.logs_page,.gallery_page,.info_page{ padding:0px; padding-left:10px; padding-right:10px} .users_page table{  font-size:12px} .users_page table tr{ padding-bottom:10px; padding-top:10px} .users_page table td,.users_page table th{ display:block; padding:0; width:auto} .users_page table td:last-child { padding-bottom:10px} .users_page table th{ padding-bottom:10px} .users_page table td{ padding-top:5px; width:100% !important; border:none} .users_page table tr td:last-child{ border-bottom:1px solid rgba(65,135,255,0.5)} .users_page table tr:last-child td:last-child{ border:none} .users_page table th{ display:inline-block; padding-left:5px; padding-right:5px} .users_page table th:first-child{ padding-left:0px} .users_page table th:last-child{ padding-left:0px; text-align:right} .users_page table th:nth-child(2),.users_page table th:nth-child(3){ text-align:center} .preview_album{ box-sizing:border-box; padding-left:5px} .preview_album:nth-child(2n-1){  background-color:#f3f3f399; padding-top:5px; padding-bottom:5px} .preview_album span.right_colspan{ padding-left:0px; display:block; width:100%; margin-top:10px} .albums_button_wrapper{ position:absolute; top:0; right:5px} .albums_button_wrapper .buttons{ margin-right:0} .album_buttons_mini{ right:15px} .album_buttons_mini.image_edit_button{ top:-100px} .album_buttons_mini.image_delete_button{ top:-50px}}@media screen and (max-width:360px){ .instaled_message{ margin-left:5px; margin-right:5px} .preview_album_image{ width:100%; height:200px} .albums_button_wrapper{ position:static} span.right_colspan.right_colspan_image{ padding-top:28px} .album_buttons_mini{ position:absolute} .album_buttons_mini.image_edit_button{ top:0; right:initial; left:0px} .album_buttons_mini.image_delete_button{ top:0; right:2px}}@media screen and (max-width:350px){ .instaled_message{ margin-left:5px; margin-right:5px}}.lg-sub-html{ font-family:tahoma !important} .alert_wrapper_inner{ max-width:500px; border:1px solid red; box-sizing:border-box; padding:20px; margin-top:10px; margin-bottom:10px; margin-right:auto; margin-left:auto; color:red; text-align:center; font-size:13px; font-weight:400; background-color:#fff}.alert_wrapper_inner_content{ text-align:left}.news_youtube{ text-align:center}@media screen and (max-width:560px){ .news_youtube iframe{ width:100%; min-height:150px}} .tooltipm { border-bottom:1px dotted #8E8E8E; font-size:12px; color:#8E8E8E; outline:none; cursor:help; text-decoration:none; position:relative; font-family:Tahoma}.tooltipm span{ margin-left:-999em; position:absolute}.tooltipm:hover span{ box-shadow:5px 5px 5px rgba(0,0,0,0.3);-webkit-box-shadow:5px 5px rgba(0,0,0,0.3);-moz-box-shadow:5px 5px rgba(0,0,0,0.3); font-family:Tahoma; position:absolute;left:1em;top:2em;z-index:99;  margin-left:0;width:350px}.classictl{ padding:0.8em 1em; font-size:14px; background-color:#484848; color:#e4e4e4; line-height:1.4}.lg-zoom-in .lg-item.lg-next-slide,.lg-zoom-in .lg-item.lg-prev-slide,.lg-zoom-in-big .lg-item.lg-next-slide,.lg-zoom-in-big .lg-item.lg-prev-slide,.lg-zoom-out .lg-item.lg-next-slide,.lg-zoom-out .lg-item.lg-prev-slide,.lg-zoom-out-big .lg-item.lg-next-slide,.lg-zoom-out-big .lg-item.lg-prev-slide,.lg-zoom-out-in .lg-item.lg-next-slide,.lg-zoom-out-in .lg-item.lg-prev-slide,.lg-zoom-in-out .lg-item.lg-next-slide,.lg-zoom-in-out .lg-item.lg-prev-slide,.lg-soft-zoom .lg-item.lg-next-slide,.lg-soft-zoom .lg-item.lg-prev-slide,.lg-scale-up .lg-item.lg-next-slide,.lg-scale-up .lg-item.lg-prev-slide,.lg-slide-circular .lg-item.lg-next-slide,.lg-slide-circular .lg-item.lg-prev-slide,.lg-slide-circular-vertical .lg-item.lg-next-slide,.lg-slide-circular-vertical .lg-item.lg-prev-slide,.lg-slide-vertical-growth .lg-item.lg-next-slide,.lg-slide-vertical-growth .lg-item.lg-prev-slide,.lg-slide-skew-only .lg-item.lg-next-slide,.lg-slide-skew-only .lg-item.lg-prev-slide,.lg-slide-skew-only-rev .lg-item.lg-next-slide,.lg-slide-skew-only-rev .lg-item.lg-prev-slide,.lg-slide-skew-only-y .lg-item.lg-next-slide,.lg-slide-skew-only-y .lg-item.lg-prev-slide,.lg-slide-skew-only-y-rev .lg-item.lg-next-slide,.lg-slide-skew-only-y-rev .lg-item.lg-prev-slide,.lg-slide-skew .lg-item.lg-next-slide,.lg-slide-skew .lg-item.lg-prev-slide,.lg-slide-skew-rev .lg-item.lg-next-slide,.lg-slide-skew-rev .lg-item.lg-prev-slide,.lg-slide-skew-cross .lg-item.lg-next-slide,.lg-slide-skew-cross .lg-item.lg-prev-slide,.lg-slide-skew-cross-rev .lg-item.lg-next-slide,.lg-slide-skew-cross-rev .lg-item.lg-prev-slide,.lg-slide-skew-ver .lg-item.lg-next-slide,.lg-slide-skew-ver .lg-item.lg-prev-slide,.lg-slide-skew-ver-rev .lg-item.lg-next-slide,.lg-slide-skew-ver-rev .lg-item.lg-prev-slide,.lg-slide-skew-ver-cross .lg-item.lg-next-slide,.lg-slide-skew-ver-cross .lg-item.lg-prev-slide,.lg-slide-skew-ver-cross-rev .lg-item.lg-next-slide,.lg-slide-skew-ver-cross-rev .lg-item.lg-prev-slide,.lg-lollipop .lg-item.lg-next-slide,.lg-lollipop .lg-item.lg-prev-slide,.lg-lollipop-rev .lg-item.lg-next-slide,.lg-lollipop-rev .lg-item.lg-prev-slide,.lg-rotate .lg-item.lg-next-slide,.lg-rotate .lg-item.lg-prev-slide,.lg-rotate-rev .lg-item.lg-next-slide,.lg-rotate-rev .lg-item.lg-prev-slide,.lg-tube .lg-item.lg-next-slide,.lg-tube .lg-item.lg-prev-slide{-webkit-transform-origin:center!important;-ms-transform-origin:center!important;-o-transform-origin:center!important;transform-origin:center!important}.t2 input.option_css_easing,.t3 input.option_css_easing,.t4 input.option_css_easing,.t5 input.option_css_easing,.t6 input.option_css_easing,.minitransformscale input.option_css_easing{width:64px}header,.instaled_message_hidden{background-color:#484848}.gallery_managwer_inner header{border-bottom:1px solid #1E1E1E;padding-bottom:13px}ul.active_link{padding-left:8px}.gallery_managwer_inner header ul li i{display:inline;font-size:14px;padding-right:4px}.gallery_managwer_inner header ul li,.buttons{text-transform:none;font-size:12px;background-color:transparent;border:1px solid transparent;color:#e4e4e4;padding:2px;padding-left:10px;padding-right:10px;margin-right:10px;border-radius:3px;-webkit-transition:all 0s ease-out;*/-moz-transition:all 0s ease-out;-o-transition:all 0s ease-out;transition:all 0s ease-out}.gallery_managwer_inner header ul li:hover{border:1px solid rgba(37,37,37,0.73);background:rgba(101,101,101,1);background:-moz-linear-gradient(top,rgba(101,101,101,1) 0%,rgba(84,84,84,1) 100%);background:-webkit-gradient(left top,left bottom,color-stop(0%,rgba(101,101,101,1)),color-stop(100%,rgba(84,84,84,1)));background:-webkit-linear-gradient(top,rgba(101,101,101,1) 0%,rgba(84,84,84,1) 100%);background:-o-linear-gradient(top,rgba(101,101,101,1) 0%,rgba(84,84,84,1) 100%);background:-ms-linear-gradient(top,rgba(101,101,101,1) 0%,rgba(84,84,84,1) 100%);background:linear-gradient(to bottom,rgba(101,101,101,1) 0%,rgba(84,84,84,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr="#656565",endColorstr="#545454",GradientType=0 )}.gallery_managwer_inner header ul li.active{border:1px solid rgba(37,37,37,0.73);background:rgba(101,101,101,1);background:-moz-linear-gradient(top,rgba(101,101,101,1) 0%,rgba(84,84,84,1) 100%);background:-webkit-gradient(left top,left bottom,color-stop(0%,rgba(101,101,101,1)),color-stop(100%,rgba(84,84,84,1)));background:-webkit-linear-gradient(top,rgba(101,101,101,1) 0%,rgba(84,84,84,1) 100%);background:-o-linear-gradient(top,rgba(101,101,101,1) 0%,rgba(84,84,84,1) 100%);background:-ms-linear-gradient(top,rgba(101,101,101,1) 0%,rgba(84,84,84,1) 100%);background:linear-gradient(to bottom,rgba(101,101,101,1) 0%,rgba(84,84,84,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr="#656565",endColorstr="#545454",GradientType=0 )}.pagination_gallery ul li{border-radius:3px;border:1px solid rgb(123,123,123);background:transparent;color:#e4e4e4}.pagination_gallery ul li:hover{border-radius:3px;border:1px solid rgb(123,123,123);color:#e4e4e4;background:rgba(101,101,101,1);background:-moz-linear-gradient(top,rgba(101,101,101,1) 0%,rgba(84,84,84,1) 100%);background:-webkit-gradient(left top,left bottom,color-stop(0%,rgba(101,101,101,1)),color-stop(100%,rgba(84,84,84,1)));background:-webkit-linear-gradient(top,rgba(101,101,101,1) 0%,rgba(84,84,84,1) 100%);background:-o-linear-gradient(top,rgba(101,101,101,1) 0%,rgba(84,84,84,1) 100%);background:-ms-linear-gradient(top,rgba(101,101,101,1) 0%,rgba(84,84,84,1) 100%);background:linear-gradient(to bottom,rgba(101,101,101,1) 0%,rgba(84,84,84,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr="#656565",endColorstr="#545454",GradientType=0 )}.pagination_gallery ul li.active{border-radius:3px;color:#e4e4e4;border:1px solid rgb(123,123,123);background:rgba(101,101,101,1);background:-moz-linear-gradient(top,rgba(101,101,101,1) 0%,rgba(84,84,84,1) 100%);background:-webkit-gradient(left top,left bottom,color-stop(0%,rgba(101,101,101,1)),color-stop(100%,rgba(84,84,84,1)));background:-webkit-linear-gradient(top,rgba(101,101,101,1) 0%,rgba(84,84,84,1) 100%);background:-o-linear-gradient(top,rgba(101,101,101,1) 0%,rgba(84,84,84,1) 100%);background:-ms-linear-gradient(top,rgba(101,101,101,1) 0%,rgba(84,84,84,1) 100%);background:linear-gradient(to bottom,rgba(101,101,101,1) 0%,rgba(84,84,84,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr="#656565",endColorstr="#545454",GradientType=0 )}.pagination_gallery ul li{line-height:1.4}.gallery_managwer_wrapper{background-color:#323232;z-index:9999}.gallery_managwer_wrapper .go_top span{top:10px;right:170px}.gallery_managwer_wrapper .go_top{right:170px}h5.title_h5{font-weight:400;color:#e4e4e4}.horisontal_delimiter{border-bottom:1px solid #3E3E3E}.settings_page,.logs_page,.users_page,.gallery_page,.info_page,.album_content,.home_page_content,.instaled_message h5{font-size:12px;color:#8E8E8E}.settings_page select,.settings_page select option{color:#e4e4e4;border-radius:3px;border:1px solid rgba(37,37,37,0.73);background:rgba(101,101,101,1)}.option_css_easing{background:rgba(101,101,101,1);font-size:12px;color:#e4e4e4;padding:1px 1px 1px 4px;border:1px solid rgba(37,37,37,0.73);border-radius:3px}.copyright_system{color:#2b9af3;background-color:transparent}.copyright_system a{color:#2b9af3;text-decoration:none}.system_message{background-color:#484848;border-bottom:1px solid #1E1E1E;color:#e4e4e4;font-size:14px;text-transform:uppercase;padding-top:13px;padding-bottom:13px;font-weight:700}.system_message_inner{padding-left:40px}.option_css_easing_wrapper.active:before{right:-20px;top:0px}.gallery_managwer_wrapper .go_top{background-color:#676767;color:#e4e4e4}.feed_content a{color:#2b9af3}.home_page ul li{border-radius:3px;font-size:12px;background-color:transparent;border:1px solid #8E8E8E;color:#e4e4e4}.home_page ul li:hover{border-radius:3px;background-color:#484848;border:1px solid #8E8E8E;color:#e4e4e4}.feedcontent,.feed_publ,.album_desc,.instaled_message div{font-size:12px;color:#e4e4e4}.preview_album_image{height:115px}.buttons.create_album i,.buttons.upload_images i,.buttons.create_user i,.buttons.edit_user i,.buttons.delete_user i,.buttons.disabled i,.buttons.select_users i{margin-left:-8px;display:inline}.buttons.create_album,.buttons.upload_images,.buttons.create_user,.buttons.edit_user,.buttons.delete_user,.buttons.select_users,.buttons.download_logs,.buttons.clear_logs,.info_page_inner a,.select_users_user .add_wrapper span{color:#2b9af3}.buttons.create_album:hover,.buttons.upload_images:hover,.buttons.create_user:hover,.buttons.edit_user:hover,.buttons.delete_user:hover,.buttons.select_users:hover,.buttons.download_logs:hover,.buttons.clear_logs:hover,.info_page_inner a:hover,.select_users_user .add_wrapper span:hover{text-decoration:underline;background-color:transparent}.buttons.disabled{color:#8E8E8E;opacity:1}.buttons.disabled:hover{color:#8E8E8E;background-color:transparent}.albums_button_wrapper .buttons{color:#2b9af3}.albums_button_wrapper .buttons:hover{text-decoration:underline;background-color:transparent}.albums_button_wrapper i{display:inline}.preview_album span.right_colspan div,.additional_user_info,.questions_window_content{color:#e4e4e4}.preview_album span.right_colspan div b,.images_count,.additional_user_info b{color:#8E8E8E}.admin_sort,.admin_sort option,.admin_elements,.admin_elements option{color:#e4e4e4;cursor:pointer;background:rgba(101,101,101,1);border:1px solid rgba(37,37,37,0.73);border-radius:3px}.filename{color:#ADCF02}.album_buttons_mini{opacity:1;background-color:transparent;border:1px solid transparent;-webkit-transition:all 0s ease-out;-moz-transition:all 0s ease-out;-o-transition:all 0s ease-out;transition:all 0s ease-out}.album_buttons_mini:hover{background-color:transparent;border:1px solid #8E8E8E}.users_page table td:nth-child(1),.users_page table th:nth-child(1),.users_page table th{color:#8E8E8E;border-bottom:1px solid #3E3E3E}.users_page table td,.users_page table tr{color:#e4e4e4;border-bottom:1px solid #3E3E3E;font-size:12px}.system_popup_fullwidth,.system_popup_fullwidth2{background-color:#323232}.system_popup_fullwidth_close,.system_popup_fullwidth_close2,.system_message span{padding:4px;background-color:transparent;border:1px solid #8E8E8E;color:#8E8E8E}.system_popup_fullwidth_close,.system_popup_fullwidth_close2,.system_message span:hover{background-color:transparent;border:1px solid #e4e4e4;color:#e4e4e4}.system_popup_fullwidth_close:hover,.system_popup_fullwidth_close2:hover,input.submit_pre_form:hover,.submit_pre_form[disabled="disabled"]{background-color:transparent;border:1px solid #e4e4e4;color:#e4e4e4;opacity:1}.input_login_box input,.input_login_box textarea{border-radius:3px;border:1px solid rgba(37,37,37,0.73);background-color:rgba(101,101,101,1);color:#e4e4e4}input.submit_pre_form{background-color:transparent;border:1px solid #8E8E8E;color:#8E8E8E;margin-left:16px;width:89%}.gallery_managwer_overlay{background-color:#323232}.questions_window{background-color:#484848;box-shadow:5px 5px 5px rgba(0,0,0,0.3);-webkit-box-shadow:5px 5px rgba(0,0,0,0.3);-moz-box-shadow:5px 5px rgba(0,0,0,0.3)}.user_select h5{margin-top:45px}.buttons.select_users{padding-left:0px;float:none}.info_page_inner h5{font-size:14px}.info_page_inner{font-size:9px;color:#8E8E8E}span.gal_dev,span.gal_lic{font-size:12px}.select_users_user.added{color:#e4e4e4 !important}.select_user_for_albums{color:#8E8E8E !important}.user_select_inner{margin-top:-16px}.max_file{color:#8E8E8E !important}.file_select_wrapper{height:38px;border-radius:3px;border:1px solid rgba(37,37,37,0.73);background-color:rgba(101,101,101,1);color:#e4e4e4;cursor:default}.file_select_wrapper input{cursor:default}.file_select_wrapper:hover{background-color:rgba(101,101,101,1)}.file_select_wrapper span{top:10px;font-size:12px}.box_boxes button:nth-child(1){border-radius:3px;border:1px solid rgba(37,37,37,0.73);background:rgba(101,101,101,1);background:-moz-linear-gradient(top,rgba(101,101,101,1) 0%,rgba(84,84,84,1) 100%);background:-webkit-gradient(left top,left bottom,color-stop(0%,rgba(101,101,101,1)),color-stop(100%,rgba(84,84,84,1)));background:-webkit-linear-gradient(top,rgba(101,101,101,1) 0%,rgba(84,84,84,1) 100%);background:-o-linear-gradient(top,rgba(101,101,101,1) 0%,rgba(84,84,84,1) 100%);background:-ms-linear-gradient(top,rgba(101,101,101,1) 0%,rgba(84,84,84,1) 100%);background:linear-gradient(to bottom,rgba(101,101,101,1) 0%,rgba(84,84,84,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr="#656565",endColorstr="#545454",GradientType=0 )}.instaled_message{border:1px solid #8E8E8E;border-radius:3px;max-width:700px !important} .register_need i{top:190px}.instaled_message i{z-index:1;color:#e4e4e4}.instaled_message hr{color:#8E8E8E;border-top:0px}.instaled_message.register_need,.instaled_message.auth_need,.instaled_message.create_album_form,.system_popup_fullwidth .instaled_message{max-width:350px !important}i.fa.fa-eye{display:none}.settings_page i.fa-floppy-o{color:#8E8E8E;opacity:0.25;top:0px;right:16px;font-size:70px;padding:75px 45px 45px 45px;width:54px;background-color:#484848;height:100%;position:fixed;cursor:pointer;z-index:100;-webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none}.settings_page i.fa-floppy-o:hover{color:#e4e4e4;opacity:0.65}