@font-face {
    font-family: 'open_sans';
    src: url('fonts/open_sans_bus/regular/opensans-regular-webfont.eot');
    src: url('fonts/open_sans_bus/regular/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/open_sans_bus/regular/opensans-regular-webfont.woff') format('woff'), url('fonts/open_sans_bus/regular/opensans-regular-webfont.ttf') format('truetype'), url('fonts/open_sans_bus/regular/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sans';
    src: url('fonts/open_sans_bus/light/opensans-light-webfont.eot');
    src: url('fonts/open_sans_bus/light/opensans-light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/open_sans_bus/light/opensans-light-webfont.woff') format('woff'), url('fonts/open_sans_bus/light/opensans-light-webfont.ttf') format('truetype'), url('fonts/open_sans_bus/light/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'open_sans';
    src: url('fonts/open_sans_bus/bold/opensans-bold-webfont.eot');
    src: url('fonts/open_sans_bus/bold/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/open_sans_bus/bold/opensans-bold-webfont.woff') format('woff'), url('fonts/open_sans_bus/bold/opensans-bold-webfont.ttf') format('truetype'), url('fonts/open_sans_bus/bold/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: 700;
    font-style: normal;
     
}


/*
@import url(https://fonts.googleapis.com/css?family=Open+Sans&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,700&subset=latin,cyrillic);
*
{
    font-family: 'Open Sans' ,arial,sans-serif!important;
}*/

div.example
{
    position: static;
}

.footer tr td a
{
    color: #666;
    text-decoration: underline;
}

.footer tr td a:hover
{
    color: #0072c6;
    text-decoration: none!important;
}

.tr_Footer td a {
    color: #666;
    text-decoration: underline!important;
}
    .tr_Footer td a:hover {
        color: #0072c6;
        text-decoration: none !important;
    }

.txtTitle_Page
{
    font-size: 20px;
    font-weight: 400;
    color: #333;
    position: relative;
    bottom: 3px;
}

.LargText
{
    font-size: 16px;
}

.DefaultText {
    font-size: 12px;
    padding: 2px;
}

.DefaultTextTooSmall {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.txtQuickLinks
{
    font-size: 14px;
}

.MasterPageHeader
{
    width: 100%;
    height: 70px;
    margin: 0 auto;
}

div.MasterPageContent
{
    width: 950px;
    margin: 0 auto;
}

body
{
    color: #333;
    text-align: left;
    width: 100%;
    margin: 0;
    font-family: 'open_sans',arial,sans-serif !important;
}

#DivQuickLinks a:hover
{
    color: #0072c6;
    text-decoration: underline;
}

.Header
{
    background-image: url(../Images/wave3header.jpg);
    background-repeat: no-repeat;
}

.SignUpHeader
{
    color: #138ac5;
}

.ButtonStyle
{
    background-image: url(../Images/Sign_Up_Blue_Submit_Button.png);
    background-repeat: no-repeat;
    width: 121px;
    height: 33px;
}

.CreateCarve
{
    border: 3px solid #e0e0e0;
    text-align: center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #FFF;
}

.StartBackupButton
{
    background-image: url(../Images/Zoolz_Start_Now_Button.png);
    width: 196px;
    height: 47px;
    line-height: 46px;
    color: #fff;
    text-align: left;
    text-indent: 9px;
    cursor: pointer;
    float: left;
    margin-top: -3px;
    -moz-user-select: none;
    -webkit-user-select: none;
}

input[type=text], input[type=password]
{
    padding-left: 5px;
    font-size: 15px;
    outline: 0;
    line-height: 23px;
    height: 20px;
    border: 1px solid #cbcbcb;
    vertical-align: middle;
}

select
{
    height: 25px !important;
    font-size: 15px;
}

.controls > .radio:first-child, .controls > .checkbox:first-child
{
    padding-top: 5px;
}

#txtAutoComplete
{
    border: 0;
}

#txtAutoComplete:focus
{
    -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0.0),0 0 0 #fff;
    -moz-box-shadow: inset 0 0 0 rgba(0,0,0,0.0),0 0 0 #fff;
    box-shadow: inset 0 0 0 rgba(0,0,0,0.0),0 0 0 #fff;
    outline: 0;
    border-color: #fff;
}

.input-mini
{
    width: 60px;
}

.input-small
{
    width: 90px;
}

.input-medium
{
    width: 150px;
}

.input-xlarge
{
    width: 270px;
}

input[class*=span], select[class*=span], textarea[class*=span], .uneditable-input
{
    float: none;
    margin-left: 0;
}

input.span1, textarea.span1, .uneditable-input.span1
{
    width: 50px;
}

input.span2, textarea.span2, .uneditable-input.span2
{
    width: 130px;
}

input.span4, textarea.span4, .uneditable-input.span4
{
    width: 290px;
}

input.span5, textarea.span5, .uneditable-input.span5
{
    width: 370px;
}

input.span6, textarea.span6, .uneditable-input.span6
{
    width: 450px;
}

input.span8, textarea.span8, .uneditable-input.span8
{
    width: 610px;
}

input.span9, textarea.span9, .uneditable-input.span9
{
    width: 690px;
}

input.span10, textarea.span10, .uneditable-input.span10
{
    width: 770px;
}

input.span11, textarea.span11, .uneditable-input.span11
{
    width: 850px;
}

input.span12, textarea.span12, .uneditable-input.span12
{
    width: 930px;
}

input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly]
{
    background-color: #f5f5f5;
    cursor: not-allowed;
    border-color: #ddd;
}

::selection
{
    background: #64d0e7;
    color: #FFF;
    text-shadow: none;
}

.inputTextSmall
{
    height: 10px;
}

.Error
{
    border: 1px solid #dd4b39 !important;
    outline: thin dotted \9;
}

.Correct
{
    border: 1px solid #3a995a;
    outline: thin dotted \9;
}

.Watermark
{
    color: #a9a9a9;
    font-size: 13px;
}

.MainTitle
{
    text-align: left;
    color: #333;
    white-space: nowrap;
    margin-top: 10px;
    font-weight: 700;
    border-bottom: 2px solid #CCC;
    padding-bottom: 5px;
}

.Summary
{
    border: 1px solid #ccc;
    padding-left: 10px;
    padding-top: 5px;
    padding-right: 5px;
}

.Summary .Title
{
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    height: 30px;
}

.Highlight
{
    color: #555;
    border-bottom: 1px solid #ddd;
    text-align: left;
    background-color: #f1f1f1;
}

.HighlightOf
{
    color: #555;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.GridView
{
    border: 1px solid #CCC;
    background-color: #FFF;
    color: #333;
    text-align: left;
    border-bottom: 0;
}

.GridViewTitle
{
    color: #477fae;
    background-color: #f1f4f9;
    border: 1px solid #ccc;
}

.GridView tr:hover
{
    background-color: #f1f1f1;
}

.MessageContainerScrolledUp
{
    position: relative;
    width: 100%;
    opacity: 1;
    margin: auto;
}

.MessageContainerScrolledDown
{
    position: fixed;
    width: 981px;
    margin-top: -94px;
    margin-left: -1px;
    opacity: .9;
    z-index: 100;
}

.MessageContainerScrolledDown div
{
    moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0;
}

.ClassHideDiv
{
    position: absolute;
}

#rc_notify
{
    height: 25px;
    border: 1px solid transparent;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    position: fixed;
    font-weight: 700;
    text-align: center;
    top: 0;
    color: #222;
    background-color: #f9edbe;
    width: 200px;
    z-index: 100;
    margin: auto;
    padding: 6px 10px;
}

span > div#rc_notify
{
    position: fixed;
}

.ErrorMSGBottom
{
    border-bottom: 1px solid #aaa;
    background-color: #fff;
}

.ErrorMSGTitle
{
    font-weight: 700;
    color: #477fae;
    text-align: left;
}

.ErrorMSGTxt
{
    color: #222;
    text-align: left;
}

.SuccessBar td
{
    border: 1px solid #bbdf9a;
    height: 31px;
    background-color: #eaf5e1;
    color: #407200;
    padding-left: 10px;
}

.SuccessNotification
{
    margin-top: 5px;
    background-color: #efffb9;
    width: auto;
    height: 35px;
    border: 2px solid #99c600;
    padding: 0;
}

.ErrorNotification
{
    margin-top: 5px;
    background-color: #fccac2;
    width: auto;
    height: 35px;
    border: 2px solid #eb5339;
    padding: 0;
}

.WarningNotification
{
    margin-top: 5px;
    background-color: #ffeaa8;
    width: auto;
    height: 35px;
    border: 2px solid #ffc237;
    padding: 0;
}

.InfoNotification
{
    margin-top: 5px;
    background-color: #d0e4f4;
    width: auto;
    height: 35px;
    border: 2px solid #418acc;
    padding: 0;
}

.RadiusUp
{
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.RadiusDown
{
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

#fancybox-loading
{
    position: fixed;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    cursor: pointer;
    overflow: hidden;
    z-index: 1104;
    display: none;
}

#fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1100;
    display: none;
    opacity: 0.65 !important;
    -moz-opacity: 0.65 !important;
    filter: alpha(opacity=75) !important;
    cursor: pointer !important;
    background-color: rgb(0, 0, 0) !important;
}

#fancybox-tmp
{
    border: 0;
    overflow: auto;
    display: none;
    margin: 0;
    padding: 0;
}

#fancybox-wrap
{
    left: 0;
    z-index: 1101;
    outline: 0;
    display: none;
    position: absolute;
    top: 97px;
    padding: 20px;
    border-radius:10px;
}

#fancybox-outer {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 10px;
}

#fancybox-content
{
    width: 0;
    height: 0;
    position: relative;
    overflow: hidden;
    z-index: 1102;
    -webkit-outline: 0;
    background-color: #FFF;
/*    box-shadow: 0 4px 16px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 4px 16px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 4px 16px rgba(0,0,0,0.2);*/
    color: #000;
    outline: 0;
    top: 0;
    padding: 0;
    border-radius:10px;
}
.FancyMain {
    border-radius: 10px;
}
#fancybox-hide-sel-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 1101;
}

#fancybox-error
{
    color: #444;
    font: normal 12px/20px Arial;
    margin: 0;
    padding: 14px;
}

#fancybox-img
{
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
    line-height: 0;
    vertical-align: top;
    margin: 0;
    padding: 0;
}

#fancybox-frame
{
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

#fancybox-left
{
    left: 0;
}

#fancybox-right
{
    right: 0;
}

#fancybox-left-ico, #fancybox-right-ico
{
    position: absolute;
    top: 50%;
    left: -9999px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    cursor: pointer;
    z-index: 1102;
    display: block;
}

#fancybox-left:hover, #fancybox-right:hover
{
    visibility: visible;
}

#fancybox-left:hover span
{
    left: 20px;
}

#fancybox-right:hover span
{
    left: auto;
    right: 20px;
}

.fancybox-bg
{
    position: absolute;
    border: 0;
    width: 20px;
    height: 20px;
    z-index: 1001;
    margin: 0;
    padding: 0;
}

#fancybox-title
{
    z-index: 1102;
}

.fancybox-title-inside
{
    padding-bottom: 10px;
    text-align: center;
    color: #333;
    background: #fff;
    position: relative;
}

.fancybox-title-outside
{
    padding-top: 10px;
    color: #fff;
}

.fancybox-title-over
{
    position: absolute;
    bottom: 0;
    left: 0;
    color: #FFF;
    text-align: left;
}

#fancybox-title-over
{
    background-image: url(fancy_title_over.png);
    display: block;
    padding: 10px;
}

.fancybox-title-float
{
    position: absolute;
    left: 0;
    bottom: -20px;
    height: 32px;
}

#fancybox-title-float-wrap
{
    border: 0;
    border-collapse: collapse;
    width: auto;
}

#fancybox-title-float-wrap td
{
    border: 0;
    white-space: nowrap;
}

.fancybox-ie .fancybox-bg
{
    background: transparent !important;
}

.clsoeIcon
{
    background-position: right top;
    background-image: url(../Images/fancyboxCloseImage.png);
    cursor: pointer;
    right: -20px;
    top: -16px;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
}

::-webkit-scrollbar
{
    background: transparent;
    overflow: visible;
    width: 15px;
    height: 15px;
}

::-webkit-scrollbar-thumb
{
    border: solid #fff;
    background-color: #DDD;
}

::-webkit-scrollbar-thumb:hover
{
    background: rgba(0,0,0,0.4);
    background-color: #999;
}

::-webkit-scrollbar-thumb:horizontal
{
    min-width: 40px;
    border-width: 4px 6px;
}

::-webkit-scrollbar-thumb:vertical
{
    min-height: 40px;
    border-width: 6px 4px;
}

::-webkit-scrollbar-corner
{
    background: transparent;
}

#container
{
    width: 490px;
    margin: 50px;
}

#button
{
    height: 32px;
    width: 184px;
    position: relative;
    right: -150px;
    top: 1px;
    margin: auto;
}

.menu_class
{
    border: 1px solid #1c1c1c;
    margin-bottom: -4px;
}

.the_menu
{
    display: none;
    width: 200px;
    height: 150px;
    border: 1px solid #e2e2e2;
    text-align: left;
    border-top: 1px solid #bebebe;
    border-bottom: 1px solid #bebebe;
    border-left: 1px solid #bebebe;
    border-right: 0 solid #bebebe;
    background: #FFF;
    -moz-box-shadow: -1px 1px 1px 1px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 2px 4px 1px rgba(0,0,0,.2);
    box-shadow: 0 2px 4px 1px rgba(0,0,0,.2);
}

.MenuSep
{
    background: #FFF;
    border-bottom: 1px solid #bebebe;
    position: relative;
    z-index: 1;
}

.Bar
{
    width: 500px;
    height: 30px;
    border: 1px solid #ccc;
    background-color: #f5f5f5;
    position: relative;
}

input[type=button]
{
    color: #fff;
    background-color: #3897d6;
    font-size: 13px;
    /*width: 135px;*/
    height: 30px;
    border: 1px solid #ccc;
}

input[type=button]:hover
{
    color: #fff;
    background-color: #39f;
    /*width: 135px;*/
    height: 30px;
    border: 1px solid #ccc;
}

input[type=button]:active
{
    color: #fff;
    background-color: #2775b0;
    /*width: 100px;*/
    height: 30px;
    border: 1px solid #ccc;
}

.btnTheme
{
    color: #fff;
    background-color: #3897d6;
    width: 100px;
    height: 30px;
    position: relative;
    border: 1px solid #ccc;
    font-size: 13px;
}

.btnTheme:hover
{
    background-color: #39f;
    width: 100px;
    height: 30px;
    color: #fff;
    border: 1px solid #ccc;
}

.btnTheme:active
{
    background-color: #2775b0;
    width: 100px;
    height: 30px;
    color: #fff;
    border: 1px solid #ccc;
}

.CustomProgress
{
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: 1px;
    right: 1px;
    z-index: 100;
    text-align: center;
    font-weight: lighter;
    background-color: #62c462;
    overflow: hidden;
    border: 1px solid #57ac57;
    margin: 0;
}

.classAddPeopleBox
{
    border-bottom: 1px solid #ccc;
    padding-left: 5px;
    color: #2b2b2b;
    font-weight: bolder;
    background-color: #e9e9e9;
    height: 30px;
    text-align: left;
}

.InnerBox
{
    width: 220px;
    border: 1px solid #ccc;
    position: relative;
    top: 2px;
    background-color: #e6ecf6;
}

.Pricing_Box
{
    width: 700px;
    background-repeat: no-repeat;
    float: left;
    border-right: solid 1px #cdcdcd;
}

.Pricing_Box img
{
    border: 0;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.Pricing_Box_Right
{
    width: 275px;
    float: left;
}

.NumberGB
{
    width: 220px;
    height: 100px;
    text-align: center;
    position: relative;
    float: left;
}

.PricingArrowUp
{
    position: absolute;
    top: 1px;
    left: 172px;
    background-color: #0e84dc;
    height: 29px;
    width: 40px;
    cursor: pointer;
}

.ArrowUp
{
    line-height: 0;
    width: 0;
    border-bottom: 12px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    margin-left: 13px;
    margin-top: 7px;
}

.PricingArrowDown
{
    position: absolute;
    top: 31px;
    left: 172px;
    background-color: #0e84dc;
    height: 29px;
    width: 40px;
    cursor: pointer;
}

.ArrowDown
{
    line-height: 0;
    width: 0;
    border-top: 12px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    margin-left: 13px;
    margin-top: 7px;
}

.Pricingtxtbox
{
    position: absolute;
    top: 2px;
    left: 0;
    width: 180px;
    font-weight: 700;
    text-align: left;
    border: solid 3px #27a5fa;
    border-right: 0;
    outline: 0;
    padding: 14px;
}

.NumberUsers
{
    width: 250px;
    height: 120px;
    text-align: center;
    position: relative;
    float: left;
}

.CostSpan
{
    font-weight: 700;
    padding-left: 10px;
}

.Cost
{
    position: absolute;
    top: 65px;
}

ul.holder
{
    background-color: #fff;
    width: 100%;
    padding-top: 7px;
    padding-left: 2px;
}

ul.holder li
{
    float: left;
    list-style-type: none;
    white-space: nowrap;
    margin: 0 5px 4px 0;
}

ul.holder li.bit-box, ul.holder li.bit-input input
{
    padding-top: 10px;
    font: 11px "Lucida Grande" ,Verdana;
    height: 20px;
}

ul.holder li.bit-box
{
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #cad8f3;
    background: #dee7f8;
    padding: 1px 5px 2px;
}

ul.holder li.bit-box-focus
{
    background: #598bec;
    color: #fff;
    border-color: #598bec;
}

ul.holder li.bit-input input
{
    width: 5px;
    overflow: visible;
    border: 0;
    outline: 0;
    margin: 0;
    padding: 3px 0 2px;
}

ul.holder li.bit-input input.smallinput
{
    width: 20px;
}

ul.holder li.bit-box, #apple-list ul.holder li.bit-box
{
    padding-right: 15px;
    position: relative;
    z-index: 1000;
    height: 14px;
}

#apple-list ul.holder li.bit-input input.smallinput
{
    width: 5px;
}

ul.holder li.bit-hover
{
    background: #bbcef1;
    border: 1px solid #6d95e0;
}

ul.holder li.bit-box a.closebutton
{
    position: absolute;
    right: 4px;
    top: 5px;
    display: block;
    width: 7px;
    height: 7px;
    background: url(../images/close.gif);
}

ul.holder li.bit-box a.closebutton:hover
{
    background-position: 7px;
}

ul.holder li.bit-box-focus a.closebutton, ul.holder li.bit-box-focus a.closebutton:hover
{
    background-position: bottom;
}

.deleted
{
    background-color: #4173cc !important;
    color: #fff !important;
}

.hidden
{
    display: none;
}

#demo ul.holder li.bit-input input
{
    border: 1px solid #999;
    margin-top: 50px;
    padding: 2px 0 1px;
}

.ie6fix
{
    height: 1px;
    width: 1px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

:first-child + html ul.holder, * html ul.holder
{
    padding-bottom: 2px;
}

.Content
{
    border: 1px solid #ddd;
    height: 90px;
    overflow: scroll;
    background: #fff;
    overflow-x: hidden;
    overflow-y: scroll;
}

.Content_facebook
{
    height: 90px;
    overflow: scroll;
    background: #fff;
    overflow-x: hidden;
    overflow-y: scroll;
}

.GViewFacebooxFriends div
{
    float: left;
}

.textSearchTheme
{
    border: 1px solid #CCC;
    width: 230px;
    outline: 0;
}

.notification-box
{
    position: relative;
    margin-bottom: 20px;
    border-radius: 3px;
    background-repeat: no-repeat;
    background-position: 10px 11px;
    border: 1px solid;
    color: #444;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1),0 1px rgba(255,255,255,0.4) inset;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1),0 1px rgba(255,255,255,0.4) inset;
    padding: 10px 10px 10px 32px;
}

a.notification-close
{
    position: absolute;
    right: 5px;
    top: 5px;
    color: #666 !important;
    text-decoration: none !important;
    font-weight: 700;
    line-height: normal;
    padding: 5px;
}

.notification-box p
{
    margin-bottom: 0;
    margin-top: 20px;
}

.notification-box-info
{
    background-color: #cfe6fc;
    background-image: url(../Images/UserNotification/info.png);
    border-color: #a4c8f5;
}

.notification-box-success
{
    background-color: #d2f7ad;
    background-image: url(../Images/UserNotification/tick.png);
    border-color: #aedb2e;
}

.notification-box-warning
{
    background-color: #fae7a2;
    background-image: url(../Images/UserNotification/warning.png);
    border-color: #f5c558;
}

.notification-box-error
{
    background-color: #ffd5af;
    background-image: url(../Images/UserNotification/delete.png);
    border-color: #f8b472;
}

.GVManageUser tr
{
    color: #444;
    height: 30px;
}

.GVManageUser #trExpan
{
    background-color: #fff;
    height: 1px;
}

.GVManageUser #Header {
    height: 35px;
    background-color: #f8f8f8;
    color: #6e6e6e;
}

.GVManageUser #trExpan td
{
    border-bottom: 0;
}

.GVManageUser .item
{
    color: #000;
    height: 46px;
}

.GVManageUser .item:Hover
{
    color: #000;
    height: 46px;
    background-color: #f7f7f7;
}

#tblUsers tr
{
    height: 46px;
}

.MainBox
{
    width: 71px;
    left: 13px;
    cursor: pointer;
    line-height: 20px;
    border: 1px solid #d9d9d9;
    color: #333;
    font-weight: bolder;
    text-align: left;
    height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    background: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#dedede);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#dedede)";
}

    .MainBox:Hover {
        background-color: #fafafa;
        border: 1px solid #ccc;
        border-bottom: 1px solid #CCC;
        color: #2b2b2b;
        font-weight: bolder;
        text-align: left;
        height: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }

.ContextMenuUser
{
    top: 0;
    width: 127px;
    z-index: 9999;
    border: 1px solid #e0e0e0;
    background-color: #FFF;
    color: #222;
}

.ContextMenu
{
    top: 0;
    width: 127px;
    z-index: 9999;
    border: 1px solid #e0e0e0;
    max-height: 235px;
    background-color: #FFF;
    color: #222;
}

.SmallMenu
{
    border: 1px solid #dbdbdb;
    background-color: #fff;
    color: #0072c6;
}


.SubMenuMU {
    background-color: #fff;
    text-align: left;
    height: 25px;
    clear: both;
    top: 10px;
}

    .SubMenuMU span {
        padding-left: 5px;
        position: relative;
        display: block;
        width: 96%;
        height: 100%;
        font-weight: 100;
        line-height: 25px;
    }

.Dimmied {
    color: #CCC;
    cursor: default;
}

.SubMenuMU .Default:hover {
    background-color: #f3f3f3;
    cursor: pointer;
}

.MyMenu {
    width: 100%;
}

    .MyMenu td {
        font-weight: lighter;
        background-color: #ffffff;
    }

        .MyMenu td:hover {
            font-weight: lighter;
            color: #333;
        }

        .MyMenu td a {
            text-align: center;
            display: inline-block;
            width: 100%;
            color: #FFF;
            line-height: normal;
            vertical-align: middle;
            height: 35px;
        }

        .MyMenu td:last-child {
            border-right: 0;
        }

.Username {
    float: right;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -14px;
    border: 1px solid #CCC;
    height: 28px;
}

    .Username:hover {
        background-color: #d0d0d0;
        border: 1px solid #aaa;
    }

.menu ul li ul {
    border: 1px solid #c3d1ec;
    display: none;
}

.the_menu li:hover {
    background-color: #e4ebf8;
}

#SubMenu li:hover {
    background-color: #f3f3f3;
    color: #333;
}

.UserFullName:hover {
    text-decoration: underline;
    color: #333;
}

#txtSearch {
    background: #fff url(../Images/imgSearch.png) no-repeat 4px 4px;
    border: 1px solid #333;
    width: 140px;
    height: 16px;
    padding: 4px 4px 4px 22px;
}

.divlogin .btnLoginTheme {
    color: #fff;
    background-color: #0072c6;
    font-weight: 700;
    border: 0;
    width: 100px;
    height: 30px;
    position: relative;
}

    .divlogin .btnLoginTheme:hover {
        background-color: #1e82cc;
        border: 0;
        width: 100px;
        height: 30px;
        color: #fff;
    }

#accordion {
    list-style: none;
    width: 100%;
    height: auto;
    padding: 0;
}

    #accordion li {
        display: block;
        background-color: #54b9e9;
        border: 1px solid #ccc;
        color: #fff;
        font-weight: 700;
        cursor: pointer;
        padding-left: 10px;
        list-style: circle;
        height: 35px;
        margin: 1px;
    }

    #accordion ul {
        list-style: none;
        display: none;
        height: auto;
        margin-left: 10px;
        padding: 0;
    }

        #accordion ul li {
            font-weight: 400;
            cursor: auto;
            background-color: #fff;
            padding: 0 0 0 7px;
        }

