*{
	margin: 0;
	padding: 0;
}
body{
	background: #f2f2f2;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
}
.inner{
	margin: 0 auto;
	width: 955px;
}
img{
	border: 0;
}
/*---------header----------*/
header{
	clear: both;
	overflow: hidden;
	padding: 15px 0 0;
}
header .inner .set{
	float: right;
}
header .inner .set a{
/*	background: url('../img/set.png') no-repeat left center; */
	color: #000;
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	margin-top: 32px;
	min-height: 24px;
	padding-left: 37px;
	text-decoration: none;
	vertical-align: top;
}
header>.inner{
	padding-bottom: 10px;
	overflow: hidden;
}
header nav{
	background: #41af41;
	color: #fff;
}

header nav ul{
	list-style-type: none;
	margin-right: -5px;

}
header nav ul li{
	display: table-cell;
	vertical-align: middle;
}
header nav ul li a{
	color: #fff;
	display: block;
	font-weight: 300;
	font-size: 15px;
	height: 80px;
	padding: 0 16px 0 17px;
	line-height: 80px;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	cursor: pointer;
}

header .nav > li > a {
	border-radius: 0px;
}

.progress-small {background: rgba(245, 245, 245, 1); border: 1px solid rgba(66, 139, 202, 1); border-radius: 0px;}

.itemselected{
    background: white;
}

