﻿/******************* SETTING PANEL MENU ******************/
.Gallery_Menu ul, .Gallery_Menu ul li {
    margin:0;
    padding:0;
    list-style:none;
}

.Gallery_Menu ul li{
    float:left;
    margin-right:10px;
    text-align:center;
    margin-bottom:5px;
}

.Gallery_Menu ul li .menuimage{
    padding:5px 0px;
}

.clear{
    clear:both;
}

.hidden{
    display:none;
}
.top15px{
    margin-top:15px;
}
.Gallery_Menu ul li#adminbannerimage a, .Gallery_Menu ul li#admincustomers a, .Gallery_Menu ul li#exportdata a, .Gallery_Menu ul li#adminfamilies a, .Gallery_Menu ul li#adminclinicians a, .Gallery_Menu ul li#adminmodulecategory a, .Gallery_Menu ul li#admincategories a, .Gallery_Menu ul li#adminresources a, .Gallery_Menu ul li#adminemailtemplates a,
.Gallery_Menu ul li#adminfeaturecontent a, .Gallery_Menu ul li#adminmodule a, .Gallery_Menu ul li#admintestimonialspanel a , .Gallery_Menu ul li#adminlogs a{
    width:120px;
    height:75px;
    border:Solid 1px #e3e2e2;
    display:block;
    text-decoration:none;
    font-size:11px;
}

.Gallery_Menu ul li#adminbannerimage a:hover, .Gallery_Menu ul li#admincustomers a:hover, .Gallery_Menu ul li#adminfamilies a:hover, .Gallery_Menu ul li#admincategories a:hover,  .Gallery_Menu ul li#adminclinicians a:hover,
.Gallery_Menu ul li#adminfeaturecontent a:hover, .Gallery_Menu ul li#admintestimonialspanel a:hover, .Gallery_Menu ul li#adminmodulecategory a:hover,.Gallery_Menu ul li#adminmodule a:hover, .Gallery_Menu ul li#adminresources a:hover, .Gallery_Menu ul li#exportdata a:hover, .Gallery_Menu ul li#adminemailtemplates a:hover, .Gallery_Menu ul li#adminlogs a:hover,
.Gallery_Menu ul li#adminbannerimage.selected a, .Gallery_Menu ul li#admincustomers.selected a, .Gallery_Menu ul li#adminfamilies.selected a, .Gallery_Menu ul li#admincategories.selected a, .Gallery_Menu ul li#adminclinicians.selected a,
.Gallery_Menu ul li#adminfeaturecontent.selected a, .Gallery_Menu ul li#admintestimonialspanel.selected a, .Gallery_Menu ul li#adminmodulecategory.selected a, .Gallery_Menu ul li#adminmodule.selected a, .Gallery_Menu ul li#adminresources.selected a, .Gallery_Menu ul li#exportdata.selected a, .Gallery_Menu ul li#adminemailtemplates.selected a , .Gallery_Menu ul li#adminlogs.selected a{
    width:120px;
    height:75px;
    background:#d5d2d2;
    border:Solid 1px #9f9b9b;
    text-decoration:none;
}

.h1header{
    margin-top:10px;
    background:#ccc;
    font-size:17px;
    padding:10px 15px;
}

table.tbl td{
    padding:5px 10px;
}

table.tbl td.label{
    background:#ccc;
    border-bottom:solid 1px #ffffff;
    width:150px;
}

.message_update, .message_info, .errormessage{
    margin-top:12px;
    padding:10px 5px;
    background:url(images/message_update.png) no-repeat 5px 2px #edf0a7;
    padding-left:42px;
    display:block;
}

.message_info, .errormessage{
    background:url(images/message_info.png) no-repeat 5px 2px #edf0a7;
}

.button_normal{
    padding:5px 10px;
    display:inline-block;
    text-align:center;
    background:#5371e1;
    border-radius:5px;
    color:#ffffff;
    cursor:pointer;
}

table.Table_Grid tr.HeaderGrid th{
    background-color:#8B75B5;
    color:#ffffff;
    padding:3px 5px;
}

table.Table_Grid td{
    padding:3px 5px;
}

table.Table_Grid tr.GridRow_Alternate{
    background:#e7f1fb;
}

.GridDeleteButton, .GridEditButton, .GridUpdateButton, .GridCancelButton, .GridViewButton, .GridConfirmButton{
    width:24px;
    height:24px;
    text-indent:-999em;
    overflow:hidden;
    background:url(images/grid_deletebutton.png) no-repeat;
    display:block;
    cursor:pointer;
    margin-bottom:3px;
}