div.selector, div.selector span, div.checker span, div.radio span, div.uploader, div.uploader span.action {
    background-image: url(../Images/sprite.png);
    background-repeat: no-repeat;
}

.selector, .radio, .checker, .uploader, .selector *, .radio *, .checker *, .uploader * {
    margin: 0;
    padding: 0;
}

div.selector {
    background-position: -483px -130px;
    line-height: 26px;
    height: 26px;
    margin-bottom: 20px;
    width: 190px;
    font-size: 12px;
    position: relative;
    padding-left: 10px;
    overflow: hidden;
}

    div.selector span {
        background-position: right 0;
        height: 26px;
        line-height: 26px;
        cursor: pointer;
        color: #666;
        width: 158px;
        text-shadow: 0 1px 0 #fff;
        display: block;
        float: left;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 0 25px 0 2px;
    }

    div.selector select {
        top: 0;
        left: 0;
        width: 190px;
        font-size: 12px border:solid 1px #fff;
        position: absolute;
        opacity: 0;
        height: 25px;
        border: 0;
        background: 0;
    }

    div.selector:active, div.selector.active {
        background-position: -483px -156px;
    }

        div.selector:active span, div.selector.active span {
            background-position: right -26px;
        }

    div.selector.focus, div.selector.hover, div.selector:hover {
        background-position: -483px -182px;
    }

        div.selector.focus span, div.selector.hover span, div.selector:hover span {
            background-position: right -52px;
        }

        div.selector.focus:active, div.selector.focus.active, div.selector:hover:active, div.selector.active:hover {
            background-position: -483px -208px;
        }

            div.selector.focus:active span, div.selector:hover:active span, div.selector.active:hover span, div.selector.focus.active span {
                background-position: right -78px;
            }

    div.selector.disabled {
        background-position: -483px -234px;
    }

        div.selector.disabled span {
            background-position: right -104px;
            color: #bbb;
        }

