.grptimelinebg
{
    margin-top:20px;
}
.timelinedate
{
    margin-left:25px;
    margin-bottom:10px;
    color:gray;
}

.filefrmt
{
    padding-top:10px !important;
}

/*Testing*/
legend.legendStyle {
    padding-left: 5px;
    padding-right: 5px;
}
fieldset.fsStyle {
    font-family: Verdana, Arial, sans-serif;
    font-size: small;
    font-weight: normal;
    border: 1px solid #999999;
    padding: 4px;
    margin: 5px;
}
legend.legendStyle {
    font-size: 17px;
    color: #888888;
    background-color: transparent;
    font-weight: bold;
}

legend {
    width: auto;
    border-bottom: 0px;
}

/*Testing Complete*/
.shipchrg
{
    margin-top:10px;
    margin-bottom:10px;
    text-align:center;

}

#previewfile
{
    padding-left:0px !important;
}

.fntstyle
{
    font-weight:bold;
}

@import url("http://www.google.com/uds/solutions/dynamicfeed/gfdynamicfeedcontrol.css");
.feedControl 
{
    margin-top : 10px;
    width : 440px;
    font-size: 12px;
    color: #9CADD0;
}


.sociallize{
    height:34px;
    margin-bottom:10px;
    padding:15px;
}
.wrdwrap
{
    word-wrap: break-word;
    min-width: 57%;
    max-width: 57%;
}

.grptmline
{
    text-align:center;
    font-weight:bold;
    color:#114B5F;
    font-size:20px !important;
}
.deselectedgrpitem
{
    color:black;
    background-color:#f1f1f1;
    font-size:17px;
}
.selectgrpitem
{
    color:white;
    background-color:green;
    font-size:17px;
}

.grpbanner
{
    max-height:100px;
    min-width:100%;
}

.nwgrp
{
    background-color: rgba(223, 240, 216, 0.6);
    border-radius:5px;
}

.trendingpost
{
    margin-left:10px; 
    margin-top:10px;
    min-width:271px;
    height: 310px !important; 
    overflow: hidden;
    min-height: 310px !important;
}

.cmtstat
{
    cursor:pointer;
    color:#337ab7;
}

.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* The actual popup */
.popup .popuptext {
    visibility: hidden;
    width: 100%;
    position: absolute;
    margin-left:160px;
}

/* Popup arrow */
.popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 1;}
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 1;}
    to {opacity:1 ;}
}
/*Complete*/

.card {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    z-index:1 !important;
}

/* On mouse-over, add a deeper shadow */
.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

/* Add some padding inside the card container */
.container {
    padding: 2px 16px;
}

.carousel-control.right {
    background-image: linear-gradient(to right, rgba(0,0,0,0.0001) 0, rgba(0, 0, 0, 0) 100%) !important;
}
.prvnxt
{
    color:#1a0000;
}

.carousel-control.left {

    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%) !important;
}


.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 70%;
    margin: auto;
}

#checkstore
{
    color:red;
    font-size:18px;
    margin-bottom:10px;
}

.buymem
{
    border-radius:0px !important;
}
.simple
{
    font-size:20px;
}

.identify
{
    background-color:#deef97;
}

.format
{
    font-weight:bold;
    font-size:20px;
}

.members {
    border: solid #eee;
    border-radius: 5px;
    padding-top: 10px;
}

.playlistddown
{
    background-color: #0e6d7c !important;
    border-radius:0px !important;
    font-size:20px !important;
}


.autoplay
{
    background-color: rgba(26, 63, 22, 0.51) !important;
    border-radius:0px !important;
    font-size:20px !important;
    border-style: none !important;
}

.itemtitle
{
    cursor:pointer;
    color:#404040;
    font-size:18px;
    font-weight:bold;
}

