html
{
	background: #ffdead;
}

body
{
	margin: 0;
	padding: 0;
	
	font-size: 10pt;
    font-family: 'Roboto', sans-serif;
	background-color: #ffdead !important;
}

 header
 {
	background: #800080;
}
#page
{
	margin-top: 5px;
    padding-top: 15px;
	margin-bottom: 5px;
	background: white;
	border: 1px solid #d2d2d2;
}

#header
{
	margin: 0;
	padding: 0;
}

#content
{
    padding: 20px;
}

#sidebar
{
	padding: 20px 20px 20px 0;
}

#footer
{
	padding: 10px;
	margin: 10px 20px;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #C9E0ED;
}

#logo
{
	padding: 10px 20px;
	font-size: 200%;
}

#mainmenu
{
	background:#800080;
}

#mainmenu ul
{
	padding:6px 20px 5px 20px;
	margin:0px;
}

#mainmenu ul li
{
	display: inline;
}

#mainmenu ul li a
{
	color:#ffffff;
	background-color:transparent;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:5px 8px;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
	color: #6399cd;
	background-color:#EFF4FA;
	text-decoration:none;
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

a
{
    color: #800080;
    text-decoration: none;
}

a:hover
{
    color: #480048;
}

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#EFFDFF;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	background: #80CFFF;
}

.logged-user-wrap
{
    display: block;
}

div.insta-avatar
{
    color:white;
}

div.insta-avatar img
{
    height: 50px;
    width: auto;
}

div.templates-wrap
{
    position: relative;
    height: 100px;
    padding-top:40px;
}

img.template-preview
{
    position: absolute;
    left: 40px;
    top:-30px;
    width:250px;
    height: auto;
}

div.imgwrap
{
    width: 162px;
    height:400px;
    display: inline-block;
    overflow: hidden;
}

div.specialPost.imgwrap
{
    height: 280px;
    font-size:12px;
    width: 78px;
}

div.specialStreamPost.imgwrap
{
    width: 130px;
    height: 250px;
}

div.specialPostWrap.post-wrap
{
    min-height: 280px;
}

div.specialStreamPostWrap.post-wrap
{
    min-height: 250px;
}

div.post-wrap > div.specialStreamPost > input.approveCheck
{
    left:114px;
}

div.imgwrap > p
{
    word-wrap: break-word;
}

div.approvedForm
{
    float: left;
    display: block;
    width:100%;
}

div.ApproveWrap
{
    display: block;
    width: 100%;
}

div.ApproveWrap > button, div.ApproveWrap > a
{
    float: right;
}

div.ApproveWrap > button, div.ApproveWrap > a{
    padding-left: 7px;
    text-decoration: none;
}

div.ApproveWrap > button > i, div.ApproveWrap > a > i{
    margin-right: 5px;
    display: inline-block;
}

div.post-wrap
{
    display: inline-block;
    float: left;
    min-height: 400px;
    position: relative;
    margin-bottom:15px;
    border:1px solid rgba(0,0,0,0.2);
    margin-left: 3px;
    margin-right: 3px;
    text-align: left;
}

div.post-wrap input.approveCheck
{
    left: 144px;
    position: absolute;
    top: -2px;
}

a.disapprove-post
{
    color: #0000a7;
    text-shadow: 1px 1px 0px grey;
}

a.disapprove-post:hover
{
    color: #000072;
}

a.delete-post
{
    color:red;
}

a.delete-post:hover
{
    color:darkred;
}

a.render-post
{
    font-size: 14px;
    color:green;
}

a.render-post:hover
{
    color:darkred;
}

a.navbar-brand{
    padding: 0px;
}

ul.nav.navbar-nav a
{
    color:white;
    background-color: #800080;
    transition: background-color 0.5s ease;
    text-decoration: none;
}

ul.nav.navbar-nav a:hover
{
    color:#FFDEAD;
    background-color: #690068;
    transition: background-color 0.5s ease;
}

