/* Main styling */
.dark-primary-color {
    background: #2C1656;
}

.default-primary-color {
    background: #2C1656;
}

@font-face {
    font-family: SegoeUI;
    src: url(../css/fonts/SegoeUI.woff);
}

@font-face {
    font-family: SegoeUIBold;
    src: url(../css/fonts/SegoeUIBold.woff);
}

@font-face {
    font-family: SegoeUIBoldItalic;
    src: url(../css/fonts/SegoeUIBoldItalic.woff);
}

@font-face {
    font-family: SegoeUIItalic;
    src: url(../css/fonts/SegoeUIItalic.woff);
}
#site_preloader {
	position: fixed;
    z-index: 999999999;
    background-color: #fff;
	top: 0;
	left: 0;
	width: 100%;
    height: 100vh;
    -moz-animation: loading_animations 0s ease-in 3s forwards;
    /* Firefox */
    -webkit-animation: loading_animations 0s ease-in 3s forwards;
    /* Safari and Chrome */
    -o-animation: loading_animations 0s ease-in 3s forwards;
    /* Opera */
    animation: loading_animations 0s ease-in 3s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
#site_preloader svg{
    width: 200px;
    height: 250px;
    position: absolute;
    left: calc(50% - 80px);
    top: calc(50% - 125px);
}
@keyframes loading_animations {
    to {
        width:0;
        height:0;
        overflow:hidden;
    }
}
@-webkit-keyframes loading_animations {
    to {
        width:0;
        height:0;
        visibility:hidden;
    }
}
body {
    font-family: SegoeUI !important;
    font-size: .9em;
    background-color: #FFF;
    margin: 0;
    padding: 0 !important;
    color: #212121;
    position: relative;
    overflow-x: hidden !important;
    overflow-y: auto !important;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#wrapper {
	min-height: calc(100vh - 70px);
}
#header {
    padding: 60px 0 90px;
    color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    transition: background-color 100ms linear;
    margin-bottom: 15px;
}

.pre-content {
    padding: 40px 0 40px 0;
    margin-bottom: 40px;
    border-bottom: 1px solid #F2F2F2;
    overflow: auto;
}

#content {
    padding: 20px 0px 5px 0px;
    /* Height of the footer + 40 */
}

#footer-content {
    margin-top: 40px;
}

.content-width {
    width: 1150px;
    margin: 0 auto;
}

.two-col .row {
    float: left;
}

.margin-zero-auto {
    margin: 0 auto;
}

.full-width {
    width: 100%;
}

.text-center {
    text-align: center;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-float {
    float: none;
    clear: both;
}

a img {
    border: none;
    cursor: pointer;
}

button {
    cursor: pointer;
}

img {
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.user-image {
    height: 60px;
    width: 60px;
    border-radius: 50%;
}

.message {
    margin: 15px;
    position: absolute;
}

h1 {
    font-weight: normal;
    font-weight: 400;
    letter-spacing: .125rem;
    margin: 0;
    text-align: center;
}

.bg-gray {
    background-color: #f4f4f4;
}

a,
a:visited {
    color: #212121;
}

/* header */
.logo-text {
    margin: 12px 2px 0 0px;
    color: #fff;
    box-sizing: border-box;
    font-size: 1.3em;
    display: inline-block;
}

.page-title {
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0.25px;
    font-family: SegoeUIBold;
    color: #fff;
    box-sizing: border-box;
    display: inline-block;
}

.dropdown-menu-item {
    padding: 0px 5px 0px 0px;
}

#navigation {
    float: right;
    margin: 0;
    padding: 0;
    position: relative;
    top: -5px;
}

#navigation img {
    width: 38px;
}

#navigation a {
    color: #fff !important;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 5px;
    border-bottom: 1px solid #ddd;
}

#navigation a:hover {
    background: #2c1656 !important
}

/* header ends */
/* form */
.row {
    margin: 12px 0 12px 0;
}

.label {
    margin-bottom: 2px;
}

.text-decoration {
    cursor: pointer;
    text-decoration: underline;
}

.text-decoration-none {
    text-decoration: none;
}

input,
select {
    border-top: transparent;
    border-bottom: 1px solid #d5d5d5;
    border-right: transparent;
    border-left: transparent;
    padding: 4px 0px 2px 0px;
    width: 250px;
    background-color: #fff;
    margin: 5px 0 5px 0;
}

textarea:focus,
input:focus,
select:focus {
    outline: none;
    border-top: transparent;
    border-bottom: 2px solid #2C1656;
    border-right: transparent;
    border-left: transparent;
}

.field input {
    margin-top: 2px;
}

textarea {
    background-color: #fff;
    border: 1px solid #ccc;
    margin: 0px 0 10px 0;
    padding: 8px;
    border-radius: 3px;
    width: 100%;
}