.menu-btn{
	display: inline-block;
	height: 100%;
	margin-right: 9px;
	vertical-align: top;
	width: 42px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.icon-overview{
    background: url('../img/overview-white.png') no-repeat left 22px;
}

.nav > li > a {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	    background-color: #474744;
}
.nav-pills > li + li{
	margin-left: 0px;
}

.icon-backup{
     background: url('../img/backup-white.png') no-repeat left 22px;
}
.icon-restore{
    background: url('../img/restore-white.png') no-repeat left 22px;
}
.icon-plans{
    background: url('../img/plans-white.png') no-repeat left 19px;
}
.icon-settings{
    background: url('../img/settings-white.png') no-repeat left 20px;
}
.icon-licensing{
    background: url('../img/licensing-white.png') no-repeat left 22px;
}

header nav ul li.active {
    background: #474744;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #474744;
    color: #fff
}

.snd-btn {

}

.html-logo {
	font-family: Roboto, sans-serif;
	font-size: 29px;
	font-weight: bold;
}

.html-logo>img, .html-logo>span {
	display: inline-block;
	vertical-align: middle;
}

.html-logo>span {
	letter-spacing: 0px;
	padding-bottom: 0px;
}

.html-logo>img {
	margin-right: 10px;
}

/*-------header-end---------*/

/*---------main-body---------*/
.main-body h1{
	font-weight: normal;
	font-size: 24px;
	margin: 0 0 10px;
}
.main-body section{
	background: #fff;
	border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	border: 0px solid #000000;
	-webkit-box-shadow: 0px 1px 5px 1px #d6d6d6;
	-moz-box-shadow: 0px 1px 5px 1px #d6d6d6;
	box-shadow: 0px 1px 5px 1px #d6d6d6;
	margin-bottom: 10px;
	padding: 27px 27px 20px;
}
section h2{
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 10px;
}

/*--btn--*/
.btn-wrapper{
	clear: both;
	margin-bottom: 23px;
	overflow: hidden;
}
.btn-wrapper-left{
	float: left;
}
.btn-wrapper-right{
	float: right;
}

.btn {
    border: 1px solid #c8d2dc;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    color: #7f7f7f;
    display: inline-block;
    font-size: 12px;
    padding: 8px;
    text-decoration: none;
    vertical-align: middle;
    background-image: none;
}

.btn-small {
	padding: 7px;
}

.btn:hover {
	background: #dfffbf;
	border-color: #90cc53;
	color: #508a15;
}

/*--btn-end--*/

/*--tablle--*/
.plan-table{
	border-collapse: collapse;
	border-top: 1px solid #dadada;
	width: 100%;
	margin-bottom: 8px;
}
.plan-table tr td,
.plan-table tr th{
	border-bottom: 1px solid #dadada;
	padding: 11px 6px;
	text-align: left;
	vertical-align: middle;
}

.plan-table thead tr th{
	color: #3f48cc;
	font-weight: bold;
}
.plan-table thead tr,
.plan-table tbody tr:nth-child(2n){
	background: #f9f9f9;
}
.plan-table tr th:nth-child(1),
.plan-table tr td:nth-child(1){
	width: 40px;;
}
.plan-table tr th:nth-child(2),
.plan-table tr td:nth-child(2){
	width: 175px;;
}
.plan-table tr td:nth-child(2){
	text-transform: uppercase;
}
.plan-table tr th:nth-child(3),
.plan-table tr td:nth-child(3){
	width: 560px;;
}
.plan-table tr th:nth-child(4),
.plan-table tr td:nth-child(4){
	width: 95px;;
}

.Wt-itemview .Wt-headerdiv{
	background: #f9f9f9;
}
.Wt-headerdiv {
    color: #3f48cc;
    font-weight: bold;
}

.Wt-icon {
	padding: 16px;
	display: inline-block;
}

.Wt-tableview .Wt-tv-c:nth-child(2n) {
    background: #f9f9f9;
}

.Wt-tableview div.active.Wt-tv-c{
    background: #007FCE;
}

/*--tablle-end-*/

/*--form--*/
.form-inner label.checkbox{
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	margin: 0 7px 8px 0;
}
.form-inner label.checkbox input[type=checkbox]{
	vertical-align: middle;
	margin-right: 5px;
}
@-moz-document url-prefix() {
	.form-inner label.checkbox input[type=checkbox]{
		vertical-align: top;
	}
}
.form-inner label.text-input{
	cursor: pointer;
	display: block;
	margin-bottom: 8px;
}
.form-inner label.text-input+label.checkbox{
	margin-top: 5px;
}
.form-inner label.text-input span{
	display: inline-block;
	vertical-align: top;
	padding-top: 5px;
	width: 105px;
}
.form-inner label.text-input input,
.form-inner label.text-input textarea{
	background: #eeeeee;
	border: 1px solid #d1d1d1;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	padding: 3px;
	width: 182px;
}
.form-inner label.text-input input:focus,
.form-inner label.text-input textarea:focus{
	outline: 0;
}

input[type="radio"], input[type="checkbox"] {
    margin: 2px 0px 0px;
    line-height: normal;
}

/*--form-end-*/
/*--licensing--*/
.licensing-form{
    max-width: 335px;
    margin: 80px auto 0;
    font-size: 14px;
}
.licensing-form.freeware-edition{
    max-width: 370px;
}
.licensing-form.freeware-edition,
.licensing-form.trial-expired{
    margin: 36px auto 0;
}
.licensing-form.freeware-edition h1,
.licensing-form.trial-expired h1{
    text-align: center;
    font-weight: 800;
    font-size: 20px;
    margin: 0 0 20px;
}
.licensing-form label{
    cursor: pointer;
    display: block;
    margin-bottom: 7px;
}
.licensing-form label input,
.licensing-form label img,
.licensing-form label span{
    display: inline-block;
    vertical-align: top;
}
.licensing-form label input{
    width: 15px;
    height:15px;
    margin-right:2px;
    margin-top: 10px;
}
.licensing-form label img{
    margin-right:2px;
}
.licensing-form label span{
    padding-top: 8px;
}
.licensing-form label span b.heading{
    display: block;
    font-size: 12px;
    margin-bottom: 8px;
}
.licensing-form .submit-wrapper{
    margin-top: 30px;
    text-align: center;
}
.licensing-form .btn{
    padding: 8px 12px;
}
/*--lisensing-form-template--*/
.licensing-form-template{
    max-width: 417px;
    margin: 0 auto;
}
.licensing-form-template h1{
    text-align: center;
    font-weight: 800;
    font-size: 20px;
    margin: 0 0 20px;
}
.licensing-form-template h1{
    text-align: center;
    font-weight: 800;
    font-size: 20px;
    margin: 0 0 20px;
}
.licensing-form-template label{
    clear: both;
    display: block;
    margin: 7px 0;
}
.licensing-form-template label.input-wrapper span,
.licensing-form-template label.input-wrapper input{
    display: inline-block;
    vertical-align: top;
}
.licensing-form-template label.input-wrapper span{
    display: inline-block;
    vertical-align: top;
    padding-top: 5px;
    width: 100px;
    margin-right: 5px;
}
.licensing-form-template label.input-wrapper .input-comment{
    margin: 5px 0 10px 107px;

}
.licensing-form-template label.textarea-wrapper span{
    display: block;
    margin-bottom: 5px;
}
.licensing-form-template label.input-wrapper  input,
.licensing-form-template label.textarea-wrapper  textarea{
    background: #fff;
    border: 1px solid #d1d1d1;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    padding: 3px;
    width: 300px;
    resize: none;
}
.licensing-form-template label.textarea-wrapper  textarea{
    height: 70px;
    margin-bottom: 10px;
    width: 408px;
}
.licensing-form-template .get-registration-key{
    color: #777;
    float: right;
    text-decoration: none;
}
.licensing-form-template .get-registration-key:hover{
    text-decoration: underline;
}
.licensing-form-template .btn{
    padding: 8px 20px;
}
.start-trial.licensing-form-template h1{
    margin-bottom: 30px;
}
.start-trial.licensing-form-template p{
    margin-bottom: 15px;
}
.start-trial.licensing-form-template label.input-wrapper{
    margin-bottom: 20px;
}
.activate-license.licensing-form-template .btn-wrapper{
    margin-top: 20px;
}
/*--licensing-register-free-end--*/

/*--licensing-end--*/

.account-widget {
	width: 290px;
}

.account-select-widget{
	width: 290px;
}

.account-fs-path {
	width: 252px;
}

.account-fs-btn {
	height: 33px;
	width: 30px;
	margin-left: auto;
}

.account-bucket-button {
	margin-left: -62px;
}

.advance-settings-button {
	margin-left: -54px;
}

.account-gc-token {
	width: 248px;
}

.account-gc-token-btn {
	height: 33px;
    width: 38px;
    margin-left: 58px;
}

/* backup plan accordion */
.details-inner {
	   width: 899px;
}

.collapse collapse in {
	background-color: "black";
}

.info, .slider-header {
	/*border: 1px #ccc solid;*/
	border-right: 1px #ccc solid;
	padding: 10px;
}

.info {
	float: left;
	width: 40%;
	margin-bottom: 10px;
}

.info table {
	width: 100%;
}

.info td {
	width: 50%;
	border: 0 !important;
}

.info .info-label {
	font-weight: bold;
}

.info-slider {
	width: 520px;
}

.info-slider .value {
	text-align: right;
}

.info-slider .total{
	text-align: left;
}
.info-slider .progress {
	margin: 20px 0 20px 0;
	text-align: center;
}

.info-slider td {
	padding: 10px 20px 10px 0;
}

.info-title {
	font-size: 20px;
}

.details-btn {
    clear: both;
    margin-top: 5px;
}

.slider-header .name, .slider-header .progress {
    font-weight: bold;
}

.pal-btn-group{
	float: right;
	margin-top: -29px;
	margin-right: -10px;
}

.panel-heading{
	/* height: px; */
	background-color:#FFF;
}
.row{
	margin-bottom: 4px;
	margin-top: 4px;
}
.snd-message-btn{
	margin-left: -104px;
}
.syno-settings-save-btn{
	margin-left: -44px;
}
.btn-primary {
	color: #FFF;
}

/*-------main-body-end-------*/

/* for Wizard */
.modal-body
{
    max-height: 600px;
}

/*------- Destinations Widget -------*/

.destination-delegate
{
	vertical-align: middle;
	line-height: 18px;
}

.Destination-Widget .Wt-itemview,
.Destination-Widget .Wt-tableview .Wt-header,
.Destination-Widget .Wt-tableview .Wt-tv-br,
.Destination-Widget .Wt-tableview .Wt-tv-contents .Wt-tv-c
{
	border: none
}

.Destination-Widget .Wt-tableview .Wt-tv-c:nth-child(2n) {
    background-color: transparent
}

.Destination-Widget .Wt-tableview div.active.Wt-tv-c{
   background: no
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    direction: rtl;
}

.cbb-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    direction: ltr;
}

/*---------- Misc ----------*/
.tooltip
{
	overflow: visible;
}


/*-------- ENABLE BETA message in the conner ----------*/
body:after{
	content: "beta";
	position: fixed;
	width: 80px;
	height: 25px;
	/*background: #EE8E4A;*/
	background: red;
	top: 7px;
	left: -20px;
	text-align: center;
	font-size: 13px;
	font-family: sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	line-height: 27px;
	transform:rotate(-45deg);
}
