/**
* Template Name: Cairo Systems
*/
/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@font-face {
font-family: 'Myriad Pro Regular';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Regular'), url('../fonts/myriadpro/MYRIADPRO-REGULAR.woff') format('woff');
}
@font-face {
font-family: 'Arial Regular';
font-style: normal;
font-weight: normal;
src: local('Arial Regular'), url('../fonts/arial/ARIAL.woff') format('woff');
}
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
	font-family: 'Myriad Pro Regular';
	color: #919191;
	background-color: #eeeeee;

	height: 100vh;
}
body main {
	height: calc(100% - 143px);
}
.service-list .container-fluid {
	max-width: 1920px;
}
.container-fluid {
	max-width: 1920px;
}
.client-page,
.client-page > .container-fluid,
.client-page > .container-fluid > .row {
    height: 100%;
}
.client-page .client-data-left {
	overflow: scroll;
	height: 105%;
}
.client-page .tab-main {
    overflow: scroll;
	height: 105%;
}
.per40{
	-ms-flex: 0 0 40%;
    flex: 0 0 40%;
	max-width: 40%;
}

.per60{
	-ms-flex: 0 0 60%;
    flex: 0 0 60%;
	max-width: 60%;
}
.mt-40 {margin-top: 40px;}
.no-right-padding {padding-right: 0px;}

#mySidenav::-webkit-scrollbar {
	width: 6px;
  }
  #mySidenav::-webkit-scrollbar-track {
	background: #f1f1f1;
  }
  #mySidenav::-webkit-scrollbar-thumb {
	background: #888;
  }
  #mySidenav::-webkit-scrollbar-thumb:hover {
	background: #555;
  }

.client-page .client-data-left::-webkit-scrollbar {
  width: 6px;
}
.client-page .client-data-left::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.client-page .client-data-left::-webkit-scrollbar-thumb {
  background: #888;
}
.client-page .client-data-left::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.client-page .tab-main::-webkit-scrollbar {
  width: 6px;
}
.client-page .tab-main::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.client-page .tab-main::-webkit-scrollbar-thumb {
  background: #888;
}
.client-page .tab-main::-webkit-scrollbar-thumb:hover {
  background: #555;
}
a {
  color: #9d2236;
}
a:hover {
  color: #434343;
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Myriad Pro Regular';
}
.nav-tabs {border-bottom:none; margin-bottom:6px;}
.nav-tabs .nav-item .nav-link {padding: .2rem 0.6rem;}
.nav-tabs .nav-item {
	margin-right: 10px;
}
.cairo-btn {
	background-image: url(../img/btn-repeat.png);
    font-size: 20px;
    min-width: 92px;
    border-radius: 50px !important;
    border: 1px solid #4cb14b;
    color: #000 !important;
    font-weight: bold;
    text-decoration: unset !important;
    line-height: 11px;
    padding: 8px;
}

.form-group {
	margin-bottom: 6px;
}
.form-control {
	border: 2px solid #cdcdcd;
	border-radius: 0;
	height:30px;
}
.login-part .form-group {
	margin-bottom: 10px;
}

.login-part .form-control {
	/*border: 2px solid #eaeaea;*/
    border: 2px solid #cdcdcd;
	border-radius: 0;
	height:auto;
}
.form-group select {
	padding-top: 1px !important;
    padding-bottom: 1px;
}
.form-control:focus {
    box-shadow: 0 0 0 1px rgb(145 145 145 / 50%);
    border-color: transparent;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #fff;
}
.grid-checkbox {
    height: 15px;
    margin-top: 5px;
}
label {font-size:15px;}
.btn {
	border-radius: 0px;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: unset;
}
.btn-primary {
    background-color: #9d2236;
    border-color: #9d2236;
}
.btn-primary:hover {
    background-color: #7f1426;
    border-color: #7f1426;
}
.toggle.btn.btn-light, .toggle.btn.btn-outline-light{
	border-color: initial;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    /*background-color: #7f1426;
	border-color: #7f1426; */
	background-color: transparent;
    border-color:transparent;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(127,20,38,.5);
}
.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #7f1426;
    border-color: #7f1426;
    box-shadow: 0 0 0 0.2rem rgba(127,20,38,.5);
}
.btn-secondary {
    background-color: #919191;
    border-color: #919191;
}
.btn-secondary:hover {
    background-color: #919191;
    border-color: #919191;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    background-color: #919191;
    border-color: #919191;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(145,145,145,.5);
}

.dropdown-item.active, .dropdown-item:active {
    text-decoration: none;
    background-color: #7f1426;
    border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #7f1426;
}
tr.bg-warning td.action a.dropdown-toggle {
    color: #fff !important;
}
tr td.action a.dropdown-toggle {
    font-size: 40px;
    line-height: 15px;
	color: #999;
}
table.dataTable.display tbody tr.bg-warning > .sorting_1,
table.dataTable.order-column.hover tbody tr.bg-warning > .sorting_1 {
    background-color: transparent;
}
table.dataTable.display tbody th.action,
table.dataTable.display tbody td.action {
	width: 80px;
	text-align: center;
}
table.dataTable.display tbody td.action .dropdown-menu {
	margin-left: -100px;
}
.toggle-handle{
	height: 28px;
}
.toggle.btn {
	min-width: 3.7rem;
    min-height: 1.8rem;
	border: 1px solid #817f80;
	background: transparent;
}
.toggle-on.btn {
    background-color: #8bd279;
	text-transform: uppercase;
	padding-top: 1px;
}
.toggle-off.btn {
	padding-top: 1px;
}
.toggle-off.btn:hover{
	background-color: #7a1224 !important;
    border-color: #7a1224;
}
.toggle-on.btn:hover {
    background-color: #579448;
    border-color: #579448;
}
.toggle-on.btn:not(:disabled):not(.disabled).active, .toggle-on.btn:not(:disabled):not(.disabled):active, .show>.toggle-on.btn.dropdown-toggle {
    background-color: #579448;
    border-color: #579448;
}
.toggle-off {
	background-color: #9d2236 !important;
    color: #fff !important;
}
.left-section-title {
	background-color: #9d2236;
	border-color: #9d2236;
	padding: .25rem .75rem;
    font-size: 16px;
	line-height: 1.5;
	color: #fff;
}
.title-above-grid {
	color: #9d2236;
	margin-left: -15px;
	margin-top: 30px;
	margin-bottom: 5px;
}
.select2-container--default .select2-selection--single {
    border-radius: 0px;
    border: 2px solid #cdcdcd;
    height: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {

    height: 0;
    left: 25%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 43%;
    border: solid #495057;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3.4px;
    transform: rotate( 45deg);
    -webkit-transform: rotate(45deg);

}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border: solid #495057;
    border-width: 0 3px 3px 0;
}