/*required */
.required:before {
    color: red;
    content: '*';
    margin: 0 3px;
}

.cursor-pointer {
    cursor: pointer;
}

/*coloum order */
.col {
    display: inline-block;
}

.border-radius {
    border-radius: 3px;
}

.margin-delete {
    margin: auto 9px;
}

/* fine uoloader image */
#single-fine-uploader .preview-link {
    display: block;
    height: 100%;
    width: 100%;
}

.table-responsive {
    overflow-x: auto;
}

.existing-photo {
    max-height: 300px;
}

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

.box-contain h4 {
    margin: 10px 5px 0 0;
}

.label {
    color: #000;
}

.loader {
    margin-left: 20px;
}

.modal-loader {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
}

.delete-modal-inner {
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24);
    max-width: 300px;
    margin: auto;
    border-radius: 10px;
    text-align: center;
}

.delete-box-contain {
    padding: 20px 0px;
    background-color: #fff;
    height: 0px;
    overflow-y: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

/* login */
div#head {
    padding: 0px 50px 50px 50px;
}

.form-row {
    padding-bottom: 20px;
}

.form-label {
    float: left;
    padding-right: 5px;
}

.form-element {
    clear: both;
}

.plus-size {
    height: 12px;
    width: 12px;
}

.hiddendiv {
    display: none;
}

.visiblediv {
    display: block;
}

#foundation {
    text-align: center;
}

#entry-container {
    margin: auto;
    padding: 50px 50px 30px 50px;
    background-color: #f6f6f6;
    display: inline-block;
    color: #666;
    box-shadow: 0 .5px 1px rgba(0, 0, 0, .5);
    margin-bottom: 100px;
    margin-top: 80px;
    border-radius: 4px;
}

/* form ends*/
a.action {
    padding: 10px 50px 10px 50px;
    cursor: pointer;
    color: #282B2D;
    border-color: #9fe0f3;
    font-weight: 500;
    letter-spacing: 1px;
    -webkit-transition: all .1s linear;
    -webkit-user-select: none;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    -ms-transition: all .1s linear;
    transition: all .1s linear;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    border-radius: 1px;
    margin: 4px;
    min-width: 100px;
    display: block;
    text-align: center;
}

/* $buttons
 ------------------------------------------*/
.btn {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    min-width: 200px;
    padding: 10px 0 10px 0;
    outline: 0;
    font-size: 1.3em;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    line-height: 20px;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
}

.btn::before {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus,
.btn.active:focus {
    outline: 0;
}

.btn:active,
.btn.active,
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn:active::before,
.btn.active::before,
.btn-group.open .dropdown-toggle::before {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.btn:visited {
    color: white;
}

.btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0* 100);
    filter: alpha(opacity=0 * 100);
    -webkit-transform: scale3d(0.7, 1, 1);
    -moz-transform: scale3d(0.7, 1, 1);
    -o-transform: scale3d(0.7, 1, 1);
    -ms-transform: scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
    -webkit-transition: transform 0.4s, opacity 0.4s;
    -moz-transition: transform 0.4s, opacity 0.4s;
    -o-transition: transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    -webkit-animation-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    -moz-animation-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    -o-animation-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    animation-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.btn,
.btn::before {
    -webkit-animation-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    -moz-animation-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    -o-animation-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    animation-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.btn:hover::before {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1* 100);
    filter: alpha(opacity=1 * 100);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.btn:active::before,
.btn.active::before,
.open > .dropdown-toggle.btn::before {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1* 100);
    filter: alpha(opacity=1 * 100);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* Success Button Style */
.btn-success {
    color: white;
    background-color: #2ecc71;
    border: 1px solid #2ecc71;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    color: white;
    background-color: #2ecc71;
    border-color: #25a25a;
}

.btn-success::before {
    background-color: #25a25a;
}

.btn-success:active::before,
.btn-success.active::before,
.open > .dropdown-toggle.btn-success::before {
    background-image: none;
    background-color: #25a25a;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
    color: white;
    background-color: #29b765;
    border-color: #29b765;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    border-color: #239a55;
}

.btn-success.btn-outline {
    background-color: transparent;
    background-image: none;
    border-color: #2ecc71;
    color: #2ecc71;
}

.btn-success.btn-outline:hover,
.btn-success.btn-outline:focus,
.btn-success.btn-outline:active,
.btn-success.btn-outline.active {
    background-color: #2ecc71;
    color: white;
}

.twitter-typeahead {
    display: initial !important;
}

.tt-hint {
    top: inherit !important;
}

.tt-input {
    vertical-align: baseline !important;
}

.typeahead {
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    padding: 8px 12px;
    width: 300px;
    font-size: 1.5em;
}

.tt-menu {
    width: 300px;
}

span.twitter-typeahead .tt-suggestion {
    padding: 5px 12px;
    border-bottom: #CCC 1px solid;
    cursor: pointer;
}

span.twitter-typeahead .tt-suggestion:last-child {
    border-bottom: 0px;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #fff;
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 10px 20px 10px 20px;
    border-bottom: 1px solid #eaeaea;
}

#contact_dataTable_wrapper thead .sorting_asc {
    background-image: url("../image/sort_asc.png") !important
}

#contact_dataTable_wrapper thead .sorting_desc {
    background-image: url("../image/sort_desc.png") !important
}