.GridEditButton{background:url(images/grid_editbutton.png) no-repeat; }
.GridUpdateButton{background:url(images/grid_updatebutton.png) no-repeat;}
.GridCancelButton{background:url(images/grid_cancelbutton.png) no-repeat;}
.GridUpdateButton{background:url(images/grid_savebutton.png) no-repeat;}
.GridViewButton{background:url(images/grid_viewbutton.png) no-repeat;}
.GridConfirmButton{background:url(images/grid_confirmbutton.png) no-repeat;}

table.TablePaging{
    width:100%;
    background:#c1bdbb;
    margin-bottom:5px;
}

table.TablePaging td{
    padding:3px 5px;
}

table.TablePaging td.PagingPageSummary{
}

Table.TablePaging td.PagingPageLinks{
    text-align:right;
}

.CurrentPageLink, .TotalPagingLinks{
    font-weight:bold;
}

a.linkSelected{
    font-weight:bold;
    text-decoration:underline;
}

.TotalPagingLinks{
    padding-right:15px;
}

.headerfilename{
    float:left;
    width:300px;
    border-right:solid 1px #ffffff;
    background:#7591f5;
    padding:3px 5px;
}

.headerfilesize{
    float:left;
    width:80px;
    border-right:solid 1px #ffffff;
    background:#7591f5;
    padding:3px 5px;
}

.headerremovelink{
    float:left;
    width:80px;
    border-right:solid 1px #ffffff;
    background:#7591f5;
    padding:3px 5px;
    
}

.headerstatus{
    float:left;
    width:80px;
    background:#7591f5;
    padding:3px 5px;
}

.rowfilename{
    float:left;
    width:300px;
    border-left:solid 1px #ccc;
    border-right:solid 1px #ccc;
    border-bottom:solid 1px #ccc;
    padding:3px 5px;
}

.rowfilesize{
    float:left;
    width:80px;
    padding:3px 5px;
    border-right:solid 1px #ccc;
    border-bottom:solid 1px #ccc;
}

.rowremovelink{
    float:left;
    width:80px;
    padding:3px 5px;
    border-right:solid 1px #ccc;
    border-bottom:solid 1px #ccc;
}

.rowstatus{
    float:left;
    width:80px;
    padding:3px 5px;
    border-right:solid 1px #ccc;
    border-bottom:solid 1px #ccc;
}

#divRowHeader{
    color:#ffffff;
}

.buttonuploadimages{
    margin-top:20px;
}

.buttonupload{
    width:139px;
    height:32px;
    background:url(images/browse-button.png) no-repeat;
    cursor:pointer;
}

.hidem{
    height:0;
    width:0;
    overflow:hidden;
}

.imageviewerlist{
    margin-top:20px;
}

table.tblimages{
    background:#e9edfa;
    width:100%;
}

table.tbllong{
    width:100%;
}
.height40{
    height:40px;
    line-height:40px;
    font-size:14px;
}
table.tbllong td select.albumselector{
    width:150px;
    margin-left:20px;
}
table.tblimages tr.trheader td{
    background:#7b7c81;
    padding:5px 10px;
    color:#ffffff;
}
table.tblimages tr.alt td{
    background:#fff;
}
table.tblimages td{
    padding:5px 10px;
    vertical-align:top;
}

.loadingindicator{
    padding:5px;
}
a.linkDeleteAll{
    padding:0px 10px;
    margin:5px 0px;
    background:#EC2125;
    color:#fff;
    text-decoration:none;
    line-height:30px;
    display:block;
    float:right;
}
a.linkDeleteAll:hover{
    color:#fff;
}
.ziweGallery{
    background:#fff;
}
.ziweGallery ul{
    padding-top:20px;
}
.ziweGallery ul li.first{
    clear:both;
    float:left;
    margin-left:0px;
    margin-bottom:22px;
    width:222px;
    height:222px;
    position:relative;
}
.ziweGallery ul li{
    float:left;
    margin-left:24px;
    margin-bottom:22px;
    width:222px;
    height:222px;
    position:relative;
}

.ziweGallery ul li a{
    display:block;
}

.ziweGallery ul li img{
    width:222px;
    height:222px;
    border:none;
}
.ziweGallery ul li .title{
    background: none repeat scroll 0 0 rgba(244, 244, 244, 0.7);
    bottom: 0;
    color: #212020;
    display: block;
    font-size: 20px;
    left: 0;
    line-height: 26px;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    text-align: center;
    width: 222px;
}