div.checker {
    width: 19px;
    height: 19px;
    margin-right: 3px;
    position: relative;
    float: left;
}

    div.checker input {
        width: 19px;
        height: 19px;
        opacity: 0;
        display: inline-block;
        background: 0;
    }

    div.checker span {
        background-position: 0 -260px;
        height: 19px;
        width: 19px;
        display: block;
        float: left;
        text-align: center;
    }

    div.checker:active span, div.checker.active span {
        background-position: -19px -260px;
    }

    div.checker.focus span, div.checker:hover span {
        background-position: -38px -260px;
    }

    div.checker.focus:active span, div.checker:active:hover span, div.checker.active:hover span, div.checker.focus.active span {
        background-position: -57px -260px;
    }

    div.checker span.checked {
        background-position: -76px -260px;
    }

    div.checker:active span.checked, div.checker.active span.checked {
        background-position: -95px -260px;
    }

    div.checker.focus span.checked, div.checker:hover span.checked {
        background-position: -114px -260px;
    }

    div.checker.focus:active span.checked, div.checker:hover:active span.checked, div.checker.active:hover span.checked, div.checker.active.focus span.checked {
        background-position: -133px -260px;
    }

    div.checker.disabled span, div.checker.disabled:active span, div.checker.disabled.active span {
        background-position: -152px -260px;
    }

        div.checker.disabled span.checked, div.checker.disabled:active span.checked, div.checker.disabled.active span.checked {
            background-position: -171px -260px;
        }

