@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
@font-face {
	font-family: 'codropsicons';
	src:url('../fonts/codropsicons/codropsicons.eot');
	src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/codropsicons/codropsicons.woff') format('woff'),
		url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
		url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
  padding-top: 45px;
  min-width: 400px
}
a,a:hover,a:active,a:focus{
    text-decoration: none;
}
.w-30{
    width: 30%
}
.modal-content{
    margin-top: 100px
}
.avatar{
    width: 30px
}
@media (min-width: 768px){
    .navbar-brand {
        border-left:  1px solid #e7e7e7;
        min-height: 45px
    }
}
section.content{
	margin-top: 40px;
	padding-right: 15px;
	padding-left: 15px
}
.codrops-icon:before {
	font-family: 'codropsicons';
	margin: 0 4px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
    content: "\e001";
}

.codrops-icon-prev:before {
    content: "\e004";
}
@media screen and (max-width: 1025px) {
	.container > header {
		margin: 0 auto;
		padding: 120px 50px;
		font-size: 70%;
		text-align: right;
	}
}

@media screen and (max-width: 740px) {

	.codrops-icon span {
		display: none;
	}

}

.outline{
    padding: 15px;
    margin-bottom: 25px;
    position: relative
}

@media screen and (min-width: 768px) {
    div.user.add form.form-inline .form-control{
	width: auto;
    }
}
div.user.add form.form-inline .form-group{
    margin-bottom: 10px;
    height: 51px
}

/****** FORMS ******/
.form-group{
    
}
.error-message{
    font-size: 12px;
}

/****** Page Heading ******/
.outline .pg-heading{
    display: inline-block;
    margin-bottom: 7px;
    font-size: 18px;
    margin-top: 0
}
/****** SESSION FLASH MSG ******/
div.alert{
    padding: 15px 30px 15px 15px;
    margin-top: 6px;
    border-radius: 0
}

/******Dashboard**********/
div.outline-box{
    display: line-block;
    position: relative;
    margin-bottom: 15px;
    margin-left: 15px;
    background-color: rgba(255,255,255,.4);
    float: left
}
div.outline-box > a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 30px 20px 20px;
    text-align: center
}
div.outline-box > a >p{
    padding: 10px
}
#wrap .imgClick{
   border-width: 2px;
}
#libraryModal .modal-body{
    max-height: 420px;
    overflow-y: scroll
}
.img-library{
    z-index: 9999999999999999999
}

/* Small devices (tablets, 768px and up) */
@media (max-width: 479px) {
    div.outline-box{
        height: 175px;
        width: 45%;
    }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 480px) {
    div.outline-box{
        height: 175px;
        width: 29%;
    }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    div.outline-box{
        height: 175px;
        width: 28%;
    }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    div.outline-box{
        height: 180px;
        width:18%;
    }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    div.outline-box{
        height: 190px;
        width: 15%;
        padding: auto
    }
}
#container-outline-box{
    box-sizing: border-box;
    width: 95%;
    min-height: 1px;
    position: relative;
    padding-left: 20px;
    margin: auto;
    height: 100px
}






/******PAGES**********/
#myavatar{
    position: relative
}
.outline.user.view form{
    display: none;
    position: absolute;
    bottom: 5%;
    left: 20%;
    background-color: rgba(255,255,255,.4);
    padding: 20px    
}
#myavatar:hover form{
    display: block;
}

/******Libray& upload**********/
.tab-content.outline.library.index{
    min-height: 410px;
    padding-bottom: 20px
}
.dropzone{
    width: 90%;
    height: 300px;
    line-height: 300px;
    text-align: center;
    margin-top: 35px;
    margin-right: auto;
    margin-left: auto;
}

.dropzone.dragover{
       
}
#uploadResultsDiv{
    height: 200px;
    margin-top: 35px;
/*    padding: 15px*/
}
.message img{
    max-width: 100px;
    height: auto
}
#lib-uploads{
    max-height: 350px;
    overflow-y: auto
}
#lib-uploads .input-group{
    max-width: 250px;
    margin-top: 8px;
}
#lib-uploads > div{
    margin-bottom: 10px;
}
#lib-uploads img{
    width: 150px;
    height: 120px;
    margin-bottom: 10px;
    border-radius: 0;
}
#lib-uploads p {
    margin-right: 15px;
    margin-left: 15px;
    padding: 5px
}
#librarytab .nav>li>a{
    padding: 5px 15px;
    margin-right: 10px
}
#librarytab .nav-pills>li>a{
    border-radius: 0
}
.img-library{
    height: 150px;
    width: 200px;
    border-radius: 0;
    margin-right: 10px;
    margin-bottom: 20px
}
.photos-library{
    position: relative;
}
.photos-library i.fa{
    padding: 5px;
    position: absolute;
    top: 0;
    left: 15px;
    cursor: pointer
}
.photos-library i.fa-spin, .photos-library i.fa-spin:hover {
    color : #3c763d !important;
    background: transparent !important;
}
.photos-library i.fa:hover{
    color:#dff0d8 ;
    background:#3c763d; 
}

/*********** My Profile Page*******************/
#myAvatar{
    height:210px;
    width:200px;
}
.bar{
    width: 100%;
    background-color: #eee;
    padding: 3px;
    box-shadow: inset 0 1px 3px rgba(0,0,0, .2);
    border-radius: 3px;
    box-sizing: border-box;
    margin-top: 10px;
    margin-bottom: 5px;
}
#pb-row{
    display: none
}
.bar-fill{
	height: 20px;
	display: block;
	background-color: cornflowerblue;
	width: 0;
	border-radius: 3px;
        text-align: center;
	transition: width 0.8s ease ;

}
.bar-fill-text{
	color: #FFF;
	padding: 3px
}
.uploads a, .uploads span{
	display: block;
}


div#status{ display:none}

div#wrap{width:100%; margin:0px auto;}
div.newData{height:1000px; background:#09F; margin:10px 0px;}
#wrap .imgClick{
   border-width: 2px;
}

.footable.breakpoint > tbody > tr > td > span.footable-toggle:before {
    content: "+";
}
.footable.breakpoint > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
    content: "-";
}
.footable.breakpoint > tbody > tr > td > span.footable-toggle {
    display: inline-block;
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    padding-right: 5px;
    font-size: 20px;
    color: #888888;
}
.cell-30{
   width: 30px
}
#filter, .filter-status{
    display: inline-block;
    width: 160px;
}
span.filters{
    margin-left: 10px
}










/******all media Queries**********/

@media (max-width: 1200px) {

}
@media (max-width: 992px) {
    div.outline-box{

    }
}

@media (max-width: 768px) {
    #uploadResultsDiv{
        margin-top: 25px
    }
    span.filters{
        display: block;
    }
}