.memdet
{
    color:white;
    font-size:20px;
}
.mdet
{
    background-color:#f2f2f2;
    padding-top:10px;
    border-radius:5px;
    border:solid #C6DABF;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin-left:50%;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.plylistchk
{
    margin-bottom:0px !important;
}

.playerlist{
    padding-bottom: 1px !important;
}

.insidefrm
{
    padding:20px;
}
.rgform
{
    margin:10px;
    background-color:white;
    border-radius:5px;
}


.registerform {
    border: 1px solid #ccc;
    cursor:pointer;
    text-decoration: none; 
    color: white; 
    letter-spacing: 2px;
    border-radius: 5px;
    padding: 3px 0px;
}

.jobseekerdet
{
    color:#4d4d4d;
    font-weight:600;
    font-size:20px;
}
.heading
{
    color:#2F4F4F;
    font-weight:600;
    font-size:20px;
}
.heading02 h2{
    color: #28502E;
    margin-bottom: : 20px;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
}
.borderless td{
    border: none !important;
}


#mlist
{
    min-width:300px;
    margin-bottom:10px;
}
.myplaylist
{
    cursor:pointer;
    margin-right:15px;
}
.grpdd
{
    height:10px !important;
    overflow-y: auto; 
    overflow-x: hidden;
}
.frndname{
    font-size:12px;
    font-weight:bold;
    margin-left:2px;
}
#selectnonfriend{
    margin-bottom:10px;
    background-color:#FFDEAD;
    color:gray;
    font-size:16px;
    border-radius:4px;
    font-weight:bold;
}

.modal-title
{
    font-size:20px;
    font-weight:bold;
}
.loginfrm {

    top: 120% !important;
    left: -90px !important;
    min-width: 400px !important;
}

.wthmsg
{
    margin:3px;
}
.frndmsg
{
    width:100%;

}

#popform
{
    margin-top:180px;
    min-width: 400px !important;
}

.imagesize
{
    width:100%; 
    height:300px;
    text-align: center;
    background-color:gray;
}

.friendchat
{
    margin-bottom:0px !important;
}

#friendlist li
{
    display:inline;
}
.messagehighlight
{
    font-weight:bold;
}
.bckbutton
{
    padding:8px;
}
.backbutton
{
    color:green;
    font-size:30px;
}

.discussion
{
    font-size:20px;
}

.datetime
{
    color:gray;
    font-size:10px;
}

.displayconversation
{
    color:#1a936f;
    cursor:pointer;
}

.font
{
    font-size:18px;
}
figure {
    width: 100%;
    max-height:150px;
    min-height:150px;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
}

