
body {
    margin: 0;
    padding: 0;
    font-family: 'Source Sans Pro', sans-serif;
    background-color: #ECF0F1 !important;
}

h1, h2, h3, h4, h5, h6, p, ul, li, ol {
    margin: 0;
    padding: 0;
}

ul, li, ol {
    list-style: none;
}

.pade_none {
    padding: 0;
}
/*Header-part*/
header {
    background-color: #ffffff;
    border-bottom: 1px #88bed8 solid;
}

.header_inner {
    padding-top: 10px;
    padding-bottom: 10px;
}

.navigation_outer nav {
    background: none;
    border: none;
    margin: 0;
    min-height: auto;
}

.navigation_outer .navbar-collapse {
    padding: 0;
}

.navigation_outer .navbar-inverse .navbar-nav > .active > a, .navigation_outer .navbar-inverse .navbar-nav > .active > a:focus, .navigation_outer .navbar-inverse .navbar-nav > .active > a:hover {
    background: none;
    color: #1b75bb;
}

.navigation_outer .navbar-nav li {
    font-size: 20px;
    font-weight: 300 !important;
    margin: 4px 40px 0 0;
    position: relative !important;
}

.navigation_outer .navbar-nav > li > a {
    padding: 0;
}

.navigation_outer .navbar-inverse .navbar-nav > li > a {
    color: #1b75bb;
}

    .navigation_outer .navbar-inverse .navbar-nav > li > a:focus, .navigation_outer .navbar-inverse .navbar-nav > li > a:hover {
        color: #1b75bb;
    }

.nav .fa-home:before {
    content: "";
    width: 23px;
    height: 23px;
    display: inline-block;
    background: url(../images/home-icon.png) center no-repeat;
}

.navigation_outer .navbar-nav li:first-child {
    margin-top: 0;
    margin-bottom: 0;
}

    .navigation_outer .navbar-nav li:first-child a {
        padding: 0 15px;
    }

.navigation_outer .navbar-nav li a::after, .navigation_outer .navbar-nav li.active a::after {
    position: absolute !important;
    bottom: -30px !important;
    left: 0 !important;
    width: 100% !important;
    height: 1px !important;
    background: #1f3c5a !important;
    content: '' !important;
    opacity: 0 !important;
    -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s !important;
    -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s !important;
    transition: height 0.3s, opacity 0.3s, transform 0.3s !important;
    -webkit-transform: translateY(-10px) !important;
    -moz-transform: translateY(-10px) !important;
    transform: translateY(-10px) !important;
}

.navigation_outer .navbar-nav li:first-child a::after {
    bottom: -28px;
}

.navigation_outer .navbar-nav li a:hover::after, .navigation_outer .navbar-nav li.active a::after {
    height: 5px;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

.logo_outer {
    padding: 10px 0;
}

.navigation_outer {
    padding: 18px 0 0;
}

.advanced_search_part {
    background: url(../images/advanced_search_bg.jpg) center top no-repeat;
    background-size: cover;
}

.right_outer li {
    display: inline-block;
}

.profile_outer img {
    width: 61px;
    height: 61px;
    border-radius: 50%;
}

.notification_icon {
    margin: 0 35px 0 25px;
    position: relative;
    top: 7px;
}

    .notification_icon .fa-bell-o:before {
        content: "";
        width: 23px;
        height: 22px;
        display: inline-block;
        background: url(../images/notification_icon.png) center no-repeat;
    }

.upgrade-head {
    position: relative;
    top: 4px;
}

    .upgrade-head a {
        background-color: #9b59b6;
        border-radius: 26px;
        color: #ffffff;
        display: inline-block;
        font-size: 20px;
        font-weight: 400;
        padding: 8px 26px;
        text-decoration: none;
    }

        .upgrade-head a:hover {
            background-color: #13a1db;
        }
/*Header-part End*/

/*Search-part*/
.searchout {
    float: left;
    width: 100%;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border: 1px #ecf6fb solid;
    background: url(../images/search-icon-img.png) 93% center no-repeat;
}

.advanced_search_inner input {
    float: left;
    width: 91%;
    height: 78px;
    padding: 0 20px;
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    outline: none;
    background: none;
    border: none;
}

    .advanced_search_inner input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #fff;
        opacity: 1;
    }

    .advanced_search_inner input::-moz-placeholder { /* Firefox 19+ */
        color: #fff;
        opacity: 1;
    }

    .advanced_search_inner input:-ms-input-placeholder { /* IE 10+ */
        color: #fff;
        opacity: 1;
    }

    .advanced_search_inner input:-moz-placeholder { /* Firefox 18- */
        color: #fff;
        opacity: 1;
    }