.suburb-postcode .col-5 {
    padding-right: 0px;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 43.666667%;
    max-width: 43.666667%;
}
.suburb-postcode .col-1 {
    padding-left: 8px;
    padding-right: 5px;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 6.333333%;
    max-width: 6.333333%;
}

/*---------------------------------------------------------
GRID Design
---------------------------------------------------------*/
table.dataTable {
	margin-bottom: 0px !important;
}
table.dataTable thead th {
	color: #495057;
    font-weight: 900;
	font-family: 'Myriad Pro Regular';
	padding-bottom: 4px;
	padding-top: 4px;
	padding-left: 10px;
}

table.dataTable thead td {
	color: #495057;
    font-weight: normal;
    font-family: 'Myriad Pro Regular';
}
table.dataTable thead th, table.dataTable thead td {
	border-bottom: 1px solid #cccccc;
}
table.dataTable.no-footer {
	border-bottom: 1px solid #cccccc;

}
table.dataTable>thead .sorting_asc:before, table.dataTable>thead .sorting_asc:after, table.dataTable>thead .sorting_desc:after, table.dataTable>thead .sorting_desc:before, table.dataTable>thead .sorting:before, table.dataTable>thead .sorting:after   {
	opacity:0;
}
table.dataTable thead {
	background: url(../img/grid/header-bg.jpg) repeat-x;
}
table.table-bordered.dataTable th{

}
.dataTables_wrapper {
	margin-bottom: 20px;
}
.dataTables_wrapper .bottom {
	background: #eee url(../img/grid/header-bg.jpg) repeat-x;
	border: 1px solid #cccccc;
}
div.dataTables_wrapper div.dataTables_filter input {
	height:23px;
}
div.dataTables_wrapper div.dataTables_info {
	padding-top: .2em;
}
div.dataTables_wrapper div.dataTables_length select{
	height: 23px;
    width: 48px;
    padding-top: 0px;
}
div.dataTables_wrapper div.dataTables_filter{
	padding-top: 1px;
	float: left;
    margin-right: 15px;
}
.dataTable  #dropdownMenuLink {
	font-size: 32px;
    line-height: 0px;
    vertical-align: top;
    display: block;
	padding-top: 5px;
	color: #999;;
}
div.dataTables_wrapper .paginate_input{
	width: 30px;
    height: 21px;
	border: 1px solid #aaa;
}
div.dataTables_wrapper div.dataTables_paginate {
	padding-top: 0;
	float: left;
    margin-left: 140px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
    padding-top: 0;
    padding-bottom: 0px;
}
.dt-filter-area {padding-bottom: 2px;}
.grid-table-main select.dt-columns-dropdown {
    float: left;
    margin-top: 3px;
    height: 26px;
}
.grid-table-main  input.cairo-dt-search {
    float: left;
    width: 200px;
    margin-left: 10px;
    height: 25px;
    margin-top: 3px;
    margin-right: 15px;
    border: 2px solid #5d5d5d;
}
.dataTables_length label {
    margin-bottom: 0px;
    margin-top: 4px;
}
.grid-table-main .dataTables_paginate {
    margin-top: 3px;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.welcome-name {
	color: #ccc !important;
}
#header .top-menu {
	color: #fff;
	font-size: 18px;
	background: #434343;
	width: 100%;
}
#header .main-menu {
	color: #fff;
	font-size: 18px;
	background: #9d2236;
	width: 100%;
}
#header .second-menu {
	background-color: #fff;
}
#header .second-menu .btn-link {
	color: #434343;
	text-decoration: none;
	float: right;
}
#header .second-menu .btn-link.focus,
#header .second-menu .btn-link:focus {
    outline: 0;
    box-shadow: unset;
}
#header .second-menu .my-menu .dropdown-menu {
	margin-left: -80px;
}
#header .second-menu .navbar {
	padding: 0px;
}
#header .second-menu .navbar ul li a {
	font-family: 'Myriad Pro Regular';
	text-transform: uppercase;
	color: #000;
	font-weight: 500;
	font-size: 20px;
	padding: 6px 20px 4px;
}
#header .second-menu .navbar ul li.active,
#header .second-menu .navbar ul li:hover {
	background-color: #9d2236;
}
#header .second-menu .navbar ul li.active a,
#header .second-menu .navbar ul li:hover a {
	color: #fff;
}
#header .second-menu .navbar ul li.active a {
    font-family: 'Myriad pro Semibold';
}
#header section.main-menu a {
    display: inline-flex;
    padding: 0px 5px;
    vertical-align: middle;
	color: #fff;
}
#header section.main-menu a img {
	max-height: 45px;
}
#header section.main-menu .system-title a {
	margin-right: 10px;
	color: #fff;
	font-size: 17px;
	line-height: 45px;
    display: inline-block;
}
#header section.main-menu .system-title a i {
	float: left;
	margin-right: 10px;
	line-height: 45px;
}
#header section.main-menu .system-title a span {
	vertical-align: middle;
    line-height: 25px;
	margin-top: -3px;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
	color: #ffffff;
    font-size: 16px;
    background: #434343;
    position: fixed;
    bottom: 0;
    width: 100%;
}
#footer a {
    color: #ffffff;
}
#footer .credits {
  padding-top: 5px;
  font-size: 13px;
}
#footer .social-links a {
  display: inline-block;
  margin: 0px 4px;
  text-align: center;
  transition: 0.3s;
}
.youtube-icon img {
	height: 18px !important;
}
.footer-company-name a, .copyright a {
    font-style: italic;
    color: #afe8f5!important;
}
/*--------------------------------------------------------------
# Login Page
--------------------------------------------------------------*/
.login-logo-part {
	background-color: #9d2236;
    padding-bottom: 45px !important;
    padding-top: 70px !important;
}
.login-part {
	background-color: #eeeeee;
}
.system-name {
	font-size: 26px;
	text-transform: uppercase;
	letter-spacing: 3px;
    color:#fff;
    margin-top: 25px;
    margin-bottom: 0px !important;
}
.system-name span{
	font-size: 40px;
}