.imghover{
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.imghover:hover{
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

#defvid
{
    padding:30px;
    min-height:530px;
}
.vidmusic
{
    padding-left:20px;
}
.videotitle
{

    font-size:25px;
    font-weight:bold;
    padding-left:20px;
    padding-top:20px;
}
.videomusic
{
    font-size:16px;
    padding-left:20px;
}

.defaultvid
{
    width:100%;
    cursor:pointer;
    max-height:150px;
    min-height:150px;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.entertain
{
    width:100%;
    cursor:pointer;
    max-height:200px;
}

.rselect{
    padding-top:10px;
    font-size:20px;
    cursor:pointer
}
.coverlet
{
    background-color:#C6DABF;
    color:#003333 !important;
    font-size:15px !important;
    font-weight: normal !important;
}


.memershipdet
{
    border-style: none;
}
.dashboardata
{
    text-decoration:none;
    font-size:30px; 
    color:#114b5f; 
    margin-left:17px;
}

.dashboardwithout
{
    font-size:18px; 
    color:#114b5f;
}

.jobseeker
{
    padding-left:10px;
    color:green;
    font-weight:bold;
}
.jobdetails{
    background-color:white;
}

#resumedet
{
    list-style-type: none;
    padding-left:0 !important;
}

.myresume
{
    display: inline;
    font-size:15px;
    font-weight:bold;
    padding:12px;
}

.resume
{
    background-color:#88D498;
}

#resumetitle
{
    color:white;
    font-size:16px;
    font-weight:bold;
}

.dashborddiv
{
    min-height:150px;
    max-height:150px;
}

.shippingstatus
{
    width: 30px;
    height:15px;
    margin-left:10px;
    display: inline-block;
    background: #696969;
    -webkit-clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 0% 100%, 0% 50%, 0% 0%);
    clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
}

.myButton {
    -moz-box-shadow:inset 0px 1px 3px 0px #91b8b3;
    -webkit-box-shadow:inset 0px 1px 3px 0px #91b8b3;
    box-shadow:inset 0px 1px 3px 0px #91b8b3;
    margin-bottom:2px;

    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    /*border:1px solid #566963;*/
    display:inline-block;
    cursor:pointer;
    color:white;
    /*font-family:Arial;*/
    font-size:15px;
    /*font-weight:bold;*/
    padding:7px;
    width:100%;
    text-decoration:none;
    /*text-shadow:0px -1px 0px #2b665e;*/
}
.myButton:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #6c7c7c), color-stop(1, #768d87));
    background:-moz-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
    background:-webkit-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
    background:-o-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
    background:-ms-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
    background:linear-gradient(to bottom, #6c7c7c 5%, #768d87 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6c7c7c', endColorstr='#768d87',GradientType=0);
    background-color:#6c7c7c;
    text-decoration:none;
    color:white;
}
.myButton:active {
    position:relative;
    top:1px;
}
/*My Button code Complete*/


.listgroupsidebar
{
    height:35px;
}

.userlogin::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size:15px;
    font-weight:bold;
}
.userlogin::-moz-placeholder { /* Firefox 19+ */
    font-size:15px;
    font-weight:bold;
}
.userlogin:-ms-input-placeholder { /* IE 10+ */
    font-size:15px;
    font-weight:bold;
}
.userlogin:-moz-placeholder { /* Firefox 18- */
    font-size:20px;
    font-weight:bold;
}

.loginfont
{
    font-size:20px;
    font-weight:bold;
}
.fontstyle
{
    color:#4d4d4d;
    font-weight:500;
    font-size:18px;
}

.buymembership
{
    margin-left:10px; 
    background-color:#C6DABF;
}

.inptradius
{
    border-radius: 50px;
}

.modal-header
{
    background-color:#8fa09e;
    color:white;
    font-size:20px;
    /*text-align:center;*/
    font-weight:bold;
}



.modal-content
{
    background-color: rgba(223, 240, 216, 1);
}


.amount
{
    height:50px;
    font-size:50px;
}
.mname
{
    transform: rotate(180deg);
    color:white;
    font-weight:bold;
}

.metric {
    display: inline-block;
    position: relative;
    height: 80px;
    width: 100%;
    background: gray;
    transform: rotate(180deg);
    margin-bottom:30px;
}

.metric:before, .metric:after {
    position: absolute;
    top: -25px;
    content: '';
    width: 50%;
    height: 25px;
}
.metric:before {
    left: 0px;
    background: linear-gradient(to right bottom, transparent 50%, gray 50%);
}
.metric:after {
    right: 0px;
    background: linear-gradient(to left bottom, transparent 50%, gray 50%);
}



.divimgborder
{
    border-style: solid;
    border-color:gray;
    border-width:1px;
}

.originalimg
{
    max-height: 100%;
    width: auto;
    padding:4px;
    height:auto;
}

.pubpost
{
    min-height:500px;
}

#fontfamily
{
    margin-right:30px;
    font-weight:bold;
    color:#114B5F;
}
#subnavbar
{
    background-color:#F3E9D2;
}

.quotationdetail
{
    background-color:#88D498;
    color:white;
    font-size: 25px;
    border-radius:2px;
}
.sellerdetail
{
    background-color:#C6DABF;
    color:white;
    font-size: 25px;
    border-radius:5px;

}

.productdetail
{
    background-color:#114B5F;
    color:white;
    font-size: 25px;
    border-radius:5px;

}

.bs-docs-footer-links li {
    display: inline-block;
    margin:10px;
}

.bs-docs-footer a {
    color: #fff;
}

.bs-docs-footer-links
{
    padding-left: 0;
    margin-bottom: 20px;
}

.bs-docs-footer
{
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 200px;
    height:150px;
    color:#99979c;
    width: 100%;
    text-align: center;
    background-color: #2a2730;
}

.poke
{
    position: absolute ;
    top : 90% !important;
    left: 200px;
}


body{
    background-color: #FFF;
}
label{
    font-weight: normal;
    color:black;
    font-size:17px;
}
.panel-primary>.panel-heading{
    background-color: #52777d;
}
.panel-primary {
    border-color: #88d498;
}
.panel-success>.panel-heading{
    background-color: #c6dabf;
}
::-webkit-scrollbar {
    width: 12px;
}
#searchtx{
    margin-right: 4px;
} 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #F3E9D2 !important; 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255,0,0,0.4); 
}