table.dataTable tbody th,
table.dataTable tbody td {
    padding: 10px 20px 10px 20px;
    position: relative;
}

/* Dropdown button on hover & focus */

/* The container- needed to position the dropdown content */
.right-dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.right-dropdown-content {
    display: none;
    position: absolute;
    min-width: 250px;
    right: 0;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    text-align: left;
    border-radius: 0;
    padding: 10px 10px 15px 10px;
    background-color: #AAC126
}

.cols {
    background-color: #f5f7fa;
}

/* Links inside the dropdown */
.right-dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.right-dropdown-content a:hover {
    background-color: #03a9f4;
}

#navigation a:hover {
    color: #fff;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.right-show {
    display: block;
}

.mat-btn {
    display: inline-block;
    min-width: 0;
    cursor: pointer;
    vertical-align: middle;
    padding: 0;
}

.header-link {
    vertical-align: middle;
}

.show-action {
    display: inline-block;
    position: absolute;
    right: 10px;
    bottom: 15px;
}

.hide-action {
    display: none;
    position: absolute;
    right: 0px;
}

.add-member {
    margin-bottom: 10px;
}

a.forgot-link {
    text-decoration: none;
    float: right;
    color: #777;
    font-size: 10px;
}

.modal {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    min-height: 100%;
    z-index: 1000;
    padding-top: 120px;
    background-color: rgba(216, 216, 216, 0.4);
    animation-name: animatetop;
    animation-duration: .2s;
}

@ keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }

}

@ keyframes animatedown {
    from {
        top: 0;
        opacity: 1
    }

    to {
        top: -300;
        opacity: 0
    }

}

@ keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }

}

.bootstrap-tagsinput {
    box-shadow: none;
    display: block;
    padding: 8px;
    border-radius: 3px;
    line-height: normal;
    background-color: #fff;
    color: #191919;
    border: 1px solid #ccc;
}

.bootstrap-tagsinput .tag {
    background: #09F;
    padding: 2px 8px;
    border-radius: 3px;
}

.modal-head {
    color: #000;
    padding: 20px;
    font-size: 1.3em;
    font-weight: bold;
    padding-left: 20px;
    height: 65px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.form-btn {
    background-color: white;
    box-sizing: border-box;
    padding: 10px 20px 15px;
    z-index: 1;
    margin: auto;
    height: 65px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.form-btn .btn-save,
.form-btn .btn-cancel {
    min-width: 100px;
}

.form-btn .btn-save:hover,
.form-btn .btn-cancel:hover {
    background: #2c1656 !important
}

.modal-inner {
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24);
    border-radius: 10px;
    overflow-y: overlay;
}

.box-contain {
    padding: 20px 20px;
    background-color: #fff;
    /*max-height: 450px;*/
    overflow-x: hidden;
    border-radius: 0px;
    border: unset;
}

.height1 {
    max-height: 450px;
}

#filter .row .col {
    min-width: 150px;
}

.settings-modal-box {
    height: 110px;
    overflow-y: hidden;
}

.form-align {
    width: 625px;
    margin: 0 auto;
}

.btn-cancel {
    padding: 12px !important;
    color: #fff !important;
    border: 0;
    width: auto;
    background: #aac108 !important;
    display: inline-block;
    min-width: 65px;
    font-size: 16px;
    border-radius: 15px;
    outline: none !important;
}

.btn-cancel:hover,
.btn-save:hover {
    background-color: #2c1656 !important;
    box-shadow: 0 0 5px 0 #ddd
}

#filter .row .col.btns_area {
    min-width: 200px;
    padding-left: 15px;
}

.btns_area > span {
    display: inline-block;
    width: auto;
    margin: 0px 10px;
}

.btn-save {
    padding: 12px !important;
    color: #fff !important;
    border: 0;
    width: auto;
    background: #aac108 !important;
    display: inline-block;
    min-width: 65px;
    font-size: 16px;
    border-radius: 15px;
    outline: none !important;
}

#frmDelete #modal-box,
#frmDelete .row.form-btn {
    text-align: center !important;
}

