
.txt-center
{
    text-align: center !important;
}

.fnt-13
{
    font-size: 13px !important;
}


.connection_message{
    margin-left:33px;
    margin-right:33px;
    text-align: justify;
}
.connection_message #heading
{
    color:black;
}

.request_date
{
    color: #FC3C2A;margin-left: 34px;
}



.pending_requests
{
    /*max-height: 367px;
    overflow-x: hidden !important;*/

}

.pending_requests .row
{
    border-bottom: 1px solid rgba(158, 158, 158, 0.41);
}

.pending_requests .popover
{
    width:230px !important;
}

.popover-title {
    background-color: #337ab7;
    font-size: 15px;
    color:white;
}
.popover-content{
    min-width: 150px;
}

.connection + .popover
{
    top:0 !important;

}

.connect + .popover
{
    color: black;
    top: 35px !important;
    display: block !important;
    width: 300px !important;
    max-width: 300px !important;
}

.connect + .popover + .arrow
{
    left: 76.4356%;
}




.scrollable-menu {
    height: auto !important;
    max-height: 298px !important;
    overflow-x: hidden !important;
}

.connection_status
{
    font-size:16px !important;
    color: #449d44;
}


ul.news li{
    float: left;
    margin-right: 60px;
    position: relative;
    /* list-style: none; */
    font-size: 22px;
    font-weight: bold;
    color: #FC3C2A;
}



.marquee {
    /*overflow: hidden;*/
    /*border: 1px solid #ccc;*/
    /*background: #ccc;*/
    /*margin-top: 17px;*/
    /*padding: 10px;*/




    overflow: hidden;
    height: 50px;
    margin: 15px 0px 0px 0px;
    padding: 10px 0px;
}



.fnt-17
{
    font-size: 17px;
}

.fnt-14
{
    font-size: 14px;
}

.breadcrumb
{
    background-color:transparent  !important;
    list-style: none;
    -webkit-padding-start: 0;
    margin-bottom:0;
    padding:0;
}

.badge-info {
    background-color: #3a87ad;
}
.badge-success {
    background-color: #449d44;
    border-color: #398439;
}
.clr_white
{
    color: #FFF;
}

.modal {
    text-align: center;       /* Center the modal window. */
}

.modal-dialog {
    width: auto;
    margin: 30px auto;
    display: inline-block;
}


.admin_panel_heading
{
    font-size: 18px;
    background-color: rgb(38, 50, 56);
}


.post_body {
    /*//background-color: rgba(244, 67, 54, 0.08);*/
    background-color: rgba(158, 158, 158, 0.12);
}
.quicklinks ul li {
    padding: 6px 20px;
    list-style:none;
    border-bottom: 1px solid #ddd;
}
.quicklinks{
    padding: 0 !important;
}
.quicklinks ul li:last-child
{
    border-bottom: none;
}
#links ul li:before, #sidebar ul ul li:before {
    content: "0BB 020";
}

.quicklinks ul{
    -webkit-padding-start: 0;
}

.capitalize
{
    text-transform: capitalize;
}

.group_header {
    padding: 15px;
    border: 1px solid rgba(51, 51, 51, 0.3);
    background-color: rgba(192, 192, 192, 0.44);
}
.group_header a
{
    text-transform: capitalize;
    font-size: 20px;
}

.clr_green {
    color: #4CAF50 !important;
}

.group_operations {
    padding: 10px;
    border: 1px solid rgba(51, 51, 51, 0.46);
    background-color: rgba(192, 192, 192, 0.44);
}

.group_operations .content {
    margin-left: 5%;
    margin-right: 5%;
}

.group_operations .content a {
    font-size: 16px;
    color: #333;
}

/**
 * iOS 6 style switch checkboxes
 * by Lea Verou http://lea.verou.me
 */

.ios-switch {
    /* :root here acting as a filter for older browsers */
    position: absolute;
    opacity: 0;
}