/*Horizontal list Group item code*/
.list-group-horizontal
{
    overflow-x: hidden;
    overflow-y:hidden;
    width:100%;
    /*padding: 0 15px;*/
}


.list-inline {
    white-space:nowrap;
    padding-top:5px;
    height:50px;

}

.list-group-horizontal .list-group-item {
    display: inline-block;
}
.list-group-horizontal .list-group-item {
    margin-bottom: 0;
    //margin-left:-4px;
    //margin-right: 0;
}
.list-group-horizontal .list-group-item:first-child {
    border-top-right-radius:0;
    border-bottom-left-radius:4px;
}

.list-group-horizontal .list-group-item:last-child {
    border-top-right-radius:4px;
    border-bottom-left-radius:0;
}
/*Completed*/


.reviews
{
    height:150px; 
    overflow-y: auto; 
    overflow-x: hidden; 
    border-style: solid;
    padding:10px;
    border-width: 1px;
    border-color: gray;

}
.dropdown:hover .autohover {
    background-color: #3e8e41;
}


.dropdown:hover .dropdowncontent {
    display: block;
}

.friendchat{
    border-top:none;
    border-bottom:none;
    border-right:none;
    border-left:none;
    border-radius:0px !important;
}

#selectfriend{
    margin-bottom:10px;
    background-color:#556B2F;
    color:white;
    border-radius:4px;
    font-weight:bold;
}

.gruopap{
    font-size:20px;
    color:green;
    cursor:pointer;
}

.gruoprej{
    font-size:20px;
    color:red;
    cursor:pointer;
}

/*Image Delete code */
.closed {
    position: absolute; 
    top: -1px; 
    right: 5px;
    cursor:pointer;
    color:red;
    opacity:.1;
}

.imagepost:hover > .closed {
    opacity:5;
}

/*Complete*/


.highlight
{
    background-color:#f3e9d2;
}

.stroredes{
    border: 3px solid #88D498;
    background: #eee;
}

.mrl
{
    color:white;
}
#mainimage{
    //background-image: url("../img/skyline.jpg");
    background: url("../img/background.jpg") no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.notification_cart 
{
    padding: 3px 7px 3px 7px;
    background: #cc0000;
    color: #ffffff;
    font-weight: bold;
    margin-left:1px;
    border-radius: 9px;
    -moz-border-radius: 9px; 
    -webkit-border-radius: 9px;
    //position: absolute;
    margin-top: -5px;
    font-size: 11px;
}

.eventdeadline
{
    font-size:14px;
    font-weight:500;
    color:#404040; 
    height:30px;
    padding-top:4px;
    padding-left:6px;
    border-radius: 5px;
    background-color:rgba(204, 204, 204, 0.29);
}

.friendsname{
    padding:20px; 
    padding-left:30px;
    color:#365899;
    font-weight:bold;
}


/*popup box*/
#notification_li
{
    position:relative
}
#notificationContainer 
{
    background-color: #fff;
    border: 1px solid rgba(100, 100, 100, .4);
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    overflow: visible;
    position: absolute;
    top: 50px;
    margin-left: -170px;
    width: 500px;
    z-index: 5;
    display: none; // Enable this after jquery implementation 
}

#notificationContainer:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 10px;
    color: transparent;
    border: 10px solid black;
    border-color: transparent transparent white;
    margin-top: -20px;
    margin-left: 188px;
}

#notificationTitle
{
    font-weight: bold;
    padding: 8px;
    font-size: 13px;
    background-color: #ffffff;
    position: fixed;
    z-index: 1000;
    width: 498px;
    border-bottom: 1px solid #dddddd;
}

.notificationsBody
{
    padding: 33px 0px 0px 0px !important;
    //min-height:300px;
}

#notificationFooter
{
    background-color: #e9eaed;
    text-align: center;
    font-weight: bold;
    padding: 8px;
    font-size: 12px;
    border-top: 1px solid #dddddd;
}
/*Circle count for notification count*/
#notification_count 
{
    padding: 1px 7px 3px 7px;
    background: #cc0000;
    color: #ffffff;
    font-weight: bold;
    margin-left: 30px;
    border-radius: 9px;
    -moz-border-radius: 9px; 
    -webkit-border-radius: 9px;
    position: absolute;
    margin-top: -35px;
    font-size: 11px;
}
/*Complete*/