.btn-delete {
    padding: 12px;
    border-radius: 15px;
    color: #fff;
    background-color: crimson;
    border: 0px;
    width: 100px;
    margin-left: 20px;
}

.btn-cancel:hover {
    color: #fff;
    background-color: #bdbdbd;
}

.border-contain {
    border: 1px solid #eee;
    padding-left: 10px;
    border-radius: 3px;
}

.label {
    color: #777;
}

#filter input {
    width: auto;
    border: 1px solid #d5d5d5;
    padding: 12px;
    min-width: 75px;
    background: #AAC108;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 15px;
    max-width: 110px;
    display: inline-block !important;
    margin: 0;
}

#filter input::placeholder {
    opacity: 1;
    color: #fff;
    font-size: 16px;
}

#filter select {
    width: 150px;
    border: 1px solid #d5d5d5;
    padding: 10px;
    background: #aac108;
    color: #fff;
    font-size: 16px;
    margin: 0;
    border-radius: 15px;
    cursor: pointer
}

#filter .btn {
    min-width: 120px;
    padding: 7px 0 7px 0;
}

.header-search-box {
    background-color: #AAC108;
    border-radius: 12px;
    display: inline-block;
    width: 45px;
    padding: 5px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
}

.header-search-box:hover {
    background-color: #2c1656 !important;
    box-shadow: 0 2px 5px 0 #ddd
}

.search-dropdown {
    position: relative;
}

#filter .row {
    display: flex;
    margin: 0;
    padding: 0;
}

.search-dropdown-content {
    display: none;
    position: absolute;
    min-width: 160px;
    z-index: 1;
    text-align: left;
    margin-left: 75px;
    top: 0;
}

.search-container {
    position: relative;
    padding: 0px 0px 40px 0px;
    display: flex;
    margin-top: -45px;
}

.search-container > div {
    margin-right: 20px;
}

.profile-image {
    vertical-align: middle;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-right: 5px;
}

.btn-filter {
    font-size: unset;
    line-height: 16px;
}

.res-filter {
    padding: 8px 30px;
}

.res-cancel {
    padding: 8px 30px;
}

.btn-grey {
    color: white;
    background-color: #bdbdbd;
    border: 1px solid #bdbdbd;
}

#view-content {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
    padding-top: 120px;
    background-color: rgba(216, 216, 216, 0.4);
}

.message-container {
    border-radius: 3px;
    animation: fadein 2s;
    padding: 10px 40px;
    margin: 0 auto;
    position: absolute;
    z-index: 99999;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1* 100);
    filter: alpha(opacity=1 * 100);
    left: 50%;
    top: 80px;
    display: inline-block;
}

.empty-form {
    display: block;
    margin-top: 0em;
}

.login-input {
    width: 100%;
    padding: 10px 25px 10px 0px;
}

.empty-box-contain {
    overflow-y: hidden;
    padding: 280px 20px;
}

.error-message {
    background-color: #f5d7d4;
    border: 1px solid #f2ccc7;
    color: #FF0000;
}

.error {
    color: #FF0000;
}

.success-message {
    background-color: #a8ebc4;
    border: 1px solid #9fdeb9;
    color: #1b7943;
}

.custom-row {
    margin: 12px 10px 12px 0px;
}

.add_more {
    margin-left: 10px;
}

.ui-accordion .ui-accordion-content {
    padding: 0px 0px;
}

/* Unused styles */
.light-primary-color {
    background: #B2DFDB;
}

.text-primary-color {
    color: #FFFFFF;
}

.accent-color {
    background: #03a9f4;
}

.primary-text-color {
    color: #212121;
}

.secondary-text-color {
    color: #757575;
}

.divider-color {
    border-color: #BDBDBD;
}

.searchbar {
    padding: 20px 0 0px 0;
}

#centercontent {
    padding: 10px;
    padding-bottom: 140px;
    /* Height of the footer + 40 */
}

.centercontent-width {
    width: 645px;
}

.two-col {
    max-width: 600px;
    margin: 0 auto;
}

.margincenter-zero-auto {
    margin: 0 auto;
}

.text-left {
    text-align: left;
}

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

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    box-shadow: 0 0 0px 1000px #fff inset;
}

.theme-color {
    background-color: #9fe0f3;
}

.add-button {
    background: #4A789C;
    padding: 8px 40px 8px 40px;
    text-decoration: none;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 15px;
    margin-right: 20px;
}

span.head-info {
    text-transform: lowercase;
    font-style: italic;
    margin-left: 20px;
}

img#head-logo {
    margin-top: 9px;
}

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

input[type="checkbox"] {
    padding: 8px;
    width: auto;
    background-color: #fff;
    border: 1px solid #ccc;
    margin: 5px 0 5px 0;
}