.approvedCounter
{
    float:left;
    color:#800080;
    font-weight: bold;
    font-size: 18px;
}

a.logout-btn
{
    float:right;
}

a.log-insta, a.log-twit
{
    padding-top:8px !important;
    padding-bottom: 7px !important;
}

.log-insta > img, .log-twit > img
{
    height: 30px;
    width: auto;
}

.log-insta > span, .log-twit > span
{
    line-height: 35px;
    padding-left: 5px;
    vertical-align: top;
}

div.postwrap > input.approveCheck
{
    float: left;
    display: block;
    margin-right: 10px;
    position: relative;
    left: 0px;
    top:0px;
    width:20px;
    height: 20px;
}

div.tweet-wrap
{
    display: inline-block;
    float: left;
    min-height: 100px;
    position: relative;
    margin-bottom: 20px;
    box-shadow: 1px 1px 5px grey;
    border-radius: 15px;
    padding:10px;
    max-width: 100%;
    background-color: #CFF6F7;
}

div.tweet-wrap:hover
{
    background-color: #E8FAFC
}

div.tweetApprovedWrap
{
    background-color: #E5FCE5;
}

div.approved-tweet.tweet-wrap
{
    margin:10px;
    min-height: 120px;
}

div.imgwrap.postwrap
{
    height: 100px;
    width:100%;
}

div.imgwrap.postwrap > a
{
    position: relative;
    display: block;
    float: left;
    left:0px;
    top:0px;
    margin-right: 20px;
}

div.approveForm, div.approveForm > form
{
    display: block;
    float: left;
    width:100%;
}

div.approveForm p
{
    word-wrap: break-word;
}

span.danger
{
    color:red !important;
}

.logo-title
{
    display: inline-block;
    width: 200px;
    vertical-align: top;
    margin-top: 10px;
}

.logo-title > span
{
    color:rgba(255,255,255,0.5);
    font-weight: 300;
}

.navbar-header > a
{
    outline: none;
    text-decoration: none;
}

.navbar-header > a:hover
{
    text-decoration: none;
    outline: none;
}

.navbar-header > a > div > h1
{
    font-size: 2rem;
    color: white;
    display: inline-block;
    margin-bottom: 0px;
}

a.btn{
    text-decoration: none;
}

a.btn > span.fa, button.btn > span.fa, div.btn > i.fa, button.btn > i.fa, a.btn > i.fa
{
    margin-right: 5px;
}

.fr
{
    float: right;
}

.fl
{
    float: left;
}

div.hash-sign
{
    display: inline-block;
    float: left;
    font-size: 22px;
}

input.hash-input
{
    width:94%;
    display: inline-block;
    float: right;
}

label
{
    font-size: 1.2rem;
    margin-bottom: 5px;
    font-weight: 700;
    max-width: 100%;
}

.form-group
{
    margin-bottom: 10px;
}

.show-header
{
    margin-bottom: 20px;
}
.w50
{
    width:50%;
}

.panel-h-title
{
    display: inline-block;
    margin-bottom: 0px;
    line-height: 2.3rem;
    font-weight: 400;
}

div.panel-heading > button
{
    display: inline-block;
}

div.approvedForm > div.panel-success
{
    border:1px solid #4aa14a;
}

.social-stream-wrap
{
    padding: 10px;
}

.instathumb
{
    width:100%;
}

div.loadmore
{
    margin-left: auto;
    margin-right: auto;
    width:120px;
}

.social-steam-inner, .panel-body
{
    text-align: center;
}

table.table
{
    font-size: 1rem;
}

div.post-menu
{
    position: absolute;
    top:0px;
    right:0px;
    background-color: rgba(255, 255, 255, 0.4);
    padding: 2px 2px 2px 5px;
    font-size: 15px;
}

div.post-menu > a
{
    margin-right: 2px;
}

div.avatar-wrap > img
{
    float: left;
    display: block;
}