.ziweGallery ul li a:hover .title{
    display:block;
}
.ziweGallery .hide{
    display:none;
}
.ziweGallery .divPaging{
    width:100%;
    position:relative;
    text-align:center;
    padding-bottom:20px;
}
.ziweGallery .lbBack{
    width:100%;
    position:relative;
    text-align:center;
    padding-bottom:10px;
    display:block;
    font-size:14px;
}
.ziweGallery .dpPageSize{
    width:100%;
    position:relative;
    text-align:right;
    padding-top:10px;
    display:block;
    font-size:14px;
}
.ziweGallery .dpPageSize .innerdp{
    margin-right:20px;
    font-size:14px;
}
.tblimages img{
    width:100px;
}
p.alignright{
    text-align:right;
}
/*new gallery*/
.gridBox{
   width:210px;
   height:300px;
   float:left;
   position:relative;
   margin-right:20px;
   margin-bottom:18px;
}
.gridBox .gridImage{
    width:210px;
    height:210px;
    overflow:hidden;
    text-align:center;
    position:relative;
}
.gridBox .gridImage img{
    height:210px;
}
.gridBox .gridImage .imagename{
    height:58px;
    line-height:58px;
    font-size:14px;
    color:#000;
    width:210px;
    text-indent:20px;
    position:absolute;
    left:0px;
    bottom:0px;
    background:rgba(232,241,250,0.8);
    text-align:left;
}
.gridBox .topmenus{
    height:56px;
    width:210px;
    position:relative;
    background:#ebf3fc;
    margin-bottom:1px;
}
.gridBox .topmenus .select{
    width:58px;
   
    text-align:center;
    float:left;
    font-size:11px;
    margin-top:10px;
}
.gridBox .topmenus .select div{
    margin-top:5px;
    font-size:11px;
}

.gridBox .topmenus .edit{
    width:90px;
    height:56px;
    text-align:center;
    float:left;
}
.gridBox .topmenus .delete{
    width:62px;
    height:56px;
    text-align:center;    
    float:left;
}
.gridBox .topmenus .delete .deleteicon{
    padding-top:18px;
    text-align:center;
    background:url(images/DeleteAlbumIcon.png) no-repeat top center;
    margin-top:10px;
    padding-top:24px;
    font-size:11px;
}
.gridBox .topmenus .edit .editicon{
    padding-top:18px;
    text-align:center;
    background:url(images/EditAlbumIcon.png) no-repeat top center;
    margin-top:10px;
    padding-top:24px;
    font-size:11px;
}
.gridBox .bottommenus{
    clear:both;
    font-size:11px;
    background:#ebf3fc;
    
}
.gridBox .bottommenus .addicon{
    padding-left:40px;
    margin-left:15px;
    background:url(images/AddPhotoIcon.png) no-repeat left;
    font-size:11px;
    height:30px;
    line-height:30px;
}

.ad-gallery{
    background:#efeded;
}
.ad-gallery .ad-image-wrapper {
  height: 638px;
  width:960px;
  
}

.ad-thumbs ul li img{
    width:86px;
    height:86px;
}
.ad-thumbs ul li{
    width:89px;
    height:92px;
}
.ad-gallery .ad-thumbs li a img,.ad-gallery .ad-thumbs li a.ad-active img{
    border:1px solid #fff;
}
.ad-thumb-list{
    float: left;
    list-style: none outside none;
    padding:0px;
    margin:0px;
    width:9000px;
}
.ad-thumbs ul li{
    margin:0px;
    padding:0px;
}
#gallery .ad-next-image{
    background:url(images/ad_next.png) no-repeat;
    height:46px;
    width:46px;
    right:10px;
    display:block;
}
#gallery .ad-prev-image{
    background:url(images/ad_prev.png) no-repeat;
    height:46px;
    width:46px;
    left:10px;
    display:block;
}
#gallery .ad-thumbs{
    width:850px;
    height:100px;
    margin:0 auto;
}
#gallery .ad-thumbs ul{
    padding:0px;
}
#gallery .ad-nav .ad-back {
    background:url(images/smallleft.png) no-repeat;
    width:15px;
    height:22px;
    left:20px;
    top:32px;
}
#gallery .ad-nav .ad-forward {
    background:url(images/smallright.png) no-repeat;
    width:15px;
    height:22px;
    right:20px;
    top:32px;
}
#gallery .ad-controls{
    width:930px;
    margin:0 auto;
    height:33px;
    
    
}
#gallery .ad-controls p, .ad-slideshow-start, .ad-slideshow-stop{
    font-size:14px;
    line-height:33px;
    color:#212020;
}
.gallerytitle{
    border-top: 1px solid #EFEDED;
    font-size: 27px;
    font-weight: 200;
    line-height: 27px;
    margin-top: 14px;
    padding-top: 18px;
}

.Table_Grid td .dnnCheckbox img
{
        width:20px;
}

.Table_Grid td span img{
    width:100px;
}
.ad-image {
  cursor: pointer;
}

table.Table_Grid td{
	vertical-align:middle;
}