*::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
*::-webkit-scrollbar-track {
    background-color: none;
}
*::-webkit-scrollbar-thumb {
    background-color: #C3C3C3;
}

/*Tab coding*/
.nav-tabs 
{
    border-bottom: 2px solid #DDD;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { 
    border-width: 0; 
}
.nav-tabs > li > a 
{
    border: none; color: #666; 
}
.nav-tabs > li.active > a, .nav-tabs > li > a:hover { 
    border: none; 
    color: #4285F4 !important; 
    background: transparent; 
}
.nav-tabs > li > a::after 
{ 
    content: ""; 
    background: #4285F4; 
    height: 2px; 
    position: absolute;
    width: 100%; 
    left: 0px;
    bottom: -1px;
    transition: all 250ms ease 0s; 
    transform: scale(0);
}
.nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after 
{ 
    transform: scale(1); 
}
.tab-nav > li > a::after 
{ 
    background: #21527d none repeat scroll 0% 0%; 
    color: #fff;
}
.tab-pane {
    padding: 15px 0; 
}

.card 
{	
    background: #FFF none repeat scroll 0% 0%; 
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    margin-bottom: 30px; 
}


/*Rating System Complete*/
fieldset, label { margin: 0; padding: 0; }
.rating { 
    border: none;
    float: left;
}

.rating > input { display: none; } 
.rating > label:before { 
    margin: 5px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.rating > .half:before { 
    content: "\f089";
    position: absolute;
}

.rating > label { 
    color: 	#708090; 
    float: right; 
}

.rating > input:checked ~ label, 
.rating:not(:checked) > label:hover,  
.rating:not(:checked) > label:hover ~ label { color: #FFD700;  }

.rating > input:checked + label:hover, 
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, 
.rating > input:checked ~ label:hover ~ label { color: #FFED85;  }     

/*Rating System Complete*/
.title{
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 2em;
    line-height: 1em;
    color: rgba(10,60,150, 0.8);
    //text-shadow: 1px 4px 6px #def, 0 0 0 #000, 1px 4px 6px #def;
}

/*Test*/
div#calendar{
    margin:0px auto;
    padding:0px;
    /*width: 602px;*/
    width: 100%;
    font-family:Helvetica, "Times New Roman", Times, serif;
}

.calendar{
    float:left;
}

div#calendar div.box{
    position:relative;
    top:0px;
    left:0px;
    width:100%;
    height:40px;
    background-color:   #787878 ;      
}

div#calendar div.header{
    line-height:40px;  
    vertical-align:middle;
    position:absolute;
    left:11px;
    top:0px;
    width:500px;
    height:40px;   
    text-align:center;
}

div#calendar div.header a.prev,div#calendar div.header a.next{ 
    position:absolute;
    top:0px;   
    height: 17px;
    display:block;
    cursor:pointer;
    text-decoration:none;
    color:#FFF;
}

div#calendar div.header span.title{
    color:#FFF;
    font-size:18px;
}


div#calendar div.header a.prev{
    left:0px;
}

div#calendar div.header a.next{
    right:0px;
}




/*******************************Calendar Content Cells*********************************/
div#calendar div.box-content{
    border:1px solid #787878 ;
    border-top:none;
}



div#calendar ul.label{
    float:left;
    margin: 0px;
    padding: 0px;
    margin-top:5px;
    margin-left: 5px;
    width:100%;
}

div#calendar ul.label li{
    margin:0px;
    padding:0px;
    margin-right:5px;  
    float:left;
    list-style-type:none;
    width:13%;
    height:40px;
    line-height:40px;
    vertical-align:middle;
    text-align:center;
    color:#000;
    font-size: 15px;
    background-color: transparent;
}


div#calendar ul.dates{
    float:left;
    margin: 0px;
    padding: 0px;
    margin-left: 5px;
    margin-bottom: 5px;
    width:100%;
}