.login-part h1 {
	color: #fff;
	margin-bottom:70px !important;
}
.login-part form {
	max-width: 401px;
    margin: 0px auto;
}
@media only screen and (max-width: 1400px) {
	.login-logo-part .login-logo img {
		max-width: 300px;
	}
}
.login-part .login-help-btn {
	color: #9d2236 !important;
	outline: 0px;
    box-shadow: unset;
}

.login-part .loginhelp form {
    max-width: unset;
}
.loginhelp .modal-header {
	background-color: #9d2236;
	background-image: url(../img/icon/model-header-bg.png);
    color: #fff;
	padding: 10px 15px;
}
.loginhelp .modal-header .close {
    color: #fff;
    outline: 0px;
    padding: 0;
    margin: 0;
	opacity: 1;
}
.loginhelp .modal-header .close img {
    height: 30px;
    display: inline-block;;
}
.loginhelp button[type="submit"] {
    margin: 0px auto;
}
.loginhelp button[type="submit"] img {
	max-width: 130px;
}
.login-logo img {
	max-width: 400px;
}
/*--------------------------------------------------------------
# Register Page
--------------------------------------------------------------*/
.register-logo-part {
	background-color: #9d2236;
}
.register-part {
	background-color: #eeeeee;
}
.register-part h1 {
	color: #9d2236;
}
.register-part form {
	max-width: 600px;
    margin: 0px auto;
}
@media only screen and (max-width: 1400px) {
	.register-logo-part .register-logo img {
		max-width: 300px;
	}
}
/*--------------------------------------------------------------
# Dashboard Page
--------------------------------------------------------------*/
.service-list {
	background-color: #eeeeee;
}
.service-list .ser-box {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
	color: #434343;
}
.service-list .ser-box img {
	max-width: 85px;
	margin-bottom: 10px;
}
.service-list .ser-box h3 {
	text-transform: uppercase;
}



