/*********************************************************************************************
**
**    Author: Palemb
**    Author URI: http://palemb-qa.net/
**    Description: A Responsive Palestine Embassy Website.
**    Version: 1.0.0
**    Function: Website Style Sheet
**
**********************************************************************************************/


/* CSS Document */
/*-------------------------------------------------------------------------------------------*/

/*                                 TABLE OF CONTENT                                          */

/*-------------------------------------------------------------------------------------------*/

/*
1 -  RESET CSS
2 -  HEADER
3 -  CONTAINER
4 -  CONTENT
5 -  Responsive
6 -  E-Services


/*-------------------------------------------------------------------------------------------*/
/*                                   1 -  RESET CSS                                          */
/*-------------------------------------------------------------------------------------------*/
* {
    direction: rtl;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
body {
    /*    overflow-x: hidden;*/
    background: url(../../front/images/bg.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.main-cont {
    background-color: #d8d9da;
}
a:focus {
    outline: none;
}
.rtl {
    direction: rtl;
}
.right {
    float: right;
}
.left {
    float: left;
}
.div-fluid {
    padding: 0px;
}
.align-right {
    text-align: right !important;
}
.align-left {
    text-align: left !important;
}
::-webkit-input-placeholder {
    color: #000;
}

:-moz-placeholder { /* Firefox 18- */
    color: #000;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #000;
}

:-ms-input-placeholder {  
    color: #000;
}
.btn:focus {
    outline: none;
    outline-offset: 0px;
}
/*-------------------------------------------------------------------------------------------*/
/*                                     2 -  HEADER                                           */
/*-------------------------------------------------------------------------------------------*/

.social-media {
    position: fixed;
    left: calc(50% - 550px);
    width: 35px;
    height: auto;
    top: 300px;
}
.social-media i{
    width: 35px;
    height: 35px;
    background-color: #fff;
    color: #333;
    font-size: 18px;
    text-align: center;
    padding: 9px;
    margin-top: 5px;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.social-media i.fa-linkedin:hover {
    color: #425F9C;
}
.social-media i.fa-twitter:hover {
    color: #41B8D8;
}
.social-media i.fa-pinterest:hover {
    color: #d01d15;
}
.social-media i.fa-google-plus:hover {
    color: #DB4D3F;
}
.social-media i.fa-rss:hover {
    color: #f4b83f;
}
.top-search-cont {
    margin: 0px -30px;
}
.search-lang {
    padding: 10px 15px;
    min-width: 235px;
}
.top-search {
    position: relative;
    padding-left: 5px;
    max-width: 180px;
}
.top-search input[type="text"] {
    text-align: left;
    height: 25px;
    font-size: 12px;
    color: #000 !important;
}
.search-btn {
    background: transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: none;
    padding: 0;
    float: left;
    width: 20px;
    height: 20px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 0px;
}
.search-btn i {
    font-size: 14px;
    line-height: 25px;
    color: #999;
    font-weight: bold;
}
.top-lang {
    float: right;
    padding: 0px;
    height: 25px;
    max-width: 50px;
}
.top-lang a {
    font-size: 11px;
    line-height: 25px;
    color: #555;
}
.header-logos {
    direction: rtl;
    min-height: 85px;
    margin: 0px -30px;
}
.logo-cont {
    position: relative;
}
.header-logos h1 {
    font-family: Sylfaen;
    font-size: 22px;
    font-weight: 600;
    margin: 0px;
    line-height: 35px;
    text-align: center;
    color: #666;
}
.header-logos h2 {
    font-family: Sylfaen;
    font-size: 22px;
    font-weight: 600;
    color: #009140;
    margin: 0px;
    line-height: 35px;
    text-align: center;
}
.arabic-title {
    padding-right: 130px;
}
.arabic-title h1, .arabic-title h2 {
    font-size: 24px;
}

.logo-img {
    position: absolute;
    top: -32px;
    left: 30px;
    z-index: 999;
}

/*-------------------------------------------------------------------------------------------*/
/*                                     3 -  CONTAINER                                        */
/*-------------------------------------------------------------------------------------------*/

.seperator {
    margin: 0px -30px;
    height: 35px;
    background-color: #555;
}

.admin-cont {
    padding: 15px 0px;
}
.admin-nav {
    float: right;
    width: 100%;
    padding: 0px;
    padding-left: 10px;
    margin-bottom: 15px;
    border-radius: 5px;
}
.admin-nav .panel-heading {
    background-color: #fff;
    color: #337ab7;
    background-image: none;
    padding-right: 25px;
    position: relative;
}
.admin-nav .panel-heading:hover {
    background-color: #eee;
    color: #337ab7;
    background-image: none;
}
.admin-nav .panel-heading i{
    margin-left: 5px;
}
.admin-nav .list-icon-txt i.fa-sort-desc {
    line-height: 15px;
    position: absolute;
    right: 10px;
    top: 8px;
}
.admin-nav .list-group {
    padding-right: 0px;
}
.admin-nav .list-group > li{
    padding-right: 25px;
}
.admin-nav .panel-heading a {
    text-decoration: none !important;
}
.admin-nav .panel:first-child .panel-heading {
    background-color: #666;
    color: #fff;
}
.admin-navs {
    width: 100%;
    float: right;
}
.admin-navs .navbar-right {
    width: 100%
}
.admin-navs .form-group {
    width: 80%
}
.admin-navs .form-group input {
    width: 100%
}
.admin-navs .form-group buttom {
    width: 20%
}


.admin-top-label {
    padding: 0px 10px;
}
.admin-top-label h3 {
    width: 100%;
    height: 35px;
    margin-top: 10px;
    padding-right: 5px;
    border-bottom: 2px solid #999;
}
.bg-red {
    background-color: #dd4b39;
}
.bg-aqua {
    background-color: #00c0ef !important;
}
.bg-green {
    background-color: #00a65a !important;
}
.bg-yellow {
    background-color: #f39c12 !important;
}
.admnp-item {
    padding-left: 10px;
    padding-right: 10px;
}
.small-box {
    border-radius: 2px;
    position: relative;
    display: block;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.small-box > .inner {
    padding: 10px;
    overflow: hidden;
}
.small-box h3 {
    float: right;
    width: 100%;
    text-align: right;
    font-size: 32px;
    font-weight: bold;
    margin: 60px 0 0;
    line-height: 25px;
    white-space: nowrap;
    padding: 0;
    color: #fff;
}
.small-box p {
    float: right;
    width: 100%;
    font-size: 18px;
    padding-top: 5px;  
    margin-bottom: 0px;
    color: #fff;
}
.small-box .icon {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 0;
}
.small-box .icon i {
    font-size: 50px;
    color: #fff;
}


.admin-login {
    width: 100%;
    margin: 0 auto;
    float: none;
    max-width: 500px;
}
.admin-login h3 {
    text-align: center;
}
.admin-login-form {
    width: 100%;
    margin-top: 15px;
}
.admin-login-form .input-group {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 5px;
}
.admin-login-form .input-group input {
    width: 100%;
    border-radius: 5px !important;
}
.admin-login-form .input-group button {
    width: 100%;
    border-radius: 5px !important;
    font-size: 18px;
    height: 46px;
}


.table-list {
    width: 100%;
    background-color: #fff;
    padding: 0px 10px;
    margin: 15px 0px;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.tablist-header {
    height: 45px;
    margin-left: -10px;
    margin-right: -10px;
    background-color: #eee;
    border-bottom: 1px solid #aaa;
    padding: 10px 15px;
}
.tablist-header p {
    float: right;
    line-height: 25px;
    margin: 0px;
    margin-left: 10px;
    font-size: 18px;
    letter-spacing: 0.6px;
}
.tablist-header p.list-count {
    padding: 0px 10px;
    background-color: #00c0ef;
    border-radius: 5px;
    overflow: hidden;
    color: #fff;
}
.table > thead > tr > th {
    text-align: right;
}



.admin-add-user {
    padding: 15px;
}
.admin-top-label .navbar-default {
    margin-bottom: 0px;
}
.admin-top-label ul.navbar-right {
    padding: 0px;
}
.admin-top-label .navbar-nav > li:hover {
    color: #555;
    background-color: #e7e7e7;
}
.admin-top-label ul.navbar-right a{
    float: right;
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    letter-spacing: 0.6px;
}
p.request-count {
    float: left;
    margin-right: 10px;
    padding: 0px 10px;
    line-height: 25px;
    margin-bottom: 0px;
    background-color: crimson;
    border-radius: 10px;
    font-weight: 600;
    color: #fff;
}


.table-list-borderd {
    width: 100%;
    padding: 0px;
    margin: 15px 0px;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.table-list-borderd .table {
    background-color: #fff;
}
.table-list-borderd thead {
    background-color: #eee;
}
.table-list-borderd .table > thead:first-child > tr:first-child > th {
    text-align: center;
}
.table-list-borderd .table-bordered > tbody > tr > td {
    vertical-align: middle;
    text-align: center;
}
.reqest-type {
    margin: 0 auto;
    max-width: 300px;
}
.reqest-type .form-group {
    overflow: hidden;
    margin-bottom: 5px;
}
.reqest-type .form-group span{
    float: right;
    margin-left: 10px;
    width: 60px;
    height: 34px;
    line-height: 30px;
    font-size: 13px;
}
.reqest-type .form-group input{
    float: left;
    width: calc(100% - 70px);
}
.qvisaimg-cont {
    width: 100%;
    overflow: hidden;
}
.qvisaimg {
    float: right;
    margin: 10px;
    border: 2px solid #999;
    border-radius: 5px;
}
.qvisaimg img {
    width: 100%;
    height: auto;

}
.user-data .form-group{
    padding-bottom: 15px;
    border-bottom: 2px solid #999;
}
.user-data .form-group:last-child {
    border-bottom: none;
}



.ltr-input label {
    float: left;
    direction: ltr;
}
.ltr-input input {
    direction: ltr;
    text-align: left;
}



.remove-pagination {
    width: 100%;
    background-color: #fff;
    padding: 10px 15px;
    margin-top: -20px;
    border: 1px solid #ddd;
}
.remove-pagination > .btn {
    float: left;
}
.qqpaginnation .pagination {
    margin: 0px;
    padding: 0px;
}
.qqpaginnation .pagination > li:first-child > a {
    margin-left: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.qqpaginnation .pagination > li:last-child > a {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.write-article-form {
    background-color: #fff;
    border: 1px solid #ddd;
}
.sampleimg {
    float: right;
    margin: 10px;
    border: 2px solid #999;
    border-radius: 5px;
    max-width: 250px;
}
.sampleimg img {
    width: 100%;
    height: auto;

}
/*-------------------------------------------------------------------------------------------*/
/*                                       15 -  FOOTER                                        */
/*-------------------------------------------------------------------------------------------*/
.space {
    height: 500px;
}
.footer-cont {
    margin-top: 10px;

    padding: 0px;
}
.footer {
    background-color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    min-height: 120px;
}
.footer .row{
    margin: 0px -15px;
}
.radius-style {
    height: 45px;
    background-color: #fff;
    margin: 0px;
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 100%;
}
.mail-form {
    margin-top: 12px;
    border-left: 1px solid #ddd;
}
.mail-form h4 {
    color: #999;
    font-size: 18px;
}
.footer-search {
    position: relative;
}
.footer-search input[type="text"] {
    width: 180px;
    line-height: normal;
    text-align: right;
    height: 20px;
    font-size: 12px;
    color: #000 !important;
    border: none;
    background-color: #e9e9e9;
    padding: 0px 10px;
}
.footer-search .search-btn {
    background: #a8a8a8;
    border: 0 none;
    border-radius: 3px;
    font-size: 100%;
    margin: 0;
    outline: none;
    padding: 0;
    width: auto;
    padding: 0px 15px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    position: absolute;
    right: 180px;
    top: 0px;
}
.footer-search .search-btn:hover { 
    background: #999;
}
.footer-search i {
    position: absolute;
    right: 160px;
    top: 4px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    background-color: #ddd;
    padding: 0px 1px;
}
.mail-form p {
    color: #666;
    font-size: 14px;
    letter-spacing: 0.2px;
    margin-top: 10px;
    max-width: 80%;
}
.flagcounter {
    border-left: 1px solid #ddd;
    margin-top: 15px;
    min-height: 120px;
}
.links-cont {
    margin-top: 15px;
}
.links-cont .links-title{
    width: 100%;
    background-color: #d7d9d9;
    height: 25px;
    padding: 0px 10px;
}
.links-cont .links-title h5{
    float: right;
    width: 50%;
    text-align: center;
    line-height: 25px;
    margin: 0px;
    font-size: 18px;
    font-weight: 400;
    color: #888;
}
.links-list {
    float: right;
    width: 50%;
}
.links-list div {
    text-align: center;
    width: 100%;
    height: 25px;
}
.links-list div:first-child {
    margin-top: 8px;
}
.links-list div a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;

}
.links-list div a:hover {
    color: #FFA500;
}

.copyright {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 35px;
    text-shadow: 2px 2px #001122;
}
.copyright p {
    margin-bottom: 5px;
    color: #ddd;
    font-size: 11px;
}
.copyright a {
    margin: 0px 6px;
    color: #ddd;
    font-size: 11px;
}
.copyright span {
    color: #ddd;
}







/*-------------------------------------------------------------------------------------------*/
/*                                   xx -  Responsive                                         */
/*-------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 769px) and (max-width: 992px) { 
    .arabic-title {
        float: right;
        width: 40%;
        padding: 0px;
        padding-right: 100px;
        margin-top: 17px;
    }
    .logo-cont {
        float: right;
        width: 20%;
        padding: 0px;
    }
    .english-title {
        float: right;
        width: 40%;
        padding: 0px;
        margin-top: 20px;
    }
}
@media only screen and (max-width: 992px) {
    .header-logos {
        min-height: 125px;
    }
    .amnassor-text, .amnassor-ftext {
        text-align: center;
    }
    .arabic-title h1, .arabic-title h2 {
        font-size: 23px;
    }
    .header-logos h1 {
        font-size: 19px;
    }

}
@media only screen and (max-width: 768px) {
    .header-menu {
        margin: 0px -15px;
    }
    .main-menu .navbar-nav > li > .dropdown-menu li {
        text-align: center;
    }
    .search-lang {
        display: none;
    }
    .header-logos {
        min-height: 175px;
    }
    .arabic-title {
        padding: 0px;
        width: 100%;
        margin-top: 180px;
    }
    .english-title {
        padding: 0px;
        width: 100%;
        text-align: center;
        margin: 20px 0px;
    }
    .align-right {
        text-align: center !important;
    }
    .logo-img {
        top: -230px;
        left: calc(50% - 47px);
    }

}
@media only screen and (max-width: 480px) {
    .table-list, .table-list-borderd {
        overflow-x: auto;
    }
}

/*-------------------------------------------------------------------------------------------*/
/*                                    6 -  E-Services                                       */
/*-------------------------------------------------------------------------------------------*/

.eservice-cont {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;
    margin: 0px -30px;
}
.eservice {
    padding: 30px 40px 10px;
    background-color: #efefef;
}
.eservice h3 {
    font-size: 24px;
    color: #333;
    font-weight: 600;
    margin-top: 0px;

}
.eservice > p {
    font-size: 20px;
    color: #666;
    font-weight: 600;
    float: right;
}
.esrv-btn-r {
    background-color: #fb6e6e;
    color: #fff;
    height: 27px;
    line-height: 27px;
    font-size: 18px;
    padding: 0px 15px;
    letter-spacing: 0.5px;
    margin-right: 10px;
    border-radius: 8px;
    margin-bottom: 10px;
    webkit-box-shadow: inset 0px 1px 8px 0px rgba(0,0,0,0.53);
    -moz-box-shadow: inset 0px 1px 8px 0px rgba(0,0,0,0.53);
    box-shadow: inset 0px 1px 8px 0px rgba(0,0,0,0.53);
}
.esrv-btn-r:hover {
    background-color: #ff8080;
    color: #fff;
}
.esrv-btn-r:focus {
    background-color: #ff8080;
    color: #fff;
}
.eservice-row {
    padding: 0px 30px;
    float: right;
    width: 100%;
    margin: 0px;
}
.service-item {
    text-align: center;
}
.eservice_item {
    float: none;
    width: 210px;
    height: 122px;
    background-image: url('/assets/front/images/e-services/1.png');
    background-repeat:no-repeat;
    background-position: center center;
    margin: 15px auto;
    border-radius: 18px;
    -webkit-box-shadow: 0px 7px 7px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 7px 7px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 7px 7px -5px rgba(0, 0, 0, 0.75);
    padding: 6px 16px 7px;
}
.service-item1 {
    background-color: #d4b076;
    position: relative;
}
.service-item1::before {
    content: '';
    position: absolute;
    width: 88px;
    height: 88px;
    background-image: url('/assets/front/images/e-services/e-services-new.png');
    background-repeat:no-repeat;
    background-position: center center;
    background-size: cover;
    top: -8px;
    right: -9px;
    z-index: 99;
}
.es-item-cont {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,1);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,1);
    background-color: rgba(51, 51, 51, 0.55);
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 3px;
    opacity: 0.9;
}
.service-item2 {
    background-color: #e6c07d;
}
.service-item3 {
    background-color: #efd0a7;
    position: relative;
}
.service-item3::before {
    content: '';
    position: absolute;
    width: 88px;
    height: 88px;
    background-image: url('/assets/front/images/e-services/e-services-g.png');
    background-repeat:no-repeat;
    background-position: center center;
    background-size: cover;
    top: -8px;
    right: -9px;
    z-index: 99;
}
.service-item4 {
    background-color: #e1cea3;
}
.service-item5 {
    background-color: #c9a08f;
}
.service-item6 {
    background-color: #ccb489;
}
.service-item7 {
    background-color: #d17a3a;
}
.service-item8 {
    background-color: #b33c3e;
}
.service-item9 {
    background-color: #dd811e;
}
.eservice_item p.one-line {
    color: #E2E3E3;
    font-size: 22px;
    font-weight: 600;
    padding-top: 30px;
    line-height: 35px;
}
.esrv-btn {
    width: 105px;
    height: 31px;
    background-color: rgba(0,0,0,0.5);
    background-image: url('/assets/front/images/e-services/btn.png');
    background-repeat:no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 3px;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    color: #e1f3ff;
    font-size: 16px;
    font-weight: 600;
    text-shadow: 2px 2px 8px #0098fd;
}
.esrv-btn:hover {
    color: #95d8ff;
}
.esrv-btn:focus {
    outline: none !important;
    color: #95d8ff;
    background-color: rgba(0, 0, 0, 0.2);
    background-image: url('/assets/front/images/e-services/btn.png');
    background-repeat:no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
}
.eservice_item p.three-line {
    color: #E2E3E3;
    font-size: 17px;
    font-weight: 600;
    padding-top: 0px;
    margin-bottom: 0px;
    line-height: 17px;
    width: 100%;
    float: right;
    text-align: center;
}
.eservice_item p.three-line:first-child {
    font-size: 21px;
    margin-bottom: 5px;
    line-height: 20px;
    margin-top: 7px;
}
.eservice_item p.three-line input {
    float: right;
    margin-right: 20px;
}
.eservice_item p.three-line label {
    float: right;
    margin-right: 5px;
}
.eservice_item p.two-line {
    color: #E2E3E3;
    font-size: 22px;
    font-weight: 600;
    padding-top: 10px;
    margin-bottom: 0px;
    line-height: 30px;
}
.btn-espage-cont {
    width: auto;
    clear: both;
    max-width: 100%;
    height: auto;
    margin: 0px auto;
    display: inline-block;
}
.eserv-btn {
    border-radius: 20px;
    margin: 10px auto;
    height: 29px;
    padding: 2px 5px;
}
.eserv-btn-text {
    float: left;
    width: 106px;
    height: 18px;
    font-size: 13px;
    font-weight: 600;
    background-image: url('/assets/front/images/e-services/lbtn.png');
    background-repeat:no-repeat;
    background-position: center center;
    color: #555;
    margin-top: 3px;
    text-shadow: none;
    line-height: 20px;
}
.eserv-btn-icon {
    float: right;
    margin-left: 7px;
    margin-right: 3px;
    width: 25px;
    height: 25px;
    background-image: url('/assets/front/images/e-services/logout.png');
    background-repeat:no-repeat;
    background-position: center center;
}
.eserv-btn-icon.book-icon{
    background-image: url('/assets/front/images/e-services/book.png');
    background-repeat:no-repeat;
    background-position: center center;
}
.eserv-btn-icon.key-icon {
    background-image: url('/assets/front/images/e-services/key.png');
    background-repeat:no-repeat;
    background-position: center center;
}


/*-------------------------------------------------------------------------------------------*/
/*                                   5 -  Family Members                                     */
/*-------------------------------------------------------------------------------------------*/

.fmembers {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #fff;
    margin: 0px -30px;
}
.fmem-cont {
    padding: 15px 45px;
}
.fmem-cont h3 {
    font-size: 30px;
    color: #333;
    margin-bottom: 15px;
}
.fmem-cont > p {
    font-size: 16px;
    color: #555;
    margin-bottom: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.row-centered {
    text-align:center;
}
.row-cont-table {
    margin: 0px;
    padding: 0px 110px;
    margin-bottom: 50px;
    text-align: center;
}
.ftalbe-res {
    margin-bottom: 5px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.ftalbe-res .table {
    margin-bottom: 0px;
}
.table > tbody > tr:nth-child(2n) > td {
    background-color: #e0e6e8;
}
.table > tbody > tr > td {
    /*    position: relative;*/
    border-bottom: 1px solid #bdbdbd;
    vertical-align: middle;
    width: 35%;
    font-size: 18px;
    font-weight: 600;
    color: #555;
    letter-spacing: 0.5px;
}
/*
.table > tbody > tr > td::before {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    border-bottom: 1px solid #bdbdbd;
    bottom: 5px;
    right: 0px;
    z-index: 0;
}
*/
.table > tbody > tr > td:nth-child(2) {
    width: 30%;
    font-size: 17px;
}
.table > tbody > tr > td p {
    width: 100%;
    float: right;
    text-align: center;
    margin-bottom: 5px;
}
.add-fam-btn {
    height: 22px;
    width: 100px;
    border: 2px solid #c8c9c9;
    padding: 0px;
    line-height: 18px;
    color: #555;
    font-weight: 600;
    background: -webkit-linear-gradient(to bottom, #f8f9f9 , #e5e8e8);
    background: -o-linear-gradient(to bottom, #f8f9f9 , #e5e8e8);
    background: -moz-linear-gradient(to bottom, #f8f9f9 , #e5e8e8);
    background: linear-gradient(to bottom, #f8f9f9 , #e5e8e8);
}
.add-famout-btn {
    float: right;
    width: 110px;
    height: 27px;
    line-height: 25px;
}
.table > thead > tr > th {
    vertical-align: middle;
    border-bottom: 2px solid #bdbdbd;
    background-color: #555;
    color: #ddd;
    font-size: 16px;
    background: -webkit-linear-gradient(to bottom, #3b4243 , #242828);
    background: -o-linear-gradient(to bottom, #3b4243 , #242828);
    background: -moz-linear-gradient(to bottom, #3b4243 , #242828);
    background: linear-gradient(to bottom, #3b4243 , #242828);
}
.ftalbe-res td {
    background-color: #fff;
    color: #666;
    font-size: 16px;
}
.ftalbe-res th, .ftalbe-res td {
    text-align: center;
    border-left: 1px solid #bdbdbd;
}
.ftalbe-res th:last-child, .ftalbe-res td:last-child {
    border-left: none;
}
.logout-btn {
    float: none;
    width: 75px;
    height: 75px;
    background-image: url(/assets/front/images/logout-bg.png);
    padding: 25px 0px;
    margin: 0 auto;
    cursor: pointer;
}
.logout-btn a {
    text-decoration: none;
}
.logout-btn p {
    color: red;
    font-size: 12px;
    text-align: center;
}


.passport-p {
    margin: 25px 0px;
}
.btn-padd {
    height: 180px;
    background-image: url('/assets/front/images/ppbtn-bg.png');
    background-repeat:no-repeat;
    background-position: center center;
    padding: 75px 0px;
    cursor: pointer;
    opacity: 1;
}
.btn-padd:hover {
    opacity: 0.85;
}
.btn-padd button {
    text-decoration: none;
}
.btn-padd > button {
    display: none;
}
.req-active {
    background-image: url("/assets/front/images/ppbtn-active.png");
}
.req-active > button {
    display: block;
}
.req-active > p {
    display: none;
}
.btn-padd p {
    color: #333;
    font-size: 20px;
    text-align: center;
    padding: 0px;
    margin: 0px;
    font-weight: 600;
}
.passport-check {
    float: right;
    padding: 30px 0px 0px;
}
.passport-check a {
    color: red;
    font-size: 16px;
    font-weight: 600;    
}
.ftalbe-res input[type="radio"] {
    float: right;
    width: auto;
    margin-top: 0px;
    height: 25px;
}
.ftalbe-res td label {
    float: right;
    margin-right: 5px;
    margin-bottom: 0px;
}
.add-ptout-btn {
    margin: 0 auto;
    text-shadow: 2px 2px 2px #fff;
}

.circle-button {
    height: 181px;
    width: 181px;
    border-radius: 181px;
    border: 1px solid #000;
    background-image: url("/assets/front/images/ppbtn-bg.png");
}

.circle-button:hover{
    height: 181px;
    width: 181px;
    border-radius: 181px;
    border: 1px solid #000;
    background-image: url("/assets/front/images/ppbtn-active.png");
}

.circle-button p {
    color: #333;
    font-size: 20px;
    text-align: center;
    padding: 0px;
    margin: 0px;
    font-weight: 600;
}
img{
    max-width: 100%;
}
.preview-cropper{
    overflow: hidden;
    max-height: 250px;
    max-width: 200px;
    border: black solid 0.1em;
}