input[type="radio"] {
    padding: 8px;
    width: auto;
    background-color: #fff;
    border: 1px solid #ccc;
    margin: 5px 0 5px 0;
}

input[type="checkbox"]:focus,
input[type="radio"]:focus {
    -moz-box-shadow: none;
    box-shadow: none;
}

.margin {
    margin: auto 10px;
}

.font {
    padding: 5px;
    font-weight: normal;
    font-weight: 400;
    letter-spacing: .125rem;
    margin: 0;
    float: left;
}

select {
    padding: 8px;
    width: 80px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
}

input[type="file"] {
    padding-left: 0px;
    background-color: #fff;
    border: 1px solid #ccc;
}

input#search {
    background: #9fe0f3 url(../images/icon-btn-search.png);
    background-position: 25px 9px;
    background-repeat: no-repeat;
}

input#reset {
    background-color: #F0F0F0;
}

#pageTitle {
    font-size: 25pt;
    padding-left: 20px;
}

.bottom input[name=page] {
    padding: 10px 15px;
    background: #F0F0F0;
    border: #E4E4E4 1px solid;
    margin: 0px 5px;
    width: auto;
    cursor: pointer;
}

.bottom input[name=page]:disabled {
    background: #9FE0F3;
    border-color: #9fe0f3;
    cursor: auto;
}

/* Danger Button Style */
.btn-danger {
    color: white;
    background-color: #d96557;
    border-color: #d96557;
}

.login-btn {
    min-width: 150px;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: bold;
    margin-top: 20px;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    color: white;
    background-color: #d96557;
    border-color: #ce402f;
}

.btn-danger::before {
    background-color: #ce402f;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    background-image: none;
    border-color: #c63d2d;
}

.btn-danger:active::before,
.btn-danger.active::before,
.open > .dropdown-toggle.btn-danger::before {
    background-color: #ce402f;
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
    color: white;
    background-color: #d45242;
    border-color: #d45242;
}

.btn-danger.btn-outline {
    background-color: transparent;
    background-image: none;
    border-color: #d96557;
    color: #d96557;
}

.btn-danger.btn-outline:hover,
.btn-danger.btn-outline:focus,
.btn-danger.btn-outline:active,
.btn-danger.btn-outline.active {
    background-color: #d96557;
    color: white;
}

/* Primary Button Style */
.btn-primary {
    color: white;
    background-color: #0099cc;
    border-color: #0099cc;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: white;
    background-color: #0099cc;
    border-color: #007399;
}

.btn-primary::before {
    background-color: #007399;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
    border-color: #006b8f;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
    color: white;
    background-color: #0086b3;
    border-color: #0086b3;
}

.btn-primary.btn-outline {
    background-color: transparent;
    background-image: none;
    border-color: #0099cc;
    color: #0099cc;
}

.btn-primary.btn-outline:hover,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:active,
.btn-primary.btn-outline.active {
    background-color: #0099cc;
    color: white;
}

.box-contain-padding {
    padding: 20px 40px 20px 40px;
}

.icon-left-padding {
    padding-left: 10px;
}

.dialog-header-bg {
    background: #e7e7e7;
}

.modal-bottom-radius {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#delete_list_item {
    background-color: #2C1656;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 15px;
    padding: 5px;
}

#delete_list_item:hover {
    background-color: #aac108;
}

.login-header {
    margin-bottom: 20px;
}

.custom-row input {
    width: 220px;
}

.delete-form-align {
    max-width: 300px;
}

#ui-id-1:focus {
    outline: 0 !important;
}

#login-password {
    background: #FFF url(../image/icon-secur.png) no-repeat center right 5px;
}

#login-username {
    background: #FFF url(../image/icon-user.png) no-repeat center right 5px;
}

.login-error-message {
    background-color: #f5d7d4;
    border: 1px solid #f2ccc7;
    color: #a53325;
    text-align: center;
}

/*validate style starts*/
.input-error {
    border-bottom: #d96557 2px solid;
}

.error-color {
    color: #d96557;
}

/*validate style ends*/
#loader-content {
    display: none;
}

/* jQuery modal starts */
.ui-widget.ui-widget-content {
    top: 80px !important;
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24);
    border-radius: 10px;
    border: 0px;
}

.ui-dialog {
    padding: 0em;
}

.ui-widget-header {
    border: 0px;
    background: #2C1656;
}

.ui-button-icon-only .ui-icon {
    margin-top: -10px;
}

.ui-dialog .ui-dialog-content {
    overflow: hidden;
    padding: 0.5em 0em;
}