:root input[type="checkbox"].ios-switch + div {
    display: inline-block;
    vertical-align: middle;
    width: 3em;
    height: 1em;
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 999px;
    margin: 0 .5em;
    background: white;
    background-image: linear-gradient(rgba(0, 0, 0, .1), transparent),
    linear-gradient(90deg, hsl(210, 90%, 60%) 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: 100% 0;
    background-origin: border-box;
    background-clip: border-box;
    overflow: hidden;
    transition-duration: .4s;
    transition-property: padding, width, background-position, text-indent;
    box-shadow: 0 .1em .1em rgba(0, 0, 0, .2) inset,
    0 .45em 0 .1em rgba(0, 0, 0, .05) inset;
    font-size: 20px; /* change this and see how they adjust! */
}

:root input[type="checkbox"].ios-switch:checked + div {
    padding-left: 2em;
    background-position: 0 0;
}

:root input[type="checkbox"].ios-switch + div:before {
    content: 'On';
    float: left;
    width: 1.65em;
    height: 1.65em;
    margin: -.1em;
    border: 1px solid rgba(0, 0, 0, .35);
    border-radius: inherit;
    background: white;
    background-image: linear-gradient(rgba(0, 0, 0, .2), transparent);
    box-shadow: 0 .1em .1em .1em hsla(0, 0%, 100%, .8) inset,
    0 0 .5em rgba(0, 0, 0, .3);
    color: white;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, .3);
    text-indent: -2.5em;
}

:root input[type="checkbox"].ios-switch:active + div:before {
    background-color: #eee;
}

:root input[type="checkbox"].ios-switch:focus + div {
    box-shadow: 0 .1em .1em rgba(0, 0, 0, .2) inset,
    0 .45em 0 .1em rgba(0, 0, 0, .05) inset,
    0 0 .4em 1px rgba(255, 0, 0, .5);
}

:root input[type="checkbox"].ios-switch + div:before,
:root input[type="checkbox"].ios-switch + div:after {
    font: bold 60%/1.9 sans-serif;
    text-transform: uppercase;
}

:root input[type="checkbox"].ios-switch + div:after {
    content: 'Off';
    float: left;
    text-indent: .5em;
    color: rgba(0, 0, 0, .45);
    text-shadow: none;

}

/* Switch code ends here, from now on it�s just bling for the demo page */

.ht {
    color: #FFFFFF;
    background-color: #fc3c2a;
    border-color: #fc3c2a;
    padding: 10px;
    font-weight: normal;
}

a.ht {
    border: 2px solid #FFFFFF;
    border-radius: 2px;
}

a.ht:hover {
    text-decoration: none;
    color: #fc3c2a;
    background-color: #FFFFFF;
}

@media (max-width:768px) {
    .col-md-12.categoryHeader {
        padding-left: 0px !important;
    }
    h4.ht {
        margin: 0px !important;
        padding: 0px !important;
    }

    h4.buttonContainer.ht {
        margin: 10px 0px 5px 0px !important;
    }

    a.ht {
        margin: 0px !important;
        padding: 5px !important;
    }
}

.tooltip-inner {
    min-width: 150px;
}

.clr_grey {
    color: #919191;
}

.font-50 {
    font-size: 50px;
}

.bubble {
    display: inline;
    position: relative;
    /*background: #333;*/
    /*background: rgba(0,0,0,.8);*/
    /*border-radius: 5px;*/
    /*bottom: -58px;*/
    /*color: #fff;*/
    /*content: attr(title);*/
    /*left: 10%;*/
    /*padding: 5px 15px;*/
    /*position: absolute;*/
    /*z-index: 98;*/
    /*width: auto;*/
}

.bubble:hover:after {
    background: #333;
    background: rgba(0, 0, 0, .8);
    border-radius: 5px;
    top: 58px;
    color: #fff;
    content: attr(title);
    left: 10%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 100px;
    word-wrap: break-word;
    display: inline-block;
}

.bubble:hover:before {
    border: solid;
    border-color: #333 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
}

.dp_in {
    display: inline;
    padding-right: 12px;
}

.commentSelect {
    border-width: 3px;
    border-style: solid;
    border-color: rgba(255, 0, 0, 0.61);
    padding: 10px;
}

.blog_posts {
    padding-bottom: 100px;
}

