.containerleft {
    width: 20.3%;
    display: table;
    float: left;
    /*    border: #ccc solid 1px;*/
    background-color: #f9f8f8;
    height:auto;
}

.container_leftcontent {
    width:100%;
    height:100%;
    display: table;
    float: left;
    background-color: #f9f8f8;
    /*    border-right: #ccc solid 1px;*/
}


.container_rightcontent {
    width:100%;
    height:100%;
    display: table;
    float: left;
    padding: 15px;
}

.rightcontent_sub {
    width:31.33%;
    height:auto;
    display: table;
}

.rightcontent_sub_left {
    float: left;
    margin:0 3% 0 0;
}

.rightcontent_sub_right {
    float:right;
    margin:0 0 0 3%;
}

.rightcontent_sub_middle {
    float:left;
    margin:0 0 0 0;
}


.container_right {
    width: 79.7%;
    /*    height:auto;*/
    /*    height:768px;*/
    display: table;
    float: left;
}

.header {
    width:100%;
    /*    height:auto;*/
    height:60px;
    float: left;
    background-color: #f9f8f8;
    padding: 0 0 0 50px;
    font-size: 24px;
    color:#108dd2;
    font-weight: bold;
    line-height: 60px;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 1);
}



.header_title {
    width:100%;
    /*    height:auto;*/
    height:60px;
    float: left;
    /*    font-size:18px;
        color:#fff;
        font-weight:normal;
        line-height: 40px;*/
    background-image: url(../images/head-bg.jpg);
    background-repeat: repeat-x;
}

.header_title_content {
    width:100%;
    /*    height:auto;*/
    height:42px;
    float: left;
    padding: 0 0 0 50px;
    font-size:18px;
    color:#fff;
    font-weight:normal;
    line-height: 42px;
}

.header_title_arrow {
    width:20px;
    /*    height:auto;*/
    height:10px;
    float: left;
    background-image: url(../images/head-bg-arrow.png);
    background-repeat:no-repeat;
    margin: -1px 0 0 70px;
}

.logocontent {
    width:273px;
    height:102px;
    float: left;
    background-color: #fff;
    border-bottom: #ccc solid 1px;
}


.logo {
    width:166px;
    height:80px;
    /*    background-color: #fff;*/
    margin: 15px auto;
}

.menu{
    width: 100%;
    height: auto;
    display: table;
    float: left;
}

.menu ul{
    width: 100%;
    height: auto;
    display: table;
    float: left;
    padding: 0;
}

.menu li{
        width: 100%;
    height: auto;
    display: table;
    float: left;
    padding: 0 10px;
    list-style: none;
    border-bottom: #ececec solid 1px;
    box-shadow: 0 1px 1px -1px #fff;
    position: relative;
    transition: all 0.3s;
}

.menu li:hover{
    background-color: #f4f4f4;
}

.menu i{
    transition: all 0.3s;
}
.menu li > a{
    width: 100%;
    height: auto;
    display: table;
    float: left;
    list-style: none;
    font-size: 14px;
    color: #686868;
    text-decoration: none;
    padding: 15px 0;
    transition: all 0.3s;
}

.menu li a:hover{
    color: #010101;
}

.dashboard{
    width:100%;
    height: 32px;
    background-image: url(../images/icons/dashboad-ico.png);
    background-repeat:no-repeat;
    background-position:left top;
    float: left;
    padding:0 0 0 45px;
    line-height: 32px;
}

.user{
    width:100%;
    height: 32px;
    background-image: url(../images/icons/user.png);
    background-repeat:no-repeat;
    background-position:left top;
    float: left;
    padding:0 0 0 45px;
    line-height: 32px;
}
.setting_dash{
    width:100%;
    height: 32px;
    background-image: url(../images/icons/setting_dash.png);
    background-repeat:no-repeat;
    background-position:left top;
    float: left;
    padding:0 0 0 45px;
    line-height: 32px;
}

.contact{
    width:100%;
    height: 32px;
    background-image: url(../images/icons/contact-ico.png);
    background-repeat:no-repeat;
    background-position:left top;
    float: left;
    padding:0 0 0 45px;
    line-height: 32px;
}
.finanece{
    width:100%;
    height: 32px;
    background-image: url(../images/icons/finance-ico.png);
    background-repeat:no-repeat;
    background-position:left top;
    float: left;
    padding:0 0 0 45px;
    line-height: 32px;
}

.customData{
    width:100%;
    height: 32px;
    background-image: url(../images/icons/custom-search-ico.png);
    background-repeat:no-repeat;
    background-position:left top;
    float: left;
    padding:0 0 0 45px;
    line-height: 32px;
}

.AdminConfirm{
    width:100%;
    height: 32px;
    background-image: url(../images/icons/admin-confirmation.png);
    background-repeat:no-repeat;
    background-position:left top;
    float: left;
    padding:0 0 0 45px;
    line-height: 32px;
}
.userico{
    width:100%;
    height: 32px;
    background-image: url("../images/icons/new-member.png");
    background-repeat:no-repeat;
    background-position:left top;
    float: left;
    padding:0 0 0 45px;
    line-height: 32px;
}
.news{
    width:100%;
    height: 32px;
    background-image: url("../images/icons/news.png");
    background-repeat:no-repeat;
    background-position:left top;
    float: left;
    padding:0 0 0 45px;
    line-height: 32px;
}

.customDataIcon{
    width:100%;
    height: 32px;
    background-image: url("../images/icons/custem_field.png");
    background-repeat:no-repeat;
    background-position:left top;
    float: left;
    padding:0 0 0 45px;
    line-height: 32px;
}
.BulkMailIcon{
    width:100%;
    height: 32px;
    background-image: url("../images/icons/BulckMailIcon.png");
    background-repeat:no-repeat;
    background-position:left top;
    float: left;
    padding:0 0 0 45px;
    line-height: 32px;
}

