styles.css 7.99 KB
@charset "UTF-8";
/* CSS Document */

 table.plugin-setting-table {width:80% !important;}
table.plugin-setting-table th {text-align: left;}
table.plugin-setting-table {width: 100%; padding: 0;}
table.plugin-setting-table tr:nth-child(even) {background: #f9f9f9}
table.plugin-setting-table tr:nth-child(odd) {background: #FFF}
table.plugin-setting-table tr:first-child {width: 35%;}
table.plugin-setting-table td {vertical-align: middle;}
table.plugin-setting-table td+td {width: auto}
table.plugin-setting-table td > p {margin-top: 0; margin-bottom: 0;}
.gallery{margin-top:50px;}
.error_line{margin-left:10px;font-size:12px;color:red;}
 #gallery { float: left; width: 80%; margin-left:10%; min-height: 12em; }
.gallery.custom-state-active { background: #eee; }
.gallery li { list-style: none;  float: left; width: 325px; padding: 0.4em; margin: 0 0.4em 0.4em 0; text-align: center; }
.gallery li h5 { margin: 0 0 0.4em; cursor: move; }
.gallery li a { float: right;  border: 1px solid #dfdfdf; background: #fafafa; color: #23282d; font-size: 14px;  font-weight: 600; line-height: 18px; }
.adbutton{ width: 250px;}
.ui-widget-header{padding:20px;}
.ui-btn{margin: -0.5em 0 !important;}
#dropped_selected, #selected { float: left; width: 80%; min-height: 18em; margin-left: 10%; padding-bottom:15px; }
#selected h4 { line-height: 16px; margin: 0 0 0.4em; }
#selected h4 .ui-icon {  }
.selectedTitle{width: 300px;     margin-left: 12px; margin-top: 6px; }
#selected .gallery h5 { display: none; }
#dropped_selected li, #selected li { list-style: none; float: left; width: 325px; padding: 0.4em; margin: 0 0.4em 0.4em 0; text-align: center; }
#dropped_selected  li a, #selected li a { float: right;  border: 1px solid #dfdfdf; background: #fafafa; font-size: 14px;  font-weight: 600; line-height: 18px; }
.dir-add{width:80%; margin-left:10%}
.container {
  width: 400px;
  margin: 120px auto 120px;
  background-color: #fff;
  padding: 0 20px 20px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.075);
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.075);
  -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.075);
  text-align: center;
}

.avatar-flip {
  border-radius: 100px;
  overflow: hidden;
  height: 150px;
  width: 150px;
  position: relative;
  margin: auto;
  top: -60px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  box-shadow: 0 0 0 13px #f0f0f0;
  -webkit-box-shadow: 0 0 0 13px #f0f0f0;
  -moz-box-shadow: 0 0 0 13px #f0f0f0;
}
.avatar-flip img {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

#name,#tel  {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #333;
  width: 200px;
  height: 100px;
}

.settings_page_AzureActiveDirectory_PluginSettings h4 {
  font-size: 13px;
  color: #00baff;
  letter-spacing: 1px;
  margin-bottom: 25px
}
.settings_page_AzureActiveDirectory_PluginSettings p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
  color: #666;
}

#dir{float: left;}

.temp, .temp-add, .add-new, .add-query, #builderArea{
	display:none;
	    width: 80%;
    margin-left: 10%;
	}
	.temp{   width: 80%;
    margin-left: 10%;}
	
	#select-temp-to-edit, #template{
		display:none;
		}
	
	/*----- Tabs -----*/
.tabs {
    width:100%;
    display:inline-block;
}
 
    /*----- Tab Links -----*/
    /* Clearfix */
    .tab-links:after {
        display:block;
        clear:both;
        content:'';
    }
 
    .tab-links li {
        margin:0px 5px;
        float:left;
        list-style:none;
    }
 
        .tab-links a {
            padding:9px 15px;
            display:inline-block;
            border-radius:3px 3px 0px 0px;
            background:#7FB5DA;
            font-size:16px;
            font-weight:600;
            color:#4c4c4c;
            transition:all linear 0.15s;
        }
 
        .tab-links a:hover {
            background:#a7cce5;
            text-decoration:none;
        }
 
    li.active a, li.active a:hover {
        background:#fff;
        color:#4c4c4c;
    }
 
    /*----- Content of Tabs -----*/
    .tab-content {
        padding:15px;
        border-radius:3px;
        box-shadow:-1px 1px 1px rgba(0,0,0,0.15);
        background:#fff;
    }
 
        .tab {
            display:none;
        }
 
        .tab.active {
            display:block;
        }
