
html,body {
  background: #eee;
font-family: 'Open Sans';}
/* Links */
a {
  color: #2976a3; }
  a:hover, a:active, a:focus {
    color: #66bbeb; }




/* logo */
#powered-by-openwebsite-admin {margin: 22px auto 10px auto;display:block;}
#welcome-panel #powered-by-openwebsite-admin {margin:0 0 15px 0;}


.postbox h2.hndle {
    font-size: 14px;
    padding: 8px 12px;
    margin: 0;
    line-height: 1.4;
	color:#000 !important;
	cursor:default !important;
}


.stripes {
    background: url(../img/iris-stripes.png) no-repeat 100% 100%,#fff;
}

@media screen and (max-width: 600px) {
	.stripes {
    background: #fff;
	}
}

.postbox-container-2x {
	width:50%!important;
}
@media only screen and (max-width: 799px) {
	.postbox-container-2x {
   		width: 100%!important;
	}
}
@media only screen and (max-width: 1499px) and (min-width: 800px) {
	.postbox-container-2x {
   		width: 49.5%!important;
	}	
}

#form-support {padding-bottom:30px;}

.news-article {
	border-bottom:1px solid #e6e6e6;
}
.news-article:last-of-type {
	border-bottom:0;
}





/* form */

.support-column {max-width:450px;padding-right:50px;box-sizing:border-box;}

@media screen and (max-width: 600px) {
	.support-column {max-width:100%;padding-right:0;}
}



#media-progress {width:100%;height:20px;border-radius:5px;background-color: #eee;box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;}
.media-progress-bar {width:0;height:100%;border-radius: 5px;float: left;margin:0;}
.media-progress-bar.success {background-color:#66bbeb;max-width:80%;border-radius: 5px 0 0 5px;}
.media-progress-bar.warning {background-color:#ffb900;max-width:10%;border-radius: 0;}
.media-progress-bar.alert {background-color:#D70826;max-width:10%;border-radius: 0;}

.media-progress-bar.active {border-top-right-radius: 5px;border-bottom-right-radius: 5px;}


#iris-openwebsite-admin input {width:100%;}
#iris-openwebsite-admin select {width:100%;}
#iris-openwebsite-admin textarea {width:100%;height:150px;resize:none;}
#iris-openwebsite-admin input[type="checkbox"] {width:auto;}
#iris-openwebsite-admin input[type="submit"] {width:auto;}


p.alert, span.alert {color:#D70826!important;}


#wpadminbar ul li#wp-admin-bar-website_status .ab-item,
#wpadminbar ul li#wp-admin-bar-update_status .ab-item,
#wpadminbar ul li#wp-admin-bar-new_terms .ab-item {
	font-weight: 700!important;
}
#wp-admin-bar-website_status .ab-item:before {
    content: '\25CF';
    color: #D70826 !important;
    vertical-align: middle;
    line-height: 15px;
    font-size: 26px;
}

#wp-admin-bar-update_status .ab-item:before {
    content: '\25CF';
    color: #ffb900 !important;
    vertical-align: middle;
    line-height: 15px;
    font-size: 26px;
}

#wp-admin-bar-new_terms .ab-item:before {
    content: '\25CF';
    color: #62b5e5 !important;
    vertical-align: middle;
    line-height: 15px;
    font-size: 26px;
}


/*
#wp-admin-bar-updates .ab-item {background-color:#D70826!important;}
#wp-admin-bar-updates:hover .ab-item {background-color:#61baea!important;}
#wp-admin-bar-updates span:before {color:#fff!important;}
#wp-admin-bar-updates:hover span,#wp-admin-bar-updates:hover span:before {color:#fff!important;}
*/

span.help-toggle {
	float: right;
	background-color: rgb(0, 115, 170);
	color: #fff;
	display: block;
	width: 15px;
	height: 15px;
	text-align: center;
	line-height: 15px;
	font-size: 14px;
	font-style: italic;
	border-radius: 50%;
	font-weight: 900;
	cursor: pointer;
}
span.help-content {
    display: none;
    background-color: #0073aa;
    color: #fff;
    font-size: 12px;
    padding: 2px 5px;
    margin: 10px 0;
}
span.help-content.active {
    display: block;
}




.wp-core-ui .button-alert {
    background: #D70826;
    border-color: #c10b23 #b70b22 #b70b22;
    box-shadow: 0 1px 0 #b70b22;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 -1px 1px #b70b22, 1px 0 1px #b70b22, 0 1px 1px #b70b22, -1px 0 1px #b70b22;
}

.wp-core-ui .button-alert.focus, .wp-core-ui .button-alert.hover, .wp-core-ui .button-alert:focus, .wp-core-ui .button-alert:hover {
    background: #ea0e11;
    border-color: #b70b22;
    color: #fff;
}




.tick {float:right;color:#61baea;font-size:18px;}
.cross {float:right;color:#d70826;font-size:18px;}

.security {display:none !important;}

.clearfix {clear:both;display:block;}

#iris-logo-meta-box button,#iris-logo-meta-box h2 {display:none;}
#iris-logo-meta-box p {text-align:center;}

.iris-news-title {font-weight:bold;float:left;}
.iris-news-date {font-weight:bold;float:right;}
.iris-news-content {width:100%;float:left;margin-top:10px;}
.iris-news-text {float:left;width:50%;padding-left:20px;box-sizing:border-box;}
.iris-news-text.full-width {width:100%;}
.iris-news-image {float:left;width:50%;}
.iris-news-image img {width:100%;}

@media screen and (max-width: 600px) {
	.iris-news-text {width:100%;padding-left:0px;}
	.iris-news-image {width:100%;}
}



#iris-openwebsite-admin .services-item {width:25%;min-width:255px;float:left;}

.blue {color:#61BAEA!important;}



.call-to-action {
	padding:25px;
	background-color:#000;
	color:#fff;
}

/* CHANGES THE ICON OF MEDIA */
.dashicons-admin-media:before {
    content: "\f306";
}
.welcome-panel .welcome-site:before {
	content:'\f319';
}
.welcome-panel .welcome-preview:before {
	content:'\f177';
}
.welcome-panel .welcome-profile:before {
	content:'\f110';
}
.welcome-panel .welcome-settings:before {
	content:'\f111';
}
.welcome-panel .welcome-support:before {
	content:'\f468';
}
.welcome-panel .welcome-edit-front-page:before {
	content:'\f102';
}
.welcome-panel .welcome-add-team:before {
    content: "\f307";
}
.welcome-panel .welcome-add-testimonial:before {
    content: "\f122";
}
.welcome-panel .welcome-add-practice-news:before {
    content: "\f123";
}
.welcome-panel .welcome-add-vacancy:before {
    content: "\f338";
}
.welcome-panel .welcome-add-blog:before {
    content: "\f109";
}


.wp-switch-editor {
   display:none !important;
}




.tab-holder li {
    float: left;
    margin: 0 5px 0 0;
    margin-bottom: -1px;
	border: 1px solid #e5e5e5;
    background: #fff;
	cursor:pointer;
}
.tab-holder li.active {
	border-bottom-color:#fff;
}
.tab-holder a {
	text-decoration:none;
}
.tab-holder h2, .update-wrap h2 {
	font-size: 14px;
    padding: 8px 12px;
    margin: 0;
    line-height: 1.4;
    color: #000 !important;
}
.tab-content-wrap {
	clear: left;
    padding: 12px;
	border: 1px solid #e5e5e5;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
    background: #fff;
}
.tab-content {
	display:none;
	padding: 23px 10px 0;
}
.tab-content h2 {
    margin: 0;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.2;
}
.tab-content p {
    color: #72777c;
}
.tab-content .about-description {
    font-size: 16px;
    margin: 0;
}
.tab-content.active {
	display:block;
}

.update-wrap {
	width:100%;
	margin-top:25px;
	float:left;
	border-top:1px solid #e5e5e5;
}

#update-nag-container {
	float:left;
	width:100%;
	padding-bottom: 20px;
}
.update-notification {
    display: none;
    line-height: 19px;
    padding: 11px 15px;
    font-size: 14px;
    text-align: left;
    margin: 25px 20px 0 2px;
    background-color: #fff;
    border-left: 4px solid #fff;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    float: left;
    clear: both;
}
.update-notification.active {
	display:block;
}
.update-notification.success {
	border-left-color:#2FB718;
}
.update-notification.info {
	border-left-color:#66bbeb;
}
.update-notification.alert {
	border-left-color:#D70826;
}
.update-notification .update-nag-close {
    cursor: pointer;
	margin-left:15px;
}
.update-notification .update-nag-close:before {
	color: #b4b9be;
    content: "\f153";
    font: 400 16px/20px dashicons;
    vertical-align: text-top;
}
.update-notification .update-nag-close:hover:before {
	color: #c00;
}


/* Generated by Glyphter (http://www.glyphter.com) on  Mon Jan 16 2017*/
@font-face {
    font-family: 'dashicons';
    src: url('../fonts/dashicons.eot');
    src: url('../fonts/dashicons.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dashicons.woff') format('woff'),
         url('../fonts/dashicons.ttf') format('truetype'),
         url('../fonts/dashicons.svg#dashicons') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class*='dashicons-']:before{
	display: inline-block;
   font-family: 'dashicons';
   font-style: normal;
   font-weight: normal;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale
}
.dashicons-analytics:before{content:'\0041';}
.dashicons-kashflow:before{content:'\0042';}
.dashicons-iris:before{content:'\0043';}
.dashicons-calculator:before{content:'\0044';}



#wpadminbar .ab-top-menu>li#wp-admin-bar-iris_logo:hover>.ab-item,
#wpadminbar .ab-top-menu>li#wp-admin-bar-website_package_type:hover>.ab-item,
#wpadminbar .ab-top-menu>li#wp-admin-bar-website_status:hover>.ab-item,
#wpadminbar .ab-top-menu>li#wp-admin-bar-new_terms:hover>.ab-item {
	background-color:#fff;
	color: #1b2737;
}


.dashicons-iris-color {
	transform:translateY(6px);
	display:inline-block;
}
.dashicons-iris-color:before {content:'';background-image:url('../img/iris-icon.svg');}



.accordian.help-toggle {
	border: 1px solid #e6e6e6;
    padding: 5px !important;
    margin: 0 !important;
	cursor:pointer;
}

.accordian.help-content {
    display: none;
}
.accordian.help-content.active {
	display: block;
    border: 1px solid #e6e6e6;
    padding: 5px;
    border-top: 0;
}



input#help-search {
	width: auto;
}






#rightnow a:hover, #media-upload a.del-link:hover, div.dashboard-widget-submit input:hover, .subsubsub a:hover, .subsubsub a.current:hover, .ui-tabs-nav a:hover {
  color: #66bbeb; }
/* Forms */
input[type=checkbox]:checked:before {
  color: #66bbeb; }

input[type=radio]:checked:before {
  background: #66bbeb; }

.wp-core-ui input[type="reset"]:hover, .wp-core-ui input[type="reset"]:active {
  color: #0099d5; }
/* Core UI */

  .wp-core-ui .wp-ui-highlight {
    color: #fff;
    background-color: #62b5e5; }
  .wp-core-ui .wp-ui-text-highlight {
    color: #62b5e5; }
  .wp-core-ui .wp-ui-notification {
    color: #fff;
    background-color: #c8102e; }
  .wp-core-ui .wp-ui-text-notification {
    color: #c8102e; }
  .wp-core-ui .wp-ui-text-icon {
    color: #ccc; }
/* List tables */
.wrap .add-new-h2:hover, #add-new-comment a:hover, .tablenav .tablenav-pages a:hover, .tablenav .tablenav-pages a:focus {
  color: #ccc;
  background-color: #182838; }

.view-switch a.current:before {
  color: #182838; }

.view-switch a:hover:before {
  color: #c8102e; }

.post-com-count:hover:after {
  border-top-color: #182838; }

.post-com-count:hover span {
  color: #ccc;
  background-color: #182838; }

strong .post-com-count:after {
  border-top-color: #c8102e; }

strong .post-com-count span {
  background-color: #c8102e; }
/* Admin Menu */
#adminmenuback, #adminmenuwrap, #adminmenu {
  background: #1b2737; }

#adminmenu a {
  color: #ddd; }

#adminmenu div.wp-menu-image:before {
  color: #ddd; }

#adminmenu a:hover, #adminmenu li.menu-top:hover, #adminmenu li.opensub > a.menu-top, #adminmenu li > a.menu-top:focus {
  color: #fff;
  background-color: #62b5e5; }

#adminmenu li.menu-top:hover div.wp-menu-image:before, #adminmenu li.opensub > a.menu-top div.wp-menu-image:before {
  color: #fff; }
/* Active tabs use a bottom border color that matches the page background color. */
.about-wrap h2 .nav-tab-active, .nav-tab-active, .nav-tab-active:hover {
  border-bottom-color: #ededed; }
/* Admin Menu: submenu */
#adminmenu .wp-submenu, #adminmenu .wp-has-current-submenu .wp-submenu, #adminmenu .wp-has-current-submenu.opensub .wp-submenu, .folded #adminmenu .wp-has-current-submenu .wp-submenu, #adminmenu a.wp-has-current-submenu:focus + .wp-submenu {
  background: #141d29; }

#adminmenu li.wp-has-submenu.wp-not-current-submenu.opensub:hover:after {
  border-right-color: #1b2737; }

#adminmenu .wp-submenu .wp-submenu-head {
  color: #babfc3; }

#adminmenu .wp-submenu a, #adminmenu .wp-has-current-submenu .wp-submenu a, .folded #adminmenu .wp-has-current-submenu .wp-submenu a, #adminmenu a.wp-has-current-submenu:focus + .wp-submenu a, #adminmenu .wp-has-current-submenu.opensub .wp-submenu a {
  color: #babfc3; }
  #adminmenu .wp-submenu a:focus, #adminmenu .wp-has-current-submenu .wp-submenu a:focus, .folded #adminmenu .wp-has-current-submenu .wp-submenu a:focus, #adminmenu a.wp-has-current-submenu:focus + .wp-submenu a:focus, #adminmenu .wp-has-current-submenu.opensub .wp-submenu a:focus, #adminmenu .wp-submenu a:hover, #adminmenu .wp-has-current-submenu .wp-submenu a:hover, .folded #adminmenu .wp-has-current-submenu .wp-submenu a:hover, #adminmenu a.wp-has-current-submenu:focus + .wp-submenu a:hover, #adminmenu .wp-has-current-submenu.opensub .wp-submenu a:hover {
    color: #fff; }
/* Admin Menu: current */
#adminmenu .wp-submenu li.current a, #adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a, #adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a {
  color: #fff; }
  #adminmenu .wp-submenu li.current a:hover, #adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a:hover, #adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a:hover, #adminmenu .wp-submenu li.current a:focus, #adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a:focus, #adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a:focus {
    color: #fff; }

ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.current:after {
  border-right-color: #eee; }

#adminmenu li.current a.menu-top, #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu, #adminmenu li.wp-has-current-submenu .wp-submenu .wp-submenu-head, .folded #adminmenu li.current.menu-top {
  color: #fff;
  background: #62b5e5; }

#adminmenu li.wp-has-current-submenu div.wp-menu-image:before {
  color: #fff; }
/* Admin Menu: bubble */
#adminmenu .awaiting-mod, #adminmenu .update-plugins {
  color: #fff;
  background: #c8102e; }

#adminmenu li.current a .awaiting-mod, #adminmenu li a.wp-has-current-submenu .update-plugins, #adminmenu li:hover a .awaiting-mod, #adminmenu li.menu-top:hover > a .update-plugins {
  color: #fff;
  background: #c8102e; }
/* Admin Menu: collapse button */

#collapse-button {
	color:#ddd;
}
#collapse-button:focus, #collapse-button:hover {
    color: #62b5e5;
}
#collapse-menu {
  color: #ddd; }

#collapse-menu:hover {
  color: #fff; }

#collapse-button div:after {
  color: #ccc; }

#collapse-menu:hover #collapse-button div:after {
  color: #fff; }
/* Admin Bar */
#wpadminbar {
	color: #1b2737;
	background: #fff;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.08);
	box-shadow: 0 1px 1px rgba(0,0,0,.08);
}
#wpadminbar * {
    font-family: 'Open Sans';
}

#wpadminbar .ab-item, #wpadminbar a.ab-item, #wpadminbar > #wp-toolbar span.ab-label, #wpadminbar > #wp-toolbar span.noticon {
  color: #1b2737; }

#wpadminbar .ab-icon, #wpadminbar .ab-icon:before, #wpadminbar .ab-item:before, #wpadminbar .ab-item:after {
  color: #1b2737; }

#wpadminbar .ab-top-menu > li:hover > .ab-item, #wpadminbar .ab-top-menu > li.hover > .ab-item, #wpadminbar .ab-top-menu > li > .ab-item:focus, #wpadminbar.nojq .quicklinks .ab-top-menu > li > .ab-item:focus, #wpadminbar-nojs .ab-top-menu > li.menupop:hover > .ab-item, #wpadminbar .ab-top-menu > li.menupop.hover > .ab-item {
  color: #66bbeb;
  background: #fff; }

#wpadminbar .ab-top-menu>li.hover>.ab-item, #wpadminbar.nojq .quicklinks .ab-top-menu>li>.ab-item:focus, #wpadminbar:not(.mobile) .ab-top-menu>li:hover>.ab-item, #wpadminbar:not(.mobile) .ab-top-menu>li>.ab-item:focus {
  color: #66bbeb;
  background: #fff;
}


#wpadminbar > #wp-toolbar li:hover span.ab-label, #wpadminbar > #wp-toolbar li.hover span.ab-label, #wpadminbar > #wp-toolbar a:focus span.ab-label {
  color: #0074a2; }

#wpadminbar li:hover .ab-icon:before, #wpadminbar li:hover .ab-item:before, #wpadminbar li:hover .ab-item:after, #wpadminbar li:hover #adminbarsearch:before {
  color: #fff; }
/* Admin Bar: submenu */
#wpadminbar .menupop .ab-sub-wrapper {
  background: #1b2737; }

#wpadminbar .quicklinks .menupop ul.ab-sub-secondary, #wpadminbar .quicklinks .menupop ul.ab-sub-secondary .ab-submenu {
  background: #1b2737; }

#wpadminbar .ab-submenu .ab-item, #wpadminbar .quicklinks .menupop ul li a, #wpadminbar .quicklinks .menupop.hover ul li a, #wpadminbar-nojs .quicklinks .menupop:hover ul li a {
  color: #babfc3; }

#wpadminbar .quicklinks li .blavatar, #wpadminbar .menupop .menupop > .ab-item:before {
  color: #ccc; }

#wpadminbar .quicklinks .menupop ul li a:hover, #wpadminbar .quicklinks .menupop ul li a:focus, #wpadminbar .quicklinks .menupop ul li a:hover strong, #wpadminbar .quicklinks .menupop ul li a:focus strong, #wpadminbar .quicklinks .menupop.hover ul li a:hover, #wpadminbar .quicklinks .menupop.hover ul li a:focus, #wpadminbar.nojs .quicklinks .menupop:hover ul li a:hover, #wpadminbar.nojs .quicklinks .menupop:hover ul li a:focus, #wpadminbar li:hover .ab-icon:before, #wpadminbar li:hover .ab-item:before, #wpadminbar li a:focus .ab-icon:before, #wpadminbar li .ab-item:focus:before, #wpadminbar li.hover .ab-icon:before, #wpadminbar li.hover .ab-item:before, #wpadminbar li:hover .ab-item:after, #wpadminbar li.hover .ab-item:after, #wpadminbar li:hover #adminbarsearch:before {
  color: #66bbeb; }

#wpadminbar .quicklinks li a:hover .blavatar, #wpadminbar .menupop .menupop > .ab-item:hover:before {
  color: #66bbeb; }
/* Admin Bar: search */
#wpadminbar #adminbarsearch:before {
  color: #ccc; }

#wpadminbar > #wp-toolbar > #wp-admin-bar-top-secondary > #wp-admin-bar-search #adminbarsearch input.adminbar-input:focus {
  color: #ccc;
  background: #233a51; }

#wpadminbar #adminbarsearch .adminbar-input::-webkit-input-placeholder {
  color: #ccc;
  opacity: 0.7; }

#wpadminbar #adminbarsearch .adminbar-input:-moz-placeholder {
  color: #ccc;
  opacity: 0.7; }

#wpadminbar #adminbarsearch .adminbar-input::-moz-placeholder {
  color: #ccc;
  opacity: 0.7; }

#wpadminbar #adminbarsearch .adminbar-input:-ms-input-placeholder {
  color: #ccc;
  opacity: 0.7; }
/* Admin Bar: my account */
#wpadminbar .quicklinks li#wp-admin-bar-my-account.with-avatar > a img {
  border:0;
  background-color: #1b2737; }

#wpadminbar #wp-admin-bar-user-info .display-name {
  color: #ccc; }

#wpadminbar #wp-admin-bar-user-info a:hover .display-name {
  color: #66bbeb; }

#wpadminbar #wp-admin-bar-user-info .username {
  color: #babfc3; }
/* Pointers */
.wp-pointer .wp-pointer-content h3 {
  background-color: #66bbeb; }

.wp-pointer .wp-pointer-content h3:before {
  color: #66bbeb; }

.wp-pointer.wp-pointer-top .wp-pointer-arrow, .wp-pointer.wp-pointer-undefined .wp-pointer-arrow {
  border-bottom-color: #66bbeb; }
/* Media Uploader */
.media-item .bar, .media-progress-bar div {
  background-color: #66bbeb; }

.details.attachment {
  box-shadow: 0 0 0 1px #fff, 0 0 0 5px #66bbeb; }

.attachment.details .check {
  background-color: #66bbeb;
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px #66bbeb; }
/* Themes */
.theme-browser .theme.active .theme-name, .theme-browser .theme.add-new-theme:hover:after {
  background: #66bbeb; }

.theme-browser .theme.add-new-theme:hover span:after {
  color: #66bbeb; }

.theme-overlay .theme-header .close:hover, .theme-overlay .theme-header .right:hover, .theme-overlay .theme-header .left:hover {
  background: #66bbeb; }
/* jQuery UI Slider */
.wp-slider .ui-slider-handle, .wp-slider .ui-slider-handle.ui-state-hover, .wp-slider .ui-slider-handle.focus {
  background: #2391d1;
  border-color: #1c73a5;
  -webkit-box-shadow: inset 0 1px 0 #5db2e4, 0 1px 0 rgba(0, 0, 0, .15);
  box-shadow: inset 0 1px 0 #5db2e4, 0 1px 0 rgba(0, 0, 0, .15); }
/* Responsive Component */
div#wp-responsive-toggle a:before {
  color: #ccc; }

.wp-responsive-open div#wp-responsive-toggle a {
  border-color: transparent;
  background: #62b5e5; }

.star-rating .star {
  color: #0074a2; }

.wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle a {
  background: #0d161f; }
  
.json-importer{
	background:#eee;
	display:flex;
	height:200px;
	justify-content:center;
	align-items:center;
	color:#444;
	position:relative;
}
.json-importer:hover{
	outline: 5px dashed #fff;
	outline-offset:-15px;
}
.json-importer__input {
	opacity:0;
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	display:block;
	z-index:1;
}
.before-upload,
.after-upload{
	display:none;
}
.json-importer__input:invalid ~ .before-upload,
.json-importer__input:valid ~ .after-upload {
	display:block;
}

#select-news-yes, #select-news-no{
	width: 16px!important;
}