.system{
    width:100%;
    height: 32px;
    background-image: url(../images/icons/system.png);
    background-repeat:no-repeat;
    background-position:left top;
    float: left;
    padding:0 0 0 45px;
    line-height: 32px;
}
.doc{
    width:100%;
    height: 32px;
    background-image: url(../images/icons/doc.png);
    background-repeat:no-repeat;
    background-position:left top;
    float: left;
    padding:0 0 0 45px;
    line-height: 32px;
}
.reports{
    width:100%;
    height: 32px;
    background-image: url(../images/icons/reports.png);
    background-repeat:no-repeat;
    background-position:left top;
    float: left;
    padding:0 0 0 45px;
    line-height: 32px;
}
.relation{
    width:100%;
    height: 32px;
    background-image: url(../images/icons/relationship.png);
    background-repeat:no-repeat;
    background-position:left top;
    float: left;
    padding:0 0 0 45px;
    line-height: 32px;
}
.relation_type{
    width:100%;
    height: 32px;
    background-image: url(../images/icons/relationship_type.png);
    background-repeat:no-repeat;
    background-position:left top;
    float: left;
    padding:0 0 0 45px;
    line-height: 32px;
}
.location{
    width:100%;
    height: 32px;
    background-image: url(../images/icons/location.png);
    background-repeat:no-repeat;
    background-position:left top;
    float: left;
    padding:0 0 0 45px;
    line-height: 32px;
}
.item{
    width:100%;
    height: 32px;
    background-image: url(../images/icons/item.png);
    background-repeat:no-repeat;
    background-position:left top;
    float: left;
    padding:0 0 0 45px;
    line-height: 32px;
}
.state{
    width:100%;
    height: 32px;
    background-image: url(../images/icons/state.png);
    background-repeat:no-repeat;
    background-position:left top;
    float: left;
    padding:0 0 0 45px;
    line-height: 32px;
}
.country{
    width:100%;
    height: 32px;
    background-image: url(../images/icons/country.png);
    background-repeat:no-repeat;
    background-position:left top;
    float: left;
    padding:0 0 0 45px;
    line-height: 32px;
}
.city{
    width:100%;
    height: 32px;
    background-image: url(../images/icons/city.png);
    background-repeat:no-repeat;
    background-position:left top;
    float: left;
    padding:0 0 0 45px;
    line-height: 32px;
}
.Sub_address {
    background-image: url("../images/icons/sbscribe_ico.png");
    background-position: left top;
    background-repeat: no-repeat;
    float: left;
    height: 32px;
    line-height: 32px;
    padding: 0 0 0 45px;
    width: 100%;
}
.contact_ditail {
    background-image: url("../images/icons/contact_detail_ico.png");
    background-position: left top;
    background-repeat: no-repeat;
    float: left;
    height: 32px;
    line-height: 32px;
    padding: 0 0 0 45px;
    width: 100%;
}
.cont_address {
    background-image: url("../images/icons/address_ico.png");
    background-position: left top;
    background-repeat: no-repeat;
    float: left;
    height: 32px;
    line-height: 32px;
    padding: 0 0 0 45px;
    width: 100%;
}
.shares {
    background-image: url("../images/icons/sares.png");
    background-position: left top;
    background-repeat: no-repeat;
    float: left;
    height: 32px;
    line-height: 32px;
    padding: 0 0 0 45px;
    width: 100%;
}