.service-list .left-part {
	max-width: 360px;
}
.service-list .main-part {
	max-width: calc(100% - 360px);
	flex: calc(100% - 360px)
}
.service-list .client-data-left {
	max-width: 230px;
}
.service-list .tab-main {
	max-width: calc(100% - 230px);
	flex: calc(100% - 230px)
}
/*--------------------------------------------------------------
# Name Details Page
--------------------------------------------------------------*/
.left-part .left-part-inner {
	background-color: #f9f9f9;
	padding: 10px;
	height: 100%;
	max-width: 360px;
}
.left-part .left-part-inner .btn-list .btn-primary {
    color: #919191;
    background-color: #eeeeee;
    border-color: #eeeeee;
	text-transform: uppercase;
	border-radius: 0px;
	font-size: 14px;
}
.left-part .left-part-inner .btn-list .btn-primary:not(:disabled):not(.disabled).active,
.left-part .left-part-inner .btn-list .btn-primary:not(:disabled):not(.disabled):active,
.left-part .left-part-inner .btn-list .show>.btn-primary.dropdown-toggle {
    background-color: #eeeeee;
    border-color: #eeeeee;
}
.left-part .left-part-inner .profile-text .name {
	color: #230505;
    font-weight: 600;
    font-size: 20px;
}
.left-part .left-part-inner .profile-text .email a {
	color: #4f4ffd;
    text-decoration: underline;
    font-size: 15px;
    font-weight: 600;
}
.left-part .left-part-inner .profile-text .call a {
	color: #919191;
    font-size: 15px;
    font-weight: 600;
}
.left-part .left-part-inner .profile-text .call a img {
	height: 30px;
	padding: 0px 5px;
}
.left-part .left-part-inner .profile-text .since,
.left-part .left-part-inner .profile-text .custom-id {
	color: #919191;
    font-size: 15px;
    font-weight: 600;
}
.left-part .left-part-inner .profile-img {
	max-width: 100%;
}
.left-part .left-part-inner .profile-text {
	text-align: left;
	padding-left: 10px;
    width: 100%;
    max-width: 200px;
}
.left-part .left-part-inner .profile-text {

}
.person-profile-pic {
    display: inline-block;
    max-width: 95px;
    position: relative;
}
.profile-text  {
    display: inline-block;
    vertical-align: top;
}
.picture-edit-icon {
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.inner-right-part .btn-outline-primary {
    color: #919191;
    border-color: #919191;
	width: 100%;
	margin-bottom: 15px;
	border-radius: 0px;
	background-color: #fff;
	font-size: 12px;
    border:none;
    border-bottom: solid 3px #ddd;
    border-right: solid 3px #ddd;
    font-size: 15px;
    box-shadow: none !important
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #9d2236;
    border-color: #9d2236;
}
.inner-right-part .btn-outline-primary:not(:disabled):not(.disabled).active,
.inner-right-part .btn-outline-primary:not(:disabled):not(.disabled):active,
.inner-right-part .show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #9d2236;
    border-color: #9d2236
}
.inner-right-part .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.inner-right-part .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.inner-right-part .show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(145,145,145,.5);
}
.symbol-badge {
    border-radius: 100%;
    width: 12px;
    height: 12px;
    display: inline-block;
	vertical-align: middle;
}
.main-part-inner {
	background-color: #fff;
	padding: 10px;
	height: 100%;
}
.main-part-btn {
padding-bottom:4px;
}
.main-part-btn .btn-secondary {
	background-color: #fff;
	color: #919191;
}
.main-part-btn .btn-secondary {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.submit-btn {
    margin-top: 20px;
}

.main-part-btn img,
.submit-btn img {
	max-height: 30px;
}
/*--------------------------------------------------------------
Action
----------------------------------------------------------------*/
.second-menu .breadcrumb {
	margin-bottom: 0;
    background-color: #fff;
	margin-left:230px;
	font-style: italic;
    font-size: 15px;
    padding: 5px 0px;
}
.second-menu .breadcrumb-item+.breadcrumb-item::before {
    content: ">";
	color:#9d2236;
}
.breadcrumb-item.active {color:#9d2236;}
.second-menu .offset-md-2 {margin-left:0px;}
.personal-data .tab-content {
	border: 1px solid #cdcdcd;
}
.personal-data .nav-tabs a.nav-link {
	border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    background-color: #9d2236;
    color: #ffffff;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
	margin-left: 0px;
	font-size: 15px;
	box-shadow: 1px 1px 2px 1px rgb(81 81 81 / 40%) inset;
	-webkit-box-shadow: 1px 1px 2px 1px rgb(81 81 81 / 40%) inset;
	-moz-box-shadow: 1px 1px 2px 1px rgb(81 81 81 / 40%) inset;
}
.personal-data .nav-tabs a.nav-link.active {
	background-color: #999999;
	color: #fff;
	font-weight: normal;
}
.personal-data .nav-tabs a.nav-link:first-child {

}
.action .dropdown-toggle:after {
	display: none;
}
.personal-data .top-btn-part {
	margin-bottom: 15px;
}
.personal-data .left-btn-part {
	padding: 10px;
    border: 0px solid #bdbdbd;
	background-color: #fff;
	min-height: 565px;
}
.left-btn-part .btn-outline-primary {
    color: #919191;
    border-color: #cccccc;
	width: 100%;
	margin-bottom: 10px;
	border-radius: 0px;
	background-color: #fff;
	font-size: 15px;
}
.left-btn-part .btn-outline-primary:not(:disabled):not(.disabled).active,
.left-btn-part .btn-outline-primary:not(:disabled):not(.disabled):active,
.left-btn-part .show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #919191;
    border-color: #cccccc
}
.left-btn-part .btn-outline-primary:hover {
    color: #fff;
    background-color: #919191;
    border-color: #cccccc
}
.left-btn-part .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.left-btn-part .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.left-btn-part .show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(145,145,145,.5);
}
.btn-outline-primary.focus, .btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(145,145,145,.5);
}

.admin-data-top-right {
	display: inline-block;
}
.admin-data-top-right > a {
	padding: 0px 5px;
}
.admin-data-top-right .admin-data-top-inner {
	display: inline-block;
    background-color: #fff;
    padding: 5px 10px 2px;
    border: 1px solid #bdbdbd;
}
.admin-data-top-right .admin-data-top-inner input[type="text"] {
	text-align: center;
}
.admin-data-top-right .admin-data-top-inner a img {
	max-width: 32px;
    vertical-align: top;
}
.admin-data-top-right .admin-data-top-inner nav  {
	display: inline-block;
    max-width: 250px;
}
.admin-data-top-right .admin-data-top-inner nav .pagination {
	margin-bottom: 0px;
}
.admin-data-top-right .admin-data-top-inner nav .page-link {
    color: #939496;
}
.admin-data-top-right .admin-data-top-inner nav .page-link i {
	font-size: 20px;
	line-height: 20px;
}
.admin-data-top-right .admin-data-top-inner select {
	display: inline-block;
    max-width: 200px;
    width: auto;
    vertical-align: top;
    height: 25px;
    margin-top: 2px;
}

#modal_second_password{
	background: #000;
}

.custom-address-size-left {
    -ms-flex: 0 0 61.111111%;
    flex: 0 0 61.111111%;
    max-width: 61.111111%;
}
.custom-address-size-left .col-sm-7 .select2-container {
    width: 100% !important;
}

.custom-address-size-right {
    -ms-flex: 0 0 37.888889%;
    flex: 0 0 37.888889%;
    max-width: 37.888889%;
}
.custom-address-size-right .col-sm-7 .col-sm-10, .custom-address-size-right .col-sm-5 .col-sm-10 {
    padding-right: 0px;
}
.custom-address-size-right .col-sm-7 .col-2, .custom-address-size-right .col-sm-5 .col-2 {
    padding-left: 8px;
}
/*--------------------------------------------------------------
Client Setup - Start
--------------------------------------------------------------*/