#full {
    height: 1200px;
}

.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    display: none;
}
/* Both! */
.staff-member 
{
	clear: both;
	margin-bottom: 40px;
	min-height: 150px;
}
.staff-member .staff-photo
{
	border: 1px solid #989898;
    float: left;
    margin: 5px 30px 30px 0;
	max-width: 170px;
}
.staff-member .staff-photo img
{
    float: left;
    margin: 8px;
    max-width: 100%;
}

/* "Circles" avatars */
.circles .staff-member .staff-photo
{
	border-radius: 150px
}

.circles .staff-member .staff-photo img
{
	border-radius: 150px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 1) inset;
	float: left;
	margin: 8px;
	max-width: 100%;
}

.staff-member .staff-member-right
{
	margin-left: 200px;
}
.staff-member .staff-member-title
{
	margin: 0 0 10px;
	text-transform: uppercase;
	font-size: 12px;
}

.staff-member .staff-member-address h4
{
	font-size: 17px;
	font-variant: small-caps;
    font-weight: bold;
    margin-bottom: 10px;
}

.staff-member .staff-member-contacts
{

}

.staff-member .staff-member-contacts h4
{
	font-size: 17px;
	font-variant: small-caps;
    font-weight: bold;
    margin-bottom: 10px;
}

.staff-member .staff-member-contacts p
{
	margin-bottom: 5px;
}

.staff-member .staff-member-contacts strong
{
	color: #373737;
}

/* Staff List */
.staff-list
{

}
.staff-list .staff-member h3
{
	font-size: 24px;
	color: #373737;
	font-weight: bold;
	text-transform: none;
	letter-spacing: normal;
	clear: right;
	margin: 0 0 10px;
	line-height: normal;
}
.staff-list .staff-member .staff-member-title
{
	margin: 0 0 10px;
	text-transform: uppercase;
	font-size: 12px;
}

/* Staff Grid */
.staff-grid
{

}
.staff-grid .staff-member {
    clear: both;
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 20px;
    min-height: 150px;
}

.staff-grid .staff-photo
{
	border: 1px solid #cecece;
	margin: 0;
}
.staff-grid .staff-photo img {
	margin: 3px;
}
.staff-grid .staff-member-wrap {
	position: relative;
	overflow: hidden;
	display: inline-block;
}

.staff-grid .staff-member-overlay {
	background: rgba(30, 144, 255, 0.8);
	padding: 4px 8px;
	position: absolute;
	min-height: 40px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.staff-grid .staff-member h3
{
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-transform: none;
	letter-spacing: normal;
	clear: right;
	margin: 0;
	line-height: normal;	
}

.staff-grid .staff-member h3 a
{
	color: #fff;
}
.staff-grid .staff-member .staff-member-title
{
	font-size: 12px;
	color: #fff;
	margin: 3px 0 0;
	text-transform: uppercase;
}


/* Single Staff Member Template */
.single-staff-member {
	padding: 0px;
}
.staff-member.single-staff-member h3
{
	font-size: 24px;
	color: #373737;
	font-weight: bold;
	text-transform: none;
	letter-spacing: normal;
	clear: right;
	margin: 0 0 10px;
	line-height: normal;
}
.single-staff-member  .staff-photo
{
	max-width: 230px;	
}
.single-staff-member  .staff-photo img
{
	max-width: 200px;	
}
.single-staff-member .staff-member-right{
	margin-left: 200px;
}
.single-staff-member .single-staff-member .staff-member-name {
    font-size: 35px;
    font-weight: bold;
	clear: right;
	line-height: normal;
	margin-bottom: 10px;
}

/* Compact mode, for display in sidebars */
.GP_Staff_List_Widget_Compact .staff-member-right {
	margin-left: 0;
}

.GP_Staff_List_Widget_Compact .staff-photo {
	float: none;
	margin-left: 0;
	margin-right: 0;
	box-sizing: border-box;
	padding: 8px;
}

.GP_Staff_List_Widget_Compact .staff-photo img {
	float: none;
	margin: 0;
	width: 100%;
	max-width: none;
}