.advanced_search_inner {
    padding: 45px 15px 14px;
    text-align: center;
}

    .advanced_search_inner .field {
        display: inline-block;
        text-align: right;
        width: 70%;
    }

        .advanced_search_inner .field span a {
            color: #fff;
            display: inline-block;
            font-size: 16px;
            font-weight: 400;
            margin: 12px 10px 0 0;
        }

            .advanced_search_inner .field span a:hover {
                color: #fff;
                text-decoration: underline;
            }
/*Search-part End*/

/*Filter-part*/
.filter_part {
    background-color: #fff;
    padding: 19px 0 17px;
}

.filter_left_outer {
    padding-bottom: 0;
    padding-top: 8px;
}

.filter-button {
    float: right;
}

    .filter-button a {
        border-radius: 26px;
        color: #ffffff;
        display: inline-block;
        font-size: 20px;
        font-weight: 400;
        padding: 8px 57px 8px 22px;
        text-decoration: none;
        background: #1abc9c url(../images/filter-icon-img.png) 77% center no-repeat;
    }

        .filter-button a:hover {
            background-color: #1f3c5a;
        }

.setting-icon {
    float: left;
    margin: 7px 0 0;
}

    .setting-icon .fa-cog {
        font-size: 32px;
        margin: 0 0 0 12px;
        color: #1b75bb !important;
    }

.filter_fields_outer span {
    color: #1f3c5a;
    float: left;
    font-size: 16px;
    font-weight: bold;
    margin: 4px 0 0;
    width: auto;
}
/* .filter_fields_outer.user-fields span {
    width: 45px;
} */
#user_tags {
    float: right;
    width: auto;
    margin: 0 0 0 11px;
}

#date_from_to {
    /*width: 83%;*/
    float: right;
    width: auto;
    margin: 0 0 0 11px;
}

#twitter_collections_tags {
    /*float: right;*/
    float: left;
    width: 64%;
    /*width: auto;*/
}

    #twitter_collections_tags .close_hold {
        width: 100%;
    }

.user {
    float: left;
    width: 39%;
    margin: 1.5%;
}

    .user input {
        width: 100%;
    }

.dates {
    float: left;
    width: 98%;
}

.collection {
    float: left;
    width: 61%;
}

.close_hold {
    position: relative;
}

.close_value {
    position: absolute;
    width: 33px;
    height: 40px;
    top: 0;
    right: 0;
    cursor: pointer;
    background: url(../images/clearable-icon-img.png) no-repeat right 12px center;
}

.filter_fields_outer {
    float: left;
    margin: 0 13px 0 0;
    width: auto;
    /*max-width:36%;*/
}

    .filter_fields_outer input {
        background: #13a1db;
        border: none;
        height: 40px;
        padding: 0 35px 0 13px;
        border-radius: 3px;
        transition: background 0.4s;
        color: #fff;
        font-size: 15px;
        border-radius: 19px;
        margin: 0 4px 0 0;
        outline: none;
    }

        .filter_fields_outer input:last-child {
            margin: 0;
        }

        .filter_fields_outer input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
            color: #fff;
            opacity: 1;
        }

        .filter_fields_outer input::-moz-placeholder { /* Firefox 19+ */
            color: #fff;
            opacity: 1;
        }

        .filter_fields_outer input:-ms-input-placeholder { /* IE 10+ */
            color: #fff;
            opacity: 1;
        }

        .filter_fields_outer input:-moz-placeholder { /* Firefox 18- */
            color: #fff;
            opacity: 1;
        }

    .filter_fields_outer.Date-fields {
        /*width: 37%;*/
    }

        .filter_fields_outer.Date-fields input {
            width: 100%;
        }

    .filter_fields_outer.collection-fields {
        margin: 0;
        width: 26%;
        /*width: auto;*/
    }

        .filter_fields_outer.collection-fields input {
            width: 100%;
        }