.post_comment {
    border-bottom-color: rgb(204, 204, 204);
    border-bottom-style: dashed;
    border-bottom-width: 1.5px;
    padding-bottom: 20px;
    padding: 10px;
}

.post_comments {
    border-top: solid 1px #cccccc;
    line-height: 20px;
    margin: 27px 0px 0px 0px;
}

.angleicon {
    font-size: 20px;
}

.post_img {
    width: 200px;
    margin-right: 15px;
    margin-bottom: 15px;
}

.post_title {
    font-weight: bold;
    font-size: 18px;
    color: rgba(255, 0, 0, 0.73);
}

.profile_picture_thumbnail {
    height: 100px;
}

.connection_thumbnail{
    height: 30px;
}

.profile_picture {
    width: 150px;
    height: 150px;
}

.selected_image {

    height: 100px;
}

/*.selected_image_comment*/
/*{*/
/*width: 180px;*/
/*height: 100px;*/
/*}*/

.btn-file {
    position: relative;
    overflow: hidden;
    padding: 3px 8px;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.form-group.required .control-label:after {
    content: " *";
    color: rgba(255, 0, 0, 0.71);
    font-size: 18px;
}

/*.alert-danger {*/
/*color: white;*/
/*background-color: rgba(234, 16, 16, 0.81);*/
/*border-color: #ebccd1;*/
/*}*/

/*.alert-success {*/
/*color: white;*/
/*background-color: rgba(11, 175, 54, 0.81);*/
/*border-color: #CCEBCE;*/
/*}*/

/* front end packages view css*/
.eventbutton {
    background: #bb4650;
    background: -moz-linear-gradient(top, #bb4650 0%, #a31a2a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bb4650), color-stop(100%, #a31a2a));
    background: -webkit-linear-gradient(top, #bb4650 0%, #a31a2a 100%);
    background: -o-linear-gradient(top, #bb4650 0%, #a31a2a 100%);
    background: -ms-linear-gradient(top, #bb4650 0%, #a31a2a 100%);
    background: linear-gradient(to bottom, #bb4650 0%, #a31a2a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bb4650', endColorstr='#a31a2a', GradientType=0);
    color: #fff;
    color: white;
    font-size: 11px;
    font-family: 'Droid Sans';
    text-align: center;
    padding: 6px 5px;
    border: 1px solid #A00012;
    text-shadow: 1px 0 0 #700014;
}

.createEventHeading {
    background: none;
    font-family: 'Droid Sans', Arial, Helvetica, Verdana, sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #3E3E3E;
    height: auto;
    display: block;
    padding-left: 0;
    margin-bottom: 15px;
}

.logo_image {
    border-radius: 8px;
    border: 3px solid #AF2900;
    width: 230px;
    height: 200px;
    overflow: hidden;
}

.eventDetailsLeft {
    width: 165px;
    float: left;
    font-weight: bold;
    margin-left: 5px;
}

.eventDetailsDivider {
    width: 25px;
    float: left;
}

.eventDetailsRight {
    width: 220px;
    float: left;
    font-weight: normal;
}

.eventDetailsBottom {
    float: left;
    margin-top: 0px;
    text-transform: uppercase;
    color: #fff;
    background: #272727;
    font-family: 'Droid Sans', Arial, Helvetica, Verdana, sans-serif;
    font-weight: bold;
    clear: both;
    font-size: 12px;
    width: 98%;
    padding: 11px 10px 9px 10px;
    margin-bottom: 15px;
}

.close-button {
    margin-left: 2%;
}

.close-button > a > i {
    font-size: 20px;
    color: rgba(255, 0, 0, 0.72);
}

.table .fa-check {
    color: #67ED2E;
}

.table .fa-times {
    color: #F00;
}

.packages_list {
    width: 100%;
    height: 280px;
    border: #CCC 1px solid;
    border-bottom: none;
}

.packages_list div.title {
    width: 25%;
    border-right: 1px solid #ccc;
    height: 280px;
    text-align: center;
    float: left;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 28px solid transparent;

    border-top: 28px solid #000;
    position: absolute;
}

.packages_list div.details {
    width: 74.5%;
    height: 280px;
    text-align: center;
    float: left;
}

.packages_list div.details table {
    height: 280px;
    width: 100%;
}

.packages_list div.details table tr td {
    border: #CCC 1px solid;
    border-bottom: none;
    border-left: none;
    width: 18%;
    text-align: center;
    padding: 5px;
    color: #7B7575;
}

.packages_list div.details table tr:first-child td {
    border-top: none;
}

.packages_list div.details table tr:first-child td:last-child {
    border: none;

}

.packages_list div.title span.head {
    font-family: sans-serif;
    letter-spacing: 4px;
    font-size: 29px;
    color: #7B7575;
    display: block;
    margin-bottom: 10px;
}

.packages_list div.title span.tagline {
    font-family: sans-serif;
    font-size: 14px;
    color: #7B7575;
    display: block;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.packages_list div.title span.popular {
    font-size: 25px;
    background: #BA2231;
    /* text-decoration: blink; */
    color: #FFF;
    width: 100%;
    display: block;
    letter-spacing: 10px;
}

.packages_list div.title span.price {
    font-family: sans-serif;
    letter-spacing: 2px;
    font-size: 40px;
    color: #625F5F;
    display: block;
    margin-bottom: 10px;
}

.packages_list div.title span.price sup {
    letter-spacing: 0px;
    font-size: 23px;
}

.packages_list div.title span.price span.duration {
    letter-spacing: 0px;
    font-size: 14px;
    margin-left: -15px;
}

.packages_list div.title hr.shortline {
    width: 100px;
    display: block;
    margin: auto;
}

.packages_list.row2 {
    background-color: #F6F8FB;
}

.packages_list .signup-button {
    background: #7CBB52;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    width: 100px;
    height: 31px;
    display: block;
    padding: 6px;
    color: #FFF;
    font-size: 15px;
    text-decoration: none;
    margin-bottom: 10px;
}

.packages_list .signup-button:hover {
    background: #9EC783;
}

.glyphicon-ok {
    color: #67ED2E;
}

.glyphicon-remove {
    color: #F00;
}

.packages_list:last-child {
    border: #CCC 1px solid;
}

.input_error {
    border-color: rgba(255, 0, 0, 0.62);
}

.input_success {
    border-color: rgba(76, 175, 80, 0.81);
}

.custom_error {
    color: #a94442;
}

.custom_success {
    color: #3c763d;
}

.categoryButton {
    margin: 0px 10px 40px 0px;
    float: left;
    border-radius: 20px;
    font-size: 16px;
    color: #FFF;
    text-decoration: none;
    background-color: #3498DB;
    border-bottom: 5px solid #2980B9;
    text-shadow: 0px -2px #2980B9;
    /* Animation */
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
    width: 220px;
    height: 180px;
    line-height: 180px;
    display: inline;
    text-align: center;
    vertical-align: middle;
}

.categoryButton:hover,
.categoryButton:focus {
    text-decoration: none;
    color: #fff;
}

.categoryButton:active {
    transform: translate(0px, 5px);
    -webkit-transform: translate(0px, 5px);
    border-bottom: 1px solid;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 5;
    width: 100%;
    height: 100%;

}

#loading {
    position: fixed;
    z-index: 999;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/*//GTALL OLD VERSION CSS*/
.sections_list li.filledclass {
    background-color: #dff0d8;
    color: #FFFFFF;
}

.sections_list li.filledclass.active {
    background-color: #337ab7;
    color: #FFFFFF;
}

.sections_list {
    margin-top: 35px;
    margin-bottom: 25px;
}

.sections_list ul {
    list-style: none;
}

.sections_list ul li {
    /* border: 1px solid #ffffff;
     background-color: #f4f4f4;

     font-size: 16px;*/
}

.sections_list ul li {
    /*text-decoration: none;
    color: #717070;
    display: block;
    line-height: 20px;
    padding: 10px;*/
}

.sections_list ul li.active, .sections_list ul li:hover {
    /* background-color: #929292;*/

}

.sections_list ul li.filled {
    /* background-color: #D2D2D2;*/

}

.sections_list ul li.active a {
    color: #ffffff;

}

.login_user {
    display: inline;
}

.login_user:hover {
    text-decoration: underline;
    display: inline;
}

/*///////////////////// Section COntent ///////////////////////////*/
.sections_content {
    margin-top: 35px;
    margin-bottom: 25px;
}

.sections_content {
    margin-top: 35px;
    margin-bottom: 25px;
}

.form_content {
    margin-top: 20px;
    margin-bottom: 10px;
}

.progress_div {
    margin-left: auto;
    margin-right: auto;
    width: 990px;

    margin-bottom: 20px;

}

.perc {
    background-color: #f4f4f4;
    width: 100%;
    color: #f4f4f4;
}

.percentage_bar {
    background-color: #5cb85c;
    height: 25px;
    text-align: center;
    padding: 3px;
}

.percentage_name {

    width: 100%;
}

.per_suces {
    margin-top: 0px;
}

.progress_con {
    padding: 10px;
    color: #5CB85C;
    border: 2px #5CB85C solid;
    display: inline-table;
    margin: 0px;
    text-align: center;
    float: left;
    margin-bottom: 30px;
    border-left: 0px;
}

.progress_con:first-child {
    border: 2px #5CB85C solid;
}

.unfilled {
    color: #f4f4f4;
}

.cus_seperator {
    margin-top: 30px;
}

.col-lg-4 {
    width: 30% !important;
    display: inline-table !important;
}

.col-lg-8 {
    width: 64% !important;
    display: inline-table !important;
}

.mt-10 {
    margin-top: 10px;
}

.mr-10
{
    margin-right: 10px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.ml-20
{
    margin-left: 20px;
}

.mr-20
{
    margin-right: 20px;
}

/* Pricing Table */

.pricingTable{
    text-align: center;
    background: #595555;
    transition: all 0.3s ease 0s;
}
.pricingTable:hover{
    background: #f95b34;
}
.pricingTable.subscribed:hover {
    background: #33BEFF;
}
.pricingTable .pricingTable-header{
    padding: 25px 0;
    color: #fff;
    transition: all 0.3s ease 0s;
}
.pricingTable:hover .pricingTable-header{
    color: #222;
}
.pricingTable .icon{
    display: block;
    font-size: 50px;
    margin-bottom: 10px;
}
.pricingTable .title{
    display: block;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 10px 0;
}
.pricingTable input.title {
    margin: 0 auto;
    background: transparent;
    border: none;
    text-align: center;
}
.pricingTable .price-value{
    display: inline-block;
    font-size: 50px;
    position: relative;
    margin: 0 auto;
}
.addon-form .price-value {
    width: 20%;
    height: 75px;
}
.pricingTable .price-value input {
    background: transparent;
    border: none;
    position: absolute;
    width: 300px;
    left: 0;
}
.pricingTable .currency{
    font-size: 25px;
    position: absolute;
    top: 13px;
    left: -19px;
}
.pricingTable .month{
    font-size: 20px;
    position: absolute;
    top: 32px;
    right: -65px;
}
.pricingTable .pricing-content{
    padding: 35px 0;
    background: #222;
    border-radius: 30px 30px 0 0;
    color: #fff;
}
.pricingTable .pricing-content textarea {
    background: transparent;
    color: #fff;
    border: none;
}
.pricingTable .pricing-content ul{
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
}
.pricingTable .pricing-content ul li{
    font-size: 14px;
    line-height: 40px;
}
.pricingTable .pricingTable-signup{
    display: inline-block;
    padding: 8px 40px;
    border-radius: 30px;
    border: 1px solid #595555;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    transition: all 0.5s ease 0s;
    text-decoration: none;
}
.pricingTable .pricingTable-signup input {
    background: transparent;
    text-align: center;
    color: #fff;
    border: none;
}
.pricingTable .pricingTable-signup:hover input {
    color: #222;
}
.pricingTable .pricingTable-signup:hover {
    background: #f95b34;
    border-color: #f95b34;
    color: #222;
}
.pricingTable#subscribed .pricingTable-signup:hover{

    background: #33BEFF;
    border-color: #33BEFF;
    color: #222;
}
@media only screen and (max-width: 990px){
    .pricingTable{ margin-bottom: 30px; }
}