.client-setup label {
	margin-bottom: 0px;
}
.client-setup-inner, .core-data {
	background-color: #fff;
    padding: 8px 30px;
	height: 100%;
	min-height: 573px;
}
/*.client-setup .left-form-part {
	flex: 0 0 calc(100% - 155px);
	max-width: calc(100% - 155px);
}
.client-setup .right-btn-part {
	flex: 0 0 155px;
}*/
.left-form-part label strong {
	color: #9d2236;
	margin-left: -15px;
}
/*.client-setup .right-btn-part button[type="submit"] {
	position: absolute;
    bottom: 15px;
    right: 0;
}*/
.client-setup .client-details-top {
	background-color: #e6e6e6;
    padding-top: 5px;
    border-radius: 5px;
    border: 0;
    margin: 0;
    margin-bottom: 8px;
}
.client-setup .client-details-top .form-group {
	margin-bottom: 5px;
}
.form-control::-webkit-input-placeholder {
  color: #b3b3b3;
}
.form-control:-ms-input-placeholder {
  color: #b3b3b3;
}
.form-control::placeholder {
  color: #b3b3b3;
}
.service-type-radio label {
	background-color: #919191;
    border-radius: 50px;
    color: #fff;
    padding: 0px 35px 0px 60px;
    vertical-align: top;
    cursor: pointer;
    margin-right: 30px;
    line-height: 34px;
}
.service-type-radio label .form-check-input {
    width: 26px;
    height: 26px;
    margin: 0;
    vertical-align: top;
}
.card .form-group img {
	max-height: 102px;
    width: auto !important;
    max-width: 100px;
    height: auto !important;
}
.client-logos-sec .card {
	border-radius: 15px;
}
.client-logos-sec .card .card-body {


	padding: 0px 15px 5px;
}
.client-logos-sec .card .card-body .form-group {
	position: relative;
	max-width: 102px;
	margin: 0px auto;
	min-height: 100px;
}
.img-delete-icon {
	position: absolute;
    top: -6px;
    right: -15px;
}
.card-title {
	margin-bottom: 0px;
}
.client-logos-sec .card-title {
	background-color: #fff;
    display: inline-block;
    float: none;
    top: -12px;
    position: relative;
    padding: 0px 10px;
    font-weight: normal;
    font-size: 16px;
}
.form-group .date-inner {
	position: relative;
}
.form-group .date-inner input[type="text"] {
	background-image: url(../img/icon/cal.png);
    background-repeat: no-repeat;
    background-position: center right 5px;
	cursor: pointer;
}
.form-group .date-icon {
	position: absolute;
	right: 0px;
	top: 0;
}

/*--------------------------------------------------------------
Core - Data
--------------------------------------------------------------*/
.core-data .toggle.btn {display: block;}

/*--------------------------------------------------------------
Sidebar Menu - Start
--------------------------------------------------------------*/
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #9d2236;
	overflow-x: hidden;
	transition: 0.5s;
}
.sidenav a {
	padding: 8px 8px 8px 8px;
	text-decoration: none;
	font-size: 25px;
	color: #818181;
	display: block;
	transition: 0.3s;
}
.sidenav a:hover {
	background-color: #434343;
}
.sidenav a img {
	width: 36px;
    display: inline-block;
    float: left;
}
.sidenav a h3 {
	width: calc(100% - 50px);
    color: #fff;
    line-height: 36px;
    padding-left: 10px;
    display: inline-block;
    margin-bottom: 0;
    font-size: 18px;
}
.sidenav a:hover {
	color: #f1f1f1;
}
.sidenav a.closebtn {
	top: 0;
    font-size: 26px;
    width: 100%;
    color: #fff;
    border-bottom: 2px solid #f2f2f2;
    margin-bottom: 30px;
    display: inline-block;
}
.sidenav a.closebtn:hover {
	background-color: #9d2236;
}
.sidenav .closebtn span {
	float: right;
	padding: 0px 10px;
}
#main {
  transition: margin-left .5s;
}
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