div.radio {
    width: 18px;
    height: 18px;
    margin-right: 3px;
    position: relative;
    float: left;
}

    div.radio input {
        width: 18px;
        height: 18px;
        opacity: 0;
        text-align: center;
        display: inline-block;
        background: 0;
    }

    div.radio span {
        height: 18px;
        width: 18px;
        background-position: 0 -279px;
        wdisplay: block;
        float: left;
        text-align: center;
    }

    div.radio:active span, div.radio.active span {
        background-position: -18px -279px;
    }

    div.radio.focus span, div.radio:hover span {
        background-position: -36px -279px;
    }

    div.radio.focus:active span, div.radio:active:hover span, div.radio.active:hover span, div.radio.active.focus span {
        background-position: -54px -279px;
    }

    div.radio span.checked {
        background-position: -72px -279px;
    }

    div.radio:active span.checked, div.radio.active span.checked {
        background-position: -90px -279px;
    }

    div.radio.focus span.checked, div.radio:hover span.checked {
        background-position: -108px -279px;
    }

    div.radio.focus:active span.checked, div.radio:hover:active span.checked, div.radio.focus.active span.checked, div.radio.active:hover span.checked {
        background-position: -126px -279px;
    }

    div.radio.disabled span, div.radio.disabled:active span, div.radio.disabled.active span {
        background-position: -144px -279px;
    }

        div.radio.disabled span.checked, div.radio.disabled:active span.checked, div.radio.disabled.active span.checked {
            background-position: -162px -279px;
        }

div.uploader {
    background-position: 0 -297px;
    height: 28px;
    width: 190px;
    margin-bottom: 20px;
    cursor: pointer;
}

    div.uploader span.action {
        background-position: right -409px;
        height: 24px;
        line-height: 24px;
        width: 85px;
        text-align: center;
        text-shadow: #fff 0 1px 0;
        background-color: #fff;
        font-size: 11px;
        font-weight: 700;
    }

    div.uploader span.filename {
        height: 24px;
        line-height: 24px;
        color: #777;
        width: 82px;
        border-right: solid 1px #bbb;
        font-size: 11px;
        margin: 2px 0 2px 2px;
    }

    div.uploader.focus, div.uploader.hover, div.uploader:hover {
        background-position: 0 -353px;
    }

        div.uploader.focus span.action, div.uploader.hover span.action, div.uploader:hover span.action {
            background-position: right -437px;
        }

    div.uploader.active span.action, div.uploader:active span.action {
        background-position: right -465px;
    }

    div.uploader.focus.active span.action, div.uploader:focus.active span.action, div.uploader.focus:active span.action, div.uploader:focus:active span.action {
        background-position: right -493px;
    }

    div.uploader.disabled {
        background-position: 0 -325px;
    }

        div.uploader.disabled span.action {
            background-position: right -381px;
            color: #aaa;
        }

    div.uploader input {
        width: 190px;
    }

    div.uploader.disabled span.filename {
        color: #aaa;
        border-color: #ddd;
    }

.selector select:focus, .radio input:focus, .checker input:focus, uploader input:focus {
    outline: 0;
}

