
#photostream-url {  width: 30em; }

@media (max-width: 776px) {
    #photostream-url {
        display: inline-block;
        margin-top: 4px;
        vertical-align: top;
        width: 29em;    
   }
}

.help    { font-style: italic; }

h3 small { color:#AAA; }



.return-to, 
.return-to:active {
    border: 0 none;
    background: #E0E0E0;
    border-radius: 2px;
    font-size: 13px;
    font-weight: 600;
    margin-left: 4px;
    padding: 4px 8px;
    position: relative;
    text-decoration: none;
    text-shadow: none;
    top: -3px;
}
.return-to:hover{
    background:#2EA2CC;
    color: #FFF;
}
.tagsdiv .the-tags{
    margin:0;

}
.gallery-categories{
	overflow: auto;
	border:1px solid #CCC;
	background: #FFF;
	padding: 10px;
	max-height: 200px;
	/* Firefox does vertical horizontal scrolling if you have max-height */
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    margin-right: 10px;
}

.gallery-categories .children { margin-left: 20px; }
.no-js .hide-if-no-js,
.no-js #advance-settings-toggle{ display: none; }
.js .advance-settings{  
    overflow: hidden; 
    display: none;
}

.row-actions .info { color:#999;}
.submit-shell{
    float: left;
    margin-right: 20px;
}
.cancel-link{ 
    vertical-align: top;   
    margin-top: 4px; 
    display: inline-block;
    margin-left: 10px;
}
.row-actions .info strong{
	color:#555;
	font-weight: normal;
}
.photostream-wrap .spinner{
    margin-right: -25px;
    margin-top: 4px;
    vertical-align: text-bottom;
}
.add-photostream-url .spinner{
    float: none;
}
.steps-shell{
    margin-bottom: 10px;
    margin-left: 0;
    padding-left: 10px;
    border-bottom: 1px solid #E5E5E5;
    display: inline-block;
}
.steps-shell:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
/* start commented backslash hack \*/
* html .steps-shell{ height: 1%; }
.steps-shell { display: block; }

.step{
    float: left;
    margin-left: 10px;
    margin-right: 30px;
    font-size: 14px;
    position: relative;
    color:#AAA;
}
.step span{
    font-size: 14px;
    color:#555;    
}
.active-step span{
    color:#D64E07; /* orangey-red */
    position: relative; 
}
.active-step span:before{
    content: "\f159";
    color: #D64E07; /* orangey-red */
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 20px/1 'dashicons';
    vertical-align: bottom;
    position: absolute;
    bottom:0;
    left: 50%;
    margin-bottom: -17px;
    margin-left: -10px;
}
.transform_options div {
	display:none;
	margin-left: 1.5em;
	color: #aaa;
}
.transform_options div a {
	color: #777;
	text-decoration: underline;
}
.add-photostream-url{
	width: 70%;
	float: left;
}
.info-box{
	width: 27%;
	float: right;
}
.ps-sync-manage { clear: both; }
.ps-sync-manage h3 { margin-bottom: 0; }
@media (max-width: 776px) {
	.add-photostream-url,
	.info-box{
		width: 100%;
		float: none;
	}
}

.stream-info h3{ margin-bottom: 4px; }
.stream-info .info{ margin-top:0; }

/* Impoting images view */
#progress-bar { margin-bottom: 15px; }
.nanobar{
    border-radius: 50px;
    background: #E5E5E5;
    height:16px;
}
.nanobarbar{
    border-radius: 50px;
}

.gallery{
	background: #FFF;
	padding: 10px;
	margin-bottom: 10px;
}
.gallery:before,
.gallery:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.gallery:after { clear: both; }
.gallery h4{
	font-size: 18px;
	margin-bottom: 0;
	display: inline;
	vertical-align: middle;
}
.gallery .byline { margin-top: 5px; }
.gallery .separator { color:#ddd;}
.gallery .button { vertical-align: middle; }

.attachment-wrap{
    -moz-user-select: none;
    color: #464646;
    float: left;
    list-style: none outside none;
    margin: 0 10px 20px;
    padding: 0;
    position: relative;
    text-align: center;
    width: 118px;
    height: 118px;
    margin: 8px;
}
.attachment-item{
	background: none repeat scroll 0 0 #eee;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1) inset, 0 0 0 1px rgba(0, 0, 0, 0.05) inset;
    position: relative;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    display: inline-block;
}
.attachment-item img {
	max-height: 118px;
    width: auto;
    max-width: 118px;
    vertical-align: middle;
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right: 0;
    margin:auto;
}


