@import url(//fonts.googleapis.com/css?family=Open+Sans:100,400,300,500,600,700);
@import url(//fonts.googleapis.com/css?family=Oswald:100,400,300,600,700);
@import url(//fonts.googleapis.com/css?family=Roboto:400,100,300,500,600,700);

.clear{
	clear: both;
}
.ibk-dashboard-wrap{
	width: 100%;
}
.ibk-dashboard-wrap .ibk-admin-header{
	height: 100px;
  	width: 100%;
  	position: relative;
  	margin-bottom: 25px;
}

.ibk-dashboard-wrap .ibk-admin-header .ibk-top-menu-section {
	z-index: 1;
  	position: absolute;
  	height: 100px;
  	width: 100%;
  	padding-right: 20px;
  	margin-left: -20px;
  	background-color: #616f76;
  	-webkit-box-shadow: inset 0px 0px 40px 0px rgba(0,0,0,0.75);
  	-moz-box-shadow: inset 0px 0px 40px 0px rgba(0,0,0,0.75);
  	box-shadow: inset 0px 0px 40px 0px rgba(0,0,0,0.75);
	box-sizing:content-box;
}

.ibk-dashboard-logo {
  	position: absolute;
  	left: 0px;
  	top: 0px;
  	width: 200px;
  	height: 100%;
  	background-color: #ab82c9;
  	z-index: 2;
}
.ibk-dashboard-wrap .ibk-admin-header .ibk-top-menu-section .ibk-dashboard-menu {
	  width: 100%;
	  height: 100%;
	  right: 0px;
	  padding-left: 200px;
	  position: absolute;
	  display: inline-block;
	  box-sizing: border-box;
	  background: url("../images/dashboard-underline.jpg") 0 bottom repeat-x;
	  z-index: 1;
}
.ibk-dashboard-menu ul {
	  margin: 0px;
	  padding: 0px;
	  list-style-type: none;
	  width: 100%;
	  height: 100%;
	  overflow: hidden;
	  z-index: 999996;
}
.ibk-dashboard-wrap .ibk-admin-header .ibk-top-menu-section .ibk-dashboard-menu ul li {
	  float: left;
	  height: 100%;
	  width: 11%;
	  max-width:200px;
	  list-style-type: none;
	  margin: 0px;
	  padding: 0px;
	  border-right: 1px solid rgba(255,255,255, 0.1);
	  color: #FFF;
	  z-index: 999996;
}
.ibk-dashboard-wrap .ibk-admin-header .ibk-top-menu-section .ibk-dashboard-menu ul li a {
	  text-decoration: none;
	  color: #fff;
}
.ibk-dashboard-wrap .ibk-admin-header .ibk-top-menu-section .ibk-dashboard-menu .ibk-page-title {
	  font-size: 10px;
	  padding: 18px 5px;
	  font-family: "Open Sans",sans-serif;
	  font-weight: bold;
	  text-align: center;
	  text-transform: uppercase;
	  line-height: 15px;
}
.ibk-dashboard-menu ul li.selected, .ibk-dashboard-menu ul li:hover {
  	  background-color: rgba(255,255,255,0.1);
}
.ibk-subtab-menu{
	  width: 100%;
	  position: absolute;
	  top: 100px;
	  background-color: rgba(0,0,0,0.7);
	  margin-left: -20px;
	  padding: 5px 0px 5px 20px;
}
.ibk-subtab-menu .ibk-subtab-menu-item{
	  text-decoration: none;
	  color: #fff;
	  display: inline-block;
	  margin-right: 20px;
}
.ibk-dashboard-wrap .ibk-stuffbox {
	margin: 20px 20px 0px 0px;
	  padding: 0px;
	  line-height: 1;
	  background: #fff;
	  border: 1px solid #e5e5e5;
	  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.04);
	  box-shadow: 0 1px 1px rgba(0,0,0,.04);
	
}
.ibk-dashboard-wrap .ibk-stuffbox .ibk-h3 {
	  background-color: #fff;
	  font-weight: bold;
	  color: #333;
	  background-image: none;
	  text-shadow: none;
	  box-shadow: inset 0px -5px 10px 2px rgba(0,0,0,0.03);
	  font-family: "Open Sans",sans-serif;
	  font-size: 16px;
	  padding: 16px 12px;
	  line-height: 1.4;
	  border-bottom: 1px solid #ccc;
	  margin: 0px;
}

.ibk-dashboard-wrap .ibk-stuffbox .inside {
	  padding: 0 12px 12px;
	  line-height: 1.4em;
	  font-size: 13px;
	  margin-top: 10px;
}
.ibk-dashboard-wrap .ibk-stuffbox .inside .ibk-inside-label {
	  min-width: 140px;
	  text-align: right;
	  padding-right: 15px;
	  display: inline-block;
}
.ibk-dashboard-wrap .ibk-stuffbox .inside .ibk-inside-label-big {
	  min-width: 190px;
	  text-align: right;
	  padding-right: 15px;
	  display: inline-block;
	font-weight: bold;
	vertical-align: top;
}
.ibk-dashboard-wrap .ibk-stuffbox .inside .ibk-inside-item  {
	  padding: 10px 5px;
	  /*border-bottom: 1px solid #fafafa;*/
}
.ibk-dashboard-wrap .ibk-stuffbox .inside .ibk-bttn-wrapp{
	margin-top: 15px;
}

#wpbody-content .update-nag{
	display: none;
}
.ibk-top-message{

	font-family: "Roboto", sans-serif;
	font-weight:300;
	color:#555;
	font-size:21px;
	line-height:38px;
}
.ibk-tag-item {
	  background-color: #1FC4C8;
	  color: #fff;
	  padding: 5px;
	  margin: 3px;
	  display:inline-block;
	  min-width: 40px;
}
.ibk-tag-item-native {
	  background-color: rgba(240, 80, 80, 0.8);
	  color: #fff;
	  padding: 5px;
	  margin: 3px;
	  display:inline-block;
	  min-width: 40px;
}
.ibk-remove-tag{
	cursor: pointer;
    margin-left: 5px;
	display: inline-block;
	float:right;
}
.ibk-add-new, .ibk-close-btn{
	cursor: pointer;
	outline: none;
	padding: 0px 16px 0px 0px;
	background-color: #2196f3;
	border: 1px solid transparent;
	color: #ffffff;
	font-family: "Roboto", sans-serif;
	font-weight:200;
	font-size: 14px;
	font-weight: 300;
	outline: 0;
	line-height: 20px;
	white-space: nowrap;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	box-sizing: border-box;
	text-decoration:none;
	min-width:120px;
	display: inline-block;
    margin-right: 10px;
}
.ibk-add-new:hover{	
	color:#fff !important;
}
.ibk-close-btn{
	background-color:#fff;
	color:#333;
	font-weight:bold;
	border-color:#eee;
}
.ibk-add-new:hover,\{
	background-color: #0d8aee;
	color:#FFF;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.ibk-add-new span, .ibk-close-btn span{
	padding-left:10px;
}
.ibk-add-new i {
	background-color: #0d8aee;
	padding: 11px;
	font-size: 16px;
	margin-right:10px;
}
.ibk-close-btn i {
	padding: 11px;
	font-size: 16px;
}
.ibk-add-new-like-wp{
	position: relative;
	display: inline-block;
	text-decoration: none; 
	border:1px solid transparent;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	font-size: 13px;
	line-height:13px;
	vertical-align:middle;
	font-weight: bold;
	text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.5);
	cursor: pointer;
	outline: none;
	padding: 8px 14px;
	min-width:100px;
	margin: 0;
	border-radius: 4px;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	color: #ffffff;
	background: linear-gradient(#f2616e,#d94856);
	background-image: -ms-lienar-gradient(#f2616e,#d94856);
	background-image: -webkit-linear-gradient(#f2616e,#d94856);
	background-image: -o-linear-gradient(#f2616e,#d94856);
	background-image: -moz-linear-gradient(#f2616e,#d94856);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f2616e', endColorStr='#d94856', GradientType=0)";
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f2616e', endColorStr='#d94856', GradientType=0);
}
.ibk-add-new-like-wp:hover{
  	background: linear-gradient(#FFFFFF,#EEEEEE);
  	background-image: -ms-lienar-gradient(#FFFFFF,#EEEEEE);
  	background-image: -webkit-linear-gradient(#FFFFFF,#EEEEEE);
  	background-image: -o-linear-gradient(#FFFFFF,#EEEEEE);
  	background-image: -moz-linear-gradient(#FFFFFF,#EEEEEE);
  	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#FFFFFF', endColorStr='#EEEEEE', GradientType=0)";
  	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#FFFFFF', endColorStr='#EEEEEE', GradientType=0);
	text-shadow:none;
	border:1px solid #bbb;
	color: #333;
}
.ibk-backup-items-wrap{
	margin:30px 0px 30px 0;
}
.ibk-admin-dashboard-backup-box-wrap{
	width: 25%;
	min-width: 365px;
	max-width:465px;
	padding: 20px;
	padding-left:0px;
  	float:left;
	box-sizing:border-box;
	height:240px;
	color: #fff;
}
@media screen and (max-width: 1440px) {
    .ibk-admin-dashboard-backup-box-wrap{
       width: 33%;
    }
}
.ibk-admin-dashboard-backup-box{
	display:block;
	height:100%;
	width:100%;
	font-family: Oswald, Helvetica, Arial, sans-serif;
	font-family: "Roboto", sans-serif;
	overflow:hidden;
	position:relative;
}
.ibk-admin-dashboard-backup-box-title{
	margin:3px 5px;
	line-height:40px;
	border-bottom:solid 1px rgba(255,255,255,0.7);
	font-family: "Roboto", sans-serif;
	font-size:33px;
	font-weight:200;
	height:46px;
	padding:2px 0 3px 5px;
	box-sizing:border-box;
	overflow:hidden;
}
.ibk-admin-dashboard-backup-box-content{
	padding:2px 5px 3px 10px;
	box-sizing:border-box;
	font-size: 15px;
	font-weight: normal;
	height:103px;
    overflow: hidden;
}
.ibk-admin-dashboard-backup-box-bottom{
	line-height:37px;
	font-family: Oswald, Helvetica, Arial, sans-serif;
	font-size:20px;
	font-weight:200;
	height:45px;
	padding:4px 0 4px 5px;
	box-sizing:border-box;
  	background-color: rgba(0,0,0,0.15);
	position: relative;
  	z-index: 100;
}
.ibk-admin-dashboard-backup-box-files{
	float:left;
	padding-left:10px;
}
.ibk-admin-dashboard-backup-box-files i{
	margin-right:15px;
	font-size: 24px;
	cursor:pointer;
	color:rgba(255,255,255,0.9);
}
.ibk-admin-dashboard-backup-box-files i:hover{
	color:#fff;
}
.ibk-admin-dashboard-backup-box-dest{
	font-size: 13px;
	font-weight:200;
	display:inline-block;
	padding-left:8px;
	margin-left:-5px;
    border-left: solid 1px rgba(255,255,255,0.3);
}
.ibk-admin-dashboard-backup-box-dest span{
	font-weight:500;
}
.ibk-admin-dashboard-backup-box-date{
	float:right;
	padding-right:10px;
	line-height:18px;
	font-size:13px;
	box-sizing:border-box;
	text-align:right;
	font-weight:500;
}
.ibk-admin-dashboard-backup-box-date .date-message{
	font-weight:200;
}
.ibk-admin-dashboard-backup-box-scheduled{
	float:right;
    border-left: solid 1px rgba(255,255,255,0.3);
}
.ibk-admin-dashboard-backup-box-scheduled i{
	margin:0 10px;
	font-size: 21px;
	cursor:pointer;
	color:rgba(255,255,255,0.9);
}
.ibk-admin-dashboard-backup-box-scheduled i:hover{
	color:#fff;
}

.ibk-admin-dashboard-backup-box-links-wrap{
	opacity:0;
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	background-color:rgba(0,0,0,0.5);
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition:  all 0.5s ease;
	-o-transition: all 0.5s ease;
	
}
.ibk-admin-dashboard-backup-box-main:hover .ibk-admin-dashboard-backup-box-links-wrap{
	opacity:1;
}
.ibk-admin-dashboard-backup-box-links{
	padding-bottom: 100%;
	position: relative;
	bottom: -30%;
	text-align: center;
}
.ibk-admin-dashboard-backup-box-link{
	border:solid 1px #fff;
	padding:5px 15px;
	min-width:80px;
	box-sizing:border-box;
	margin:15px 10px;
	display:inline-block;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
	font-family: "Roboto", sans-serif;
}
.ibk-admin-dashboard-backup-box-link:hover{
	background-color:#fff;
	color:#333;
}
.ibk-admin-dashboard-backup-box a{
	color: #fff;
}
.ibk-destination-list{
	min-width:365px;
}
.ibk-destination-list-name{
  border-bottom: none;
  text-align: center;
  line-height: 100px;
  font-size: 50px;
  height: 80px;
  opacity: 0.8;
  overflow:hidden;
}
.ibk-destination-list-type{
  border-bottom: none;
  text-align: center;
  line-height: 25px;
  font-size: 25px;
  font-weight: 400;
  height: 65px;
  overflow:hidden;
}
.ibk-destination-list .ibk-admin-dashboard-backup-box-bottom{
	font-size:18px;
	opacity: 0.9;
}


.ibk-line-break{
	  width: 100%;
	  height: 1px;
	  background: #eee;
	  margin: 5px 0px 5px 0px;
}

.ibk-colors-ul {
  	margin-top: 2px;
  	min-width: 135px;
}
.ibk-colors-ul .ibk-color-scheme-item, .ibk-colors-ul .ibk-color-scheme-item-selected {
  	width: 20px;
  	height: 20px;
  	float: left;
  	margin-right: 5px;
  	cursor: pointer;
  	border: 1px solid #fff;
}
.ibk-colors-ul .ibk-color-scheme-item:hover, .ibk-colors-ul .ibk-color-scheme-item-selected {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}
.ibk-checkbox-wrap{
	padding: 3px 20px;
  box-sizing: border-box;
  padding-left: 30px !important;
  margin-left:0px !important;
  line-height: 25px;
  border: solid 1px transparent;
  border-color: #e1e1e1;
  background-color: #f5f5f5;
  font-weight: 700;
}
.ibk-checkbox-wrap input[type="checkbox"]{
  margin-left: -22px !important;
}
.ibk-logs-items-wrap{
	margin:30px 0px 30px 0;
	max-width:900px;
}
.ibk-log-wrap{
	padding:6px 15px;
	box-sizing:border-box;
	margin:15px 20px;
  border: solid 1px transparent;
  border-color: #e1e1e1;
  background-color: #fafafa;
  height: 120px;
}
.ibk-log-title{
	font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height:25px;
  height: 30px;
  padding: 2px 0 3px 5px;
  box-sizing: border-box;
  color: #000;
}
.ibk-log-title span{
	font-size:14px;
	color:#777;
	font-weight:400;
  vertical-align: middle;
}
.ibk-log-left{
	width:80%;
	height:100%;
	float:left;
}
.ibk-log-right{
	width:20%;
	max-width:100px;
	height:100%;
	float:right;
	border-left:solid 1px #ddd;
}
.ibk-log-progress{
	margin:4px 0 13px 0;
}
.ibk-log-progress .progress{
	margin-bottom:2px;
}
.ibk-log-progress .ibk-log-message{
	font-family: "Roboto", sans-serif;
  font-size: 11px;
  font-weight:bold;
  color:#333;
  padding-top:5px;
  line-height: 15px;
  padding-left: 5px;
  vertical-align: top;
}
.ibk-log-progress .ibk-log-message i{
	font-size:15px;
	margin-right:4px;
	color: #666;
}
.ibk-log-bottom{
	color:#777;
}
.ibk-log-bottom-files {
  float: left;
}
.ibk-log-bottom-files i {
  margin-right: 5px;
}
.ibk-log-bottom-dest{
	font-size: 13px;
	font-weight:200;
	display:inline-block;
	padding-left:8px;
	margin-left:-5px;
    border-left: solid 1px rgba(255,255,255,0.3);
}
.ibk-log-bottom-dest span{
	font-weight:500;
}
.ibk-log-bottom-scheduled{
	float:right;
}
.ibk-log-status{
	width:100%;
	min-height:30px;
	text-align:center;
	margin-top: 30px;
  	padding-left: 8px;
}
.ibk-log-status .fa-check-circle-bk:before {
	color:rgba(102, 189, 120, 1.0);
	font-size:30px;
}
.ibk-log-status .fa-error-circle-bk:before {
	color:#d9534f;
	font-size:30px;
}
.ibk-log-status .fa-stopped-circle-bk:before {
	color: #337ab7;
	font-size:30px;
}
.ibk-log-view{
	margin-top:15px;
	width:100%;
	text-align:center;
  	padding-left: 8px;
}
.ibk-log-view span{
	color:#3DA0DB;
	font-size:12px;
	cursor:pointer;
	font-weight:500;
	padding:3px 5px;
	border:solid 1px transparent;
}
.ibk-stats-wrap{
	width:100%;
	min-height:400px;
    padding-right: 20px;
    box-sizing: border-box;
}
.ibk-stats-wrap .row{
	margin-left:0px !important;
	margin-right:0px !important;
}
.ibk-stats-main{
	padding:15px;
	min-height:460px !important;
	box-sizing:border-box;
	transition: all .2s;
  	color: #444;
	background-color:#fff;
	box-shadow: 0 3px 1px -2px rgba(0,0,0,.14),0 2px 2px 0 rgba(0,0,0,.098),0 1px 5px 0 rgba(0,0,0,.084);
}
.ibk-stats-size{
	min-height:100px !important;
	margin-bottom:20px;
	position:relative;
	transition: all .2s;
  	color: rgb(255, 255, 255);
	box-shadow: 0 3px 1px -2px rgba(0,0,0,.14),0 2px 2px 0 rgba(0,0,0,.098),0 1px 5px 0 rgba(0,0,0,.084);
}
.ibk-stats-color1{
  	background-color: #00bed4;
}
.ibk-stats-color2{
  	background-color: #00aec1;
}
.ibk-stats-color3{
  	background-color: #0099a7;
}
.ibk-stats-color4{
  	background-color: #00858f;
}
.ibk-stats-color5{
  	background-color: #607d8b;
}
.ibk-stats-color6{
  	background-color: #9972b5;
}
.ibk-stats-color7{
  	background-color: #fa8564;
}
.ibk-stats-color8{
  	background-color: #666;
}
.ibk-stats-size .ibk-left-icon{
	float:left;
	height:100%;
	width:50px;
	  font-size: 45px;
  padding-top: 27px;
  padding-left: 10px;
  box-sizing: border-box;
  opacity: 0.7;
}
.ibk-stats-size .ibk-right-text{
	float:right;
	height:100%;
	padding-right:10px;
	box-sizing:border-box;
}
.ibk-stats-size .ibk-right-text .ibk-file-counts{
	font-size:34px;
	font-weight:200;
	font-family: "Roboto", sans-serif;
	white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
    line-height: 34px;
  margin-top: 23px;
  text-align:right;
}
.ibk-stats-size .ibk-right-text .ibk-file-type{
	font-size: 14px;
  font-weight: 500;
	font-family: "Roboto", sans-serif;
	white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 20px;
  text-align:right;
  opacity:0.8;
}
.ibk-stats-main-count{
  color: #505458;
  margin: 10px 0 15px 0;
  font-size: 17px;
  font-family: 'Oswald', Arial, Helvetica, sans-serif;
  vertical-align:top;
}
.ibk-stats-main-count span{
	display:inline-block;
	vertical-align:middle;
	font-size: 38px;
  line-height: 40px;
  padding-right: 5px;
  font-weight: 300;
}
.ibk-stats-main-count .ibk-big-cunt{
	font-size:90px;
	line-height:100px;
	font-weight: 700;
}
.ibk-stats-last-logs{
	margin-top:50px;
}
.ibk-stats-last-logs h2{
	margin-bottom:15px;
}
.ibk-top-flot{
	text-align:right; 
	padding-right:20px;
	margin-bottom: 0px; 
	margin-top: 30px;
}
.ibk-flot{
	width:100%;
	height:350px;
	margin-top:0px;
}
.ibk-stats-bottom-box {
	width:100%;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	height:150px;
	margin: 30px 0;
	color:#fff;
}
.ibk-stats-bottom-box .ibk-stats-bottom-top{
	width:100%;
	height:100px;
}
.ibk-stats-bottom-box .ibk-big-number{
  font-size: 50px;
  font-family: 'Oswald', Arial, Helvetica, sans-serif;
  text-align:center;
  line-height:55px;
}
.ibk-stats-bottom-box .ibk-big-number-top{
	text-align:center;
	font-size: 14px;
  line-height: 35px;
  font-weight: 400;
  opacity: 0.9;
  font-family: "Roboto", sans-serif;
  max-height:35px;
  overflow:hidden;
}
.ibk-stats-bottom-box .ibk-bottom-label{
  font-size: 17px;
  font-weight: 500;
	font-family: "Roboto", sans-serif;
  text-align:center;
  line-height:50px;
  opacity:0.7;
}
.ibk-stats-bottom-box .ibk-stats-bottom-bt{
	width:100%;
	height:50px;
	background-color:rgba(0,0,0,0.3);
}

/****************** POPUP logs ********************/
.ibk-popup-wrapp{
	position: fixed;
	z-index: 999991;
	top: 0px;
	height: auto;
	left: 0px;
	width: 100%;
	min-height: 100%;
    background-color: rgba(0,0,0,0.30);
}
.ibk-popup-wrapp .ibk-the-popup{
    width: 45%;
    min-width: 750px;
    height: auto;
    margin: 0 auto;
    margin-top: 5%;
	margin-bottom:6%;
	bottom:10px;
    font-family: "Open Sans",sans-serif;
}
.ibk-popup-wrapp .ibk-the-popup .ibk-popup-top{
	border-bottom: 1px solid #ddd;
  	background-color: #fafafa;
    padding:13px 9px;
}
.ibk-the-popup-locker .ibk-popup-top{
	background-color: #555f6e !important;
}
.ibk-popup-wrapp .ibk-the-popup .ibk-popup-top .title{
    float: left;
    margin: 5px 0px 5px 5px;
    font-size: 18px;
    color: #333;
	font-weight:bold;
	color: #d9534f;
	-webkit-animation-name: fadeInLeftTitle;
  	animation-name: fadeInLeftTitle;
  	-webkit-animation-duration: 1s;
  	animation-duration: 1s;
  	-webkit-animation-fill-mode: both;
  	animation-fill-mode: both;
}
.ibk-the-popup-locker .ibk-popup-top .title{
    color: #fff !important;
}
.ibk-popup-wrapp .ibk-the-popup .ibk-popup-top .close-bttn{
	background-size:25px;
    width: 25px;
    height: 25px;
    float: right;
    cursor: pointer;
	background: url(../images/close_bk.png);
  	background-size: cover;
  	background-repeat: no-repeat;
  	background-position: center center;
	opacity:0.3;
}
.ibk-the-popup-locker .close-bttn{	
	background: url(../images/close.png) !important;
}
.ibk-popup-wrapp .ibk-the-popup .ibk-popup-top .close-bttn:hover{
	opacity:0.8;
}
.ibk-popup-wrapp .ibk-the-popup .ibk-popup-content{
    background: #fff;
	min-height:250px;
	border: 1px solid #ddd;
	border-top:none;
	position:relative;
}
.ibk-popup-footer{
	position: absolute;
    bottom: 0;
    width: 100%;
	padding: 10px 15px;
    background-color: #fafafa;
    border-top: 1px solid #dddddd;
}
.ibk-popup-footer .ibk-restore-buttons-wrap{
	margin:0px !important;
}
#ibk_restore_popup_form, #ibk_migrate_popup_form{
	padding:25px 10px;
	max-height:500px;
	overflow-y: auto;
    overflow-x: hidden;
	margin-bottom:60px;
}
.ibk-the-popup-locker .ibk-popup-content{
	background-color: #fafafa !important;
}
.ibk-popup-wrapp .ibk-the-popup .ibk-popup-content .ibk-popup-left-section{
	width: 30%;
	display: inline-block;
	background-color:#fafafa;
	padding:15px;
    box-sizing: border-box;
}
.ibk-popup-wrapp .ibk-the-popup .ibk-popup-content .ibk-popup-right-section{
	width: 69%;
	display: inline-block;
	vertical-align: top;
	padding:25px 20px;
    box-sizing: border-box;
	background-color:#fff;
	border-left:1px solid #ddd;
	height:100%;
	min-height:350px;
}

.ibk-popup-wrapp .ibk-the-popup .ibk-popup-content .ibk-popup-label{
	font-size: 14px;
	font-weight: 500;
	color: #333;
	margin-top: 15px;
}
.ibk-popup-wrapp .ibk-the-popup .ibk-popup-content .ibk-bttn-wrap{
	margin-top: 25px;
	text-align: center;
}
.ibk-popup-wrapp .ibk-the-popup .ibk-popup-content .ibk-popup-shortcodevalue{
	padding: 10px 0px;
	color: #888;
	font-size: 16px;
	background: #f7f7f7;
 	border: 1px solid #ccc;
  	border-radius: 3px;
	box-sizing: border-box;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
  	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
  	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
  	-o-box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
	width: 150px;
    height: 180px;
	margin:10px 20px;
	float:left;
	font-family: "Open Sans",bold;	
  	font-size: 15px;
    font-weight: bold;
  	position: relative;
  	text-align: center;
  	text-transform: uppercase;
	line-height: 20px;
}
.ibk-popup-wrapp .ibk-the-popup .ibk-popup-content .ibk-popup-shortcodevalue .fa-ibk{
	font-size: 56px;
  	display: block;
  	line-height: 100px;
}
.ibk-popup-wrapp .ibk-the-popup .ibk-popup-content .ibk-popup-shortcodevalue:hover{
	color: #d9534f;
	cursor: pointer;
}
#ibk-popup-target-user-select-view{	
	background-color: #fff;
	border: 1px solid #eee;
	padding: 4px 12px;
	min-height:40px;
	border-width:1px 0 1px 0;	
    margin: 13px -15px;
}
.ibk-view-logs-wrap{
	color:#444;
	font-family: "Open Sans",bold;	
	border: solid 1px transparent;
  border-color: #e1e1e1;
  border-bottom-width:0px;
  background-color: #fafafa;
    box-sizing: border-box;
	width:100%;
	
}
.ibk-view-logs-wrap:last-child {
	border-bottom-width:1px;
}
.ibk-view-logs-date{
	display:inline-block;
	background-color:#f1f2f7;;
	line-height:40px;
	font-weight:bold;
	padding:0 20px;
	width:23%;
}
.ibk-view-logs-message{
	display:inline-block;
	  color: #1fb5ac;
	  padding-left:10px;
    box-sizing: border-box;
	width:77%;
	  word-wrap: break-word;
  vertical-align: middle;
}
.ibk-settings-wrap{
	margin:30px 0px 30px 0;
}
.ibk-settings-wrap .ibk-inside-item{
	padding-top: 0px !important;
	padding-bottom:20px !important;
}
/* checkbox style on/off */

.ibk_lable_shiwtch{
	font-size:15px !important;
}
input[type="checkbox"].ibk-switch {
	position: absolute;
	opacity: 0;
}

input[type="checkbox"].ibk-switch + div {
	display: inline-block;
	vertical-align: middle;
	width: 3em;	height: 1em;
	border: 1px solid rgba(0,0,0,.3);
	border-radius: 999px;
	margin: 0 .5em;
	background: white;
	background-image: linear-gradient(rgba(0,0,0,.1), transparent),
	                  linear-gradient(90deg, hsl(210, 90%, 60%) 50%, transparent 50%);
	background-size: 200% 100%;
	background-position: 100% 0;
	background-origin: border-box;
	background-clip: border-box;
	overflow: hidden;
	transition-duration: .4s;
	transition-property: padding, width, background-position, text-indent;
	box-shadow: 0 .1em .1em rgba(0,0,0,.2) inset,
	            0 .45em 0 .1em rgba(0,0,0,.05) inset;
	font-size: 150%; /* change this and see how they adjust! */
	box-sizing:content-box;
}

input[type="checkbox"].ibk-switch:checked + div {
	padding-left: 2em;	width: 1em;
	background-position: 0 0;
}

input[type="checkbox"].ibk-switch + div:before {
	content: 'On';
	float: left;
	width: 1.65em; height: 1.65em;
	margin: -.1em;
	border: 1px solid rgba(0,0,0,.35);
	border-radius: inherit;
	background: white;
	background-image: linear-gradient(rgba(0,0,0,.2), transparent);
	box-shadow: 0 .1em .1em .1em hsla(0,0%,100%,.8) inset,
	            0 0 .5em rgba(0,0,0,.3);
	color: white;
	text-shadow: 0 -1px 1px rgba(0,0,0,.3);
	text-indent: -2.5em;
}

input[type="checkbox"].ibk-switch:active + div:before {
	background-color: #eee;
	box-sizing:content-box;
}

input[type="checkbox"].ibk-switch:focus + div {
	box-shadow: 0 .1em .1em rgba(0,0,0,.2) inset,
	            0 .45em 0 .1em rgba(0,0,0,.05) inset,
	            0 0 .4em 1px rgba(255,0,0,.5);
}

input[type="checkbox"].ibk-switch + div:before,
input[type="checkbox"].ibk-switch + div:after {
	font: bold 60%/1.9 sans-serif;
	text-transform: uppercase;
	box-sizing:content-box;
}

input[type="checkbox"].ibk-switch + div:after {
	content: 'Off';
	float: left;
	text-indent: .5em;
	color: rgba(0,0,0,.45);
	text-shadow: none;
}
.ibk-view-system-wrap{
	color:#444;
	font-family: "Open Sans",bold;	
	border: solid 1px transparent;
  border-color: #e1e1e1;
  border-bottom-width:0px;
  background-color: #fefefe;
    box-sizing: border-box;
	width:100%;
	max-width:1100px;
	position:relative;
}
.ibk-view-system-wrap:last-child {
	border-bottom-width:1px;
}
.ibk-view-system-icon{
	background-color:#f9f9f9;
	line-height:40px;
	font-weight:bold;
	padding:0 20px;
	width:50px;
	position:absolute;
	right:0px;
	top:0px;
	bottom:0px;
	border-left:1px solid #ddd;
	
}
.ibk-view-system-icon .glyphicon{
	font-size:17px;
	position: absolute;
  	top: 40%;
}
.ibk-view-system-icon .glyphicon-ok-sign{
	color:#5cb85c;
}
.ibk-view-system-icon .glyphicon-alert{
	color:#d9534f;
}
.ibk-view-system-message{
	color: #444;
	padding-left:10px;
	padding-right:60px;
	box-sizing: border-box;
	word-wrap: break-word;
	vertical-align: middle;
	width:100%;
	min-height:50px;
	padding: 10px 60px 5px 10px;
}
.ibk-restore-box-wrap{
	margin-bottom:20px;
	margin-right:15px;
	padding:0 10px 20px 10px;
	border-bottom:1px solid #ddd;
	box-sizing: border-box;
}
.ibk-restore-box-wrap .row{
	margin-left:0px !important;
	margin-right:0px !important;
}
.ibk-restore-buttons-wrap{
	margin:30px 0;
	margin-bottom:10px;
}
.ibk-migrate-buttons-wrap{
}
.ibk-restore-box-wrap .ibk-add-new, .ibk-restore-buttons-wrap .ibk-add-new{
	background-color: #56c556 !important;	
}
.ibk-restore-box-wrap .ibk-add-new i, .ibk-restore-buttons-wrap .ibk-add-new i{
	background-color: #5cb85c !important;	
}
.ibk-restore-box-wrap .ibk-add-new:hover, .ibk-restore-buttons-wrap .ibk-add-new:hover{
	background-color: #5cb85c !important;	
	color:#fff !important;
}
.ibk-restore-list-wrap .ibk-admin-dashboard-backup-box-wrap{
	min-width:365px;
	padding-right:10px;
	padding-left:10px;
}
.ibb-popup-list-snapshots-instances .fa-version-ibk {
    font-size: 56px;
    display: block;
    line-height: 70px;
}
.ibb-popup-list-snapshots-instances .fa-download-ibk {
	font-size: 56px;
    display: block;
	line-height: 18px;
}
/************* SNAPSHOT RESTORE POPUP **************/

.ibk-popup-wrapp {
    position: fixed;
    z-index: 999991;
    top: 0px;
    height: auto;
    left: 0px;
    width: 100%;
    min-height: 100%;
    background-color: rgba(0,0,0,0.30);
}
.ibk-popup-wrapp .ibk-the-popup {
    width: 45%;
    min-width: 870px;
    height: auto;
    margin: 0 auto;
    margin-top: 5%;
    margin-bottom: 6%;
    bottom: 10px;
    font-family: "Open Sans",sans-serif;
}
.ibk-popup-wrapp .ibk-the-popup .ibk-popup-top {
    border-bottom: 1px solid #ddd;
    background-color: #fafafa;
    padding: 13px 9px;
}
.ibk-popup-wrapp .ibk-the-popup .ibk-popup-content {
    background: #fff;
    min-height: 250px;
    border: 1px solid #dd;
    border-top: none;
}
.ibk-popup-wrapp .ibk-the-popup .ibk-popup-top .title {
    float: left;
    margin: 5px 0px 5px 5px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    color: #d9534f;
    -webkit-animation-name: fadeInLeftTitle;
    animation-name: fadeInLeftTitle;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.ibk-popup-wrapp .ibk-the-popup .ibk-popup-top .close-bttn {
    background-size: 25px;
    width: 25px;
    height: 25px;
    float: right;
    cursor: pointer;
    background: url(../images/close_bk.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.3;
}

.ibk-restore-link{
	color: #d9534f;
	cursor: pointer;
}

.ibk-restore-snapshot-item-popup,.ibk-restore-snapshot-item-popup-selected, .ibk-download-snapshot-item-popup{
    padding: 10px 0px;
    color: #888;
    font-size: 16px;
    background: #f7f7f7;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
    -o-box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
    width: 150px;
    height: 160px;
    margin: 10px 8px;
    float: left;
    font-family: "Open Sans",bold;
    font-size: 15px;
    font-weight: bold;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    line-height: 20px;
 	white-space: pre-wrap;      /* CSS3 */   
   white-space: -moz-pre-wrap; /* Firefox */   
   white-space: -o-pre-wrap;   /* Opera 7 */    
   word-wrap: break-word;
	cursor: pointer;
}
.ibk-download-snapshot-item-popup{
	
}
.ibk-restore-snapshot-item-popup:hover , .ibk-restore-snapshot-item-popup-selected, ibk-download-snapshot-item-popup:hover {
	color: #f1505b;
}
.ibk-restore-snapshot-item-popup .ibk-the-filename, 
.ibk-restore-snapshot-item-popup-selected .ibk-the-filename, 
.ibk-download-snapshot-item-popup .ibk-the-filename{
	font-size: 12px;
	color: #888 !important;
}
.ibk-restore-snapshot-item-popup .ibk-from, 
.ibk-restore-snapshot-item-popup-selected .ibk-from, 
.ibk-download-snapshot-item-popup .ibk-from{
	font-size: 14px;
	font-weight:100;
    text-transform: lowercase;
	display:block;
	padding-top:10px;
	color: #888 !important;
}
.ibk-download-snapshot-item-popup .ibk-from{
	padding-top: 0px;
	line-height: 0px;
}
.ibk-nodata-wrapper{
	text-align:center;
	padding:40px 0 10px 0;
	box-sizing:border-box;
}
.ibk-nodata-wrapper img{
	display:block;
	margin:0 auto;
	margin-bottom:15px;
}

/*==================MIGRATE==================*/
.ibk-migrate-box-wrap{
	margin-bottom:20px;
	margin-right:15px;
	padding:0 10px 20px 10px;
	border-bottom:1px solid #ddd;
	box-sizing: border-box;
}
.ibk-restore-buttons-wrap{
	margin:30px 0;
	margin-bottom:10px;
}
.ibk-migrate-buttons-wrap{
}
.ibk-migrate-buttons-wrap .ibk-add-new{
	background-color: #f1505b !important;	
}
.ibk-migrate-buttons-wrap .ibk-add-new i{
	background-color: #d54751 !important;	
}
.ibk-migrate-buttons-wrap .ibk-add-new:hover{
	background-color: #d54751 !important;	
}
.ibk-restore-list-wrap .ibk-admin-dashboard-backup-box-wrap{
	min-width:365px;
	padding-right:10px;
	padding-left:10px;
}
.ibk-migrate-excluded-item{
	margin-bottom:20px;
}
/*==================END MIGRATE==================*/
/* checkbox style on/off */

input[type="checkbox"].ibk-switch {
	position: absolute;
	opacity: 0;
}

input[type="checkbox"].ibk-switch + div {
	display: inline-block;
	vertical-align: middle;
	width: 3em;	height: 1em;
	border: 1px solid rgba(0,0,0,.3);
	border-radius: 999px;
	margin: 0 .5em;
	background: white;
	background-image: linear-gradient(rgba(0,0,0,.1), transparent),
	                  linear-gradient(90deg, hsl(210, 90%, 60%) 50%, transparent 50%);
	background-size: 200% 100%;
	background-position: 100% 0;
	background-origin: border-box;
	background-clip: border-box;
	overflow: hidden;
	transition-duration: .4s;
	transition-property: padding, width, background-position, text-indent;
	box-shadow: 0 .1em .1em rgba(0,0,0,.2) inset,
	            0 .45em 0 .1em rgba(0,0,0,.05) inset;
	font-size: 150%; /* change this and see how they adjust! */
	cursor:pointer;
}
input[type="checkbox"].ibk-switch + div.disabled {
	background-image: linear-gradient(rgba(0,0,0,.1), transparent),
	                  linear-gradient(90deg, hsl(199, 20%, 60%) 50%, transparent 50%);
	cursor:inherit;
}
input[type="checkbox"].ibk-switch:checked + div {
	padding-left: 2em;	width: 1em;
	background-position: 0 0;
}

input[type="checkbox"].ibk-switch + div:before {
	content: 'On';
	float: left;
	width: 1.65em; height: 1.65em;
	margin: -.1em;
	border: 1px solid rgba(0,0,0,.35);
	border-radius: inherit;
	background: white;
	background-image: linear-gradient(rgba(0,0,0,.2), transparent);
	box-shadow: 0 .1em .1em .1em hsla(0,0%,100%,.8) inset,
	            0 0 .5em rgba(0,0,0,.3);
	color: white;
	text-shadow: 0 -1px 1px rgba(0,0,0,.3);
	text-indent: -2.5em;
}

input[type="checkbox"].ibk-switch:active + div:before {
	background-color: #eee;
}

input[type="checkbox"].ibk-switch:focus + div {
	box-shadow: 0 .1em .1em rgba(0,0,0,.2) inset,
	            0 .45em 0 .1em rgba(0,0,0,.05) inset,
	            0 0 .4em 1px rgba(255,0,0,.5);
}

input[type="checkbox"].ibk-switch + div:before,
input[type="checkbox"].ibk-switch + div:after {
	font: bold 60%/1.9 sans-serif;
	text-transform: uppercase;
}

input[type="checkbox"].ibk-switch + div:after {
	content: 'Off';
	float: left;
	text-indent: .5em;
	color: rgba(0,0,0,.45);
	text-shadow: none;
}

.ibk-subtab-menu{
	width: 100%;
    position: relative;
    top: -25px;
    background-color: rgba(0,0,0,0.7);
    padding: 5px 0px 5px 20px;
	padding-left: 20px;
    margin-left: -20px;
	-webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.ibk-subtab-menu a:first-child{
	margin-left:190px;
}
.ibk-subtab-menu .ibk-subtab-menu-item{
	text-decoration: none;
    color: #fff;
    display: inline-block;
    margin-right: 40px;
}

.ibk_migrate_all_non_wp {
    background-color: #94c523;
    color: #fff;
    padding: 5px;
    margin: 3px;
    display: inline-block;
    min-width: 40px;
}

/******************** RESTORE LOADING **********************/
.ibk-restore-wall{
	position: fixed;
    z-index: 999991;
    top: 0px;
    height: auto;
    left: 0px;
    width: 100%;
    min-height: 100%;
    background-color: rgba(0,0,0,0.65);
	margin-left: 160px;
	text-align: center;
}
.ibk-restore-loading-content{
	margin-top: 300px;
	width: 400px;
	height: 200px;
	display: inline-block;
	text-align: left;
}
.ibk-restore-wall .ibk-restore-loading{
	
}
.ibk-restore-loading-content-title{
	color:#fff;
	font-size: 28px;
    text-align: left;
    margin-left: 50px;
    padding-right: 100px;
    margin-bottom: 20px;
    font-family: Oswald, Helvetica, Arial, sans-serif;
    border-bottom: 1px solid #ddd;
    display: inline-block;
    padding-bottom: 17px;
}
.ibk-restore-wall .ibk-restore-status{
	color:#efefef;
	font-size:11px;
    text-align: left;
    padding-left: 60px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
}
.ibk_inform_box{
	width:80%;
	margin:15px 0;
	border: 1px solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    display: block;
    padding: 15px;
	background: #e8f5e9;
    border-color: #81c784;
    color: #2e7d32;	
}
.ibk_error_box{
	width:80%;
	margin:15px 0;
	border: 1px solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    display: block;
    padding: 15px;
	background: #ffebee;
    border-color: #ef9a9a;
    color: #ef5350;	
}
.ibk_system_filelist{
}
.ibk_system_filelist h4{
	color:#069;
	font-weight:bold;
	text-transform:capitalize;
	border-bottom: 3px solid #0a9fd8;
	padding-bottom:10px;
}
.ibk_system_folderSize{
	color:#333;
    font-size: 17px;
	text-transform:capitalize;
	border-top: 3px solid #bbb;
	padding-top:10px;
}
.ibk_system_folder_size{
	color:#069;
	font-weight:bold;
	border-top: 1px solid #ddd;
	display:block;
	max-width:60%;
    margin-top: 3px;
    margin-left: -11px;
    background-color: #fff;
}
.ibk_system_dir{
	font-size:11px;
}
.ibk_system_subdir_name{
	font-weight:bold; 
	padding: 5px 0 3px 0;
	display:block;
}
.ibk_system_subdir{
	padding-left:10px;
	margin:0;
    border-left: 1px solid #ddd;
}
.ibk_system_filezie{
	color: #069;
}
.ibk_system_files{
	font-size:9px;
	line-height:11px;
	padding:0px;
	margin:0;
}
.ibk-multisite-wrapper {
    padding: 10px 20px !important;
    background-color: #f5f5f5;
    border: 1px solid #e8e8e8;
    border-bottom: 2px solid rgba(31, 181, 172, 1.0);
    margin: 16px -11px 16px -11px;
}
.ibk-multi-switch-wrapper{
	position:relative;
	min-height:120px;
}
.ibk-multi-switch-wrapper .ibk-option-text1{
	text-align:center;
	display:inline-block;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-weight: 100;
}
.ibk-multi-switch-wrapper .ibk-option-text2{
	text-align:center;
	display:inline-block;
	margin-left:350px;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-weight: 100;
}
.ibk-multi-switch-wrapper h3{
	font-size:20px;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-weight: 400;
	color:#666;
}
.ibk-multi-switch-wrapper input[type="radio"],.ibk-multi-switch-wrapper input[type="checkbox"],.ibk-multi-switch-wrapper .radio,.ibk-multi-switch-wrapper .checkbox{
	margin:0px;	
}
.ibk-multi-switch-wrapper input[type="checkbox"]:focus{
	outline:none;
-moz-box-shadow:  0 0 3px rgba(0, 0, 0, 0.3), 0 3px 10px rgba(0, 0, 0, 0.55), inset 0 2px 0 #fafafa, inset 0 -2px 0 #ada39d;
-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 3px 10px rgba(0, 0, 0, 0.55), inset 0 2px 0 #fafafa, inset 0 -2px 0 #ada39d;
box-shadow:  0 0 3px rgba(0, 0, 0, 0.3), 0 3px 10px rgba(0, 0, 0, 0.55), inset 0 2px 0 #fafafa, inset 0 -2px 0 #ada39d;
}
.ibk-multi-switch-wrapper input[type="checkbox"]:before{
	content: " ";
}
.ibk-multi-switch {
height: 18px;
width: 554px;
position: absolute;
margin-top: 17px;
margin-left:20px;
-moz-border-radius: 40px;
-webkit-border-radius: 40px;
border-radius: 40px;
background-color: #d1d1d1;
*zoom: 1;
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFD1D1D1', endColorstr='#FFFEFBF7');
background-image: -moz-linear-gradient(top, #d1d1d1 0%, #fefbf7 100%);
background-image: -webkit-linear-gradient(top, #d1d1d1 0%, #fefbf7 100%);
background-image: linear-gradient(to bottom, #d1d1d1 0%, #fefbf7 100%);
}
.ibk-multi-switch:after {
    height: 13px;
    width: 550px;
    position: absolute;
    top: 2px;
    left: 2px;
content: '';
z-index: 2;
-moz-border-radius: 40px;
-webkit-border-radius: 40px;
border-radius: 40px;
background-color: #a5a5a5;
*zoom: 1;
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFA5A5A5', endColorstr='#FFE8D7BE');
background-image: -moz-linear-gradient(top, #a5a5a5 0%, #e8d7be 100%);
background-image: -webkit-linear-gradient(top, #a5a5a5 0%, #e8d7be 100%);
background-image: linear-gradient(to bottom, #a5a5a5 0%, #e8d7be 100%);
}

.ibk-multi-switch .checkbox  {
    height: 9px;
    width: 545px;
    position: absolute;
    top: 4px;
    left: 5px;
z-index: 10000;
-moz-border-radius: 35px;
-webkit-border-radius: 35px;
border-radius: 35px;
-moz-box-shadow: inset 0px 2px 10px rgba(0, 0, 0, 0.53), inset 0 -2px 5px rgba(0, 0, 0, 0.14)
-webkit-box-shadow: inset 0px 2px 10px rgba(0, 0, 0, 0.53), inset 0 -2px 5px rgba(0, 0, 0, 0.14)
box-shadow: inset 0px 2px 10px rgba(0, 0, 0, 0.53), inset 0 -2px 5px rgba(0, 0, 0, 0.14)
background-color: #f28a00;
*zoom: 1;
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF28A00', endColorstr='#FFD86517');
background-image: -moz-linear-gradient(to bottom, #005cf2 0%, #0087e6 67%, #1780d8 100%);
background-image: -webkit-linear-gradient(to bottom, #005cf2 0%, #0087e6 67%, #1780d8 100%);
background-image: linear-gradient(to bottom, #005cf2 0%, #0087e6 67%, #1780d8 100%);
}
.ibk-multi-switch .checkbox:after {
height: 60px;
width: 0px;
position: absolute;
top: 0;
left: 0;
content: '';
z-index: 9999;
-moz-border-radius: 35px 0 0 35px;
-webkit-border-radius: 35px;
border-radius: 35px 0 0 35px;
-moz-box-shadow: inset 0px 9px 15px rgba(0, 0, 0, 0.53), inset 0 -8px 10px rgba(0, 0, 0, 0.14);
-webkit-box-shadow: inset 0px 9px 15px rgba(0, 0, 0, 0.53), inset 0 -8px 10px rgba(0, 0, 0, 0.14);
box-shadow: inset 0px 9px 15px rgba(0, 0, 0, 0.53), inset 0 -8px 10px rgba(0, 0, 0, 0.14);
background-color: #b1dd00;
*zoom: 1;
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFB1DD00', endColorstr='#FF84AD00');
background-image: -moz-linear-gradient(top, #b1dd00 0%, #7eaf00 67%, #84ad00 100%);
background-image: -webkit-linear-gradient(top, #b1dd00 0%, #7eaf00 67%, #84ad00 100%);
background-image: linear-gradient(to bottom, #b1dd00 0%, #7eaf00 67%, #84ad00 100%);
}

.ibk-multi-switch .control {
    height: 40px;
    width: 70px;
    outline: 0;
    position: absolute;
    top: -14px;
    left: 0px;
z-index: 10001;
-webkit-appearance: none;
-moz-border-radius: 36.5px;
-webkit-border-radius: 36.5px;
border-radius: 36.5px;
-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 3px 10px rgba(0, 0, 0, 0.55), inset 0 2px 0 #fafafa, inset 0 -2px 0 #ada39d;
-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 3px 10px rgba(0, 0, 0, 0.55), inset 0 2px 0 #fafafa, inset 0 -2px 0 #ada39d;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 3px 10px rgba(0, 0, 0, 0.55), inset 0 2px 0 #fafafa, inset 0 -2px 0 #ada39d;
background-color: #efefef;
*zoom: 1;
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFEFEFEF', endColorstr='#FFBCB9B8');
background-image: -moz-linear-gradient(top, #efefef 32%, #bcb9b8 100%);
background-image: -webkit-linear-gradient(top, #efefef 32%, #bcb9b8 100%);
background-image: linear-gradient(to bottom, #efefef 32%, #bcb9b8 100%);
-moz-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
-webkit-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;
}
.ibk-multi-switch .control:checked {
left: 486px;
}
.ibk-multi-switch .control:after {
        height: 20px;
    width: 20px;
    position: absolute;
    right: 10px;
    top: 10px;	
	content: '';
z-index: 10001;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
background-color: #c2c0be;
*zoom: 1;
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFC2C0BE', endColorstr='#FFD7D7D7');
background-image: -moz-linear-gradient(top, #c2c0be 0%, #d7d7d7 72%);
background-image: -webkit-linear-gradient(top, #c2c0be 0%, #d7d7d7 72%);
background-image: linear-gradient(to bottom, #c2c0be 0%, #d7d7d7 72%);
}
.ibk-inside-item optgroup{
	text-transform:capitalize;
}

.ibk-dashboard-notification-msg{
	margin: 10px;
	margin-left:0px;
    padding: 12px 19px 12px 15px;
    border-radius: 3px 3px 3px 3px;
    border: 1px solid #F0DBB4;
    color: #9b4449;
    background-color: #fff6f4;
    border-color: #f8cdcd;
}
.ibk-dashboard-warning-msg{
	margin: 10px;
	margin-left:0px;
    padding: 12px 19px 12px 15px;
    border-radius: 3px 3px 3px 3px;
    border: 1px solid #9F6000;
	color: #8a6d3b;
	background-color: #fcf8e3;
    border-color: #e0cfb1;
}
.ibk-cloud-migrate-warning-msg{
    margin: 10px;
    margin-left: 0px;
    padding: 12px 19px 12px 15px;
    border-left: 4px solid #7AD099;
    color: #333;
    background-color: #f7f7f7;
    border-color: #7AD099;

}

.ibk-close-testing-connection{
	text-align: right;
}

.ibk-close-testing-connection .ibk-close-bttn-connection-testing{
	padding: 0px 2px;
	display: inline-block;
	cursor: pointer;
	font-weight: 300;
	background-color: #fff;
	color: #666;
	font-size: 25px;
	line-height: 13px;
	box-sizing: border-box;
	height: 17px;
}
.ibk-restore-status .fa-check-circle-bk{
	color: rgba(102, 189, 120, 1.0); 
	margin-right: 5px;
}
.ibk-restore-status .fa-error-circle-bk{
	color: #d9534f; 
	margin-right: 5px;
}