/*--------------------------------------------------------------
Radio Button - Start
--------------------------------------------------------------*/
.radio-part {
	display: inline-block;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.radio-part input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.checkmark {
    position: absolute;
    top: 1px;
    left: 1px;
    height: 32px;
    width: 32px;
    background-color: #eee;
    border-radius: 50%;
	border: 3px solid #a31f36;;
}
.radio-part:hover input ~ .checkmark {
	background-color: #fff;
}
.radio-part input:checked ~ .checkmark {
	background-color: #fff;
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.radio-part input:checked ~ .checkmark:after {
	display: block;
}
.radio-part .checkmark:after {
	top: 1.9px;
    left: 1.9px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgb(240,141,159);
    background: linear-gradient(
222deg
, rgba(240,141,159,1) 18%, rgba(167,48,67,1) 100%);
    border: solid 3px #a31f34;
}

/*Switch - Start*/
/*.custom-switch .custom-control-label {
    padding-left: 20px;
    line-height: 40px;
}
.custom-switch .custom-control-label::after {
    width: calc(2rem - 4px);
    height: calc(2rem - 4px);
}
.custom-switch .custom-control-label::before {
    height: 2rem;
}
.custom-switch .custom-control-label::before {
    width: 2.75rem;
}
.custom-switch .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #9d2236;
    background-color: #9d2236;
}*/
/*Switch - End*/

/*Radio Button - End*/

/*--------------------------------------------------------------
Message
--------------------------------------------------------------*/
.success_msg { font-weight: bold; font-size: 22px; color: #0c710c; }
.error_msg { font-weight: bold; font-size: 22px; color: #ff0000; }
.act_notice { padding: 8px 0px; display:none;}

/*--------------------------------------------------------------
Error Modal - Start
--------------------------------------------------------------*/
.error-modal .error-modal-content {
    border: 5px solid #aa2133;
    border-radius: 0;
}
.error-modal .modal-header {
	padding: 10px 1rem;
    background-image: url(../img/icon/model-header-bg.png);
    background-repeat: repeat;
    color: #fff;
	border-radius: 0px;
	margin-left:-1px;
}
.error-modal .modal-header .close-btn {
	padding: 0px;
	border: 0px;
}
.error-modal .modal-header .close-btn img {
	max-height: 30px;
}
.error-modal .modal-body {
	padding: 15px 30px;
}
.error-modal .modal-footer {
	border-top: 0px;
}
.error-modal .modal-footer .cairo-btn {
	margin: 0px auto;
}
.modal-footer {
	display:block;
	padding-bottom: 5px;
	border: none;
}
.modal-footer .modal-left-btn {
	float: left;
	margin-left: 20px;
}
.modal-footer .modal-right-btn {
	float: right;
	margin-right: 20px;
}
.modal-footer .error-msg-id {
	clear: both;
    text-align: right;
}
/*--------------------------------------------------------------
Custom Filed Page
/*--------------------------------------------------------------*/
.custom-fields-content .col-sm-2 {
	-ms-flex: 0 0 13.5%;
    flex: 0 0 13.5%;
    max-width: 13.5%;
}

.custom-fields-content .col-sm-2.group-heading {
	-ms-flex: 0 0 18%;
    flex: 0 0 18%;
    max-width: 18%;
}
.custom-field-sec {
	margin-top: 10px;
	margin-bottom: 30px;
}
.custom-date-field-sec {
	margin-bottom: 30px;
}
.custom-integer-field-sec {
	margin-bottom: 30px;
}
.custom-number-field-sec {
	margin-bottom: 5px;
}

/*--------------------------------------------------------------
System Message Styles
--------------------------------------------------------------*/
.sound-upload-section, .msgicon-upload-section {
	text-align: center;
}
.sound-upload-section label, .msgicon-upload-section label {
	display: inline-block;
	width: 100%;
}

.sound-upload-section label span, .msgicon-upload-section label span {
	display: block;
}

.sound-upload-section img, .msgicon-upload-section img {
	display: inline-block;
}
.sound_file_url_delete {
	position: relative;
    margin-left: -15px;
    margin-top: -15px;
	z-index: 9;
}
.icon_file_url_delete {
	position: relative;
    margin-left: -17px;
    margin-top: -16px;
	z-index: 9;
}
.message-cont {
	height: 150px !important;
}
.message-icon-img {
	border: 2px solid #cdcdcd ;
	border-radius: 5px;
	padding: 5px;
	display: inline-block;
	margin-top: 22px;
}
.message-icon-img img {
	max-width: 60px;
	height: auto !important;

}
.sound-file-name{
	border: 2px solid #cdcdcd ;
	border-radius: 5px;
	padding: 5px 10px;
	display: inline-block;
	margin-top: 10px;
    min-width: 150px;
    max-width: 150px;
    min-height: 35px;
}

/*--------------------------------------------------------------
Error Modal - End
--------------------------------------------------------------*/
.sidenav {
	width: 250px;
	margin-left: -250px;
}
@media only screen and (max-width: 991px) {
	.navbar .navbar-collapse  {
		position: absolute;
		z-index: 1;
		background-color: #fff;
		min-width: 300px;
		top: 40px;
	}
	.navbar ul.navbar-nav li {
		padding: 0px 15px;
	}
}
.login-help-btn {
    margin-top: 35px;
}
.show-clock, .cross-icon {
    color: #ccc !important;
}
.error {
    color:#fb6e6f;
}
.login-footer-text {
    margin-left: 23%
}
.mb0 {
    margin-bottom: 0 !important;
}
.mt10 {
    margin-top:10px;
}
.close-menu {
    width:20px !important;
    margin-top:13px;
}
.open-menu {
    margin-bottom: 5px;
	margin-right:10px;
}
.mgb0 {
    margin-bottom: 0px !important;
}
.cairo-form-main-label {
    margin-left: -25px;
    color: #863441;
}
.loginhelp {
    background: rgba(0, 0, 0, 0.75);
}
.input-error {
    border-color: #fb6e6f !important;
}
.home-header-icon {
    height: 31px !important;
}
.socia-footer-icon {
    height: 22px !important;
}
.login-logo img {
    width: 350px;
}
.default-img {
    display: none !important;
}
.open-choose-file, .open-report-choose-file {
    cursor: pointer;
}
.img-delete-icon {
    cursor: pointer;
}
.toggle.btn {
    width: 0 !important;
    height: 0 !important;
}
.cursor {
    cursor: pointer;
}
.swal2-container {
    padding: .100em !important;
}

/*--------------------------------------------------------------
System Menus
--------------------------------------------------------------*/
.custom-module-sec {
    margin-top:5px
}
.mgt24 {
    margin-top:24px;
}
.custom-readonly {
    pointer-events: none;
}
.red-highlight, .red-highlight:focus {
    border: 3px solid #9d2626;
}
.text-black {
    color: #000;
}
.middle-dash {
    font-size:49px;
}


/*--------------------------------------------------------------
Security Question
--------------------------------------------------------------*/
.que-arrow {margin-top: 32px;;}

/*--------------------------------------------------------------
Center input table
--------------------------------------------------------------*/


/* Range Group */
.range-save-btn {
    margin-left: 10px;
    padding-bottom: 10px;
}
.check-sum-input, .from-input{
    border:none;
    background: transparent;
}
.from-heading {
	background-image: url(../img/group-header-gre.jpg);
	background-repeat: repeat-x;
}
.to-heading {
	background-image: url(../img/group-header-red.jpg);
	background-repeat: repeat-x;
}
.checksum-heading{
	background-image: url(../img/group-header-gre.jpg);
	background-repeat: repeat-x;
}
.currency-range-form .table thead th, .age-group-form .table thead th{
	padding: 5px;
    color: #fff;
}
.currency-range-form .table td, .age-group-form .table td {
	padding: 5px;
}
.currency-range-form .from-input, .age-group-form .from-input, .age-group-form .age-group, .currency-range-form .currency-range, .currency-range-form .check-sum-input, .age-group-form .check-sum-input{
	width: 120px;
}
.currency-range-content .title-above-grid label, .age-group-data-content .title-above-grid label  {
	margin-right: 90px;
}
/* Tab css */
.having-right-tabs .left-tabs {
    float: left;
}
.having-right-tabs .right-tabs {
    float: right;
}
.clear-both {
    clear:both;
}

/* Assign post code  */
.search-sec, .search-sec-edit {
    margin-top:28px
}

/* Country css */
.flag-img {
    width: 155px  !important;
    height: 50px;
    margin-top: 10px;
}
.country-ele, .country-ele-add {
    top:0px;
    right:0px;
}

/* Person Screen */
.rotate-y {
    transform: rotateY(177deg);
}

select option[disabled] {
    display: none;
}
.text-cairo {
    color: #b14d65;
}
a.eye-icon {
    position: absolute;
    top: 28px;
    right: 23px;
    background: #ffffff;
    padding-left: 5px;
}
.password-help {
    margin-left:5px;
}
form label {
    margin-bottom: 0px;
}
.sound-file-name {
    overflow: hidden;
    height: 25px;
}
table.table-bordered.dataTable td:last-child {
    text-align:center;
}
.main-client-logo {
    width: 100%;
    margin-bottom: 50px;
    max-width: 400px;
    margin-top: 40px;
}
select option:disabled {
    display:none;
}
.blue-border {
    border-bottom: 3px solid #0707c7;
}
/* Camping-Source Styles */

.caimpaign-total-section {
    margin-top:30px;
}
.caimpaign-total-section fieldset {
    border: 2px solid #9d2236 !important;
    padding: 10px 15px 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.caimpaign-total-section fieldset legend {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0px;
    color: #9d2236;
    font-size: 15px;
    font-weight: bold;
}
.return-to-spent .col-sm-9{
    padding-right: 0px;

}
.return-to-spent .col-sm-3{
    margin-top: 24px;
    padding-left: 13px;
}
.return-to-spent .col-sm-3 span {
    display: inline-block;
    width: 35%;
}
.return-to-spent .col-sm-3 .form-control {
    display: inline-block;
    width: 58%;
}

.return-to-spent .col-sm-8{
    padding-right: 0px;

}
.return-to-spent .col-sm-4{
    margin-top: 24px;
    padding-left: 13px;
}
.return-to-spent .col-sm-4 span {
    display: inline-block;
    width: 27%;
}
.return-to-spent .col-sm-4 .form-control {
    display: inline-block;
    width: 67%;
}
.exiting-source {
	background-image: url(../img/group-header-gre.jpg);
	background-repeat: repeat-x;
    width: 225px;
}
.duplicate-source {
	background-image: url(../img/group-header-red.jpg);
	background-repeat: repeat-x;
    width: 225px;
}
.source-name{
	background-image: url(../img/group-header-gre.jpg);
	background-repeat: repeat-x;

}
#camping-dup-table thead th {
    padding: 0px;
    padding-top: 5px;
    color: #fff;
    padding-bottom: 5px;
}
#camping-dup-table td {
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: middle;
}
#duplicate-campaign-form .table {
    margin-bottom: 0px;
}
.analysis-page .tab-content {
    border: none !important;
}
.analysis-page .client-setup-inner {
    background-color: transparent;
    height: auto;
    padding: 0px;
    min-height: auto;
}
.analysis-section .first-campaign{
    margin-bottom: 20px;
}
.analysis-section label {margin-bottom: 0px;}
.analysis-section .first-campaign, .analysis-section .second-campaign {
    background-color: #fff;
    padding: 0px 30px 8px;
    border: 1px solid #cdcdcd;
}
.analysis-section-title span {
    background: #9d2236;
    color: #fff;
    padding: 0px 20px;
    margin-left: -30px;
    margin-top: 0px;
    margin-bottom: 15px;
    display: inline-block;
 }
 .mgl5 {
     margin-left: 5px;
 }

 /* Person Profile */

 .person-top-tabs button {
    text-transform: uppercase;
 }

 .person-data-part {
    border: 1px solid #cdcdcd;
    padding: 8px 30px;
}

.person-data-part .form-control {
    border: 2px solid #cdcdcd;
}

.person-data-section-title {
    margin-top: 7px;
    margin-bottom: 5px;
}
.person-data-section-title label {
    color: #919191;
    font-size: 17px;
}
.person-right-tabs {

}

.devider-line::after {
    content: "/";
	color:#b1b1b1;
    font-size: 30px;
    font-weight: bolder;
    display: inline-block;
    position: absolute;
    top: 14px;
    right: -5px;
}

 .person-tab-btn {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    background-color: #999999;
    color: #ffffff;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-left: 0px;
    font-size: 15px;
    box-shadow: 1px 1px 2px 1px rgb(81 81 81 / 40%) inset;
    -webkit-box-shadow: 1px 1px 2px 1px rgb(81 81 81 / 40%) inset;
    -moz-box-shadow: 1px 1px 2px 1px rgb(81 81 81 / 40%) inset;
 }
 .add-new-person {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    background-color: #999999;
    color: #ffffff;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-left: 0px;
    font-size: 15px;
    box-shadow: 1px 1px 2px 1px rgb(81 81 81 / 40%) inset;
    -webkit-box-shadow: 1px 1px 2px 1px rgb(81 81 81 / 40%) inset;
    -moz-box-shadow: 1px 1px 2px 1px rgb(81 81 81 / 40%) inset;
    float: right;
 }
 .person-tab-btn.active, .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
    background-color: #9d2236;
    color: #fff;
    font-weight: normal;
    border-color: transparent;
    box-shadow: none !important;
 }
 .personal-data-pagination {
     margin-top: 20px;
     margin-bottom: 15px;
}
.personal-data-pagination .fa-play:before, .personal-data-pagination .fa-step-backward:before, .personal-data-pagination .fa-step-forward:before {
    font-size: 0px; content: "";
}
.personal-data-pagination .form-control {
    text-align: center;
    border: solid 2px #949494;
    width: 80px;
}

.first-page {
    background-image:url(../img/profile/first-page-icon.png);
    background-repeat: no-repeat;
    background-position: right 2px;
    width: 20px;
    height: 23px;
    margin-top: 1px;

}
.previous-page {
    background-image:url(../img/profile/previous-page-icon.png);
    background-repeat: no-repeat;
    background-position: right 2px;
    width: 20px;
    height: 23px;
    margin-left: 5px;
    margin-right: 10px;
    margin-top: 1px;
}
.next-page {
    background-image:url(../img/profile/next-page-icon.png);
    background-repeat: no-repeat;
    background-position: right 2px;
    width: 20px;
    height: 23px;
    margin-left: 10px;
    margin-right: 5px;
    margin-top: 1px;

}
.last-page {
    background-image:url(../img/profile/last-page-icon.png);
    background-repeat: no-repeat;
    background-position: right 2px;
    width: 20px;
    height: 23px;
    margin-top: 1px;
}
.address-delete-btn a {
    margin-left: 10px;
}
.address-delete-btn .submit-btn img {
    max-height: 45px;
}
.address-submit-btn {
    display: contents;
}
.person-pagination .form-control.page_number {
    width: 80px;
    text-align: center;
    border: solid 2px #949494;
    height: 25px;
    padding: 0px;

}
.person-pagination select {
    padding: 0px;
}
.person-pagination ul.pagination {
    align-items: center;
}
.person-pagination a.page-link {
     border: none;
     background-color: transparent;
     padding: 0px;
 }
.person-pagination a.page-link:hover {
    background-color: transparent;
 }
.person-pagination .last-page {
    margin-right: 12px;
 }
 .admin-data-top-right .setting-icon,  .admin-data-top-right .user-list-icon,  .admin-data-top-right .charts-icon, .admin-data-top-right .pc-icon {
     vertical-align: top;
 }
.admin-data-top-right .setting-icon img {
    max-height: 40px;
}
.admin-data-top-right .user-list-icon img {
    max-height: 40px;
 }
.admin-data-top-right .charts-icon img{
    max-height: 40px;
}
.admin-data-top-right .pc-icon img {
    max-height: 40px;
}

/* Organization Page */

.organization-left .left-part-inner {
    padding: 20px;
}
.organization-left .company-sec {
    color: #616161;
}
img.org-company-logo {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.organization-left .company-name {
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.organization-left .company-email a{
    font-size: 22px;
    color: #616161;
}
.organization-left .company-web {
    font-size: 22px;
    margin-top:7px;
}
.organization-left .company-web a {
    font-size: 22px;
    color: #616161;
}
.organization-left .company-phone {
    margin-top: 20px;
    margin-bottom: 20px;
}
.organization-left .company-phone a {
    color: #797979;
    font-size: 28px;
    font-weight: 500;
    vertical-align: middle;
    margin-right: 5px;
}
.organization-left .company-phone a img{
    max-height: 45px;

}
.organization-left .blue-underline {

}
.organization-left .since {
    font-size: 22px;
    font-weight: 500;
    margin-top: 17px;

}
.organization-left .display-since {
    font-size: 22px;
    font-weight: 500;

}
.organization-left .custom-id {
    font-size: 22px;
    font-weight: 500;
    margin-top: 7px;
}
.inner-right-part.visibility-hidden button{
    cursor: not-allowed;
    background-color: rgb(229, 229, 229) !important;
    pointer-events: none;
}
.person-master-left-sec.visibility-hidden .person-profile-pic, .person-master-left-sec.visibility-hidden .profile-text {
	visibility:hidden;
}
.person-master-left-sec .person-name-dis {
	min-height:29.33px;
}
.zero-font {
    font-size: 0px;
}

.organization-left.visibility-hidden .org-company-logo, .organization-left.visibility-hidden .company-name, .organization-left.visibility-hidden .since, .organization-left.visibility-hidden .custom-id, .organization-left.visibility-hidden .blue-underline, .organization-left.visibility-hidden .company-email, .organization-left.visibility-hidden .company-phone, .organization-left.visibility-hidden .company-web-input {
	visibility:hidden;
}
.select2-container--default .select2-results__option--disabled {
    display: none;
}
.address-page .dataTables_wrapper div.dataTables_paginate, .contact-methods-page .dataTables_wrapper div.dataTables_paginate {
    margin-left: 3px;
    padding-top: 2px;
}
.disable-link {
    opacity:0.3;
    cursor:auto;
}
.disable-link a{
    cursor:auto;
}
.page-link:focus {box-shadow: none;}

.action-at-first.table-bordered.dataTable td:last-child, .action-at-first.table-bordered.dataTable th:last-child {
    text-align:left !important;
}
.action-at-first.table-bordered.dataTable td:first-child {
    text-align:center;
}
.action-at-first.dataTable #dropdownMenuLink {
    color: #9d2236;
}