/** overall width = width+padding-right**/
div#calendar ul.dates li{
    margin:0px;
    padding:0px;
    margin-right:5px;
    margin-top: 5px;
    line-height:80px;
    vertical-align:middle;
    float:left;
    list-style-type:none;
    width:13%;
    /*width:147px;*/

    height:80px;
    font-size:25px;
    background-color: #DDD;
    color:#000;
    text-align:center; 
}

:focus{
    outline:none;
}

div.clear{
    clear:both;
}          
/*Test Complete*/


p{
    margin: 0px;
}
#aboutshare{
    border: 0;
    margin-top:20px;
}
ul.ui-autocomplete {
    z-index: 1100;
}
.icon-socialise{
    font-size: 14px!important;
    color: blue;
    cursor: pointer;
}
.icon-enquery{
    color: black;
    cursor: pointer;
}
.icon-bought{
    color: #400000;
    cursor: pointer;
}
.icon-share{
    font-size: 16px;
    color: #663366;
    cursor: pointer;
}
.icon-email{
    font-size: 16px;
    color: #990099;
    cursor: pointer;
}

.icon-comment{
    font-size: 16px;
    color: 	#909090;
    cursor: pointer;
}

.icon-favorites{
    font-size: 14px!important;
    color: #F44336;
    cursor: pointer;
}

.sppointer:hover{
    cursor: pointer;
    background-color:lightgray;
}

.spitems {
    text-align: center;
    cursor:pointer;
    text-decoration: none; 
    letter-spacing: 2px;
    //margin: 9px;
    display: inline-block;
    width: 180px;
    height: 100px;
    margin:3px;
}
.spitems p{
    color: #28502E;
    font-weight: bold;
    font-size: 14px;
}
.spitems p:hover{
    color: #337AB7;
}
.post-container > a {
    text-decoration: none;
    color: black;
}
.post-highlight{
    background-color: white;
    margin:0;
}

.post-ad-panel{
    margin-left: 4px;
    margin-right: 4px;
}

.post-highlight:hover{
    background-color: rgba(0,0,0,0.3);
}
.spbox {
    padding-top: 10px;
    padding-bottom: 10px;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.foottext {
    margin: 15px 0px 0px;
}
.sbfeatures {
    padding-top: 4px;
    padding-bottom: 5px;
}
#category_name
{
    border-style: none;
    color:black;
}
.catsidebar{
    background-color:gray;
    border-radius: 12px;
}
.item{
    color:black;
    text-align: left;
}
.sidebar{
    background-color:gray;
    border-radius: 12px;
}
/*.poitioning{
/*position: absolute;
left:0cm;
}*/
.well{
    padding: 6px;
}
/* BS OVERRIDES */
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus{
    z-index: 2;
    color: #fff;
    background-color: #348017;
    border-color: #348017;
}
.filter-dd:hover{
    cursor: pointer;
    line-height: 2;
    background-color:#999900;
}

.post-grid-item .post-img{
    width:100%; 
    height:7cm;
    vertical-align: top;
}

.post-list-item .post-img{
    width:15%; 
    height:4cm;
    vertical-align:top;
}
.sellpost
{
    color:#1a936f;
    font-size:18px;
    background-color:#114B5F;
    color:white; 
    margin-bottom:10px; 
    height:40px;
    padding-top:10px;
    border-radius:5px;
}


#current_search{
    display: inline-block;
    margin-bottom: 6px;
}

.active-filters{
    margin-left: 6px;
}
/*Grid to List and List to grid*/

.post-grid-item{
    width: 252px;
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
    height:510px; overflow: hidden;min-height: 510px;
}

.post-grid-item .shiftlist{
    height:175px;
}
.line-clamp{
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    height:3em;
}

.post-list-item{ 
    width: 100%; 
    padding-bottom: 10px;
}

.post-list-item .shiftlist{
    display: inline-block;
    margin-left:10px;
    width:65%;

}

.strong{
    font-weight: bold;
    font-size: 120%;
    color: gray;
}

.hrline{
    margin-bottom: 0.5em; 
    margin-top: 0.1em;
    border: 0; 
    height: 1px; 
    background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
}

.like {
    position: relative;
    display: inline-block;
}