.ui-dialog .ui-dialog-titlebar {
    border-radius: 0px;
    color: #fff;
    padding: 20px;
    font-size: 1.3em;
    font-weight: bold;
    padding-left: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.ui-icon-custom-close {
    background-image: url(../image/icon-close.png) !important;
}

.ui-button {
    background: none !important;
    border: 0px !important;
    right: 0.8em !important;
}

.ui-button:focus {
    outline: none;
}

.btn-delete:focus {
    outline: 0 !important;
}

.icon-info {
    opacity: 0.5;
}

/* jQuery modal ends */

#contact_dataTable {
    width: 100%;
    word-break: break-word;
    table-layout: fixed;
}

#contact_dataTable thead th {
    text-align: left;
    padding: 5px 1px !important;
    font-weight: 400 !important;
    color: #9E9E9E !important;
    width: 5.5555% !important;
}

#contact_dataTable thead th:nth-child(1), #contact_dataTable thead th:nth-child(4), #contact_dataTable tbody td:nth-child(1), #contact_dataTable tbody td:nth-child(4) {
	width: 16.666% !important;
	background-position: 50px center;
}
#contact_dataTable thead th:nth-child(3), #contact_dataTable thead th:nth-child(5), #contact_dataTable thead th:nth-child(7), #contact_dataTable tbody td:nth-child(3), #contact_dataTable tbody td:nth-child(5), #contact_dataTable tbody td:nth-child(7) {
	width: 11.1111% !important;
	background-position: 90px center;
}
#contact_dataTable thead th:nth-child(5), #contact_dataTable thead th:nth-child(6){
    background-position: 40px center;
}
#contact_dataTable thead th:nth-child(7),
#contact_dataTable tbody td:nth-child(7) {
    text-align: center !important;
}

#contact_dataTable thead th:nth-child(6),
#contact_dataTable tbody td:nth-child(6) {
    width: 22.2222% !important
}

#contact_dataTable th a {
    color: #9E9E9E !important;
    display: block;
    text-decoration: none !important;
    outline: none !important;
    font-size: 13px;
    font-weight: inherit;
}

#contact_dataTable th a .sortable {
    color: #aaa;
}

#contact_dataTable span.sort-icon {
    margin: 0px 3px;
}

#contact_dataTable td {
    padding: 5px 10px;
    color: #000000;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.22px;
}

#contact_dataTable td .user_info {
    position: relative;
    display: block;
    text-decoration: none !important;
    padding: 0 !important;
}

#contact_dataTable td .user_info .profile-image {
    vertical-align: middle;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: none;
}

#contact_dataTable td a,
#contact_dataTable td a:visited {
    color: #191919;
    text-decoration: underline;
}

#contact_dataTable tr:hover {
    background-color: #f0f0f0;
}

#contact_dataTable td .phone_number,
table td .nick_name {
    overflow: hidden;
    white-space: nowrap;
    display: block;
}

#contact_dataTable td .phone_number {
    max-width: 4ch;
}

#contact_dataTable td .nick_name {
    max-width: 15ch;
}

.table-wrap {
    overflow: auto;
    height: 680px;
}

.table-wrap #contact_dataTable {
    word-break: normal;
    width: auto;
}

/* html table style in post ends */
/* bottom starts */
.bottom {
    margin: 25px auto;
    padding: 10px;
    overflow: hidden;
    line-height: 26px;
    font-size: 0px;
    font-size: 0;
}

.bottom > div {
    display: inline-block !important;
    width: 25%;
    text-align: left;
    float: none !important;
    clear: both;
}

.bottom > div#contact_dataTable_length label {
    font-style: italic;
    color: #626262;
    font-size: 15px;
}

.bottom > div#contact_dataTable_length select {
    display: inline-block;
    width: 65px;
    border: 1px solid #ddd;
    text-align: center;
    margin-left: 10px;
    border-radius: 3px;
    padding: 6px;
}

.bottom > div#contact_dataTable_paginate {
    width: 50%;
    text-align: center;
}

.bottom > div#contact_dataTable_info {
    font-style: italic;
    color: #626262;
    font-size: 15px;
    text-align: right;
}

.bottom div#contact_dataTable_paginate .paginate_button,
.bottom div#contact_dataTable_paginate .ellipsis {
    background: #F9F9F9 !important;
    margin: 0px 8px;
    border-radius: 50%;
    cursor: pointer !important;
    width: 40px;
    height: 40px;
    display: inline-block;
    font-size: 18px;
    line-height: 37px;
    text-align: center;
    color: #000000 !important;
    font-weight: bold;
    box-shadow: 0 3px 7px #1F1F1F1A;
    text-decoration: none !important;
    outline: none !important;
    border: 0px !important;
    padding: 0 !important
}

.bottom div#contact_dataTable_paginate .ellipsis {
    cursor: auto !important;
    /* pointer-events: none !important; */
    line-height: 35px;
}

