﻿@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;
}

div.example {
    position: static;
}

.footer tr td a {
    color: #666;
    text-decoration: underline;
}

    .footer tr td a:hover {
        color: #0072c6;
        text-decoration: none;
    }

.tr_Footer td a {
    color: #666;
}

.txtTitle_Page {
    font-size: 20px;
    font-weight: 400;
    color: #333;
    position: relative;
    bottom: 3px;
}

.LargText {
    font-size: 16px;
}

.DefaultText {
    font-size: 13px;
    padding: 2px;
}

.DefaultTextTooSmall {
    font-size: 12px;
}

.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;
}

.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;
}

#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;
}

#fancybox-outer {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
}

#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;
}

#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;
    
    height: 30px;
    border: 1px solid #ccc;
}

    input[type=button]:hover {
        color: #fff;
        background-color: #39f;
        
        height: 30px;
        border: 1px solid #ccc;
    }

    input[type=button]:active {
        color: #fff;
        background-color: #2775b0;
        
        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 !important;
    padding-left: 2px !important;
}

    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: #f0f0f0;
    font-weight: 300;
    border-bottom: 1px solid #e5e5e5;
    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;
}

    .SmallMenu ul li:hover {
        background-color: #efefef;
        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: #3897d6;
        border-right: 1px solid #fff;
    }

        .MyMenu td:hover {
            font-weight: lighter;
            color: #333;
            background-color: #519ce0;
        }

        .MyMenu td a {
            text-align: center;
            display: inline-block;
            width: 100%;
            color: #FFF;
            line-height: normal;
            vertical-align: middle;
        }

        .MyMenu td:last-child:hover {
            background-color: #3897d6;
        }

        .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;
}

.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: 30px;
    line-height: 30px;
    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:not(.ui-listview,.sqlChildsUL), .single ul:not(.ui-listview,.sqlChildsUL) {
    display: block !important;
}

a:visited, a {
    font-weight: inherit;
    text-decoration: none;
    color: #0072c6;
    cursor: pointer;
}

/*Dashboard*/
.clear {
    clear: both;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.d-b-boxs {
    margin-top: 0px;
}

.d-b-box {
    border: 1px solid #dfdfdf;
    width: 339px;
    height: 240px; /*171px;*/
    margin: 12px;
    -webkit-box-shadow: 0px 0px 3px 0px #ccc;
    box-shadow: 0px 0px 3px 0px #ccc;
    background-color: #fff;
}

    .d-b-box:hover {
    }

.d-b-box-header {
    background-color: #4f4f4f;
    height: 25px;
    line-height: 25px;
    padding: 2px 30px;
}

.d-b-box-body {
    position: relative;
    text-align: center;
}

.d-b-box-header-txt {
    color: #ffffff;
    font-size: 18px;
}

.d-b-inner-box-cont {
    /*position: absolute;*/
    left: 0px;
    top: 0px;
}

.d-b-inner-box {
    width: 75px;
    height: 41px;
    text-align: center;
    color: #ffffff;
    position: relative;
    margin: 1px;
}

.d-b-inner-box1-pos {
    left: 0px;
    background-color: #1fbba6;
}

.d-b-inner-box2-pos {
    left: 0px;
    background-color: #e75735;
}

.d-b-inner-box3-pos {
    left: 0px;
    background-color: #20b3d2;
}

.d-b-inner-box4-pos {
    left: 0px;
    background-color: #8b8b8b;
}

.d-b-inner-box5-pos {
    left: 0px;
    background-color: #e69941;
}

.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;
    width: 262px;
}

.d-b-text-big {
    font-size: 75px;
    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: 20px;
    line-height: 27px;
}

.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-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: table;
    text-align: center;
    width: 100%;
    height: 84%;
}

.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: 190px;
    padding: 6px 0px;
    background-color: #3897d6;
    display: block;
    color: #ffffff !important;
    text-decoration: none;
    font-size: 14px;
    text-align: center;
    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;
    padding-left: 20px;
    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');
        }

.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;
}

#ContentPlaceHolder1_aHelpLink img {
    border: 0;
}

.page-content.active.open {
    background-color: #eee;
}

    #content_body_div * {
        box-sizing: content-box;
    }