/*testing*/
.navbar-default {
    background-color: #28502e;
    border-color: #F0F8FF;
}
.navbar-default .navbar-brand {
    color: #ecf0f1;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #ecdbff;
}
.navbar-default .navbar-text {
    color: #ecf0f1;
}
.navbar-default .navbar-nav > li > a {
    color: #ecf0f1;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #ecdbff;
}
.navbar-default .navbar-nav > li > .dropdown-menu {
    background-color: #28502e;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
    color: #ecf0f1;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
    color: #ecdbff;
    background-color: #9ab210;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > .divider {
    background-color: #9ab210;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ecdbff;
    background-color: #9ab210;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #ecdbff;
    background-color: #9ab210;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #ecdbff;
    background-color: #9ab210;
}
.navbar-default .navbar-toggle {
    border-color: #9ab210;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #9ab210;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ecf0f1;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #ecf0f1;
}
.navbar-default .navbar-link {
    color: #ecf0f1;
}
.navbar-default .navbar-link:hover {
    color: #ecdbff;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #ecf0f1;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #ecdbff;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #ecdbff;
        background-color: #9ab210;
    }
}

.commentoverflow{
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

body{
    font-size: xx-small;
    font-family: 'Open Sans', sans-serif;
}
@media screen and (min-width: 1280px) {
    body {
        font-size: 115%;
    }
}
@media screen and (min-width: 1440px) {
    body {
        font-size: 135%;
    }
}


.devicemanage{
    font-size: xx-small;
    font-family: 'Open Sans', sans-serif;
}
@media screen and (min-width: 1280px) {
    .devicemanage {
        font-size: 100%;
    }
}

@media screen and (min-width: 1440px) {
    .devicemanage {
        font-size: 100%;
    }
}


.grouptimelineside{
    font-size: xx-small;
    font-family: 'Open Sans', sans-serif;
}
@media screen and (min-width: 1280px) {
    .grouptimelineside {
        font-size: 100%;
        width:170px
    }
}

@media screen and (min-width: 1440px) {
    .grouptimelineside {
        font-size: 100%;
        width:212px
    }
}

.purchase{
    background-color:#FFFF00;
    border-radius:8px; 
    height:50px;
    width:5cm;
    margin-left:6cm;

}

/*Vertical Line*/
.verticalline{
    border-left: 2px solid black;
    height: 100%;
    margin-left : 5px;
}

.store{
    border-radius: 15px;
    border: 2px solid #73AD21;
    padding: 20px; 
    height: 200px; 
}

.returnrefund{
    border-radius: 15px;
    border: 2px solid #73AD21;
    padding: 20px; 
    height: 140px; 
}

.pop-up {
    display: none;
    position: fixed;
    width: 200px;
    padding: 10px;
    color: #000000;
    font-size: 100%;
    border-radius: 10px;
    z-index: 1;
}
/*Droup down Inside Droup Down*/
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>a:after {
    display: block;
    float: left;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;

}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    margin-top: 8px;
    margin-right:4cm;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #000099;
}


/*Responsive Sidebar*/
.navbarside {
    background-color: #f1f1f1;
    height: 100%;
    overflow: auto;
    border-radius:5px;
}

.navside{
    display: block;
    padding:5px;
    text-decoration: none;
}

/* Change the link color on hover */
.navside:hover {
    background-color: #E0E0E0 ;
    color: white;
}