.bottom div#contact_dataTable_paginate .paginate_button.current,
.bottom div#contact_dataTable_paginate .paginate_button.current:hover,
.bottom div#contact_dataTable_paginate .paginate_button:hover,
.bottom div#contact_dataTable_paginate .ellipsis:hover {
    background: #AAC126 !important;
    color: #fff !important;
}

.input-width {
    width: 250px;
}

select {
    border-top: transparent;
    border-bottom: 1px solid #d5d5d5;
    border-right: transparent;
    border-left: transparent;
    padding: 4px 0px 2px 0px;
    width: 250px;
    background-color: #fff;
    margin: 5px 0 5px 0;
}

.page-not-found {
    font-size: 4em;
    margin-top: 200px;
}

#table-of-contents {
    margin: 0 auto;
}

.home-btn-container {
    margin: auto;
    width: 200px;
}

.home-btn {
    width: 100%;
    background: #2C1656;
    border: 1px solid #2C1656;
    padding: 10px 0px;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    margin-top: 50px;
}

.wd-120 {
    width: 120px;
}

input[type="file"] {
    padding-left: 0px;
    background-color: #fff;
    color: #191919;
    border: 1px solid #ccc;
}

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

a.help-txt {
    color: #00c732;
    text-decoration: none;
}

.btn_edit,
.btn_del {
    height: 32px;
    width: 32px;
    border-radius: 50%;
    text-align: center;
    border: 0px;
    outline: none !important
}
#contact_dataTable .btn_edit img,
#contact_dataTable .btn_del img {
    width: 25px;
}
.btn_edit,
.btn_del:hover {
    background: #AAC108 !important;
}

.btn_del,
.btn_edit:hover {
    background: #2C1656 !important
}

/* bottom ends */
.search-input {
    position: relative;
}

.input-common-search {
    border: 1px solid #AAC108;
    border-radius: 12px;
    padding: 12px 12px 12px 55px;
    background: #AAC108;
    color: #ffffff;
    font-size: 16px;
    width: 390px;
    margin: 0;
}

.input-common-search::placeholder {
    color: #fff !important;
    opacity: 1
}

input.input-common-search:focus {
    outline: none;
    border: 1px solid #ddd;
}

.common-search-btn {
    border: none;
    background: none;
    position: absolute;
    left: 5px;
    top: 5px;
    outline: none !important
}

.common-search-btn img {
    width: 34px;
}

#footer_copyright {
    padding: 25px;
    background-color: #f9f9f9;
}

#footer_copyright p {
    font-style: italic;
    color: #626262;
    font-size: 15px;
    text-align: center;
    margin: 0;
}

/*Media Queries*/
@media only screen and (min-width:1500px) {
    .content-width {
        width: 100%;
        max-width: 92%;
    }

    .page-title {
        font-size: 32px;
        line-height: 1;
    }

    .search-dropdown-content {
        margin-left: 100px;
    }

    #filter .row .col {
        min-width: 225px;
    }

    #contact_dataTable th a {
        font-size: 16px;
    }

    #contact_dataTable td {
        font-size: 16px;
    }

    #contact_dataTable td .user_info {
        padding-bottom: 10px;
    }

    #contact_dataTable td .user_info .profile-image {
        width: 60px;
        height: 60px;
        top: 0;
    }
}

/*forn desktop small*/
@media only screen and (max-width: 1199px) and (min-width:992px) {

    .priority-6,
    .bottom > div#contact_dataTable_length,
    .bottom > div#contact_dataTable_info {
        display: none !important
    }
 #contact_dataTable {
        width: 100% !important;
    }
    .bottom > div#contact_dataTable_paginate {
        width: 100% !important
    }

    .content-width {
        width: 930px;
    }

    .input-common-search {
        width: 310px;
    }

    #filter .row .col {
        min-width: 100px;
    }

    #filter input {
        max-width: 90px;
    }
}

/*For Tablet*/
@media only screen and (min-width:768px) and (max-width: 991px) {

    #search-myDropdown,
    .search-dropdown,
    .bottom,
    #contact_dataTable thead th:nth-child(4),
    #contact_dataTable thead th:nth-child(5),
    #contact_dataTable thead th:nth-child(6),
    #contact_dataTable tbody td:nth-child(4),
    #contact_dataTable tbody td:nth-child(5),
    #contact_dataTable tbody td:nth-child(6) {
        display: none !important
    }

    #contact_dataTable {
        width: 100% !important;
    }

    #contact_dataTable thead th:nth-child(1),
    #contact_dataTable thead th:nth-child(3),
    #contact_dataTable thead th:nth-child(7),
    #contact_dataTable tbody td:nth-child(1),
    #contact_dataTable tbody td:nth-child(3),
    #contact_dataTable tbody td:nth-child(7) {
        width: 27% !important;
    }

    #contact_dataTable thead th:nth-child(2),
    #contact_dataTable tbody td:nth-child(2) {
        width: 19% !important;
    }

    .content-width {
        width: 700px;
        margin: 0 auto;
    }

    #contact_dataTable_wrapper thead .sorting_asc,
    #contact_dataTable_wrapper thead .sorting_desc {
        background-image: none !important
    }

    .box-contain,
    .modal-head {
        padding: 20px 20px 20px 20px;
    }

    input[type='search'] {
        width: auto;
    }

}