.ErrorPage {
    background-image: url(../Images/ErrorPage.png);
    background-repeat: no-repeat;
    height: 395px;
    width: 950px;
    vertical-align: top;
    padding-top: 80px;
}

    .ErrorPage table {
        padding-left: 215px;
        padding-right: 50px;
    }

#taskManager div {
    text-align: left;
}

a:hover {
    text-decoration: underline;
    font-weight: inherit;
    color: #0072c6;
    cursor: pointer;
}

html, #DashboardBoxTitle, #DashboardBox div a, .ContextMenuUser:hover, .ContextMenu:hover {
    color: #333;
}

.placeholder, ::-webkit-input-placeholder, :-moz-placeholder {
    color: #aaa;
}

.LinkLarg, .LinkDefault, #accordion a {
    text-decoration: none;
}

    .LinkLarg:hover, .LinkDefault:hover, #accordion a:hover {
        text-decoration: underline;
    }

.SignUpTitle, .SignUpResult {
    color: #444;
}

.RequiredSignUpResult, .Cost span {
    color: Red;
}

.input-large, input.span3, textarea.span3, .uneditable-input.span3 {
    width: 210px;
}

.input-xxlarge, input.span7, textarea.span7, .uneditable-input.span7 {
    width: 530px;
}

.MainTitle span, .MainTitle span a {
    font-weight: 400;
}

.Highlight a:link, .Highlight a:visited, .Highlight a:active, .HighlightOf a:link, .HighlightOf a:visited, .HighlightOf a:active {
    text-decoration: none;
    color: #477fae;
    width: 195px;
}

.ErrorMSGBG, ::-webkit-scrollbar-track-piece {
    background-color: #fff;
}

.SuccessNotification table, .ErrorNotification table, .WarningNotification table, .InfoNotification table {
    padding-right: 10px;
}

.liMenu, .SmallMenu ul li {
    list-style: none;
    height: 40px;
    line-height: 20px;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}

.btnTheme:disabled, .btnTheme:disabled:hover {
    background-color: #d4d4d4;
    border: 0;
    width: 100px;
    height: 30px;
    color: #a8a8a8;
}

input[type=button]:disabled, input[type=button]:disabled:hover
{
    color: #a8a8a8;
    background-color: #d4d4d4;
    font-size: 13px;
    border: 0;
    width: 100px;
    height: 30px;
}

#apple-list ul.holder li.bit-input, .notification-box > p:first-child, .SmallMenu ul {
    margin: 0;
}

.active ul, .single ul {
    display: block !important;
}

a:visited, a {
    font-weight: inherit;
    text-decoration: none;
    color: rgb(0, 114, 198);
    cursor: pointer;
}