.clearable.x {
    background-position: right 12px center;
}
/* (jQ) Show icon */
.clearable.onX {
    cursor: pointer;
}
/* (jQ) hover cursor style */
.clearable::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}
/* Remove IE default X */
/*Filter-part End*/

/*Favourites-part*/
.favourites_part {
    background-color: #ecf0f1;
}

.favourites_inner {
    padding-top: 28px;
    padding-bottom: 40px;
}

    .favourites_inner h2 {
        font-size: 24px;
        font-weight: 300;
        color: #1f3c5a;
        margin: 0 0 22px 0;
    }

        .favourites_inner h2 strong {
            font-weight: 600;
        }

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.favourites_grid {
    background: #fff;
    margin: 0 20px 20px;
    width: 95%;
    -moz-box-shadow: 0 0 3px #a7abac;
    -webkit-box-shadow: 0 0 3px #a7abac;
    box-shadow: 0 0 3px #a7abac;
    border-radius: 3px;
}

.favourites_top_part {
    width: 100%;
    display: inline-block;
    padding: 20px 20px 19px;
    border-bottom: 2px #f4f7f7 solid;
    position: relative;
}

    .favourites_top_part .close-icon {
        position: absolute;
        right: 14px;
        top: 14px;
        display: none;
    }

.favourites_img {
    float: left;
    margin: 0 16px 0 0;
}

    .favourites_img img {
        width: 40px;
        height: 41px;
        border-radius: 50%;
    }

.favourites_top_part h3 {
    font-size: 20px;
    color: #000000;
    font-weight: 300;
}

.favourites_top_part span {
    font-size: 16px;
    font-weight: 600;
    color: #1b75bb;
}

.favourites_content_part {
    padding: 20px;
}

    .favourites_content_part p {
        font-size: 16px;
        line-height: 22px;
        color: #1f3c5a;
        font-weight: 400;
    }

        .favourites_content_part p a {
            color: #1b75bb;
            text-decoration: none;
        }

.favourites_content_bottom {
    width: 100%;
    display: inline-block;
    margin-top: 24px;
}

.image-outer {
    margin-top: 26px;
}

    .image-outer img {
        width: 100%;
        border-radius: 2px;
    }

.date-text {
    float: left;
    font-size: 16px;
    color: #95a5a6;
    font-weight: 400;
}

.favourites_right_icons {
    float: right;
    margin: 3px 0 0;
}

    .favourites_right_icons span {
        width: 21px;
        height: 18px;
        float: left;
        margin: 0 0 0 8px;
        background: url(../images/favourites-icons-img.png) no-repeat;
    }

        .favourites_right_icons span.icon01 {
            background-position: -2px -5px;
        }

        .favourites_right_icons span.icon02 {
            background-position: -33px -5px;
        }

.favourites_grid:hover {
    cursor: pointer;
}

    .favourites_grid:hover .favourites_right_icons span.icon01 {
        background-position: -2px -28px;
    }

    .favourites_grid:hover .favourites_right_icons span.icon02 {
        background-position: -33px -28px;
    }

    .favourites_grid:hover .favourites_top_part .close-icon {
        display: block;
    }
/*Favourites-part End*/