div.avatar-wrap > div
{
    float: left;
    display: block;
}

div.avatar-names
{
    padding:5px;
    margin-right: 10px;
    padding-top: 7px;
}

div.avatar-username-wrap
{
    font-size: 11px;
    color: #d3d3d3;
}

div.avatar-wrap > a
{
    margin-top: 10px;
}

div.avatar-wrap > ul > li > a, div.logged-user-wrap > ul > li >a
{
    padding-top: 15px;
    padding-bottom:13px;
}

div.avatar-wrap > ul i, div.logged-user-wrap > ul i
{
    font-size: 20px;
    margin-right: 10px;
}

i.fa.fa-question
{
    margin-right: 0px;
    margin-left: 5px;
}

header#top
{
    border: 0px;
}

div.avatar-wrap > ul > li > a.logout-link
{
    padding-top: 17px;
    padding-bottom:13px;
}

a.logout-link > span
{
    line-height: 20px;
    vertical-align: top;
}

div.avatar-wrap > ul > li.active > a
{
    background-color: #690068;
    color:#ffdead;
}

div.errorSummary, div.errorMessage
{
    color:red;
}

div.avatar-wrap > img.soc-logo
{
    width:30px;
    height: auto;
    margin-top: 10px;
    margin-right: 10px;
}

.postCaption
{
    text-align: left;
}

.unorderedWrap
{
    border: 1px solid grey;
    background-color: #e6e6e6;
    display: inline-block;
    float: left;
    margin-bottom: 20px;
    width:100%;
}

.unorderedWrap div.imgwrap
{
    width: 112px;
}

.post-menu.special-menu
{
    font-size: 12px;
}

div.specialPostWrap.post-wrap.orderedPost
{
    min-height: 120px;
}

div.orderedPost > div.specialPost.imgwrap
{
    height: 120px;
}

div.hiddenCaption
{
    display: none;
    position: absolute;
    background-color: white;
    z-index: 9;
    width: 150px;
    border: 1px solid grey;
    padding:5px;
    border-radius: 5px;
}

div.specialCaptionWrap:hover > div.hiddenCaption
{
    display: block;
}

div.orderedWrap
{
    background-color: #dbf8ff;
    float: left;
    display: inline-block;
    margin-bottom: 15px;
    border-bottom: 1px solid grey;
    width: 100%;
}

div.orderedWrap > h1
{
    padding: 0px;
    width: 90%;
    margin: 0px;
    font-size: 28px;
    font-weight: bold;
    display: inline-block;
}

div.orderedWrap > a.btn
{
    float: right;
    margin-right: 10px;
    position: absolute;
    right: 25px;
}

.order-post
{
    width: 20px;
    background-color: #78f0ff;
    background-color: yellow;
    border: 2px solid black;
}

.order-post-label
{
    position: absolute;
    font-size: 3rem;
    top: 50px;
    color: yellow;
    right: 5px;
    text-shadow: 1px 1px 1px black;
    opacity: 1;
}

.btn.btn-order
{
    position: absolute;
    right: 30px;
    top: 10px;
    font-weight: bold;
    letter-spacing: 1px;
}

.renderedLabel
{
    position: absolute;
    right: 120px;
    color: green;
    font-weight: bold;
}

.thedate
{
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid orange;
    bottom: 0;
    font-size: 11px;
    position: absolute;
    text-align: center;
    width: 100%;
    font-family: Consolas;
}

.fullCaption
{
    display: none;
    position: absolute;
    z-index: 9;
    width: 145px;
    height: auto;
    border: 2px solid black;
    background-color: white;
    border-radius: 10px;
    padding:10px;
    box-shadow: 0px 0px 5px #232323;
    top: 155px;
    left: -10px;
    word-wrap: normal;
}

div.specialStreamPost:hover > div.fullCaption
{
    display: block;
}

.set-label
{
    max-width: 60px;
}

.choose-templates
{
    margin-bottom: 5px;
    max-width: 100px;
}