/*Dashboard*/
.clear {
    clear: both;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.d-b-boxs {
    margin-top: 0px;
}

.d-b-box {
    border: 0;
    width: 32.2%;
    border-radius: 15px;
    margin: 10px 0;
    /* background: url(../images/abstract-card-bg.webp); */
    background-color: #fff;
    background-position: -100px;
    box-shadow: 0px 9px 20px rgba(46, 35, 94, 0.07);
    overflow: hidden;
}

    .d-b-box:hover {
    }

.d-b-box-header {
    height: 25px;
    line-height: 25px;
    padding: 30px 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.d-b-box-body {
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
    gap: 20px;
    padding: 0 10px 20px 10px;
}

.summary-box-card-body {
    display: block;
    width: auto;
    padding: 0 10px 20px 10px
}

.d-b-box-header-txt {
    color: #1b1d21;
    font-size: 20px;
    margin: 0;
    font-weight: 600;
}

.d-b-inner-box-cont {
    /*position: absolute;*/
    left: 0px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.d-b-inner-box-cont-1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: stretch;
    gap: 10px;
}

.d-b-inner-box {
    width: 75px;
    height: 41px;
    text-align: center;
    color: #000;
    position: relative;
    margin: 1px;
}

.d-b-inner-box-left {
    text-align: left;
    color: #000;
    position: relative;
    margin: 1px;
}

.d-b-inner-box1-pos {
    padding: 5px;
    border-radius: 5px;
    background: linear-gradient(180deg, #B3FFF5 0%, rgba(242, 243, 247, 0) 100%);
}

.d-b-inner-box2-pos {
    padding: 5px;
    border-radius: 5px;
    background: linear-gradient(180deg, #ffc8bc 0%, rgba(242, 243, 247, 0) 100%);
}

.d-b-inner-box3-pos {
    padding: 5px;
    border-radius: 5px;
    background: linear-gradient(180deg, #b6b7ff 0%, rgba(242, 243, 247, 0) 100%);
}

.d-b-inner-box4-pos {
    padding: 5px;
    border-radius: 5px;
    background: linear-gradient(180deg, #ffd7a8 0%, rgba(242, 243, 247, 0) 100%);
}

.d-b-inner-box5-pos {
    padding: 5px;
    border-radius: 5px;
    background: linear-gradient(180deg, #ffce95 0%, rgba(242, 243, 247, 0) 100%);
}

.d-b-inner-box-pos-gray {
    padding: 5px;
    border-radius: 5px;
    background: #f5f6f9;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}

.d-b-inner-box-right {
    margin-left: 223px;
    margin-top: -188px;
}

.d-b-inner-box-right-back {
    margin-left: 1px;
    margin-top: 0px;
}

.d-b-inner-data {
    text-align: center;
}

.d-b-text-big {
    font-size: 50px;
    font-weight: 700;
    color: #4f4f4f;
}

.d-b-text-md {
    font-size: 35px;
    font-weight: 700;
    color: #4f4f4f;
}

.d-b-text-small {
    font-size: 15px;
    color: #777777;
}

.text-bold {
    font-weight: 600;
}

.d-b-link {
    font-size: 13px;
    color: #2b7fb6;
}

.d-b-quick-link {
    font-size: 17px;
    color: #2b7fb6;
}

.d-b-link:hover {
    text-decoration: none;
}

.d-b-inner-box-big-txt {
    font-size: 18px;
    line-height: 20px;
}

.d-b-inner-box-md-txt {
    font-size: 14px;
    line-height: 18px;
}

.d-b-inner-box-small-txt {
    font-size: 12px;
    line-height: 6px;
}

.w-100 {
    width: 100%;
}

.d-b-color-green {
    color: #1fbba6;
}

.d-b-color-orange {
    color: #e85f3f;
}

.f-w-700 {
    font-weight: 700;
}

.f-s-25 {
    font-size: 25px;
}

.f-s-35 {
    font-size: 35px;
}

.f-s-40 {
    font-size: 40px;
}

.f-s-16 {
    font-size: 16px;
}

.f-s-15 {
    font-size: 15px;
}

.d-b-table {
    display: flex;
    text-align: center;
}

.d-b-cell {
    display: table-cell;
    vertical-align: middle;
}

.d-b-progress {
    width: 280px;
    height: 10px;
    background-color: #ebebeb;
    margin: 10px 0px;
}

.d-b-progress-inner {
    height: 100%;
    width: 0%;
}

.d-b-bg-color-green {
    background-color: #1fbba6;
}

.d-b-bg-color-orange {
    background-color: #e85f3f;
}

.d-b-btn {
    width: auto;
    padding: 6px 12px 6px 34px;
    background-color: #3897d6;
    display: inline-block;
    color: #ffffff !important;
    text-decoration: none;
    font-size: 14px;
    text-align: left;
    margin: auto;
}

    .d-b-btn:hover {
        text-decoration: none;
    }

.m-t-20 {
    margin-top: 20px;
}

.m-l-0 {
    margin-left: 0px;
}

.m-t-5 {
    margin-top: 5px;
}

.d-b-height-240 {
    height: 240px;
}

.d-b-links-space {
    padding: 5px 30px;
}

.d-b-icon {
/*    background-image: url(../Images/Zoolz_Dash_Sprite.png);*/
    background-repeat: no-repeat;
}

.d-b-users-ico-pos {
    background-position: -4px -3px;
}

.d-b-servers-ico-pos {
    background-position: -4px -30px;
}

.d-b-billing-ico-pos {
    background-position: -4px -59px;
}

.d-b-i-s-ico-pos {
    background-position: -4px -86px;
}

.d-b-c-s-ico-pos {
    background-position: -4px -111px;
}

.d-b-links-ico-pos {
    background-position: -4px -138px;
}

.d-b-links-1-ico-pos {
    background-position: -8px -263px;
}

.d-b-links-2-ico-pos {
    background-position: -8px -294px;
}

.d-b-links-3-ico-pos {
    background-position: -8px -326px;
}

.d-b-links-4-ico-pos {
    background-position: -8px -356px;
}

.d-b-links-5-ico-pos {
    background-position: -8px -385px;
}

.d-b-links-6-ico-pos {
    background-position: -8px -449px;
}

.d-b-cloud-ico-pos {
    background-position: 0px -165px;
}

.d-b-cold-ico-pos {
    background-position: 0px -188px;
}

.d-b-gear-ico-pos {
    text-align: left;
    margin: 5px auto 0px auto;
    background-position: -10px -245px;
    max-width: 125px;
}

.d-b-info-ico-pos {
    text-align: left;
    margin: 5px auto 0px auto;
    background-position: -10px -245px;
    padding-left: 20px;
    max-width: 120px;
}

.d-b-chart-ico {
    position: absolute;
    width: 30px;
    height: 30px;
    right: -40px;
    top: -13px;
    background-position: -5px -418px;
}

.relative {
    position: relative;
}

.w-123 {
    width: 123px;
}

.w-109 {
    width: 109px;
}

.GCloudSlider ul {
    list-style: none;
}

    .GCloudSlider ul li {
        display: inline;
        width: 10px;
        height: 10px;
        padding-right: 15px;
        cursor: pointer;
        background-image: url('../Images/Slider/Unselected.png');
        background-repeat: no-repeat;
    }

        .GCloudSlider ul li.GCloudSelected {
            background-image: url('../Images/Slider/Selected.png');
        }

div#aosbox_lang_title {
    text-align: center;
    padding: 15px 0;
    color: #3897d6 !important;
    font-size: 22px !important;
    height: 32px;
    border-bottom: 2px solid #d4d4d4;
    /*width: 570px;*/
    margin: 0 auto 15px auto;
}

.CloseFancybox.aosbox-close {
    position: absolute;
    right: 10px;
    top: 10px;
}

.outside-domain-icon {
    display: inline-block;
    background: url('/Images/NewUsersPage/Zoolz_Users_Icons_Sprite.png') no-repeat 0 -140px;
    width: 20px;
    height: 19px;
    position: absolute;
    right: 10px;
    top: 16px;
}

#btnGotoAosBox {
    width: 100%;
    height: 26px;
    border-radius: 5px;
    font-size: 19px;
    padding: 12px 0;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
}

#ContentPlaceHolder1_aHelpLink img {
    border: 0;
}

.activeTab {
    font-weight: bold !important;
    background-color: #f1f8ff !important;
}

    .activeTab span {
        color: #000 !important;
    }

.unselectedUpgrade {
    background-color: #ffd7da !important;
    color: #ffffff !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
}

/* New CSS rules */

.more_lang {
    transform: translateY(-20px);
    opacity: 0;
    cursor: pointer;
    display: none;
    transition: all 0.3s cubic-bezier(0.25, 1.15, 0.35, 1.15);
}

.lang {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

.ContentContainer {
    width: 1300px;
}

.footer, .footer1 {
    width: 1300px;
    background: #fff;
}

.mainMenu, .quickSummary {
    width: 1260px;
}

.mapDiv {
    width: 1260px !important;
    height: 57px !important;
    background-color: #f8f8f8 !important;
    border-bottom: 0 !important;
    z-index: 0;
}

.midDiv {
    height: 45px !important;
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.inner-col-sm {
    width: 30.2%;
}

.inner-col-md {
    width: 45.5%;
}

.inner-col-lg {
    width: 100%;
}

@media only screen and (max-width: 1320px) {
    .ContentContainer {
        width: 1200px;
    }

    .footer, footer1 {
        width: 1200px;
    }

    .mainMenu, .quickSummary {
        width: 1160px;
    }

    .mapDiv {
        width: 1160px !important;
    }

    .inner-col-md {
        width: 45.1%;
    }

    .inner-col-sm {
        width: 29.9%;
    }

    .d-b-box:not(#ContentPlaceHolder1_ActivitySections) { 
        width: 32.1%!important;
    }
}

@media only screen and (max-width: 1220px) {
    .ContentContainer {
        width: 1100px;
    }

    .footer, .footer1 {
        width: 1100px;
    }

    .mainMenu, .quickSummary {
        width: 1060px;
    }

    .mapDiv {
        width: 1060px !important;
    }

    .inner-col-md {
        width: 44.6%;
    }

    .inner-col-sm {
        width: 29.5%;
    }
    .d-b-box:not(#ContentPlaceHolder1_ActivitySections) {
        width: 32% !important;
    }
}

.SmallMenu {
    background-color: #fff;
    padding: 10px;
    position: absolute;
    margin-top: 10px;
    border: 1px solid #efefef;
    z-index: 100;
    text-align: left;
    box-shadow: 8px 5px 31px #c7c7c71f;
    border-radius: 10px;
    width: auto;
}

.smallMenu ul li {
    padding: 10px !important;
}

.smallMenuItem {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 5px;
    color: #000!important;
}

    .smallMenuItem:hover {
        color: #000;
        background-color: #fff;
    }


.notification-icon {
    position: relative;
    animation: rotate 2s ease-in-out infinite; /* Initial animation */
}

@keyframes rotate {
    20% {
        transform: rotate(15deg);
    }

    40% {
        transform: rotate(-10deg);
    }

    60% {
        transform: rotate(5deg);
    }

    80% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}



.d-flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.circular-progress {
    --size: 250px;
    --half-size: calc(var(--size) / 2);
    --stroke-width: 6px;
    --radius: calc((var(--size) - var(--stroke-width)) / 2);
    --circumference: calc(var(--radius) * pi * 2);
    --dash: calc((var(--progress) * var(--circumference)) / 100);
    animation: progress-animation 3s linear 0s 1 forwards;
}

    .circular-progress circle {
        cx: var(--half-size);
        cy: var(--half-size);
        r: var(--radius);
        stroke-width: var(--stroke-width);
        fill: none;
        fill-opacity: .85;
        stroke-linecap: round;
    }

        .circular-progress circle.bg {
            stroke: #ddd;
        }

        .circular-progress circle.fg {
            transform: rotate(-90deg);
            transform-origin: var(--half-size) var(--half-size);
            stroke-dasharray: var(--dash) calc(var(--circumference) - var(--dash));
            transition: stroke-dasharray 0.3s linear 0s;
            stroke: #1fbba6;
        }

@property --progress {
    syntax: "<number>";
    inherits: false;
    initial-value: 0;
}

:root {
    --my-remaining-value: 60;
}

@keyframes progress-animation {
    from {
        --progress: 0;
    }

    to {
        --progress: var(--my-remaining-value);
    }
}


/*  Cold Storage */

:root {
    --main-active-color: #1f73c0;
    --blue-light-color: #58afff17;
    --grey-bg-color: #f8f8f8;
}

.cold_circular-progress {
    --size: 250px;
    --half-size: calc(var(--size) / 2);
    --stroke-width: 6px;
    --radius: calc((var(--size) - var(--stroke-width)) / 2);
    --circumference: calc(var(--radius) * pi * 2);
    --dash: calc((var(--progresscold) * var(--circumference)) / 100);
    animation: progress-animation 3s linear 0s 1 forwards;
}

    .cold_circular-progress circle {
        cx: var(--half-size);
        cy: var(--half-size);
        r: var(--radius);
        stroke-width: var(--stroke-width);
        fill: none;
        fill-opacity: .85;
        stroke-linecap: round;
    }

        .cold_circular-progress circle.bg {
            stroke: #ddd;
        }

        .cold_circular-progress circle.fg {
            transform: rotate(-90deg);
            transform-origin: var(--half-size) var(--half-size);
            stroke-dasharray: var(--dash) calc(var(--circumference) - var(--dash));
            transition: stroke-dasharray 0.3s linear 0s;
            stroke: #1fbba6;
        }

@property --progresscold {
    syntax: "<number>";
    inherits: false;
    initial-value: 0;
}

:root {
    --my-remaining-value: 60;
}

@keyframes progress-animation {
    from {
        --progress: 0;
    }

    to {
        --progress: var(--my-remaining-value);
    }
}


.d-b-inner-box-pos {
    padding: 5px;
    border-radius: 5px 5px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.p-y-5 {
    padding: 5px 0;
}

.ui-state-active {
    color: #2c323f;
    border-bottom: 2px solid #7366FF;
    box-shadow: inset 0px -12px 8px -6px #dff1ff;
}

#tabs .tab {
    padding: 10px 25px;
}

.d-b-box-37 {
    width: 36.7%;
}

.d-b-box-22 {
    width: 22.6%;
}



.search-wrapper {
    max-width: 22rem;
}

    .search-wrapper .label {
        font-size: .625rem;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: +1.3px;
        margin-bottom: 1rem;
    }

    .search-wrapper .searchBar {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .search-wrapper #searchQueryInput {
        width: 230px;
        height: 2.8rem;
        background: #fff;
        outline: none;
        border: none;
        border-radius: 1.625rem;
        padding: 0 3.5rem 0 1.5rem;
        font-size: 1rem;
    }

    .search-wrapper #searchQuerySubmit {
        width: 3.5rem;
        height: 2.8rem;
        margin-left: -3.5rem;
        background: none;
        border: none;
        outline: none;
    }

        .search-wrapper #searchQuerySubmit:hover {
            cursor: pointer;
        }

.controlsDiv {
    display: flex;
}

.ctrlDiv {
    background-color: #ffffff !important;
    border: 0 !important;
    border-right: 0 !important;
    width: 50px !important;
    height: 35px !important;
    margin: 0 5px !important;
    border-radius: 5px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ViewTypesDiv div {
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
}

.viewButton {
    background-color: #ffffff;
    border: 1px solid #efefef;
    border-radius: 0px;
}

.thA {
    background-color: #f8f8f8;
}

.viewHeaderDiv {
    height: 25px;
    padding-bottom: 5px;
    width: 100%;
    background-color: #ffffff;
    border-bottom: solid 1px #dddddd;
}

.section_title {
    height: 30px;
    line-height: 30px;
    text-align: left;
    font-size: 19px;
    padding: 15px 0 15px 10px;
    font-weight: 600;
    color: #000;
    border-right: none;
    background-color: #fff;
    border: 0;
}
.computers_ul > li{
    padding-right:10px;
}
.computers_ul > li > a {
    width: auto;
}

    .computers_ul > li > a.selectedLink {
        color: var(--main-active-color) !important;
        background: var(--blue-light-color);
    }

        .computers_ul > li > a.selectedLink:before {
            background: var(--main-active-color);
        }

    .computers_ul > li > a.selectedLink:before {
        top: 0;
        opacity: 1;
    }

    .computers_ul > li > a span {
        font-size: 16px;
    }

    .computers_ul > li > a:hover {
        text-decoration: none !important;
    }
ul.computers_ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    ul.computers_ul > li > a {
        height: 24px;
        padding: 8px 0 8px 10px;
        cursor: pointer;
        font-size: 16px;
        position: relative;
        color: #222;
        text-align: left;
        width: auto;
    }

        ul.computers_ul > li > a.vault {
            border-top: 1px solid #A79E9E;
            margin-top: 8px;
        }

        ul.computers_ul > li > a:before {
            display: inline-block;
            content: '';
            height: 28px;
            width: 5px;
            position: absolute;
            bottom: 0;
            left: 0;
            margin: auto 0;
            opacity: 0;
            top: -50px;
            transition: opacity 0.1s ease-in, top 0.1s ease-in-out;
            -moz-transition: opacity 0.1s ease-in, top 0.1s ease-in-out;
            -o-transition: opacity 0.1s ease-in, top 0.1s ease-in-out;
            -webkit-transition: opacity 0.1s ease-in, top 0.1s ease-in-out;
        }

        ul.computers_ul > li > a:hover {
            background-color: #e0f4ff;
        }

        ul.computers_ul > li > a img {
            margin-right: 5px;
            vertical-align: middle;
            width: 25px;
            height: auto;
        }

        ul.computers_ul > li > a span {
            vertical-align: middle;
            display: inline-block;
            width: 144px;
            height: 24px;
            line-height: 24px;
            overflow: hidden;
            white-space: nowrap;
            font-size: 14px;
            -webkit-font-smoothing: antialiased;
            -ms-text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
        }

        ul.computers_ul > li > a.selected {
            color: #dd4b39;
        }

            ul.computers_ul > li > a.selected:before {
                top: 0;
                opacity: 1;
            }



.dZoolz {
    background-color: #ffffff;
    color: #1f73be;
    cursor: pointer;
    padding: 12px 20px;
    border: 2px solid #1f73be;
    border-radius: 10px;
    font-weight: 600;
    font-size: 14px;
    height: auto;
    transition: 0.5s;
}

    .dZoolz:hover {
        background-color: #1f73be;
        color: #fff;
        cursor: pointer;
        padding: 12px 20px;
        border: 2px solid #1f73be;
        border-radius: 10px;
        font-weight: 600;
        font-size: 14px;
        height: auto;
    }

#menu_container {
    padding-top: 29px;
}

#downloadSetupSubSection {
    padding-right: 40px;
    padding-left: 20px;
    text-align: center;
}

.fileLinkContainer {
    display: flex;
    align-items: center;
}

.cntrSThumb {
    width: 24px;
    height: 24px;
}

.uncheckedCB {
    background: url(/icons/unchecked-box-icon.svg) no-repeat 0 center;
}

.checkedCB {
    background: url(/icons/checked-box-icon.svg) no-repeat 0 center;
}

.viewHeaderDiv .cbAll {
    position: relative;
    width: 20px;
    padding: 0;
    height: 20px;
    border: 0;
    top: 4px;
    left: 9px;
}

.cb div {
    width: 0.7rem;
    height: 0.7rem;
}

.fileDiv div {
    display: flex;
    align-items: center;
}

ul.computers_ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.fileDiv img {
    cursor: pointer;
    width: 32px;
}

.footer, .footer1 {
    padding: 5px 0;
}

#controlsWrapper {
    width: 50%;
}

#viewersDiv {
    width: 79%
}

#menu_container {
    width: 20%;
    top: 0;
}

.thumbFile {
    border: 0;
    border-radius: 5px;
    padding: 15px 10px;
    background-color: var(--grey-bg-color);
    width: calc(25% - 15px);
    display: inline-block;
    position: relative;
}

    .thumbFile .fileLinkContainer {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

.file-thumbnail {
    position: relative;
    height: 100px;
    width: 96%;
    background-color: #fff;
    border: 0;
    border-radius: 5px;
    font-size: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.grid-file-info {
    margin-top: 18px;
    margin-bottom: 0;
}

    .grid-file-info a {
        text-align: left;
        font-size: 14px;
        font-weight: 600 !important;
    }

    .grid-file-info p {
        font-size: 12px;
        text-align: left;
        margin-top: 0;
        margin-bottom: 5px;
    }

.thumbFileDiv {
    height: auto;
}

.thumbFile {
    float: left;
    width: 30%;
    height: auto;
}

.file-thumbnail img {
    width: 70px;
    height: auto;
}

.file-thumbnail .more-actions {
    position: absolute;
    top: 20px;
    right: 15px;
    opacity: 0.7;
    width: 20px;
}

.thumbFile .select {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 15px;
    height: 15px;
}

.thumbFileDiv div {
    text-align: left;
}

/*.thumbDiv:not(.selectedThumb):hover, .thumbFileDiv:not(.selectedThumb):hover {
    background-color: transparent;
}*/

.searchDiv {
    font-size: 16px !important;
    line-height: 20px;
}

.grid-view-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.play-button {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 50px !important;
    height: 50px !important;
}

.media-thumbnail {
    width: 90px !important;
}

.grid-titles {
    width: 100%;
    margin: 0 5px;
}

    .grid-titles .ff-1 {
        font-size: 18px;
        margin-bottom: 12px;
        font-weight: 400;
        text-align: left;
        opacity: 0.7;
    }

.thumbFile .folderLinkContainer {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}

.grid-folder-info {
    margin: 0;
}

    .grid-folder-info a {
        text-align: left;
        font-size: 14px;
        font-weight: 600 !important;
    }

    .grid-folder-info p {
        font-size: 12px;
        text-align: left;
        margin-top: 0;
        margin-bottom: 5px;
    }

.folder-icon {
    width: 50px !important;
}

.breadcrumb {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    list-style-type: none;
    gap: 30px;
    padding-left: 0;
}

.breadcrumb-item {
    position: relative;
    line-height: 28px;
    display: flex;
    align-items: center;
    height: 28px;
}

.breadcrumb li:not(:last-child)::after {
    position: absolute;
    right: -20px;
    top: -1px;
    content: "/";
    margin: 0 5px;
    color: #666;
}

.mapDiv-breadcrumb {
    width: 1260px !important;
    height: 57px !important;
    background-color: #f8f8f8 !important;
    border-bottom: 0 !important;
}

.mMenu {
    position: absolute;
    display: block;
    z-index: 100;
    border-radius: 10px;
    text-align: left;
    width: 160px;
    top: 25px;
    left: -12px;
    padding: 0px 10px;
    box-shadow: rgba(89, 102, 122, 0.1) 0px 0px 20px;
    background: rgb(255, 255, 255);
}

.more-options-items {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 0;
    color: #000;
}

.lLinkA:hover {
    background-color: #fff;
}

.mMenu div {
    line-height: 32px;
    gap: 5px;
}

#fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1101;
    outline: none;
    display: none;
/*    box-shadow: -2px -3px 14px 0px #f0f0f0;*/
    padding: 0 !important;
}

.largeFan {
    height: 600px !important;
}



/* Users / Servers */

#PageTitle_div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.mapDiv-title-container {
    width: 1260px !important;
    background-color: #f8f8f8 !important;
    border-bottom: 0 !important;
}

    .mapDiv-title-container .txtTitle_Page {
        bottom: 0;
    }

.actionsTitle_divs {
    width: auto;
    /* min-width: 100px; */
    text-align: center;
    cursor: pointer;
    height: 30px;
    border: 0px;
    line-height: 30px;
    margin-right: 5px;
    color: #1f73be;
    background-color: transparent;
    border: 2px solid #1f73be;
    font-size: 13px;
    -webkit-border-radius: 3px;
    border-radius: 10px;
    font-weight: 600;
    padding: 2px 15px !important;
}

    .actionsTitle_divs img {
        width: 25px;
        height: 25px;
    }

.actionsTitle_divs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.375rem 1rem;
}