/*Upgrade-part*/
.upgrade_main_outer {
    /*background:url(../images/upgrade-bg-img.jpg) center top no-repeat;*/
    background-size: cover;
    padding-top: 130px;
    padding-bottom: 195px;
    background: -moz-linear-gradient(315deg, rgba(12,152,239,1) 0%, rgba(135,60,186,1) 71%, rgba(135,60,186,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(12,152,239,1)), color-stop(71%, rgba(135,60,186,1)), color-stop(100%, rgba(135,60,186,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(315deg, rgba(12,152,239,1) 0%, rgba(135,60,186,1) 71%, rgba(135,60,186,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(315deg, rgba(12,152,239,1) 0%, rgba(135,60,186,1) 71%, rgba(135,60,186,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(315deg, rgba(12,152,239,1) 0%, rgba(135,60,186,1) 71%, rgba(135,60,186,1) 100%); /* ie10+ */
    background: linear-gradient(135deg, rgba(12,152,239,1) 0%, rgba(135,60,186,1) 71%, rgba(135,60,186,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0C98EF', endColorstr='#873CBA',GradientType=1 ); /* ie6-9 */
}

.upgrade_left h1 {
    font-size: 48px;
    color: #ffffff;
    font-weight: 600;
    margin: 0 0 44px 0;
}

.upgrade_left p {
    font-size: 24px;
    color: #ffffff;
    font-weight: 300;
    line-height: 32px;
}

.upgrade-icon {
    margin-bottom: 48px;
}

.upgrade_right_inner {
    background-color: #ffffff;
    -moz-box-shadow: 0 0 2px #505050;
    -webkit-box-shadow: 0 0 2px #505050;
    border-radius: 12px;
    padding: 34px 40px 33px;
    text-align: center;
}

    .upgrade_right_inner h2 {
        font-size: 36px;
        font-weight: 600;
        color: #13a1db;
        margin-bottom: 17px;
    }

    .upgrade_right_inner .price {
        color: #1f3c5a;
        font-size: 48px;
        font-weight: 400;
        line-height: 36px;
    }

.upgrade_right {
    padding: 0 42px;
}

.upgrade_right_inner .price span {
    font-size: 28px;
}

.pricing-content {
    text-align: left;
    margin-top: 19px;
    padding-top: 10px;
}

    .pricing-content h3 {
        color: #000000;
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 16px;
    }

    .pricing-content .check-circle {
        float: left;
        height: 27px;
        position: relative;
        top: 1px;
        width: 27px;
        margin: 0 12px 0 0;
        background: url(../images/check-circle-img.png) center no-repeat;
    }

    .pricing-content .question-circle-icon {
        height: 18px;
        position: relative;
        top: 2px;
        width: 19px;
        margin: 0 0 0 4px;
        display: inline-block;
        cursor: pointer;
        background: url(../images/question-circle-icon.png) center no-repeat;
    }

    .pricing-content p {
        color: #1f3c5a;
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        padding: 0 40px;
    }

.pricing-upgrade-btn {
    margin-top: 40px;
}

    .pricing-upgrade-btn a {
        background-color: #13a1db;
        border-radius: 26px;
        color: #ffffff;
        display: inline-block;
        font-size: 20px;
        font-weight: 400;
        padding: 12px 29px;
        text-decoration: none;
    }

        .pricing-upgrade-btn a:hover {
            background-color: #1b75bb;
        }
/*Upgrade-part End*/

/*Upgrade-Payment-part*/
.upgrade_payment_main {
    padding-top: 74px;
    padding-bottom: 108px;
}

.upgrade_payment_form {
    margin: 32px auto 0;
    text-align: left;
    width: 65%;
}

.payment_form_inner label {
    color: #1f3c5a;
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 3px;
}

.payment_form_inner input {
    background-color: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    box-shadow: 0 1px 0 #e6e6e6;
    height: 30px;
    width: 100%;
    padding: 0 10px;
    outline: none;
}

.upgrade_Payment_left {
    /* margin-top:68px; */
}

.upgrade_payment_right .upgrade_right_inner {
    padding-bottom: 17px;
}

.payment_form_inner {
    width: 100%;
    display: inline-block;
    margin-bottom: 12px;
}

.colum-two {
    float: left;
    margin-right: 18px;
    width: 88px;
}

.payment_form_inner .expiry_date input {
    width: 48%;
}

.payment_form_inner input::-webkit-inner-spin-button, .payment_form_inner input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.payment_form_inner .security_code input {
    width: 66%;
}

.checkbox-outer {
    color: #1f3c5a;
    font-size: 14px;
    font-weight: 400;
    margin-top: 8px
}

    .checkbox-outer input[type="checkbox"] {
        display: none;
    }

        .checkbox-outer input[type="checkbox"] + label {
            background: url(../images/checkbox-icon.png) no-repeat;
            height: 20px;
            width: 20px;
            cursor: pointer;
            float: left;
            margin: -3px 7px 0 0;
        }

        .checkbox-outer input[type="checkbox"]:checked + label {
            background: url(../images/checkbox-icon-checked.png) no-repeat;
        }

.pricing-payment-btn {
    margin-top: 5px;
    text-align: center;
    margin-bottom: 28px;
}

    .pricing-payment-btn a {
        background-color: #1abc9c;
        border-radius: 26px;
        color: #ffffff;
        display: inline-block;
        font-size: 20px;
        font-weight: 400;
        padding: 10px 36px;
        text-decoration: none;
    }

        .pricing-payment-btn a:hover {
            background-color: #1b75bb;
        }

.upgrade_payment_form .note-content {
    text-align: center;
    font-size: 11px;
    text-align: center;
    display: block;
    color: #1f3c5a;
}
/*Upgrade-Payment-part End*/

/*Upgrade-thankyou-part*/
.upgrade_main_outer.upgrade_thankyou_main {
    padding-top: 76px;
    padding-bottom: 154px;
}

.upgrade_thankyou_outer {
    text-align: center;
}

.upgrade_thankyou {
    background-color: #fff;
    display: inline-block;
    padding-bottom: 40px;
    padding-top: 53px;
    width: 700px;
    padding-left: 30px;
    padding-right: 30px;
    border-top: 1px solid #0f75bc;
}

    .upgrade_thankyou h2 {
        font-size: 36px;
        font-weight: 300;
        color: #13a1db;
        margin-bottom: 15px;
    }

    .upgrade_thankyou p {
        font-size: 24px;
        font-weight: 600;
        color: #000000;
        margin: 0;
        line-height: 30px;
        padding: 0 13%;
    }

.thankyou-icon {
    margin-bottom: 30px;
}

.thankyou-btn {
    margin-top: 37px;
    text-align: center;
}

    .thankyou-btn a {
        /*background-color: #1abc9c;*/
        border-radius: 26px;
        color: #1b75bb;
        display: inline-block;
        font-size: 16px;
        font-weight: 400;
        padding: 10px 22px;
        text-decoration: none;
        border: 1px solid #1b75bb;
    }

        .thankyou-btn a:hover {
            background-color: #1b75bb;
            color: #fff;
        }
/*Upgrade-thankyou-part End*/

/*Advanced-search-popup*/
.advanced_opacity {
    background-color: rgba(31, 60, 90, 0.8);
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 1;
    left: 0;
    top: 0;
}

.Advanced_search_popup {
    width: 610px;
    background-color: #fff;
    /*left:50%;
	top:50%;
	position:fixed;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);*/
    z-index: 2;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.Advanced_search_inner {
    position: relative;
}

.Advanced_search_top {
    width: 100%;
    float: left;
    background-color: #1b75bb;
    padding: 16px 24px 18px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

    .Advanced_search_top h3 {
        color: #fff;
        display: inline-block;
        font-size: 28px;
        font-weight: 600;
    }

.close-btn {
    float: right;
    margin: 4px 0 0 0;
}

    .close-btn img {
        cursor: pointer;
    }

.Advanced_search_form {
    width: 100%;
    float: left;
    padding: 23px 24px 35px;
}

.Advanced_form_inner {
    width: 100%;
    float: left;
    margin-bottom: 28px;
}

    .Advanced_form_inner label {
        color: #1f3c5a;
        display: block;
        font-size: 14px;
        font-weight: bold !important;
        margin: 0 0 8px;
    }

    .Advanced_form_inner input {
        background-color: #fff;
        border: 1px solid #d2d2d2;
        border-radius: 3px;
        box-shadow: inset 0 1px 0 #e6e6e6;
        height: 33px;
        width: 100%;
        padding: 0 10px;
        color: #1f3c5a;
        font-size: 14px;
        font-weight: 400;
        outline: none;
    }

    .Advanced_form_inner.date-form input {
        box-shadow: inset 0 1px 0 #e6e6e6;
    }

    .Advanced_form_inner.date-form .date-icon {
        bottom: 1px;
        content: "";
        height: 31px;
        position: absolute;
        right: 1px;
        width: 38px;
        line-height: 31px;
        text-align: center;
        border-left: 1px #d8d8d8 solid;
    }

        .Advanced_form_inner.date-form .date-icon i {
            color: #7a7a7a
        }

    .Advanced_form_inner .column-two {
        width: 47%;
        float: left;
        position: relative;
    }

        .Advanced_form_inner .column-two:last-child {
            float: right;
        }

    .Advanced_form_inner input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #95a5a6;
        opacity: 1;
    }

    .Advanced_form_inner input::-moz-placeholder { /* Firefox 19+ */
        color: #95a5a6;
        opacity: 1;
    }

    .Advanced_form_inner input:-ms-input-placeholder { /* IE 10+ */
        color: #95a5a6;
        opacity: 1;
    }

    .Advanced_form_inner input:-moz-placeholder { /* Firefox 18- */
        color: #95a5a6;
        opacity: 1;
    }

.Search-btn {
    width: 100%;
    float: left;
    margin-top: 9px;
    text-align: center;
}

    .Search-btn a {
        border-radius: 26px;
        color: #ffffff;
        display: inline-block;
        font-size: 20px;
        font-weight: 400;
        padding: 9px 26px 9px 52px;
        text-decoration: none;
        background: #1abc9c url(../images/search-icon-img02.png) 20% center no-repeat;
    }

        .Search-btn a:hover {
            background-color: #1b75bb;
        }
/*Advanced-search-popup End*/

/*Footer-part*/
footer {
    padding: 21px 0 18px;
    background-color: #1f3c5a;
}

.copytright_content {
    float: left;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-right: 19px;
}

.footer-nav {
    float: left;
}

.copyright-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .copyright-footer ul li {
        font-size: 14px;
        display: inline-block;
        margin-right: 19px;
        font-weight: 400;
    }

        .copyright-footer ul li a {
            color: #fff;
            text-decoration: none;
        }

.footer-top-icon {
    position: relative;
}

    .footer-top-icon span {
        cursor: pointer;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        display: inline-block;
        height: 40px;
        position: absolute;
        top: -61px;
        width: 42px;
        background: #1f3c5a url(../images/logo-icon.png) center no-repeat;
    }
/*Footer-part End*/


.search_icon_mobile {
    display: none !important;
}

.filter_icon_mobile {
    display: none !important;
}

.mobile_logo {
    display: none;
}


/* ---------------26may2017------------------- */

#twitter_collections_tags span.label-primary, #search_tweet_text span.label-primary {
    background: #15a0d9 none repeat scroll 0 0;
    border-radius: 20px;
    color: #fff;
    margin: 0 2px 7px 8px;
    padding: 7px 7px 4px;
    font-weight: 400;
    border: 2px solid #337ab7;
}

#twitter_collections_tags .fa, #search_tweet_text .fa {
    color: #fff;
    cursor: pointer;
    font-size: 19px;
    font-weight: 400;
    margin: -5.4px 0 0 4px;
    padding: 1px 0 0 3px;
    text-align: center;
    vertical-align: middle;
}

#user_tags span.user, #date_from_to span.user {
    background: #15a0d9;
    border-radius: 20px;
    color: #fff;
    margin: 0 2px 7px 0;
    padding: 4px 7px;
    font-weight: 400;
    font-size: 15px;
    border: 2px solid #337ab7;
}

#user_tags .fa, #date_from_to .fa {
    color: #fff;
    cursor: pointer;
    font-size: 19px;
    font-weight: 400;
    margin: -2px 0 0 4px;
    padding: 0 0 0 3px;
    text-align: center;
    vertical-align: middle;
}

.Advanced_form_inner .tagit {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.Advanced_form_inner .search-field, .Advanced_form_inner .search-field input {
    width: 100% !important;
}


/**new added **/

#twitter_collections_tags span.label-primary:hover, #search_tweet_text span.label-primary:hover, #user_tags span.user:hover, #date_from_to span.user:hover {
    background: #1abc9c none repeat scroll 0 0;
}
