﻿@font-face {
    font-family: 'open_sans';
    src: url('fonts/open_sans_new/regular/opensans-regular-webfont.eot');
    src: url('fonts/open_sans_new/regular/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/open_sans_new/regular/opensans-regular-webfont.woff') format('woff'),
         url('fonts/open_sans_new/regular/opensans-regular-webfont.ttf') format('truetype'),
         url('fonts/open_sans_new/regular/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
    /* regular */
}

/* light */
/*
@font-face {
    font-family: 'open_sans';
    src: url('fonts/open_sans_new/light/opensans-light-webfont.eot');
    src: url('fonts/open_sans_new/light/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/open_sans_new/light/opensans-light-webfont.woff') format('woff'),
         url('fonts/open_sans_new/light/opensans-light-webfont.ttf') format('truetype'),
         url('fonts/open_sans_new/light/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: 300;
    font-style: normal;
    
}
*/

/* bold */
/*
@font-face {
    font-family: 'open_sans';
    src: url('fonts/open_sans_new/bold/opensans-bold-webfont.eot');
    src: url('fonts/open_sans_new/bold/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/open_sans_new/bold/opensans-bold-webfont.woff') format('woff'),
         url('fonts/open_sans_new/bold/opensans-bold-webfont.ttf') format('truetype'),
         url('fonts/open_sans_new/bold/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: 700;
    font-style: normal;
    
}*/

*
{
    font-family: 'open_sans'!important;
}

/*@import url(https://fonts.googleapis.com/css?family=Open+Sans);
*
{
    font-family: 'Open Sans' ,arial,sans-serif;
}*/
.txtTitle_Bold
{
    font-size: 18px !important;
    font-weight: bolder !important;
    color: #404040 !important;
}
.txtTitle_Default
{
    font-size: 18px;
    font-weight: 300;
    color: #404040;
}
.txtDescription_Bold
{
    font-weight: bolder;
    font-size: 14px;
    color: #404040;
}
.txtDescription_Default
{
    font-weight: 300;
    font-size: 14px;
    color: #404040;
}
.txtDefault
{
    font-size: 13px;
    color: #404040;
}
.MasterPageHeader
{
    width: 940px;
    height: 57px;
    margin: 0 auto;
}
div.MasterPageContent
{
    width: 950px;
    margin: 0 auto;
}
body
{
    font-size: 13px;
    color: #333;
    text-align: left;
    width: 100%;
    overflow: auto;
    margin: 0;
}
.Header
{
    background-image: url(../Images/wave3header.jpg);
    background-repeat: no-repeat;
}
a
{
    font-size: 13px;
    color: #2B7FB6;
    text-decoration: none;
}
.SignUpHeader
{
    font-size: 24px;
    color: #138ac5;
}
.SignUpTitle
{
    font-size: 14px;
    color: #444;
}
.SignUpResult
{
    font-size: 11px;
    color: #444;
}
.RequiredSignUpResult
{
    color: Red;
}
.ButtonStyle
{
    background-image: url(../Images/Sign_Up_Blue_Submit_Button.png);
    background-repeat: no-repeat;
    width: 121px;
    height: 33px;
}
.CreateCarve
{
    border: 2px solid #D2DCE1; /*-webkit-border-radius: 30px;     -moz-border-radius: 30px;     border-radius: 30px;*/
}
.StartBackupButton
{
    background-image: url(../Images/Zoolz_Start_Now_Button.png);
    width: 196px;
    height: 47px;
    line-height: 46px;
    color: #fff;
    font-size: 17px;
    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], select
{
    outline: none;
}
input
{
    width: 92%;
    border: 1px solid #899caa;
    -moz-border-radius: 3px;
    box-shadow: inset 0 1px 3px #bbb;
    -webkit-box-shadow: inset 0 1px 3px #bbb;
    -moz-box-shadow: inset 0 1px 3px #bbb;
    font-size: 13px;
    padding: 8px;
}
input[type=checkbox], input[type=radio]
{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 13px;
    height: 13px;
    cursor: pointer;
    vertical-align: bottom;
    background: #fff;
    border: 1px solid #dcdcdc;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin: 0;
}
input[type=checkbox]:active, input[type=radio]:active
{
    background: #ebebeb;
    border-color: #c6c6c6;
}
input[type=checkbox]:hover
{
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
    border-color: #c6c6c6;
}
input[type=radio]
{
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    width: 15px;
    height: 15px;
}
input[type=checkbox]:checked, input[type=radio]:checked
{
    background: #fff;
    border-color: #3a995a;
}
input[type=radio]:checked::after
{
    content: '';
    display: block;
    position: relative;
    top: 3px;
    left: 3px;
    width: 7px;
    height: 7px;
    background: #666;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
}
input[type=checkbox]:checked::after
{
    content: url(//ssl.gstatic.com/ui/v1/menu/checkmark.png);
    display: block;
    position: absolute;
    top: -6px;
    left: -5px;
}
input[type=checkbox]:focus
{
    outline: none;
    border-color: #4d90fe;
}
.inputTextSmall
{
    height: 10px;
}
.Error
{
    border: 1px solid #DD4B39;
}
.Focusing
{
    border: 1px solid #4D90FE;
}
.Correct
{
    border: 1px solid #3a995a;
}
.Watermark
{
    color: #a9a9a9;
    font-size: 13px;
}
.ButtonGreen
{
    background-color: #3d9200;
    width: 210px;
    height: 35px;
    color: #f4fcf8;
    background: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#74b84b,endColorstr=#57a02f);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#74b84b, endColorstr=#57a02f)";
    border-color: #679e21;
}
.ButtonGreen:hover
{
    border: 1px solid #060;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    color: #fffffc;
}
.ButtonGreen:active
{
    background-color: #f5f5f5;
    color: #ffc;
    background: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4aa02c,endColorstr=#4aa02c);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4aa02c, endColorstr=#4aa02c)";
    border-color: #444;
}
.ButtonBlue
{
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #00aeef;        
    border: 1px solid #D9D9D9;
    font-weight: 700;
    width: 70px;
    height: 30px;
    background: 0;    
    padding: 0;
}
/*
.ButtonBlue
{
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #4c8ffd;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    border: 1px solid #D9D9D9;
    font-weight: 700;
    width: 70px;
    height: 30px;
    background: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d90fe,endColorstr=#357ae8);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d90fe, endColorstr=#357ae8)";
    padding: 0;
}
.ButtonBlue:hover
{
    border: 1px solid #939393;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    color: #fff;
}
.ButtonBlue:active
{
    background-color: #f5f5f5;
    color: #fff;
    background: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d90fe,endColorstr=#4d90fe);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d90fe, endColorstr=#4d90fe)";
    border-color: #2f5bb7;
}
.GeneralButton:hover
{
    border: 1px solid #939393;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    color: #333;
}
.GeneralButton:active
{
    background-color: #f5f5f5;
    color: #333;
    background: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f1f1f1,endColorstr=#f5f5f5);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f1f1f1, endColorstr=#f5f5f5)";
    border-color: #444;
}
*/
.ButtonBlue[disabled]
{
    background: #ddd !important;
    border: 1px solid #ddd !important;
    box-shadow: rgba(0, 0, 0, 0.0980392) 0px 1px 1px !important;
    -webkit-box-shadow: rgba(0, 0, 0, 0.0980392) 0px 1px 1px !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#dddddd,endColorstr=#dddddd);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#dddddd, endColorstr=#dddddd)";
    color: rgb(255, 255, 255) !important;
    background-color: #ddd !important;
}
.MainTitle
{
    text-align: left;
    font-size: 18pt;
    color: #333;
    white-space: nowrap;
    margin-top: 10px;
    font-weight: 700;
    border-bottom: 2px solid #CCC;
    padding-bottom: 5px;
}
.MainTitle span
{
    font-size: 17px;
    font-weight: 400;
}
.MainTitle span a
{
    font-size: 13px;
    font-weight: 400;
}
.Summary
{
    border: 1px solid #ccc;
    padding-left: 10px;
    padding-top: 5px;
    padding-right: 5px;
}
.Summary .Title
{
    font-size: 15px;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    height: 30px;
}
.Highlight
{
    font-size: 13px;
    color: #555;
    border-bottom: 1px solid #ddd;
    text-align: left;
    background-color: #f1f1f1;
}
.HighlightOf
{
    font-size: 13px;
    color: #555;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
.GridView
{
    border: 1px solid #e5e5e5;
    background-color: #f0f5fa;
    height: 35px;
}
.GridView td
{
    height: 30px;
}
.GridViewSummary
{
    padding-top: 10px;
    padding-bottom: 10px;
}
.GridViewSummary td
{
    height: 20px;
}
.MessageContainerScrolledUp
{
    position: relative;
    width: 100%;
    opacity: 1;
    margin: auto;
}
.MessageContainerScrolledDown
{
    position: fixed;
    width: 981px;
    margin-top: -94px;
    margin-left: -1px;
    opacity: 0.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-size: 90%;
    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-size: 17px;
    font-weight: 700;
    color: #477fae;
    text-align: left;
}
.ErrorMSGTxt
{
    font-size: 15px;
    color: #222;
    text-align: left;
}
.SuccessBar td
{
    border: 1px solid #bbdf9a;
    height: 31px;
    background-color: #eaf5e1;
    font-size: 13px;
    color: #407200;
    padding-left: 10px;
}
.MainTitleNotification
{
    margin-top: 5px;
    background-color: #F8B752;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    height: 42px;
    border: 1px solid #F8B752;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 13px;
    color: #333;
    padding: 0;
}
.SuccessNotification
{
    margin-top: 5px;
    background-color: #cdfcc1;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    height: 35px;
    border: 1px solid #2fc700;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 13px;
    color: #333;
    padding: 0;
}
.ErrorNotification
{
    margin-top: 5px;
    background-color: #fccac1;
    width: auto;
    height: 35px;
    border: 1px solid #eb5439;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 13px;
    color: #333;
    padding: 0;
}
.WarningNotification
{
    margin-top: 5px;
    background-color: #ffe9ad;
    width: auto;
    height: 35px;
    border: 1px solid #fab418;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 13px;
    color: #333;
    padding: 0;
}
.InfoNotification
{
    margin-top: 5px;
    background-color: #d1e4f3;
    width: auto;
    height: 35px;
    border: 1px solid #4d8fcb;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 13px;
    color: #333;
    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
{
    top: 0;
    left: 0;
    z-index: 1101;
    outline: none;
    display: none;
    position: absolute;
    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: none;
    outline: none;
    line-height: 0;
    vertical-align: top;
    margin: 0;
    padding: 0;
}
#fancybox-frame
{
    width: 100%;
    height: 100%;
    border: none;
    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
{
    font-size: 12px;
    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: none;
    border-collapse: collapse;
    width: auto;
}
#fancybox-title-float-wrap td
{
    border: none;
    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;
    margin: auto;
}
ul, li
{
    list-style: none;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}
.menu_class
{
    border: 1px solid #1c1c1c;
    margin-bottom: -4px;
}
.the_menu
{
    width: 200px;
    height: 150px;
    border: 2px solid #e2e2e2;
    text-align: left;
    border-top: 2px solid #BEBEBE;
    border-bottom: 2px solid #BEBEBE;
    border-left: 2px 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;
}
.MyMenu
{
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    width: 100%;
}
.MyMenu td
{
    height: 30px;
    background-color: #499be0;
    border-right: 2px solid #FFF;
}
.MyMenu td a
{
    text-align: center;
    display: inline-block;
    width: 100%;
    color: #FFF;
    font-size: 15px;
    line-height: 30px;
    vertical-align: middle;
}
.MyMenu td:hover
{
    background-color: #3b5998;
}
.MyMenu td:last-child:hover
{
    background-color: #499be0;
}
.MyMenu td:first-child
{
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.MyMenu td:last-child
{
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    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;
    -webkit-box-shadow: 0 1px 5px #CCC;
    -moz-box-shadow: 0 1px 5px #CCC;
    box-shadow: 0 1px 5px #CCC;
    display: none;
}
a:hover, a:visted
{
    text-decoration: none;
}
.GeneralButton, .Disabled_GeneralButton
{
    padding-bottom: 2px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    color: #666;
    background-color: #f5f5f5;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    border: 1px solid #D9D9D9;
    font-weight: 700;
    width: 100px;
    height: 25px;
}
.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;
}
.the_menu li:hover, #SubMenu li:hover, .SubMenu:hover table
{
    background-color: #e4ebf8;
}
.active ul, .single ul
{
    display: block !important;
}
div.example
{
    margin-bottom: 20px;
    position: relative;
}
div.ie-fix
{
    overflow: visible;
    height: 0;
}
.target
{
    width: 80px;
    text-align: center;
    border: 2px solid #666;
    padding: 5px;
    background-color: #0FF;
    height: 45px;
    display: block;
    float: left;
}
input.alt-target
{
    width: 80px;
}
#page
{
    width: 600px;
    margin-right: auto;
    margin-left: auto;
    background-color: #EEE;
    padding: 2em;
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
}
h3
{
    color: #666;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #666;
    font-size: 1.2em;
    margin: 0 0 .4em 0;
}
p
{
    margin-top: 0px;
    margin-bottom: 1em;
}
.desc
{
    margin-left: 100px;
}
.source
{
}
.html-source, .js, .css-source
{
    font-family: "Courier New" ,Courier,monospace;
    background-color: #FFF;
}
.html-source textarea, .js textarea, .css-source textarea
{
    font-family: "Courier New" ,Courier,monospace;
    font-size: 11px;
}
.html-link a:focus, .js-link a:focus, .css-link a:focus
{
    outline: none;
    -moz-outline: none;
}
#example17
{
    cursor: pointer;
}
.gmap
{
    font-family: Arial,sans-serif;
    font-size: 13px;
    position: relative;
}
.gmap-title
{
    font-size: 16px;
    font-weight: bold;
}
.gmap-addr
{
    padding-bottom: 15px;
    padding-top: 5px;
}
.gmap-close
{
    position: absolute;
    top: 0;
    right: 0;
    border: none;
}

div.example
{
    position: static;
}

.Intervals
{
    width: 184px;
    border: 1px solid #ccc;
    height: 25px;
    background-color: #f5f5f5;
}
.Interval
{
    height: 25px;
    width: 60px;
    float: left;
    text-align: center;
    background-color: #f5f5f5;
    cursor: pointer;
    border-left: 2px solid #ccc;
}
.Interval:hover
{
    cursor: pointer;
    background-color: #c2c2c2; /*border-bottom: 1px solid #ebebeb;*/
}
.Interval:Active
{
    cursor: pointer;
    background-color: #ccc;
}
.Selected
{
    cursor: pointer;
    background-color: #c2c2c2;
    color: #333;
}
.Interval span
{
    font-size: 13px;
    line-height: 25px;
}

/*Reports Tab*/

.Tabs
{
    text-align: center;
    width: 340px;
    padding: 0px;
    margin: 0;
    padding: 0;
}
.Tabs li
{
    list-style: none;
    display: inline-block;
    width: 100px;
    padding: 0px;
    color: #3297FD;
}
.Tabs li:last-child
{
    width: 130px;
}
.Tabs a
{
    display: block;
    font-family: arial;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0; /*padding: 9px 18px 9px;*/
    text-decoration: none;
    padding: 0px;
    cursor: pointer;
    height: 30px;
}
.Tabs a:hover
{
    background-color: #2D89E5;
    color: #fff;
    padding: 0px;
}
.SelectedTab a
{
    background-color: #2D89E5;
    color: #fff;
    padding: 0px;
}
/*************************** Image Viewer ************************/
.thumbContainer
{
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    vertical-align: middle;
    text-align: center;
    background-color: #000000;
    z-index: 1000; /*background: rgba(0,0,0,0.9);*/
}

.thumbContainer img
{
    cursor: pointer;
}

.imageViewerMainDiv
{
    width: 100%;
    height: 100%;
    position: relative;
}

.imageCloseDiv
{
    position: absolute;
    top: 0;
    right: 0;
    vertical-align: middle;
    text-align: center;
    margin-right: 15px;
    margin-top: 10px;
    color: #00BBFF;
    cursor: default;
    font-weight: bold;
    font-size: 20px;
    z-index: 1002;
    width: 22px;
    height: 22px;
    cursor: pointer;
}

.closeWhite
{
    background: url(../Images/ImagesViwer/close.png) no-repeat -22px center;
}

.closeBlack
{
    background: url(../Images/ImagesViwer/close.png) no-repeat 0px center;
}

.imageVieweImageDiv
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-bottom: 60px;
}

.thumbLoader
{
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: url(../Images/ImagesViwer/Loader.gif) no-repeat center center;
    width: 500px;
    height: 20px;
    margin: auto;
}

.previousThumb
{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100px;
    cursor: pointer;
    z-index: 1000;
}

.nextThumb
{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100px;
    cursor: pointer;
    z-index: 1000;
}

.NBThumb
{
    width: 30px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}


.preTWhite
{
    background: url(../Images/ImagesViwer/Arrow_Left.png) no-repeat -30px center;
}

.nextTWhite
{
    background: url(../Images/ImagesViwer/Arrow_Right.png) no-repeat -30px center;
}


.preTBlack
{
    background: url(../Images/ImagesViwer/Arrow_Left.png) no-repeat 0px center;
}

.nextTBlack
{
    background: url(../Images/ImagesViwer/Arrow_Right.png) no-repeat 0px center;
}

.imageVieweControlsDiv
{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000000;
    width: 100%;
    height: 60px;
    border-top: 1px solid #999999;
}
.imgsCount
{
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    color: White;
    width: 250px;
}

.colorsControlsDiv
{
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: 60px;
    margin-bottom: 20px;
}

.BlackBox
{
    float: left;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin: 5px;
    background-color: #000000;
    border: 1px solid #FFFFFF;
}

.WhiteBox
{
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin: 5px;
    background-color: #FFFFFF;
    border: 1px solid #000000;
    float: left;
}
.imageContainerDiv
{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 5px;
}

.DownTWhite
{
    background: url('../Images/ImagesViwer/download.png') no-repeat -28px 0;
    width: 28px;
}
.DownTBlack
{
    background: url('../Images/ImagesViwer/download.png') no-repeat 0 0;
    width: 28px;
}
.DelTWhite
{
    background: url('../Images/ImagesViwer/delete.png') no-repeat -18px 0;
    width: 18px;
}
.DelTBlack
{
    background: url('../Images/ImagesViwer/delete.png') no-repeat 0 0;
    width: 18px;
}
.ShrTWhite
{
    background: url('../Images/ImagesViwer/shareImage.png') no-repeat -19px 0;
    width: 19px;
}
.ShrTBlack
{
    background: url('../Images/ImagesViwer/shareImage.png') no-repeat 0 0;
    width: 19px;
}
.imageLinksDiv
{
    margin-left: 50px;
    margin-top: 5px;
    text-align: left;
    float: left;
}
.imageLinksDiv div
{
    margin-top: 5px;
    float: left;
    height: 25px;
    margin-right: 10px;
    margin-left: 10px;
}
.imageLinksDiv a
{
    color: #0bf;
    font-size: 14px;
    text-decoration: none;
}
.imageLinksDiv a:hover
{
    color: #0cf;
    font-weight: bold;
}

abel
{
    display: inline;
}

.Container
{
    border: 1px solid #ddd;
    background-color: #ebebeb;
    display: table-cell;
}


.animation-parts {
 height: 5px;
    width: 5px;
    text-align: center;
    border-radius: 50%;
    top: 0px;
    background-color: #0fbffa;
    position: absolute;
}

.ball-1
{

    animation-name: loaderAnimation;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-delay: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running; /* Safari and Chrome: */
    -webkit-animation-name: loaderAnimation;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-play-state: running;
    left:0px;
}

.ball-2
{
    -webkit-animation-name: loaderAnimation;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0.2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-play-state: running;
    left:10px;
}

.ball-3
{
    left: 20px;
    -webkit-animation-name: loaderAnimation;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0.4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-play-state: running;
}

.ball-4
{
    left: 30px;
    -webkit-animation-name: loaderAnimation;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-play-state: running;
}

@-webkit-keyframes loaderAnimation /* Safari and Chrome */
{
    0%{
        background: #0fbffa;
        top: 0px;
        width: 5px;
        height: 5px;
    }

    50%
    {
        background: #3defff;
        top: 20px;
        width: 5px;
        height: 5px;
    }

    100%
    {
        background: #c7ffff;
        top: 0px;
        width: 5px;
        height: 5px;
    }
}       
.disabled,.aspNetDisabled
{
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: default;
}

#widget_bounds
{
    display:none!important;    
}

.p_c {
    width: 100%;
    height: 20%;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    bottom: 1px;
    z-index: 1001; /*background: #222;*/
    display: none;
}

.p_c_act {
    -webkit-transform: scale(1);
    -webkit-animation-name: popin;
    -webkit-animation-duration: 350ms;
    -moz-transform: scale(1);
    -moz-animation-name: popin;
    -moz-animation-duration: 350ms;
    transform: scale(1);
    animation-name: popin;
    animation-duration: 350ms;
    opacity: 1;
    filter: Alpha(Opacity=100);
    display: block;
}

.popup {
    width: 300px;
    height: auto !important;
    position: relative;
    left: 0;
    right: 0; /*margin: 100px auto;*/
    margin: 0 auto;
    max-width: 400px;
    max-height: 400px;
    color: #FFF;
    border: 1px solid #AAA;
    -moz-box-shadow: 0 0 12px rgba(0,0,0,.6);
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
    -webkit-border-radius: .6em;
    border-radius: .6em;
    text-shadow: 0 1px 0 #FFF;
    background: #F9F9F9;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#F9F9F9),to(#EEE));
    background-image: -webkit-linear-gradient(#F9F9F9,#EEE);
    background-image: -moz-linear-gradient(#f9f9f9,#eee);
    background-image: -ms-linear-gradient(#f9f9f9,#eee);
    background-image: -o-linear-gradient(#f9f9f9,#eee);
    background-image: linear-gradient(#F9F9F9,#EEE);
}

.p_hdr {
    height: 30px;
    background-color: #111;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#3C3C3C),to(#111));
    background-image: -webkit-linear-gradient(#3C3C3C,#111);
    background-image: -moz-linear-gradient(#3c3c3c,#111);
    background-image: -ms-linear-gradient(#3c3c3c,#111);
    background-image: -o-linear-gradient(#3c3c3c,#111);
    background-image: linear-gradient(#3C3C3C,#111);
    -webkit-border-top-left-radius: inherit;
    border-top-left-radius: inherit;
    -webkit-border-top-right-radius: inherit;
    border-top-right-radius: inherit;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    text-shadow: 0 -1px 0 #000;
    line-height: 30px;
}

.p_cont_par {
    display: table;
    width: 100%;
    height: 100%;
}

.p_cont {
    display: table-cell;
    color: #000;
    text-align: center;
    vertical-align: top;
    padding-top: 10px;
    font-size: 15px;
    height: 30px;
}

.p_buttons {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.p_btn_close {
    position: absolute;
    right: 8px;
    top: 5px;
    z-index: 1001;
    background-color: #FFF;
    border-radius: 8px;
    -webkit-transform: translate3d(0, 0, 0);
}



.p_btn_Ok {
    padding-left: 50px;
    padding-right: 50px;
    border-top: 1px solid #FFF;
    border-color: rgba(255, 255, 255, 0.3);
    font-weight: 700;
    color: #FFF;
    text-shadow: 0 1px 0 #111;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    background: #333;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#444),to(#2D2D2D));
    background-image: -webkit-linear-gradient(#444,#2D2D2D);
    background-image: -moz-linear-gradient(#444,#2d2d2d);
    background-image: -ms-linear-gradient(#444,#2d2d2d);
    background-image: -o-linear-gradient(#444,#2d2d2d);
    background-image: linear-gradient(#444,#2D2D2D);
    padding-bottom: 5px;
    padding-top: 5px;
}