.viewerDiv {
    padding: 0 0 30px 0;
}

/* css rules for settings */

.ui-tabs-nav > .ui-state-default a {
    border-color: #fff;
    background: aliceblue !important;
    color: #525252 !important;
}

.ui-tabs-nav .ui-state-default a {
    border: 2px solid;
    position: relative;
    top: 1px;
    font-weight: bold;
}
.ui-tabs .ui-widget-content {
    border-color: #f9f9f9 !important;
    border: 2px solid;
    border-top: 0;
    background-color: #ffffff;
}
#AlertsTab, #ActivityTab {
    border-color: #f8f8f8 !important;
    border: 2px solid;
    border-top: 0;
    border: 2px solid;
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 1px;
    margin: 0 0.2em 1px 0;
    border-bottom: 0 !important;
    padding: 0;
    white-space: nowrap;
}

.ui-tabs-nav > .ui-state-default a {
    border-color: #fff;
    background: aliceblue !important;
    color: #525252 !important;
}

input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
    background-color: #f8f8f8;
    border-radius: 5px 0 0 5px;
    cursor: not-allowed;
    border-color: #e3e3e3;
    border: 1px solid #e3e3e3;
}

.storage-percentage-fields {
    width: 65%;
    margin-left: 15px;
    padding-left: 5px;
    height: 100% !important;
    outline: 0;
    border: 1px solid #cbcbcb !important;
    vertical-align: middle;
}