/*for Mobile*/
@media only screen and (max-width: 767px) {


    #contact_dataTable thead th:nth-child(3),
    #contact_dataTable thead th:nth-child(4),
    #contact_dataTable thead th:nth-child(5),
    #contact_dataTable thead th:nth-child(6),
    #contact_dataTable tbody td:nth-child(3),
    #contact_dataTable tbody td:nth-child(4),
    #contact_dataTable tbody td:nth-child(5),
    #contact_dataTable tbody td:nth-child(6),
    .txt-prev-next,
    #filter-img,
    #frmFilter,
    .search-dropdown,
    .bottom > div#contact_dataTable_length,
    .bottom > div#contact_dataTable_info {
        display: none !important
    }

    #header {
        padding: 45px 0 90px;
        margin-bottom: 0 !important;
    }

    #navigation img {
        width: 34px;
    }

    .content-width {
        width: 95%;
        margin: 0px auto;
    }

    .search-container {
        padding: 0px;
        margin-top: -27px !important;
    }

    .search-container > div {
        margin-right: 0;
        width: 100%;
    }

    .input-common-search {
        width: 100%;
    }

    .modal-inner,
    .form-align {
        width: auto;
        margin: 0 20px 20px;
    }

    .box-contain,
    .modal-head {
        padding: 20px 20px 20px 20px;
    }

    #contact_dataTable th {
        font-size: 14px !important;
        background-image: none !important;
    }

    #contact_dataTable th a {
        font-size: inherit !important
    }

    #contact_dataTable td {
        padding: 5px;
        font-size: 14px;
    }

    .btn-prev-next {
        background-color: #e4e4e4;
        border: 1px solid #e0e0e0;
        color: #333;
        margin: 0px 8px;
        border-radius: 50%;
        cursor: pointer;
        width: 32px;
        height: 32px;
        display: inline-block;
        line-height: 32px;
        text-align: center;
        font-weight: bold;
    }

    .btn-prev-next:hover {
        background-color: #03a9f4;
        border: 1px solid #039fe6;
        color: #fff;
    }

    input {
        width: 100%;
    }

    .custom-row {
        margin-left: 10px;
    }

    form .col {
        float: none;
        display: block;
    }

    .custom-row-delete {
        display: none;
        float: right;
    }

    .custom-row:hover .custom-row-delete {
        display: block;
    }

    /* Login form styles */
    #entry-container {
        padding: 20px 20px 30px 20px;
    }

    .login-header h1 {
        font-size: 16px;
    }

    #login-div input {
        width: 100%;
    }

    #form-join .btn {
        min-width: unset;
        width: 100%;
        padding: 6px 0 6px 0;
        font-size: 1.0em;
        font-weight: normal;
    }

    .ui-widget.ui-widget-content {
        top: 50px !important;
    }

    .ui-dialog .ui-dialog-titlebar {
        padding: 8px 0px 8px 20px;
        font-size: 1.0em;
    }

    #contact_dataTable {
        width: 100%;
        max-width: 100% !important
    }

    #contact_dataTable thead th,
    #contact_dataTable tbody td {
        width: auto !important;
    }

    #contact_dataTable thead th:nth-child(1),
    #contact_dataTable thead th:nth-child(7),
    #contact_dataTable tbody td:nth-child(1),
    #contact_dataTable tbody td:nth-child(7) {
        width: 40% !important;
    }

    #contact_dataTable thead th:nth-child(2),
    #contact_dataTable tbody td:nth-child(2) {
        width: 20% !important;
    }

    #contact_dataTable_wrapper thead .sorting_asc,
    #contact_dataTable_wrapper thead .sorting_desc {
        background-image: none !important
    }

    #footer_copyright {
        margin-top: 25px !important
    }
    .bottom > div#contact_dataTable_paginate {
        width: 100% !important;
    }
    .bottom div#contact_dataTable_paginate .paginate_button, .bottom div#contact_dataTable_paginate .ellipsis {
        margin: 0px 4px;;
        width: 28px;
        height: 28px;
        font-size: 15px;
        line-height: 27px;
    }
    .bottom div#contact_dataTable_paginate .ellipsis {
        line-height: 23px !important
    }
}

/*media query ends*/