.backtoportfolio a, .backtoportfolio a:hover, .backtoportfolio a:visited, .backtoportfolio a:link{
    color:#212020;
    font-size:15px;
}
.smlimg{
    display:block;
}
.dnnInputFileWrapper{
    display:block;
}
.internal span.dnnInputFileWrapper{
    float:none;
}
.artistphoto img{
    width:660px;
}
#largephotolist ul li, #largephotolist ul li img{
    width:660px;
    height:666px;
}
.m2rightcolumn{
    position:relative;
}
ol#controls li{
    float:left;
}


.height70{
    height:70px;
}
.m2title.noline.topline{
    border-top:solid 1px #858484;
    line-height:76px;
}
ul.archived div.cover{
    background:rgba(225,3,92,0.5);
    position:absolute;
    left:0px;
    top:0px;
    width:320px;
    height:320px;
    line-height:320px;
    text-align:center;
    color:#fff;
    font-family: 'Roboto Slab', serif;
    font-weight:100;
    font-size:52px;
}
ul.archived div.cover a{
    line-height:320px;
    text-align:center;
    color:#fff;
    font-family: 'Roboto Slab', serif;
    font-weight:100;
    font-size:52px;
    text-decoration:none;
}
.ie8 ul.archived div.cover, .ie7 ul.archived div.cover{
	background:#f271a4;	
}

.showdate{
    line-height:30px;
    border-bottom: 1px solid #858484;
    margin-bottom:20px;
    padding-bottom:20px;
    font-family: 'Roboto', sans-serif;
	font-style:italic;
	font-size:18px;
	text-transform:uppercase;
}
.btnAdditional{
    background:#323030;
    color:#fff;
    font-size:12px;
    text-align:center;
    padding:4px 10px;
    line-height:20px;
    border:none;
}
.bannerimage .nivo-controlNav a{
    display:none;
}
#controls{
    position:absolute;
    left:10px;
    bottom:10px;
    z-index:1002;
}
#controls li a{
	background:url(images/bgdot.png) no-repeat center;
	background-image: -webkit-linear-gradient(transparent, transparent), url(images/bgdot.svg);
	background-image: -moz-linear-gradient(transparent, transparent), url(images/bgdot.svg);
    width:22px;
    height:22px;
    display:block;
    float:left;
    margin-right:0px;
    text-indent:-9999px;
    
}
#controls li.current  a, #controls li:hover  a{
	background:url(images/bgdotactive.png) no-repeat center;
	background-image: -webkit-linear-gradient(transparent, transparent), url(images/bgdotactive.svg);
	background-image: -moz-linear-gradient(transparent, transparent), url(images/bgdotactive.svg);
    
    
}
a.fullbox{
    display:block;
    width:1000px;
    height:50px;
}
.pagingbar .TablePaging{
    
    line-height:50px;
    height:50px;
}
.pagingbar .TablePaging .PagingPageLinks{
    float:left;
    line-height:50px;
    height:50px;
    color:#666666;
    font-size:14px;
    margin-left:18px;
}
.pagingbar .TablePaging .PagingPageLinks a{
     color:#666666;
    font-size:14px;
    text-decoration:none;
}
.pagingbar .TablePaging .PagingPageLinks a.linkSelected, .pagingbar .TablePaging .PagingPageLinks a:hover{
    color:#AFBC21;
    
}
.pagingbar .TablePaging .PagingPageSummary{
    float:right;
    line-height:50px;
    height:50px;
    color:#666666;
    font-size:14px;
    margin-right:28px;
}
.project #controls{
    left:470px;
}
/***********bulk images uploader********************/
.hide{
    display:none;
}
.uploadbuttons{
    padding-top:20px;
    clear:both;
    overflow:hidden;
}
a#startUploadLink, a#clearQueueLink{
    display:block;
    padding:5px 10px;
    background:#cccccc;
    color:#0077CC;
    border:none;
    text-align:center;
    margin-bottom:20px;
    
}
#dnn_ctr428_SettingPanel_ctl00_pnlUploadImages .dnnInputFileWrapper span.dnnSecondaryAction{
    display:none;
}
.group{
       background:gray;
       color:#ffffff;
       margin:3px 0;
       cursor:pointer;
       width:200px;
       padding:10px;
       border-radius:5px;
   }
    
.group:hover{
    background:#9C3;
}
input.btnProjectList, input.btnProjectOrder, input.btnSaveProjectOrder, .imagesbuttons input, input.imagesSaveOrder{
    background:none;
    border:solid 1px #9CAB15;
    color:#9CAB15;
    padding:5px 10px;
    margin-right:20px;
    margin-bottom:20px;
    cursor:pointer;
    
}

#testimonialslider ul li{
    font-family: 'Open Sans', sans-serif;
	font-size:13px;
	line-height:20px;
	color:#333333;
	text-align:left;
	font-weight:300;
}