.ui-widget-header {
    border: 0;
    background: #fff;
    color: #000000 /*{fcHeader}*/;
    font-weight: normal;
}

.ui-widget-content {
    width: 100%;
    border: 0;
    background: #ffffff /*{bgColorContent}*/;
    color: #222222 /*{fcContent}*/;
    margin: 0;
}

.storage-percentage-fields-labels {
    display: inline-block;
    font-weight: bold;
    outline: 0;
    height: 22px;
    border: 1px solid #cbcbcb;
    padding: 1px 6px;
    border-left: none;
    position: relative;
    line-height: 22px;
    /* top: 1px; */
    vertical-align: middle;
    border-radius: 0 5px 5px 0;
}

.ui-tabs-nav {
    padding: 0px 0px 0px 0px !important;
    border: none!important;
    border-bottom: 2px solid #f8f8f8!important;
    background-color: #ffffff!important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 0;
    background: #ffffff;
    font-weight: normal /*{fwDefault}*/;
    color: #000000;
}

.ui-tabs-nav > .ui-tabs-selected a {
    border-color: #f9f9f9 !important;
    background: #ffffff !important;
    color: #525252 !important;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    margin-bottom: 0;
    padding-bottom: 1px;
    top: 3px;
    border-bottom: 1px solid #fff !important;
}

.ui-tabs-nav > .ui-tabs-selected a {
    border-color: #f9f9f9 !important;
    border-bottom: 0;
    background: #ffffff !important;
    color: #525252 !important;
}

.d-flex-l {
    display: flex;
    align-items: center;
    gap: 5px;
}

.d-flex-p {
    display: flex;
    align-items: center;
}

.mt-5 {
    margin-top: 5px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.ui-tabs .ui-tabs-nav li a {
    float: left;
    padding: 1em;
    text-decoration: none;
    text-align: center;
}

.divHover {
    background-color: #f6f6f6;
    border: 1px solid #f6f6f6;
    height: 40px;
    width: 97%;
    cursor: pointer;
    display: flex;
    align-items: center;
}

    .divHover:hover img.Down {
        content: url(../Images/Add_EditPolicy/Add_EditPolict_SmartSelection/Arrow_Down_White.png);
    }

    .divHover:hover img {
        content: url(../Images/Add_EditPolicy/Add_EditPolict_SmartSelection/Arrow_Right_White.png);
    }

    .divHover:hover img {
        content: url(https://cdn.zoolz.com/wp-content/uploads/2024/03/arrow-drop-right-circle-white.svg);
    }

        .divHover:hover img.Down {
            content: url(https://cdn.zoolz.com/wp-content/uploads/2024/03/arrow-drop-down-circle-white-1.svg);
        }

#imgLogo{
    width:100px;
}

#mapDiv{
 padding: 10px 20px;
}
.ContextMenu {
    background-color: #fff;
    padding: 10px;
    position: absolute;
    margin-top: 10px;
    border: 1px solid #efefef;
    z-index: 100;
    text-align: left;
    box-shadow: 8px 5px 31px #c7c7c71f;
    border-radius: 10px;
    width: auto;
}
.bk-color {
    z-index: 1100 !important;
    opacity: 0.65;
    -moz-opacity: 0.65 !important;
    filter: alpha(opacity=75) !important;
    cursor: pointer !important;
    display: block !important;
    background-color: rgb(0, 0, 0) !important; /*height: 917px !important;*/
}
#FancyBox {
    border-radius:10px;
}