.add_user{
    background-image: url("../images/icons/add_user.png");
    background-position: left top;
    background-repeat: no-repeat;
    float: left;
    height: 32px;
    line-height: 32px;
    padding: 0 0 0 45px;
    width: 100%;
}
.organization{
    background-image: url("../images/icons/organization.png");
    background-position: left top;
    background-repeat: no-repeat;
    float: left;
    height: 32px;
    line-height: 32px;
    padding: 0 0 0 45px;
    width: 100%;
}
/*===============================*/
.call_i{
    background-image: url("../images/icons/call.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    float: left;
    height: 20px;
    width: 20px;
}
.general_i{
    background-image: url("../images/icons/general.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    float: left;
    height: 20px;
    width: 20px;
}
.birthday_ico{
    background-image: url("../images/icons/birthday_icon_1.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    float: left;
    height: 20px;
    width: 20px;
    position: absolute;
    left: 0;
}
.birthday_ico_tody{
    background-image: url("../images/icons/birthday_icon.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    float: left;
    height: 22px;
    left: 73px;
    position: absolute;
    width: 23px;
}
.manual_i{
    background-image: url("../images/icons/manual.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    float: left;
    height: 20px;
    width: 20px;
}
.meeting_i{
    background-image: url("../images/icons/meeting.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    float: left;
    height: 20px;
    width: 20px;
}
.payment_i{
    background-image: url("../images/icons/payment.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    float: left;
    height: 20px;
    width: 20px;
    margin-right: 5px;
}
.relation_type_i{
    background-image: url("../images/icons/relation_type.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    float: left;
    height: 20px;
    width: 20px;
}
.status_i{
    background-image: url("../images/icons/status.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    float: left;
    height: 20px;
    width: 20px;
}
/*===============================*/

.shares:hover, .news:hover,.customDataIcon:hover, .userico:hover, .organization:hover, .add_user:hover, .setting_dash:hover, .finanece:hover, .cont_address:hover, .doc:hover, .Sub_address:hover, .contact_ditail:hover, .dashboard:hover, .contact:hover, .user:hover , .system:hover, .reports:hover , .relation_type:hover, .item:hover, .relation:hover, .country:hover, .city:hover, .state:hover,.BulkMailIcon:hover{
    background-position:left bottom;
}

.contentbox {
    width:100%;
    height:auto;
    background-color: #fff;
    border:#ccc solid 1px;
    float: left;
    margin: 0 0 20px 0;
    padding-bottom: 10px;

}

.contentbox_full {
    width:100%;
    height:auto;
    display: table;
    background-color: #fff;
    /*border:#ccc solid 1px;*/
    float: left;
    margin: 0 0 20px 0;
    position: relative;
}

.green_header , .yellow_header, .orang_header, .blue_header, .pink_header, .red_header ,.cyan_header{
    width:100%;
    height:40px;
    background-color: #72b110;
    float: left;
    /*font-size: 18px;*/
    color:#fff;
    line-height: 38px;
    text-indent: 80px;
    font-weight: normal;
    overflow: hidden;
    cursor:move;
}

.green_header {
    background-color: #558B2F;
}

.yellow_header {
    background-color: #F9A825;
}

.orang_header {
    background-color: #EF6C00;
}


.yellow_header {
    background-color: #F9A825;
}

.cyan_header {
    background-color: #00838F;
}
.blue_header{
    background-color: #1565C0;
}
.pink_header {
    background-color: #6A1B9A;
}

.red_header {
    background-color: #C62828;
}



.green_header_icon, .yellow_header_icon,.orang_header_icon,.blue_header_icon, .pink_header_icon , .red_header_icon, .cyan_header_icon  {
    width:60px;
    height:60px;
    float: left;
    position: absolute;
    margin: -10px 0 0 10px;
    z-index: 100;
    border-radius: 30px;
    text-indent: 0;
    text-align: center;
    font-size: 30px;
    line-height: 60px;
}

.green_header_icon {
    background-color:#558B2F ;
    background-repeat:no-repeat;
    background-position:center;
}

.yellow_header_icon {
    background-color:#F9A825 ;
    background-repeat:no-repeat;
    background-position:center;
}

.orang_header_icon {
    background-color:#EF6C00 ;
    background-repeat:no-repeat;
    background-position:center;
}
.cyan_header_icon{
    background-color:#00838F ;
    background-repeat:no-repeat;
    background-position:center;
}
.blue_header_icon {
    background-color:#1565C0 ;
    background-repeat:no-repeat;
    background-position:center;
}

.pink_header_icon {
    background-color:#6A1B9A ;
    background-repeat:no-repeat;
    background-position:center;
}

.red_header_icon {
    background-color:#C62828 ;
    background-repeat:no-repeat;
    background-position:center;
}


.news_icon {
    background-image: url(../images/icons/news-icon.png);
    background-repeat:no-repeat;
    background-position:center;
    width:60px;
    height:60px;
}

.birth_icon {
    background-image: url(../images/icons/birth-icon.png);
    background-repeat:no-repeat;
    background-position:center;
    width:60px;
    height:60px;
}

.overview_icon {
    background-image: url(../images/icons/overview-icon.png);
    background-repeat:no-repeat;
    background-position:center;
    width:60px;
    height:60px;
}

.interactions_icon {
    background-image: url(../images/icons/interactions-icon.png);
    background-repeat:no-repeat;
    background-position:center;
    width:60px;
    height:60px;
}

.deactivations_icon {
    background-image: url(../images/icons/deactivations-icon.png);
    background-repeat:no-repeat;
    background-position:center;
    width:60px;
    height:60px;
}

.search_icon {
    background-image: url(../images/icons/search.png);
    background-repeat:no-repeat;
    background-position:center;
    width:60px;
    height:60px;
}

.share_icon {
    background-image: url(../images/icons/share-ico.png);
    background-repeat:no-repeat;
    background-position:center;
    width:60px;
    height:60px;
}

.recent_icon {
    background-image: url(../images/icons/recent-icon.png);
    background-repeat:no-repeat;
    background-position:center;
    width:60px;
    height:60px;
}



.profile_header{
    width: auto;
    float:right;
    display: table;
    height: 60px;
}

.profile_img{
    width:60px;
    height: 60px;
    float:right;
    display: table;
}

.profile_dital{
    width:auto;
    height:60px;
    float:right;
    display: table;
    overflow: hidden;
}

.profile_name{
    width:auto;
    height:20px;
    float:left;
    font-size: 14px;
    font-weight: bold;
    color:#686868;
    line-height: 20px;
    margin: 10px 0 0 0;
}

.profile_jobtitle{
    width:100%;
    height:20px;
    float:left;
    display: table;
    font-size: 13px;
    font-weight:normal;
    color:#686868;
    line-height: 20px;
}

.profile_setting{
    width:32px;
    height:60px;
    float:right;
    display: table;
    font-size: 13px;
    font-weight:normal;
    color:#686868;
    line-height: 20px;
    margin: 0 5px 0 5px;
    position: relative;
}

.setting{
    background-color: #FFFFFF;
    border-radius: 0;
    box-shadow: 0 0 2px 0 #3A3A3A;
    color: #686868;
    display: none;
    float: left;
    font-size: 13px;
    font-weight: normal;
    height: auto;
    line-height: 20px;
    margin: 0;
    min-width: 140px;
    padding: 7px;
    position: absolute;
    right: 0;
    top: 62px;
    width: auto;
    z-index: 10;
}


.setting_arrow {
    background-image: url(../images/icons/setting-arrow.png);
    background-repeat:no-repeat;
    background-position:right;
    width:16px;
    height:12px;
    cursor: pointer;
    margin: -19px 0 0 0;
    float: right;
}

.setting_icon {
    background-image: url(../images/icons/setting.png);
    background-repeat:no-repeat;
    background-position:center;
    width:30px;
    height:30px;
    cursor: pointer;
    margin-top: 15px;
}

.setting_icon:hover{
    background-image: url(../images/icons/setting-hover.png);
}


.left_subcontent{
    width:100%;
    height:auto;
    display: table;
    float: left;
    background-color: #e4e3e3;
    padding: 10px;
    text-indent: 50px;
    background-image: url(../images/icons/new-member.png);
    background-repeat:no-repeat;
    background-position:left 5px;
    color:#949393;
    font-size: 16px;
}

.left_subcontent2{
    width:100%;
    height:auto;
    display: table;
    float: left;
    background-color: #fe454d;
    padding: 10px;
    text-indent: 50px;
    background-image: url(../images/icons/lastlogin.png);
    background-repeat:no-repeat;
    background-position:left;
    color:#fff;
    font-size: 16px;
}

.sub_leftcontent{
    width:100%;
    height:auto;
    display: table;
    float: left;
    padding: 5px;
    color:#949393;
    margin: 5px 0 0 0;
    border-bottom: dotted 1px ;
}

.sub_leftcontent2{
    width:100%;
    height:auto;
    display: table;
    float: left;
    padding: 5px;
    color:#949393;
    margin: 5px 0 0 0;
    font-size: 14px;
    text-indent: 11px;
}

.userimg{
    width:5%;
    height:auto;
    display: table;
    float: left;
    padding: 0 5px;
    color:#949393;
    border-right:#72b110 solid 2px;
    background-image: url(../images/icons/sid-arrow.png);
    background-repeat:no-repeat;
    background-position:right center;
    height: 80px;
}

.user_dital{
    width:65%;
    height:auto;
    display: table;
    float: left;
    padding: 0 5px 0 10px;
    color:#949393;
}


.profile_name2{
    width:100%;
    height:30px;
    float:left;
    font-size: 14px;
    font-weight:normal;
    color:#0089d0;
    line-height: 20px;
    margin: 5px 0 0 0;
}
.bo_so_cc{
    border: solid 1px #ccc;
}

.date{
    width:100%;
    height:20px;
    float:left;
    display: table;
    font-size: 13px;
    font-weight:normal;
    color:#b4b4b4;
    line-height: 20px;
    margin: 10px 0 0 0;
}

.rowcontent{
    width: 96%;
    display: table;
    margin: 1px auto 3px auto;
    /*    float: left;*/
    border-bottom: #ccc dotted 1px;
    padding: 0 10px  5px 0px;
}

.rowcontent2{
    width: 96%;
    display: table;
    margin: 50px auto 10px auto;
    /*    float: left;*/
    /*    padding:  5px;*/
}

.rowcontent3{
    width: 93%;
    display: table;
    margin: 20px auto 10px auto;
    /*    background-color: #f8f8f8;
        border:#ccc solid 1px;*/
    /*    float: left;*/
    /*    padding:  5px;*/
}

.rowcontent4{
    width: 96%;
    display: table;
    margin: 0px auto 10px auto;
}

.rowcontent5{
    width: 100%;
    display: table;
    padding: 0 0 0 12px;
    color: #444444;
    float: left;
    font-size: 16px;
}


.rowcontent5 samp{
    width: 100%;
    display: table;
    padding: 0 0 0 10px;
    color: #444444;
    float: left;
    font-size: 17px;
}


.columnontent_green{
    width: 100%;
    display: table;
    margin: 10px 0 0 0;
    float: left;
    border-left:#72b110 solid 2px;
    background-image: url(../images/icons/sid-arrow2.png);
    background-repeat:no-repeat;
    background-position:left center;
    padding: 0 0 0 10px;
}

.columnontent_yellow{
    width: 100%;
    display: table;
    margin: 10px 0 0 0;
    float: left;
    border-left:#f7cb38 solid 2px;
    background-image: url(../images/icons/sid-arrow3.png);
    background-repeat:no-repeat;
    background-position:left center;
    padding: 0 0 0 10px;
}

.columnontent_red{
    width: 100%;
    display: table;
    margin: 10px 0 0 0;
    float: left;
    /*    border-left:#72b110 solid 2px;*/
    background-image: url(../images/icons/red-circle.png);
    background-repeat:no-repeat;
    background-position:left center;
    padding: 0 0 0 30px;
}

.columnontent_orang{
    width: 100%;
    display: table;
    margin: 10px 0 0 0;
    float: left;
    /*    border-left:#72b110 solid 2px;*/
    background-image: url(../images/icons/orang-circle.png);
    background-repeat:no-repeat;
    background-position:left center;
    padding: 0 0 0 30px;
}
.birthday_corner{
    width: 100%;
    display: table;
    margin: 10px 0 0 0;
    float: left;
    background-repeat:no-repeat;
    background-position:left center;
    padding: 0 0 0 30px;
    position: relative;
}
.date_of_birth{
    color: #CF0F0F;
    font-size: 10px;
    left: 31px;
    position: absolute;
    top: -5px;
}
.rowtitletext{
    width: 100%;
    display: table;
    margin: 5px 0 0 0;
    float: left;
    font-size: 14px;
    color: #0089d0;
}

.rowtitletextsub{
    width:auto;
    display: table;
    float: left;
    font-size: 14px;
    color: #0089d0;
}


.rowmiddletext{
    width: 100%;
    display: table;
    margin: 5px 0 0 0;
    float: left;
    font-size: 12px;
    color: #333;
}

.rowmbottomtext{
    width: 100%;
    display: table;
    margin: 5px 0 0 0;
    float: left;
    font-size: 10px;
    color: #ccc;
    text-align: right;
}

.columnbox{
    width: 47%;
    margin: 2% 0 0 2%;
    height: 100px;
    background-color: #f8f8f8;
    border:#ccc solid 1px;
    float: left
}

.columnbox_marignleft{
    float: left;
}

.columnbox_marignright{
    float:right;
}

.member-icon, .message-icon, .reports-icon,.view-icon{
    width: 100%;
    margin: 5px 0 0 0;
    float: left;
    height: 32px;
    background-repeat:no-repeat;
    background-position:center;
}

.member-icon{
    background-image: url(../images/icons/member-1.png);
}

.message-icon{
    background-image: url(../images/icons/message.png);
}

.reports-icon{
    background-image: url(../images/icons/reports-1.png);
}

.view-icon{
    background-image: url(../images/icons/view.png);
}

.columnbox_numbers{
    width:100%;
    margin: 2% 0 0 0;
    height:auto;
    float: left;
    text-align: center;
    font-size: 20px;
    color:#444444;
}

.columnbox_text{
    width:100%;
    margin: 1% 0 0 0;
    height:auto;
    float: left;
    text-align: center;
    font-size: 14px;
    color:#888888;
}

.rowcontent3_title{
    width:100%;
    margin:2% 2% 0 0;
    height:auto;
    float: left;
    text-align:left;
    font-size: 16px;
    color:#ec3d68;
    padding:0;
}

.rowcontent3_text{
    width:92%;
    margin:2% 0;
    height:auto;
    text-align:left;
    font-size: 14px;
    color:#0089d0;
    padding:0 0 5px 0px;
    border-bottom:#ccc dotted 1px;
    float: left;
    font-size: 13px;
    line-height: 30px;
}

.rowcontent3_text samp{
    width:auto;
    height:auto;
    text-align:left;
    font-size: 12px;
    color:#888;
    padding:0 0 5px 0px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.calander_number{
    color: #636363;
    float: left;
    font-size: 24px;
    height: auto;
    margin: 2% 0 0;
    text-align:left;
    width: 100%;
    text-indent: 10px;
    text-shadow: 1px 1px 2px #FFFFFF;
}

.calander_text{
    color: #fe454d;
    float: left;
    font-size:13px;
    height: auto;
    margin: 2% 0 0;
    text-align:center;
    width: 100%;
    padding: 0 10px;
    text-shadow: 1px 1px 2px #FFFFFF;
}

.contentrow{
    width: 100%;
    height: auto;
    display: table;
    margin: 20px 0 10px 0;
    float: left;
}

.contentrowbutton{
    width: 100%;
    height: auto;
    display: table;
    margin: 10px 0 10px 0;
    float: left;
}

.contentsubrow{
    width: 50%;
    height: auto;
    display: table;
    padding: 0 10px;
    float: left;
    position: relative;
}
.contentsubrow2{
    width: 33.33%;
    height: auto;
    display: table;
    padding: 0 10px;
    float: left;
    position: relative;
}
.contentsubrow4{
    width: 25%;
    height: auto;
    display: table;
    padding: 0 10px;
    float: left;
    position: relative;
}

.contentsubrow3{
    width: 20%;
    height: auto;
    display: table;
    padding: 5px 0;
    float: left;
    font-size: 13px;
    color:#888;
    margin: 5px 0;
    position: relative;
}


.contentcolumn{
    width:100%;
    height: auto;
    display: table;
    margin: 5px 0;
    font-size: 14px;
    color:#666565;
    float: left;
    position: relative;
}

.contentcolumn2{
    width:100%;
    height:28px;
    margin: 5px 0;
    font-size: 14px;
    color:#666565;
    float: left;
}

.contentsubcolumn{
    width:100%;
    height: auto;
    display: table;
    padding:0 10px;
    font-size: 14px;
    color:#666565;
    float: left;
    position: relative;
}

.contentrow_title{
    width:100%;
    height: auto;
    display: table;
    margin: 0 0;
    font-size: 14px;
    color:#fff;
    float: left;
    padding: 5px 10px;
    background-color: #108DD2;
    font-weight: 700;
}
.contentrow_title:hover{
    background-color: #0885CA;
    cursor: pointer;
}


.inputtexbox{
    width: 100%;
    height: 28px;
    border:#bdbdbd solid 1px;
    padding: 0 5px;
    background-color:#e4e3e3;
    font-size: 13px;
    color:#444;
    border-radius: 0 !important;
}

.inputtexboxamount{
    width: 100%;
    height: 28px;
    border:#bdbdbd solid 1px;
    padding: 0 5px;
    background-color:#e4e3e3;
    font-size: 13px;
    color:#444;
}
.inputtexbox_textarea{
    width: 100%;
    min-height: 50px;
    border:#bdbdbd solid 1px;
    padding: 0 5px;
    background-color:#e4e3e3;
    font-size: 13px;
    color:#444;
    resize: vertical;
}
.inputdropdown{
    background-color:#e4e3e3;
    width: 100%;
    padding: 3px;
    font-size: 14px;
    line-height: 1;
    height: 30px;
    -webkit-appearance: none;
    color:#444;
    border:#bdbdbd solid 1px;

}

.button{
    width:auto;
    height: 30px;
    border:#ccc solid 1px;
    padding: 5px 10px;
    background-color:#f88c00;
    font-size: 13px;
    color:#fff;
    line-height: 18px;
}

.button_left{
    float: left;
}

.button_right{
    float:right;
}



.containermap{
    width: 100%;
    height: 100%;
    background-image: url(../images/map.png);
    background-repeat:no-repeat;
    background-position:top center;
}

.login_content{
    width: 440px;
    height: 400px;
    /*    background-color: #fff;*/
    /*    border:#ccc solid 1px;*/
    margin: 60px auto 0 auto;
}



.logocontentlogin {
    width:auto;
    height:auto;
    float: left;
    display: table;
}

.logocontenticon {
    width:84px;
    height:78px;
    float:right;
    /*    display: table;*/
    background-image: url(../images/login.png);
    background-repeat:no-repeat;
    background-position:top center;
    margin-top: 10px;
}

.contentrowlogin{
    width: 100%;
    height: auto;
    display: table;
    margin: 0 0 0 0;
    float: left;
    position: relative;
}

.inputtexboxlogin{
    width: 100%;
    height:35px;
    border:#bdbdbd solid 1px;
    padding: 0 5px 0 5px;
    background-color:#fff;
    font-size: 13px;
    color:#444;
    line-height: 32px;

}


.selectdrop {
    background-color:#e4e3e3;
    width: 100%;
    padding: 3px;
    font-size: 14px;
    line-height: 1;
    height: 30px;
    -webkit-appearance: none;
    color:#444;
    border:#bdbdbd solid 1px;

}

.oopsimg {
    width:500px;
    height:174px;
    float:left;
    display: table;
    background-image: url(../images/oops.png);
    background-repeat:no-repeat;
    background-position:top center;
    margin-top: 10px;
}


.opps_content{
    width: 38%;
    height: 400px;
    /*    background-color: #fff;*/
    /*    border:#ccc solid 1px;*/
    margin: 60px auto;
}

.opps_row{
    width:100%;
    height:auto;
    display: table;
    margin: 10px 0 0 0;
    font-size:14px;
    font-weight: normal;
    color:#444;
    float: left;
    padding-left: 20px;
}

.opps_row span{
    width:100%;
    height:auto;
    display: table;
    font-size:26px;
    font-weight: normal;
    color:#fe454d;
    float: left;
}

.box, .box1, .box2, .box3{
    height:auto;
    display: table;
    float: left;
}

.box{
    width:auto;
    background-color:#f9f8f8;
    border:#ccc solid 1px;
    display: table;
    font-size:13px;
    font-weight: normal;
    color:#333;
}

.boxmargin_right{
    float:right;
}

.boxmargin_left{
    float:left;
}



.box1{
    width:auto;
    background-color:#f9f8f8;
    display: table;
    /*font-size:14px;*/
    font-weight: normal;
    color:#444;
    padding: 10px;
    border-right: #ccc solid 1px;
}

.box2{
    width:auto;
    background-color:#f9f8f8;
    display: table;
    /*font-size:14px;*/
    font-weight: normal;
    color:#888;
    padding: 10px;

}

.box2 span{
    width:auto;
    display: table;
    /*font-size:14px;*/
    font-weight: normal;
    color:#0089d0;
    float:right;
    padding: 0 0 0 3px;
}

.box3{
    width:auto;
    background-color:#f9f8f8;
    display: table;
    /*font-size:14px;*/
    font-weight: normal;
    color:#888;
    padding: 1px 0 0 0;

}

.xlbutton{
    width:40px;
    height:40px;
    float:left;
    display: table;
    background-image: url(../images/icons/xl.png);
    background-repeat:no-repeat;
    background-position:center;
    background-color:#599003;
    border: 0;
    float: left;
    padding: 0;
    margin: 0 0 0 0px;
}

.xlbutton:hover{
    background-color:#4c7b02;
}

.pdfbutton{
    width:38px;
    height:38px;
    float:left;
    display: table;
    background-image: url(../images/icons/pdf.png);
    background-repeat:no-repeat;
    background-position:center;
    background-color:#fe454d;
    border: 0;
    float: left;
    padding: 0;
    margin: 0 0 0 1px;
}

.pdfbutton:hover{
    background-color:#e93e46;
}

.txtbutton{
    width:38px;
    height:38px;
    float:left;
    display: table;
    background-image: url(../images/icons/txt.png);
    background-repeat:no-repeat;
    background-position:center;
    background-color:#39d4d6;
    border: 0;
    float: left;
    padding: 0;
    margin: 0 1px 0 1px;
}

.txtbutton:hover{
    background-color:#34c2c4;
}

.tablestyle{
    width: 100%;
}

.tablestyle tr{
    width: 100%;
}

.tablestyle th{
    background-color:#0089d0;
    border:#fff solid 0.5px;
    color:#fff;
    padding:10px 5px;
    font-size: 14px;
    font-weight: normal;
    text-align: center;

}

.tablestyle td{
    background-color:#f3f2f2;
    border:#fff solid 0.5px;
    color:#3f3f3f;
    padding:10px 5px;
    font-size: 12px;
    font-weight: normal;
    text-align:left;
}

.tablestyle td.td1
{
    background-color:#39d4d6;
    border:#fff solid 0.5px;
    color:#3f3f3f;
    padding:10px 5px;
    font-size: 12px;
    font-weight: normal;
    text-align:left;

}


.tablestyle td.td2
{
    background-color:#72b110;
    border:#fff solid 0.5px;
    color:#3f3f3f;
    padding:10px 5px;
    font-size: 12px;
    font-weight: normal;
    text-align:left;

}




.edite{
    width:18px;
    height:18px;
    float:left;
    display: table;
    background-image: url(../images/icons/edite.png);
    background-repeat:no-repeat;
    background-position:top center;
    border: 0;
    float:right;
    padding: 0;
    margin: 0 10px 0 10px;
    background-color: #F3F2F2;
}
.edite_no{
    width:18px;
    height:18px;
    float:left;
    display: table;
    background-image: url(../images/icons/edite_no.png);
    background-repeat:no-repeat;
    background-position:top center;
    border: 0;
    float:right;
    padding: 0;
    margin: 0 10px 0 10px;
    background-color: #F3F2F2;
    cursor: none !important;
}

.edite:hover{
    background-position:bottom center;
}

.delete{
    width:18px;
    height:18px;
    float:left;
    display: table;
    background-image: url(../images/icons/delete.png);
    background-repeat:no-repeat;
    background-position:top center;
    border: 0;
    float:right;
    padding: 0;
    margin: 0 10px 0 10px;
    background-color: #F3F2F2;
}
.confirm{
    width:18px;
    height:18px;
    float:left;
    display: table;
    background-image: url(../images/Correct.png);
    background-repeat:no-repeat;
    background-position:top center;
    border: 0;
    float:right;
    padding: 0;
    margin: 0 10px 0 10px;
    background-color: #F3F2F2;
}

.nonconfirm{
    width:18px;
    height:18px;
    float:left;
    display: table;
    background-image: url(../images/Closet.png);
    background-repeat:no-repeat;
    background-position:top center;
    border: 0;
    float:right;
    padding: 0;
    margin: 0 10px 0 10px;
    background-color: #F3F2F2;
}


.delete_no{
    width:18px;
    height:18px;
    float:left;
    display: table;
    background-image: url(../images/icons/delete_no.png);
    background-repeat:no-repeat;
    background-position:top center;
    border: 0;
    float:right;
    padding: 0;
    margin: 0 10px 0 10px;
    background-color: #F3F2F2;
    cursor: none !important;
}


.delete:hover{
    background-position:bottom center;
}

.confirm:hover{
    background-position: bottom center;
}

.inte{
    width:18px;
    height:18px;
    float:left;
    display: table;
    background-image: url(../images/icons/inte.png);
    background-repeat:no-repeat;
    background-position:top center;
    border: 0;
    float:right;
    padding: 0;
    margin: 0 10px 0 10px;
    background-color: #F3F2F2;
}


.inte:hover{
    background-position:bottom center;
}

.money{
    width:18px;
    height:18px;
    float:left;
    display: table;
    background-image: url(../images/icons/money.png);
    background-repeat:no-repeat;
    background-position:top center;
    border: 0;
    float:right;
    padding: 0;
    margin: 0 10px 0 10px;
    background-color: #F3F2F2;
}


.money:hover{
    background-position:bottom center;
}

.u_privilage{
    width:18px;
    height:18px;
    float:left;
    display: table;
    background-image: url(../images/icons/u_privilage.png);
    background-repeat:no-repeat;
    background-position:top center;
    border: 0;
    float:right;
    padding: 0;
    margin: 0 10px 0 10px;
    background-color: #F3F2F2;
}
.u_privilage:hover{
    background-position:bottom center;
}
.u_privilage_no{
    width:18px;
    height:18px;
    float:left;
    display: table;
    background-image: url(../images/icons/u_privilage_no.png);
    background-repeat:no-repeat;
    background-position:top center;
    border: 0;
    float:right;
    padding: 0;
    margin: 0 10px 0 10px;
    background-color: #F3F2F2;
    cursor: none;
}

.iterative{
    width:18px;
    height:18px;
    float:left;
    display: table;
    background-image: url(../images/icons/iterative.png);
    background-repeat:no-repeat;
    background-position:top center;
    border: 0;
    float:right;
    padding: 0;
    margin: 0 10px 0 10px;
    background-color: #F3F2F2;
}
.iterative:hover{
    background-position:bottom center;
}



.paging{
    width: 100%;
    height: auto;
    display: table;
}

.paging ul{
    width: 100%;
    height: auto;
    display: table;
    list-style: none;
    float: left;
}

.paging li{
    width:auto;
    height: auto;
    display: table;
    list-style: none;
    float: left;
    padding: 10px;
    font-size:13px;
    color: #444;
    background-color: #eee;
    margin: 5px 5px 0 0;
}

.paging li a{
    width:auto;
    height: auto;
    display: table;
    color: #444;
    text-decoration: none;

}

.paging li:hover{
    width:auto;
    height: auto;
    display: table;
    color: #444;
    background-color: #ccc;

}


.table_scrollbar{
    overflow-x: auto;
    width: 918px;
    height: 400px;
    overflow: auto;
}
.table_toots{
    min-width: 170px;
}
.menu li > ul{
    margin: 1% 3%;
    width: 99%;
}
.li_top_border > ul > li {
    background-color: #EDEDED;
    border: 1px solid #CBCBCB;
    margin: 0 1%;
    width: 30%;
    padding: 5px;
    /*    box-shadow: 0 0 5px rgba(0, 0, 0, 0.18);*/
    /*    text-align: center;*/
}
.li_top_border > ul > li:hover {
    background-color: #ffffff;
    border: 1px solid #CBCBCB;
    margin: 0 1%;
    width: 30%;
    padding: 5px;
    /*    box-shadow: 0 0 5px rgba(0, 0, 0, 0.18);*/
    /*    text-align: center;*/
}

.li_top_border{
    /*   border-top: solid 2px #cccccc;*/
}
.error_msg{
    color: #D54040;
    position: relative;
    right: -264px;
    top: -70px;
    z-index: 100;

}
.height_110px{
    /*   height: 80px;*/
}
.wi_100pt{
    width: 100%;
}
.ma_top_30px{
    margin-top: 30px ;
}
.wi_118{
    width: 118px;
}
.wi_25pt{
    width: 25%;
}
.add_button{
    color: #428BCA !important;
    display: table;
    padding: 10px 4px !important;
    float: right;
}
.add_button:hover{
    color: #044D8C  !important;
    display: table;
    padding: 10px 4px !important;
}
.add_button:focus{
    color: #044D8C  !important;
    display: table;
    padding: 10px 4px !important;
}
.wi_auto{
    width: auto;
}
.lable_auto{
    line-height: 30px;
    margin-right: 1%;
    width: auto;
}
.wi_60pt{
    width: 60%;
}
.inputtexboxlogin_error {
    background-color: #FFFFFF;
    border: 1px solid #D30F0F;
    color: #444444;
    font-size: 13px;
    height: 35px;
    line-height: 32px;
    padding: 0 5px;
    width: 100%;
}
.pagin_div{
    display: table;
    width: 100%;
    padding: 23px 9px 0;
}
.pagin_div select{
    border: 1px solid #FFFFFF;
    margin: 1px 0 0 !important;
    outline: 1px solid #CCCCCC;
    padding: 2px 3px !important;
    width: 6% !important;
    background-color: #fff !important;
}
#page{
    background-color: #599003;
}



input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.save_ico{
    width: 30px;
    height: 30px;
    /*   background-color: #0089d0;*/
    background-image: url(../images/icons/save.png);
    background-size: 100% auto;
}
.print_ico{
    width: 30px;
    height: 30px;
    /*   background-color: #3f3f3f;*/
    background-image: url(../images/icons/print.png);
    background-size: 100% auto;
}
.print_ico:hover ,.save_ico:hover{
    background-position:bottom;
    cursor: pointer;
}
.save_posi{
    position: absolute;
    bottom: -50px;
    right: 62px;
}
.print_posi{
    position: absolute;
    bottom: -50px;
    right: 12px;
}
.print_ico input{
    width: 30px;
    height: 30px;
    opacity: 0;
}
.save_posi input{
    width: 30px;
    height: 30px;
    opacity: 0;
}
.togle_ico{
    background-image: url("../images/icons/togle.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 25px;
    right: 5px;
    position: absolute;
    top: 4px;
    width: 22px;
    background-position: top !important;
}
.togle_ico_h{
    background-image: url("../images/icons/togle.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 25px;
    right: 5px;
    position: absolute;
    top: 2px;
    width: 22px;
    background-position: bottom ;

}
.toggle_icon_h{
    background-image: url("../images/icons/togle.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 25px;
    right: 5px;
    position: absolute;
    top: 4px;
    width: 22px;
    background-position: top;
}
.toggle_icon{
    background-image: url("../images/icons/togle.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 25px;
    right: 5px;
    position: absolute;
    top: 2px;
    width: 22px;
    background-position: bottom !important;
}

.share_ico{
    background-image:url("../images/icons/share.png") ;
    height: 25px;
    position: absolute;
    right: 9px;
    top: 12px;
    width: 75px;

}
.share_ico:hover{
    background-image:url("../images/icons/share_h.png") ;
    cursor: pointer;
}
.share_ico a{
    opacity: 0;
    display: block;
}

.contentsubrow10 {
    color: #888888;
    display: table;
    float: left;
    font-size: 14px;
    height: auto;
    margin: 5px 0;
    padding: 5px 10px;
    width: auto;
}
.title_lable_load{
    color: #108DD2;
    float: left;
    font-size: 14px;
    max-width: 26%;
    padding: 10px 0;
    width: auto;
}


.brows_button_pic{
    opacity: 0;
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;

}
.contentcolumn_borws{
    margin-bottom: 14px;
    float: left;
    width: 139px;
    height: 159px;
    background-image: url(../images/icons/add_profile_pic.png);
    background-repeat: no-repeat;
    position: relative;
    margin: 10px 0;
}
.contentcolumn_borws:hover{
    background-image: url(../images/icons/add_profile_pic_h.png);
    background-repeat: no-repeat;
}


.profile_upload{
    height: 121px;
    margin-left: 3px;
    margin-top: 35px;
    overflow: hidden;
    width: 131px;
}

.wi_50pt{
    width: 50%;
}
.pa_0{
    padding:  0;
}
.bo_none{
    border: none;
}
.tooltipBoxNew{
    width: 250px;
}
.headline_tip{
    padding: 5px 3px;
    width: 70px;
    color: #0089D0;
    float: left;
    /*    margin:4px 0px;*/
    text-shadow: none;
    text-shadow: 1px 1px 1px #ccc;
    line-height: 24px;

}
.line_tooltip{
    padding: 5px 0;
    color: #DF0909;
    line-height: 24px;
    width: 160px;
    display: table;

}
.wi_300px{
    width: 300px;
}
.add_pos_abso{
    display: flex;
    width: 100%;
    padding: 0;
    border-radius: 3px;
    overflow: hidden;
    /* border: solid 1px #ccc; */
    box-shadow: 0px 0px 5px -3px #ccc;
    margin-top: 5px;

}
.add_pos_abso a {
    background-color: #1565C0;
    display: inline-block;
    line-height: 40px;
    width: 50%;
    text-align: center;
    color: #fff;
    
}
.add_pos_abso a:nth-child(2) {
    box-shadow: 4px 0 1px -3px #fff inset;
}
.add_pos_abso a:hover,
.add_pos_abso a:focus,
.add_pos_abso a:active{
    color: #fff;
    text-decoration: none;
    border: none;
    outline: none;
    background-color: #0D47A1;
}
.user_load_div{
    background-color: #CCCCCC;
    border: 1px solid;
    height: 250px;
    overflow: auto;
}
.select_load_user{
    background-color: #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
    box-shadow: 0 0 1px;
    color: #555355;
    cursor: pointer;
    line-height: 25px;
    margin: 2px 0;
    padding: 0 10px;
}
.checkbox_absalute{
    position: absolute;
    right: 100px;
}
.delete_absalute_new{
    position: absolute;
    right: 125px;
}
.table_sorler{
    overflow: auto;
    width: 1021px;
}
.no_result{
    color: #ff0000;
    text-align: center;
    line-height: 30px;
}

/*.blue_shade{
    background-color: #f2ffff;
}
.grean_shade{
    background-color: #f2f8e9;
}
.yellow_shade{
    background-color: #fffbef;
}
.red_shade{
    background-color: #FFEAEC;
}
.orrange_shade{
    background-color: #ffe5c4;
}
.indigo_shade{
    background-color: #fbf3fe;
}*/
.check_in{
    color: #920000;
    font-size: 18px;
    line-height: 0;
    position: absolute;
    top: 4px;
}
.pad__l_25px{
    padding: 0 45px;
}
.table_col{
    background-color: #E4E4E4 !important;
}
.cont_check{
    display: table;
    float: right;
    font-size: 14px;
    height: auto;
}
.edit_button_hide{
    top: 0;
    position: absolute;
    right: 0;
    /*   display: none;*/
}
.alert-Permission_1{
    background-color: #D24A67;
    border-color: #108DD2;
    color: #FFFFFF;
    left: 0;
    line-height: 71px;
    opacity: 0.5;
    outline: 1px solid #108DD2;
    padding: 0 5px;
    position: absolute;
    text-align: center;
    top: -10px;
    width: 100%;
}
.msg_span{
    background-color: #ffac1c;
    border: 1px solid #ff8000;
    border-radius: 10px;
    box-shadow: 0 0 3px -1px #d70000;
    color: #333;
    font-size: 10px;
    padding: 2px 11px;
}
.edit_ico_btn {
    background-color: transparent;
    background-image: url("../images/icons/edite.png");
    background-repeat: no-repeat;
    border: medium none;
    height: 19px;
    opacity: 0.5;
    position: absolute !important;
    right: 0;
    top: 10px;
    width: 32px;
}
.edit_ico_btn:hover {
    background-position: left bottom;
    opacity: 1;
}

.doc-text{
    width:100%;
    height:auto;
    display: inline-block;
    margin-bottom: 5px;
    float: left;
}

.doc-text-align{
    text-align: right;
}

.doc-text-font{
    font-size: 12px;
}

.doc-text-font2{
    font-size: 10px;
}

.edit_ico_btn-doc {
    background-color: transparent;
    background-image: url("../images/icons/edite.png");
    background-repeat: no-repeat;
    border: medium none;
    height: 19px;
    opacity: 0.5;
    position: absolute !important;
    right:246px;
    top: 10px;
    width: 32px;
    float:left;
}
/*@media print {
    #sortable_main {
        height: 100%;
    }
    #sortable_main > div {
        height: 100% !important;
    }
    .ui-resizable:nth-child(6n) {
        background-color: #f00;
        page-break-after: always;
        page-break-inside: avoid;
    }
    .ui-resizable {
        background-color: #f00;
        height: 16.66666666666667% !important;
    }
}*/


/* Print styles */


@media print {
    .no-break {
        color: #f00;
        page-break-inside: avoid;
        position: relative;
    }
}
@page {
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media screen {

    #sortable_main {
        padding: 0 15px;
    }
}

.tableNewLook {
    overflow-y: : auto;

}
.tableNewLook > table {
    width: 100%;
    margin-bottom: 30px;
}
.tableNewLook th.discriotion {
    width: 40%;
}
.tableNewLook > table {
    width: 100%;
    border: 1px solid #14949b;
}
.tab-pane.discriotion {
}
.tableNewLook th.oldData {
    width: 30%;
}
.tableNewLook th.newData {
    width: 30%;
}
.tableNewLook td, .tableNewLook th {
    line-height: 30px;
    padding: 5px 15px;
    border-right: 1px solid #14949b;
    border-bottom: 1px solid #14949b; 
}
.tableNewLook th {
    background-color: #008080;
    color: #ffffff;
    line-height: 40px;
}
.tableNewLook td:nth-child(3), .tableNewLook th:nth-child(3) {
    /*border-right: 0 none;*/
}
.tableNewLook td:nth-child(3){
    color: #008080;
}
.tableNewLook td:nth-child(2){
    color: #a0522d;
}

.tableNewLookAncor {
    background-color: #87ceeb;
    display: block;
    line-height: 40px;
    margin-bottom: 5px;
    padding: 0 15px;
    font-size: 16px;
}
.tableNewLookAncor:hover {
    color: #333;
}
.tableNewLookAncor > span {
    color: #333333;
}
.changeIcon{
    float: right; 
    margin-top: 6px;
}
.btnTable{

    background-color: #eeeeee;
}
.btnTable td{
    padding: 10px 5px;
}
.notify {
    background-color: #ff3636;
    border-radius: 20px;
    color: #ffffff;
    display: block;
    font-size: 11px;
    line-height: 13px;
    min-width: 24px;
    padding: 2px;
    position: absolute;
    right: 0;
    text-align: center;
    top: -10px;
    box-shadow: 0 0 4px #ccc;
}
.bordertab > li > a {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.exDateClass > span,
.quantityClass > span{
    color: #14949b;
    padding-left: 10px;
}

.desiable, .desiable:hover, .desiable:focus, .desiable:active {
    background-position: 0 0;
    color: #ff0000 !important;
    cursor: not-allowed;
    opacity: 0.3 !important;
}


.make_payment{
    width:32px;
    height:32px;
    float:left;
    display: table;
    background-image: url(../images/icons/payment_icon.png);
    background-repeat:no-repeat;
    background-position:top center;
    border: 0;
    float:right;
    padding: 0;
    margin: 12px 10px;
}

.make_report{
    width:32px;
    height:32px;
    float:left;
    display: table;
    background-image: url(../images/icons/report.png);
    background-repeat:no-repeat;
    background-position:top center;
    border: 0;
    float:right;
    padding: 0;
    margin:  12px 10px;

}
.make_report:hover,
.make_payment:hover,
.make_interaction:hover{
    opacity: 0.5;
}

.make_interaction{
    width:32px;
    height:32px;
    float:left;
    display: table;
    background-image: url(../images/icons/Interaction.png);
    background-repeat:no-repeat;
    background-position:top center;
    border: 0;
    float:right;
    padding: 0;
    margin: 0 10px 0 10px;
    background-color: #F3F2F2;
}

.send_mail{
   
}
.send_mail span.glyphicon.glyphicon-envelope {
    color: #fff;
    /* border: solid 1px #ccc; */
    float: left;
    display: block;
    width: 26px;
    height: 22px;
    background-color: #0089d0;
    line-height: 22px;
    text-align: center;
    margin-right: 5px;
    border-radius: 2px;
    font-size: 11px;
    margin-top: 3px;
}
.ma_top_10px{
    margin-top: 10px;
}
.alert-danger {
    color: #e60000;
    line-height: 30px;
    right: 10px;
    top: 1px;
    width: auto;
    text-align: center;
    background-color: rgba(255,0,0,0.3);
    font-size: 12px;
}
.alert-danger label{
    display: block;
    margin: 0;
}
.box2{
    border-right: #ccc solid 1px;
}

.tagsInput {
    position: absolute;
    background-color: #fff;
    top: 1px;
    left: 1px;
    line-height: 26px;
    padding: 0 10px;
    width: 110px;
}
.tagsInputText {
    padding-left: 120px !important;
}
.contentcolumn b {
    color: teal;
}
.detaiwiew {
    padding: 5px 15px;
    line-height: 32px;
    display: table;
    width: 100%;
}
.detaiName {
    float: left;
    padding-right: 30px;
    width: 185px;

}
.detailContent {
    display: table;
}
.alert-danger_payment {
    color: #e60000;
    height: 30px;
    line-height: 25px;
    padding: 0 7px;

    right: 10px;
    top: 1px;
    width: auto;
    font-style: italic;
    text-shadow: 0 0 7px #fff;
}
.btn{
    text-indent: 0;
}
.btnRight {
    float: right;
    margin-top: 4px;
    margin-right: 4px;
    padding: 5px 15px;
}
label{
    font-weight: normal;
}
.inputCheckBox{
    padding-top: 20px;
}

.paramiterItems {
    width: auto;
    min-width: 200px;
    float: left;
    /*border: solid 1px #EF6C00;*/
    background-color: #efefef;
    padding: 0 10px;
    border-radius: 3px;
    margin-right: 5px;
    margin-bottom: 5px;
    line-height: 32px;
}

.paramiterBox {
    padding: 0 10px;
    width: 100%;
}

.paramiterItems span:first-child {
    color: #333;
}

.paramiterItems span {
    color: #EF6C00;
}
span.numberOfRecord {
    font-size: 12px;
    margin-left: 15px;
    color: #333;
}
.ButtonField{
    float: right;
    padding-right: 5px;
}
.numberOfRecord > a {
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    margin-right: 5px;
    padding: 5px 15px;
}
.numberOfRecord > a:hover{
    background-color: #f0ad4e;
}

.ErrorHint {
    color: #d54b4b;
    font-size: 12px;
    padding: 0 10px;
    position: absolute;
    right: 0;
    top: 7px;
}
.ErrorHint > span {
    font-weight: bold;
}
.ErrorHint p {
    background-color: #d54b4b;
    border-radius: 3px;
    color: #ffffff;
    height: 0;
    opacity: 0;
    /*padding: 10px 15px;*/
    position: absolute;
    right: 10px;
    top: -6px;
    white-space: nowrap;
    width: 0;
    transition: opacity 0.3s ease-in 0s;
    -webkit-transition: opacity 0.3s ease-in 0s;
}
.ErrorHint:hover p{
    opacity: 1;
    width: auto;
    height: auto;
    top: 22px;
    padding: 10px 15px;
    cursor: pointer;
}
.detaiwiew:nth-child(2n+2) {
    background-color: #fcfcfc;
}
.es-input {
     background: #e2e2e2 none repeat scroll 0 0 !important;
    border: 1px solid #cccccc;
    border-radius: 0 !important;
    padding: 3px !important;
    width: 100% !important;
}
.detaiName > b {
    font-weight: normal;
    color: #00838f;
}
.tooltip{
    white-space: nowrap !important;
    padding: 5px 10px !important;
    margin: 0 !important;
    width: auto !important;
    text-indent: 0 !important;
    background-color: #000;
}
.tooltip *{
    white-space: nowrap !important;
    padding: 0 !important;
    margin: 0 !important;
    width: auto !important;
    float: left !important;
    text-indent: 0 !important;
    background-color: transparent;
}
.popover{
    white-space: nowrap;
    max-width: 400px;
}
.iconMenu{
    line-height: 30px;
    
}
.iconMenu i {
    color: #686868;
    font-size: 26px;
    padding: 0;
     vertical-align: middle;
    width: 47px;
    
}
.iconMenu:hover i{
    color: #010101;
}

.togleNavList a {
  line-height: 33px;
  display: block;
}
.togleNavList a:hover {
  color: #558B2F;
}
.btnBack{
    background-color: #008080;
}
.ash_color_headline{
    background-color: #ccc;
    text-indent: 15px;
}
.imageIcons {
    margin-top: 10px;
}
.imageIcons a{
    background-color: transparent;
}
.table_sorler td{
    white-space: nowrap;
}

.btn_ {
   background-color: #cccccc;
  display: inline-block;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  /*border: 1px solid transparent;*/
  border-radius: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}

.alert.alert-error {
    background-color: rgba(255, 0, 0, 0.2);
    border: 1px solid;
    color: #ff0000;
}

.tagsInputText ~ .ErrorHint {
    right: -10px;
    top: 30px;
}
.alert-success{
      background-color: rgba(0, 255, 0, 0.2);
    border: 1px solid #006400;
    color: #006400;
    left: 0px;
    line-height: 25px;
    top: 0px;
    width: 100%;
    position: relative;
    outline: none;
    padding: 15px;
    text-align: left;
}
.contentsubcolumn > .ErrorHint {
    right: 20px;
}

.PaymentMethodIcon{
    width:100%;
    height: 32px;
    background-image: url("../images/icons/credit-card.png");
    background-repeat:no-repeat;
    background-position:left top;
    float: left;
    padding:0 0 0 45px;
    line-height: 32px;
}


.PurposeofcontributionIcon{
    width:100%;
    height: 32px;
    background-image: url("../images/icons/make-an-online-donation.png");
    background-repeat:no-repeat;
    background-position:left top;
    float: left;
    padding:0 0 0 45px;
    line-height: 32px;
}
.full-clear {
    display: table;
    width: 100%;
}

.customdata-para {
       margin-top: 15px;
    display: flex;
    width: 100%;
    line-height: 34px;
    background-color: #f5f5f5;
    padding: 5px 5px 5px 10px;
}
.customdata-para span.lable-name {
    white-space:  nowrap;
}



.custom-search-para button {
    margin: 2px 4px 0 12px;
}

.custom-search-para input[type="radio"] {
    margin-left: 10px;
        margin-top: 11px;
}
.custom-search-para {
    display: flex;
    align-items: flex-start;
    white-space: nowrap;
    background-color: #e4e4e4;
    border-radius: 3px;
    margin-left: 15px;
    margin-left: auto;
}
.custom-search-para input[type="text"] {
    margin-top: 2px;
    height: 30px;
    background-color: #fff;
    margin-right: 2px;
}

h4.change-confirm-color {
    color: #00838f;
        margin-top: 0;
}
.new-pul-row {
    background-color: #004248;
    display: table;
    width: 100%;
    /*margin-bottom: 10px;*/
    padding: 5px 15px;
}

.new-pul-row .contentcolumn {
    color: #fff;
}
.new-pul-row .contentcolumn strong {
    display: block;
    color: #df8a10;
    font-weight: 600;
    font-size: 14px;
}

.fm-show-grop label {
    display: block;
    color: #494949;
}

.fm-show-grop {
    margin-bottom: 20px;
    color:  #999999;
}
.error-msg{
    color: #ff0000;
    text-align:right;
        float: right;
}
.fm-show-grop samp{
    color: #ff8f03;
    font-weight: bolder;
}