.spButton {
    -moz-box-shadow: 3px 4px 0px 0px #1564ad;
    -webkit-box-shadow: 3px 4px 0px 0px #1564ad;
    box-shadow: 3px 4px 0px 0px #1564ad;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5));
    background:-moz-linear-gradient(top, #79bbff 5%, #378de5 100%);
    background:-webkit-linear-gradient(top, #79bbff 5%, #378de5 100%);
    background:-o-linear-gradient(top, #79bbff 5%, #378de5 100%);
    background:-ms-linear-gradient(top, #79bbff 5%, #378de5 100%);
    background:linear-gradient(to bottom, #79bbff 5%, #378de5 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5',GradientType=0);
    background-color:#79bbff;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    border:1px solid #337bc4;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-weight:bold;
    padding:12px 12px;
    text-decoration:none;
}
.spButton:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff));
    background:-moz-linear-gradient(top, #378de5 5%, #79bbff 100%);
    background:-webkit-linear-gradient(top, #378de5 5%, #79bbff 100%);
    background:-o-linear-gradient(top, #378de5 5%, #79bbff 100%);
    background:-ms-linear-gradient(top, #378de5 5%, #79bbff 100%);
    background:linear-gradient(to bottom, #378de5 5%, #79bbff 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff',GradientType=0);
    background-color:#378de5;
}
.spButton:active {
    position:relative;
    top:1px;
}

.searchbox{
    width: 80%!important;
}
.btn-search{
    float: left;
    padding: 8px;
}
.butn-post{
    background-color: #28502e!important;
    color: #FFF!important;
}
.mainheading_folder p{
    font-weight: bold;
    font-size: 16px;
    padding: 10px;
}
.folder_title a, .trashtitle a{
    color: #28502e;
}
.folder_title a:hover, .folder_title a:focus , .trashtitle a:hover, .trashtitle a:focus{
    color: rgb(0, 128, 0);
    text-decoration: none;
}
.folder_form input, .folder_form select{
    margin-bottom: 20px;
}
#shoDiv{
    display: none;
}

.searchboxdata{
    padding: 10px;
    min-height: 340px;
}
.searchboxdata img{
    width: 100%;
    height: 250px;
    margin-bottom: 15px;
}
.searchboxdata a{
    text-decoration: none;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #000;
}
.space{
    min-height: 20px;
}
.space-md{
    min-height: 30px;
}
.space-lg{
    min-height: 40px;
}
.doubleok{
    padding: 5px 25px;
}
.box{
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.box.box-primary{
    border-top-color: #28502e;
    background: #FFF;
    padding: 10px;
}
.box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
}
.downloadxlx{
    padding-top: 20px;
}
.downloadxlx a{
    text-decoration: none;
    color: #28502e;
    font-size: 18px;
}
.m_height_50{
    min-height: 50px;
}
.m_btm_10{
    margin-bottom: 10px;
}
.tbl-report thead th{
    font-size: 18px!important;
}
.notificatontop p{
    font-size: 16px;
    padding: 4px 10px;
    background-color: #c6dabf;
}
.notificatontop p a{
    color: #000!important;
    font-weight: bold;
}
.notificatontop p span{
    margin-right: 20px;
    font-weight: bold;
    color: #F00;
}
.assistant_admin{
    float: right;
    margin-left: 15px;
}
.remove_assistant{
    float: right;
    margin-left: 15px;
}
.who_online{
    font-size: 14px;
    font-weight: bold;
    color: #28502e;
}
.separator1 {
    content: '';
    display: inline-block;
    background: #ccc;
    margin: 0px 10px 0px 10px;    
    width: 1px;
    vertical-align: top;
    height: 35px;    
    float: right;
}
.userbackgorund{
    background: #fff !important
}
.dellink{
    color: #FFF!important;
}
.mainTitle a p{
    margin-top: 8px;
}
.reject {
    font-size: 11px;
}
.topstatus{
    background-color: #F6F7F9;
    border: 1px solid #ccc;
    padding: 10px;
}
.topstatus span i{
    margin-right: 5px;
}
.topstatus .seprate{
    padding: 0px 10px 0px 10px;
}
.createbox label{
    font-size: 14px;
}
.statusimage{
    margin-bottom: 10px;
}
.statusimage img{
    position: absolute;
    height: 40px;
    width: 40px;
    top: 18px;
    left: 18px;
}
.statusimage textarea{
    border-radius: 0px!important;
    padding-left: 70px;
    padding-top: 18px;
    resize: none;
}
.newstore a{
    color: #28502e;
    font-weight: bold;
}
.newstore a:hover{
    text-decoration: none;
}

.inputgroupadon{
    padding: 0px 5px!important;
}
.postpic, .img-thumbnail{
    border: none!important;
}
.folderTitle{
    display: block;
}
.folderTitle:hover{
    cursor: pointer;
    background-color: #F0F0F0;
    color: #000;
}
.timlinecmnt a{
    color: #28502e;
    margin-bottom: 10px;
    display: block;
}
.timlinecmnt a:hover, .timlinecmnt a:focus{
    text-decoration: none;
    color: #9ab210;
}


