
body {
    font-family: "����","Open Sans", sans-serif;
    font-size: 14px;
    color: #888;
    font-weight: 400;
    background: #fff;
    position: relative;
    overflow: hidden;
    -webkit-print-color-adjust: exact;
}


.bootstrap-tagsinput {
    padding: 10px 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2px;
    background: #f0f3f6;
}

.bootstrap-tagsinput .tag {
    padding: 5px 12px;
    border-radius: 2px;
    line-height: 37px;
    margin-top: 5px;
    margin-right: 5px;
}

.bootstrap-tagsinput .tag [data-role="remove"] {
    margin-right: -5px;
}

.bootstrap-tagsinput .tag [data-role="remove"]:after {
    content: "\e8f6";
    padding: 0 2px;
    font-family: 'feather' !important;
}



strong {
    font-weight: 600;
}

.pop-body {
    background: #fcfbf6;
}

.img-radius {
    -webkit-box-shadow: 0 3px 11px 0 rgba(65, 76, 78, 0.2);
    box-shadow: 0 3px 11px 0 rgba(65, 76, 78, 0.2);
    border-radius: 50%;
}

.page-header-title+.breadcrumb {
    background: transparent;
    padding: 0;
}

.page-header-title+.breadcrumb>.breadcrumb-item a {
    color: #888;
}

.page-header-title+.breadcrumb>.breadcrumb-item:last-child a {
    color: #111;
    font-weight: 600;
}

.theme-bg {
    background: linear-gradient(-135deg, #1de9b6 0%, #1dc4e9 100%);
}

.theme-bg2 {
    background: linear-gradient(-135deg, #899FD4 0%, #A389D4 100%);
}



.anim-rotate {
    -webkit-animation: anim-rotate 1s linear infinite;
    animation: anim-rotate 1s linear infinite;
}



.colorBack1 {
    color: #fff;
    background: #333f54;
}

.colorBack2 {
    color: #fff;
    background: #445169;
}

.colorBack3 {
    color: #333;
    background: #b6b5b3;
}

.colorBack4 {
    color: #333;
    background: #a64851;
}

.colorBack5 {
    color: #333;
    background: #47556d;
}

.colorBack6 {
    color: #fff;
    background: #3f506d;
}


.center {
    text-align: center;
}

.right {
    text-align: right;
}


.Loadings {
    overflow: hidden;
    display: none;
    position: fixed;
    z-index: 999998;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(32, 58, 83);
    /* Fallback color */
    background-color: rgba(32, 58, 83, 0.1);
    /* Black w/ opacity */
}

.Loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 100px;
    height: 100px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.borders {
    border: 1px #dbddde solid;
    border-radius: 5px;
}

.borders1 {
    border: 1px #dee5ed solid;
}

#drop-target {
    border: 10px dashed #999;
    text-align: center;
    color: #999;
    font-size: 20px;
    width: 600px;
    height: 300px;
    line-height: 300px;
    cursor: pointer;
}

#drop-target.dragover {
    background: rgba(255, 255, 255, 0.4);
    border-color: green;
}

.nobreak {
    display: inline-block;
    white-space: nowrap;
}

.orgTop1 {
    font-size: 14px;
    font-weight: 600;
}

.orgTop2 {
    font-size: 13px;
    font-weight: 400;
}

.orgTop3 {}


/* === Label styles === */

.redBack,
.greenBack,
.greyBack,
.blueBack,
.pinkBack,
.greyBack2,
.greyBack3,
.yellowBack,
.base1Back,
.base2Back,
.base3Back,
.base4Back,
.base5Back,
.base6Back,
.base7Back {
    padding: 3px 6px 3px 6px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 1px;
    border-radius: 4px;
    color: #fafafa;
    font-size: 11px;
}

.base1Back {
    background: #6e9b4f;
}

.base2Back {
    background: #3a7ed6;
}

.base3Back {
    background: #b6b5b3;
}

.base4Back {
    background: #a64851;
}

.base5Back {
    background: #759cc1;
}

.base6Back {
    background: #7590c1;
}

.base7Back {
    background: #75c1ae;
}

.paddingWidth {
    font-weight: 600;
}

.yellowBack {
    background: #d6b83a;
}

.redBack {
    background: #a64851;
}

.greenBack {
    background: #6e9b4f;
}


/* .greyBack { background: #6a6a6a; } */

.greyBack {
    background: #b6b5b3;
}

.greyBack2 {
    background: #727272;
}

.greyBack3 {
    background: #759fc1;
}


/* .blueBack { background: #5d92b7; }
.pinkBack { background: #b75dad; } */

.blueBack {
    background: #658ab3;
}

.pinkBack {
    background: #b365a5;
}

.orgText {
    colo: #999999;
}

.swal-wide {
    width: 900px;
}

.PopModalWrap {
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    white-space: nowrap;
}

.PopModal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1030;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

.PopModal-Content {
    /*z-index:1030;*/
	background:#fff;
    margin: auto;
    margin-top: 20px;
    padding: 20px;
    border: 1px solid #888;
    width: 900px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px 6px 6px 6px;
}

.PopModalBottom {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1030;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

.PopModalBottom-Content {
    /*z-index:1030;*/
    margin: auto;
    margin-top: 20px;
    padding: 20px;
    border: 1px solid #888;
    width: 900px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px 6px 6px 6px;
}

.PopModalBase {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1030;
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

.PopModalBase-Content {
    /*z-index:9980; */
    margin: auto;
    margin-top: 20px;
    padding: 20px;
    border: 1px solid #888;
    width: 900px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px 6px 6px 6px;
}

.PopCloseA {
    color: #fff;
    margin-left: 6px;
	top:-6px;
    font-size: 22px;
    font-weight: bold;
	margin-right:0px;
	position: relative;
}
.PopCloseLocA {
	width:27px;
	height:27px;
	background:#999;
	border:1px solid #000;
	border-radius:50%;
	position: absolute;
	top:15px;
	margin-left:-100px;
	z-index:9999;
}
.ViewCommentPopBaseX{
	text-align:center;
	width:80px;
	background:#333;
	color:#fff;
	border:1px solid #f4f4f4;
	border-radius:3px;
	position: absolute;
	padding:3px;
	top:15px;
	margin-left:-50px;
}
.ViewCommentPopBaseA{
	text-align:center;
	width:120px;
	color:#fff;
	background:#333;
	border:1px solid #f4f4f4;
	border-radius:3px;
	position: absolute;
	padding:3px;
	top:35px;
	margin-left:-50px;
}

.PopClose {
    color: #fff;
    margin-left: 5px;
	top:-9px;
    font-size: 28px;
    font-weight: bold;
	margin-right:0px;
	position: relative;
}
.PopCloseLoc {
	width:27px;
	height:27px;
	background:#333;
	border:1px solid #000;
	border-radius:50%;
	position: absolute;
	top:15px;
	margin-left:-50px;
	z-index:9999;
}

.PopClose:hover,
.PopClose:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.PopCloseA:hover,
.PopCloseA:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.textC {
    text-align: center;
}

.textR {
    text-align: right;
}

.textL {
    text-align: left;
}

.party_tbl_new {
    border-top: 0px solid #98aec3;
}

.party_tbl_new tr td {
    font-size: 12px;
    color: #666666;
    text-align: center;
    line-height: 21px;
    background-color: #edf2f7;
    vertical-align: middle;
    border-bottom: 1px solid #98aec3;
    border-left: 1px solid #98aec3;
    border-right: 1px solid #98aec3;
}

.party_tbl_new .tdSel {
    background-color: #ffffff;
    text-align: left;
    padding-left: 5px;
}

.party_tbl_new .tdSelLeft {
    text-align: center;
    width: 70px;
}

.party_tbl_new .tdSelLeft2 {
    text-align: center;
    width: 20px;
}

.party_tbl_new .tdSelLeft3 {
    text-align: center;
    border-bottom: 0px solid #98aec3;
    border-left: 0px solid #98aec3;
}

.party_tbl_new tr th {
    font-size: 12px;
    color: #151515;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #98aec3;
    border-left: 1px solid #98aec3;
    background-color: #edf2f7;
}

.border_last {
    border-right: 1px solid #98aec3;
}

.party_tbl_new2 {
    border-top: 0px solid #98aec3;
}

.party_tbl_new2 tr td {
    font-size: 12px;
    color: #666666;
    text-align: center;
    line-height: 21px;
    background-color: #edf2f7;
    vertical-align: middle;
    border-bottom: 1px solid #98aec3;
    border-right: 1px solid #98aec3;
}

.party_tbl_new2 .tdSel {
    background-color: #ffffff;
    text-align: left;
    padding-left: 5px;
}

.party_tbl_new2 .tdSel3 {
    background-color: #ffffff;
    text-align: left;
    padding-left: 5px;
    border-right: 0px solid #98aec3;
}

.party_tbl_new2 .tdSelLeft {
    text-align: center;
    width: 70px;
    border-left: 0px solid #98aec3;
}

.party_tbl_new2 .tdSelLeft2 {
    text-align: center;
    width: 20px;
}

.party_tbl_new2 tr th {
    font-size: 12px;
    color: #151515;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #98aec3;
    border-left: 1px solid #98aec3;
    background-color: #edf2f7;
}

.party_tbl_new3 {
    border-top: 0px solid #98aec3;
    border-bottom: 0px solid #98aec3;
}

.party_tbl_new3 tr td {
    font-size: 12px;
    color: #666666;
    text-align: center;
    line-height: 21px;
    background-color: #edf2f7;
    vertical-align: middle;
    border-bottom: 1px solid #98aec3;
    border-right: 1px solid #98aec3;
}

.party_tbl_new3 .tdSel {
    background-color: #ffffff;
    text-align: left;
    padding-left: 5px;
    border-right: 0px solid #98aec3;
}

.party_tbl_new3 .tdSel3 {
    background-color: #ffffff;
    text-align: left;
    padding-left: 5px;
    border-right: 0px solid #98aec3;
}

.party_tbl_new3 .tdSelLeft {
    text-align: center;
    width: 70px;
    border-left: 0px solid #98aec3;
}

.party_tbl_new3 .tdSelLeft2 {
    text-align: center;
    width: 20px;
}

.party_tbl_new3 tr th {
    font-size: 12px;
    color: #151515;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #98aec3;
    border-left: 1px solid #98aec3;
    background-color: #edf2f7;
}

.TblSet {
    margin-top: 15px;
    border-top: 1px solid #98aec3;
    width: 100%;
}

.TblSet tr td {
    font-size: 12px;
    color: #666666;
    text-align: center;
    line-height: 24px;
    background-color: #edf2f7;
    border-bottom: 1px solid #98aec3;
    border-left: 1px solid #98aec3;
    border-right: 1px solid #98aec3;
}

.TblSet tr th {
    font-size: 12px;
    color: #151515;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #98aec3;
    border-left: 1px solid #98aec3;
    background-color: #edf2f7;
}

.ComImgSize {
    width: 120px;
    height: 110px;
    border: 1px solid #d6d6d6;
    margin-left: 20px;
    margin-bottom: 6px;
}

.swal-width {
    width: 800px;
}

#AllCts {
    overflow: hidden;
}

.PopDialog {
    overflow-x: hidden;
    z-index: 99999;
}

.ModalWindowDisplayMeOnTopPlease {
    z-index: 99999;
}

.pop-overlay {
    overflow: hidden;
    display: none;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #afb5cd;
    opacity: .8;
    filter: Alpha(Opacity=80);
}

.pop-overlay-shadow {
    -webkit-box-shadow: 0px 0px 5px #566491;
    box-shadow: 0px 0px 5px #566491;
}

.ZipIMG {
    cursor: pointer;
    height: 29px;
    position: relative;
    top: 4px;
    padding-left: 5px;
}

.ListBut {
    font-size: 16px;
    cursor: pointer;
}

.ListFileBut {
    font-size: 17px;
}

.SetColor {
    height: 36px;
}


/* Fullscreen
html:-moz-full-screen {
  background: #fcfbf6;
}

html:-webkit-full-screen {
  background: #fcfbf6;
}

html:-ms-fullscreen {
  background: #fcfbf6;
  margin: 0;
  padding: 0;
}

body:-ms-fullscreen {
  margin: 0;
  padding: 0;
  background: #fcfbf6;
  overflow:auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

html:fullscreen {
  background: #fcfbf6;
}
*/

.ScrollUp {
    -webkit-overflow-scrolling: touch !important;
    overflow-y: scroll !important;
}

.FileUploadIMG {
    cursor: pointer;
    position: relative;
    top: 10px;
    padding-left: 5px
}

.NoDp {
    display: none;
}

.Shadow {
    -webkit-box-shadow: 0px 3px 18px 0px rgba(92, 97, 102, 0.42);
    -moz-box-shadow: 0px 3px 18px 0px rgba(92, 97, 102, 0.42);
    box-shadow: 0px 3px 18px 0px rgba(92, 97, 102, 0.42);
}

.mobileAlert {
    position: absolute;
    top: 80px;
    left: 50%;
    margin-left: -315px;
}

.mobileAlertBase {
    position: absolute;
    top: 0px;
    right: 0px;
    margin-right: -40px;
}

.mobileAlertWrap {
    display: block;
    float: right;
}

.TargetPrints {
    z-index: 9999999999;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 100px;
}

option {
    padding: 20px;
}

.Rounded {
    border-radius: 5px;
    border: 1px #ccc solid;
}

.modal-backdrop {
    z-index: 9998;
}

.ekko-lightbox {
    z-index: 9999;
}

.ListTile {
    font-size: 10pt;
}

.ItemValue {
    position: relative;
    margin-top: -2px;
    padding-left: 5px;
}

.button_del {
    cursor: pointer;
}

.SubTr {
    background: #f5f6f9;
    color: #222;
    background-image: url("/assets/images/bgbase1.png");
}

.SubTrRed {
    background: #f5eff0;
    color: #333;
}

.SubTr2 {
    background: #fff;
    color: #333;
    font-weight: 300;
    font-size: 12px;
    border-top: 1px solid #cdcfdb;
    border-bottom: 1px solid #cdcfdb;
}

.SubTr3 {
    background: #f4f4f4;
    color: #222;
    font-weight: 700;
	font-size:12px;
}

.SubTr4 {
    background: #fff;
    color: #222;
    font-weight: 700;
}

.SubTr5 {
    color: #222;
    font-weight: 500;
}

#PopList {
    z-index: 99999;
}

.TotTr {
    background: #e5e7f1;
    color: #222;
    font-weight: 500;
    font-size: 14px;
}

.font15 {
    font-weight: 500;
    font-size: 15px;
}

a {
    color: #63676e;
}

.linKcolor {
    color: #63676e;
}

.listMargin {
    position: relative;
    top: -2px;
}

.SelUser {
    background: #e5e9f1;
}

.PopCS {
    overflow-y: scroll;
}

.ellipsis {
    position: relative;
}

.ellipsis:before {
    content: '';
    visibility: hidden;
}

.ellipsis span {
    /*position: absolute;*/
    left: 0;
    right: 0;
    white-space: normal;
    overflow: hidden;
    /* text-overflow: ellipsis; */
    word-break: break-all;
}

.pcoded-wrapper {
    padding-bottom: 200px;
}

/*
a:link {
    color: #222;
    background-color: transparent;
    text-decoration: none;
    font-weight: 600;
}
*/
a:hover:not(.fc-event-mirror) {
    /*color: #222;*/
    background-color: transparent;
    text-decoration: none;
    font-weight: 800;
}


.ycbk {
    background: #f4f4f4;
    background-color: #f4f4f4;
    font-weight: 700;
    color: #222;
}

.SetSelTMenu {
    font-weight: 700;
    color: #000;
    text-decoration: underline;
    text-underline-position: under;
    text-decoration-color: #3f4d67;
    text-decoration-thickness: 2px;
}

.white {
    color: #fff;
}

.childgrid tr {
    background-color: #ffffff;
    background: #ffffff;
}

/**====== Form Componant css end ======**/
select.form-control:not([size]):not([multiple]) {
  height: calc(2.55rem + 2px);
}

.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
  height: calc(3.375rem + 2px);
}

.selectedRow,
.selectedRow:active,
.childgrid tr:active {
    background-color: #e3e2db;
    background: #e3e2db;
    /* cursor: move; */
}

.selectedRow2 {
    background-color: #c0c7d6;
    background: #c0c7d6;
    cursor: move;
}

.selectedRowSet {
	color:#222;
	font-weight:700;
    background-color: rgba(237, 235, 222, 0.10);
}

.draggable_tr {
    background-color: #ffffff;
    background: #ffffff;
    border: 1px solid #d3d3d3;
    padding: 5px;
    cursor: move;
}

#draggingContainer {
    background-color: #ffffff;
    background: #ffffff;
    padding: 7px;
}

.height50 {
    height: 30px;
}

.padding15 {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
}

.transback {
    padding: 10px;
    border: 1px #ebe9dd solid;
    background-image: url("../images/tranparent.jpg");
    background-size: 300px 300px;
}

.transback2 {
    padding: 10px;
}

.dd-handleset {
    background-color: #b6b5b3;
    background: #b6b5b3;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    padding: 3px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
}

.SetSearchDo {
    background-color: #e6dfc5;
    background: #e6dfc5;
}

.SetSmallColor {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 1px #333 solid;
    float: left;
    margin-right: 5px;
}

.SetSmallColor2 {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    border: 1px #333 solid;
    float: left;
    margin-right: 5px;
}

.ColColor {
    width: 100%;
}

.blockView {
    display: block;
}

.SubSelCheckColor {
    background: #e6e9ec;
    background-color: #e6e9ec;
}

.SubSelCheck:hover {
    background: #e6e9ec;
    background-color: #e6e9ec;
}

.bgMultiSel {
    background: #f4f4f4;
    background-color: #f4f4f4;
}


.UserColor1 {
    background-color: #efacc4;
    background: #efacc4;
}
.UserColor2 {
    background-color: #e95b16;
    background: #e95b16;
}
.UserColor3 {
    background-color: #c70f29;
    background: #c70f29;
}
.UserColor4 {
    background-color: #910fc7;
    background: #910fc7;
}
.UserColor5 {
    background-color: #0f47c7;
    background: #0f47c7;
}
.UserColor6 {
    background-color: #0fc79e;
    background: #0fc79e;
}
.UserColor7 {
    background-color: #309c05;
    background: #309c05;
}


input.largerCheckbox {
	transform : scale(1.6);
}

.bgcolors {
    color: #888;
    font-weight: 400;
    background: #fff;
}

.bgcolors_white {
    color: #333;
    font-weight: 400;
    background: #fff;
}

*:focus {
    outline: none;
}



.label {
    padding: 4px 10px;
    min-height: auto;
    position: relative;
    margin-right: 5px;
    margin-bottom: 5px;
}

.label.label-primary {
    background: #04a9f5;
    color: #ffffff;
}

.label.label-danger {
    background: #f44236;
    color: #ffffff;
}

.label.label-success {
    background: #1de9b6;
    color: #ffffff;
}

.label.label-warning {
    background: #f4c22b;
    color: #ffffff;
}

.label.label-info {
    background: #3ebfea;
    color: #ffffff;
}



.auth-icon {
    font-size: 30px;
}

.auth-icon:before {
    background: linear-gradient(-135deg, #1de9b6 0%, #1de9b6 100%);
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



/**  =====================
      Switches css start
==========================  **/

.switch input[type=checkbox] {
    opacity: 0;
    position: absolute;
}

.switch input[type=checkbox]+.cr {
    position: relative;
    display: inline-block;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    height: 20px;
    width: 35px;
    border: 1px solid #ecece9;
    border-radius: 60px;
    cursor: pointer;
    z-index: 0;
    top: 12px;
}

.switch input[type=checkbox]+.cr:after,
.switch input[type=checkbox]+.cr:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}

.switch input[type=checkbox]+.cr:before {
    -webkit-transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
    transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
    height: 20px;
    width: 35px;
    border-radius: 30px;
}

.switch input[type=checkbox]+.cr:after {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0 0 rgba(0, 0, 0, 0.04), 0 4px 9px rgba(0, 0, 0, 0.13), 0 3px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0 0 rgba(0, 0, 0, 0.04), 0 4px 9px rgba(0, 0, 0, 0.13), 0 3px 3px rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
    transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
    background: #f7f7f7;
    height: 19px;
    width: 19px;
    border-radius: 60px;
}

.switch input[type=checkbox]:checked+.cr:before {
    background: linear-gradient(-135deg, #1de9b6 0%, #1de9b6 100%);
    -webkit-transition: width 0.2s cubic-bezier(0, 0, 0, 0.1);
    transition: width 0.2s cubic-bezier(0, 0, 0, 0.1);
}

.switch input[type=checkbox]:checked+.cr:after {
    left: 16px;
}

.switch input[type=checkbox]:disabled+label {
    opacity: 0.5;
    -webkit-filter: grayscale(0.4);
    filter: grayscale(0.4);
    cursor: not-allowed;
}

.switch.switch-primary input[type=checkbox]:checked+.cr:before {
    background: #04a9f5;
}

.switch.switch-danger input[type=checkbox]:checked+.cr:before {
    background: #f44236;
}

.switch.switch-success input[type=checkbox]:checked+.cr:before {
    background: #1de9b6;
}

.switch.switch-warning input[type=checkbox]:checked+.cr:before {
    background: #3f4d67;
}

.switch.switch-info input[type=checkbox]:checked+.cr:before {
    background: #3e77ea;
}

.switch.switch-alternative input[type=checkbox]:checked+.cr:before {
    background: linear-gradient(-135deg, #899FD4 0%, #A389D4 100%);
}



/**  =====================
      Radio & Checked css start
==========================  **/

.checkbox {
    padding: 10px 0;
    min-height: auto;
    position: relative;
    margin-right: 5px;
}

.checkbox input[type=checkbox] {
    margin: 0;
    display: none;
    width: 22px;
}

.checkbox input[type=checkbox]+.cr {
    padding-left: 0;
}

.checkbox input[type=checkbox]+.cr:before {
    content: "\e83f";
    width: 22px;
    height: 22px;
    display: inline-block;
    margin-right: 10px;
    border: 2px solid #e9eaec;
    border-radius: 3px;
    font-size: 15px;
    font-family: 'feather';
    font-weight: 400;
    line-height: 19px;
    vertical-align: bottom;
    text-align: center;
    background: #ffffff;
    color: transparent;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.checkbox input[type=checkbox]:checked+.cr:before {
    background: #1dd5d2;
    border-color: #1dd5d2;
    color: #ffffff;
}

.checkbox input[type=checkbox].disabled+.cr,
.checkbox input[type=checkbox]:disabled+.cr {
    opacity: 0.5;
}

.checkbox input[type=checkbox].disabled+.cr:before,
.checkbox input[type=checkbox]:disabled+.cr:before {
    cursor: not-allowed;
}

.checkbox.checkbox-fill input[type=checkbox]+.cr:after {
    content: "";
    width: 22.5px;
    height: 22.5px;
    display: inline-block;
    margin-right: 10px;
    border: 2px solid #e9eaec;
    border-radius: 2px;
    vertical-align: bottom;
    text-align: center;
    background: transparent;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    top: 8.5px;
    left: 3px;
}

.checkbox.checkbox-fill input[type=checkbox]+.cr:before {
    opacity: 0;
    content: "\e840";
    font-size: 27px;
    background: transparent;
}

.checkbox.checkbox-fill input[type=checkbox]:checked+.cr:after {
    opacity: 0;
}

.checkbox.checkbox-fill input[type=checkbox]:checked+.cr:before {
    opacity: 1;
    background: transparent;
    color: #1dd5d2;
    border-color: transparent;
}

.checkbox.checkbox-primary input[type=checkbox]:checked+.cr:before {
    background: #04a9f5;
    border-color: #04a9f5;
    color: #ffffff;
}

.checkbox.checkbox-fill.checkbox-primary input[type=checkbox]:checked+.cr:before {
    background: transparent;
    color: #04a9f5;
    border-color: transparent;
}

.checkbox.checkbox-danger input[type=checkbox]:checked+.cr:before {
    background: #f44236;
    border-color: #f44236;
    color: #ffffff;
}

.checkbox.checkbox-fill.checkbox-danger input[type=checkbox]:checked+.cr:before {
    background: transparent;
    color: #f44236;
    border-color: transparent;
}

.checkbox.checkbox-success input[type=checkbox]:checked+.cr:before {
    background: #1de9b6;
    border-color: #1de9b6;
    color: #ffffff;
}

.checkbox.checkbox-fill.checkbox-success input[type=checkbox]:checked+.cr:before {
    background: transparent;
    color: #1de9b6;
    border-color: transparent;
}

.checkbox.checkbox-warning input[type=checkbox]:checked+.cr:before {
    background: #f4c22b;
    border-color: #f4c22b;
    color: #ffffff;
}

.checkbox.checkbox-fill.checkbox-warning input[type=checkbox]:checked+.cr:before {
    background: transparent;
    color: #f4c22b;
    border-color: transparent;
}

.checkbox.checkbox-info input[type=checkbox]:checked+.cr:before {
    background: #3ebfea;
    border-color: #3ebfea;
    color: #ffffff;
}

.checkbox.checkbox-fill.checkbox-info input[type=checkbox]:checked+.cr:before {
    background: transparent;
    color: #3ebfea;
    border-color: transparent;
}

.checkbox .cr {
    cursor: pointer;
}

.radio {
    padding: 10px 0;
    min-height: auto;
    position: relative;
    margin-right: 5px;
}

.radio input[type=radio] {
    margin: 0;
    display: none;
    width: 22px;
}

.radio input[type=radio]+.cr {
    padding-left: 0;
}

.radio input[type=radio]+.cr:after,
.radio input[type=radio]+.cr:before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    border-radius: 50%;
    vertical-align: bottom;
    background: #fff;
    color: transparent;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.radio input[type=radio]+.cr:before {
    width: 22px;
    height: 22px;
    border: 2px solid #e9eaec;
}

.radio input[type=radio]+.cr:after {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 13px;
    left: 5px;
}

.radio input[type=radio]:checked+.cr:before {
    border-color: #e9eaec;
}

.radio input[type=radio]:checked+.cr:after {
    background: linear-gradient(-135deg, #d6d808 0%, #1de9b6 100%);
}

.radio input[type=radio]:disabled+.cr {
    opacity: 0.5;
    cursor: not-allowed;
}

.radio input[type=radio]:disabled+.cr:after,
.radio input[type=radio]:disabled+.cr:before {
    cursor: not-allowed;
}

.radio.radio-fill input[type=radio]+.cr:after {
    width: 18px;
    height: 18px;
    top: 10px;
    left: 2px;
}

.radio.radio-primary input[type=radio]:checked+.cr:before {
    border-color: #e9eaec;
}

.radio.radio-primary input[type=radio]:checked+.cr:after {
    background: #04a9f5;
}

.radio.radio-danger input[type=radio]:checked+.cr:before {
    border-color: #f44236;
}

.radio.radio-danger input[type=radio]:checked+.cr:after {
    background: #f44236;
}

.radio.radio-success input[type=radio]:checked+.cr:before {
    border-color: #d6d808;
}

.radio.radio-success input[type=radio]:checked+.cr:after {
    background: #d6d808;
}

.radio.radio-warning input[type=radio]:checked+.cr:before {
    border-color: #3f4d67;
}

.radio.radio-warning input[type=radio]:checked+.cr:after {
    background: #3f4d67;
}

.radio.radio-info input[type=radio]:checked+.cr:before {
    border-color: #3e77ea;
}

.radio.radio-info input[type=radio]:checked+.cr:after {
    background: #3e77ea;
}

.radio .cr {
    cursor: pointer;
}
.link_bold {
	font-weight:600;
	color:#222;
}



.btn-theme,
a.btn-theme {
    background: linear-gradient(-135deg, #1de9b6 0%, #1de9b6 100%);
    color: #fff;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
    border-color: #1de1c2;
    border-radius: 0.25rem;
    padding: 11px 25px;
}

.btn-theme:active,
.btn-theme:focus,
.btn-theme:not(:disabled):not(.disabled):active,
a.btn-theme:active,
a.btn-theme:focus,
a.btn-theme:not(:disabled):not(.disabled):active {
    background-image: linear-gradient(-135deg, #1de9b6 0%, #1de9b6 100%);
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-theme.active,
a.btn-theme.active {
    background-image: #fff !important;
    color: #d6d6d6;
    border: 1px solid #e6e6de;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-outline-theme {
    background-image: #fff !important;
    color: #d6d6d6;
    border: 1px solid #e6e6de;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-outline-theme:active,
.btn-outline-theme:focus,
.btn-outline-theme:not(:disabled):not(.disabled):active {
    background-image: #fff;
    color: #d6d6d6;
    border: 1px solid #e6e6de;
}

.btn-outline-theme.active {
    background: linear-gradient(-135deg, #1de9b6 0%, #1de9b6 100%) !important;
    color: #fff;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid transparent;
}

.btn-theme2 {
    background: linear-gradient(-135deg, #899FD4 0%, #A389D4 100%);
    color: #fff;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 14px 25px;
}

.btn-theme2:active,
.btn-theme2:focus,
.btn-theme2:not(:disabled):not(.disabled):active {
    background-image: linear-gradient(-135deg, #899FD4 0%, #A389D4 100%);
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-theme2.active {
    background-image: #fff !important;
    color: #d6d6d6;
    border: 1px solid #e6e6de;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-outline-theme2 {
    background-image: #fff !important;
    color: #d6d6d6;
    border: 1px solid #e6e6de;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-outline-theme2:active,
.btn-outline-theme2:focus,
.btn-outline-theme2:not(:disabled):not(.disabled):active {
    background-image: #fff;
    color: #d6d6d6;
    border: 1px solid #e6e6de;
}

.btn-outline-theme2.active {
    background: linear-gradient(-135deg, #899FD4 0%, #A389D4 100%) !important;
    color: #fff;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid transparent;
}

.btn {
    padding: 7px 20px;
    border-radius: 0.25rem;
    font-size: 12px;
    margin-bottom: 0px;
    margin-right: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn>i {
    margin-right: 12px;
}

.btn.btn-icon,
.btn.drp-icon {
    width: 45px;
    height: 45px;
    padding: 10px 12px;
}

.btn.btn-icon>i,
.btn.drp-icon>i {
    margin-right: 0;
}

.btn.drp-icon.dropdown-toggle:after {
    display: none;
}

.btn.drp-icon+.dropdown-menu {
    margin-left: -10px;
}

.btn:active,
.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-square {
    border-radius: 0;
}

.btn.disabled {
    cursor: not-allowed;
    opacity: 0.55;
}

.btn-rounded {
    border-radius: 30px;
}

.dialog-btn-rounded {
    border-radius: 3px;
}

.btn-group .btn {
    margin-bottom: 0;
    margin-right: 0;
}

.shadow-1 {
    -webkit-box-shadow: 0 7px 12px 0 rgba(62, 57, 107, 0.16);
    box-shadow: 0 7px 12px 0 rgba(62, 57, 107, 0.16);
}

.shadow-2 {
    -webkit-box-shadow: 0 10px 18px 0 rgba(62, 57, 107, 0.2);
    box-shadow: 0 10px 18px 0 rgba(62, 57, 107, 0.2);
}

.shadow-3 {
    -webkit-box-shadow: 0 14px 24px 0 rgba(62, 57, 107, 0.26);
    box-shadow: 0 14px 24px 0 rgba(62, 57, 107, 0.26);
}

.shadow-4 {
    -webkit-box-shadow: 0 16px 28px 0 rgba(62, 57, 107, 0.3);
    box-shadow: 0 16px 28px 0 rgba(62, 57, 107, 0.3);
}

.shadow-5 {
    -webkit-box-shadow: 0 20px 24px 0 rgba(62, 57, 107, 0.36);
    box-shadow: 0 20px 24px 0 rgba(62, 57, 107, 0.36);
}


/* Alternate buttons */
.login-but{
	width:130px;
}
.btn-kakao {
    background: url("/assets/images/kakaologin.png") no-repeat scroll 0 0 transparent;
    color: #222;
    background-color: #f7e437;
    border-color: #f7e437;
	font-weight:700;
	margin-right:0px;
}

.btn-kakao:hover {
    color: #fff;
	font-weight:700;
}
.btn-primary {
    color: #fff;
    background-color: #404041;
    border-color: #404041;
}

.btn-primary:hover {
    color: #fff;
    background-color: rgb(66, 106, 143);
    border-color: #cbcbcb;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #d2c58e;
    border-color: #cbcbcb;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #d2c58e;
    border-color: #cbcbcb;
}

.btn-secondary {
    color: #fff;
    opacity: 0.7;
    background-color: #939597;
    border-color: #939597;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #767676;
    border-color: #767676;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #78a0c6;
    border-color: #cbcbcb;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #78a0c6;
    border-color: #cbcbcb;
}

.btn-success {
    color: #fff;
    background-color: #6e9b4f;
    border-color: #cbcbcb;
}

.btn-success:hover {
    color: #fff;
    background-color: #4b7b2a;
    border-color: #cbcbcb;
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #4b7b2a;
    border-color: #cbcbcb
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #4b7b2a;
    border-color: #cbcbcb;
}

.btn-info {
    color: #fff;
    background-color: #93cfe3;
    border-color: #93cfe3;
}

.btn-info:hover {
    color: #fff;
    background-color: #5ca9c3;
    border-color: #5ca9c3;
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #93cfe3;
    border-color: #93cfe3;
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #93cfe3;
    border-color: #93cfe3;
}

.btn-warning {
    color: #fff;
    background-color: #df7211;
    border-color: #df7211;
}

.btn-warning:hover {
    color: #fff;
    background-color: #bb5f0c;
    border-color: #bb5f0c;
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #fff;
    background-color: #df7211;
    border-color: #df7211;
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #922a34;
    border-color: #922a34;
}

.btn-danger {
    color: #fff;
    background-color: #a64851;
    border-color: #a64851;
}

.btn-danger:hover {
    color: #fff;
    background-color: #922a34;
    border-color: #922a34;
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #922a34;
    border-color: #922a34;
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #922a34;
    border-color: #922a34;
}

.btn-light {
    color: #fff;
    background-color: #d2c58e;
    border-color: #d2c58e;
}

.btn-light:hover {
    color: #fff;
    background-color: #78a0c6;
    border-color: #78a0c6;
}

.btn-light.disabled,
.btn-light:disabled {
    color: #fff;
    background-color: #78a0c6;
    border-color: #78a0c6;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #fff;
    background-color: #78a0c6;
    border-color: #cbcbcb;
}

.btn-dark {
    color: #fff;
    background-color: #d2c58e;
    border-color: #cbcbcb;
}

.btn-dark:hover {
    color: #fff;
    background-color: #78a0c6;
    border-color: #cbcbcb;
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #78a0c6;
    border-color: #cbcbcb;
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #78a0c6;
    border-color: #cbcbcb;
}


/* outline buttons */

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

.btn-outline-primary:hover {
    color: #fff;
    background-color: #78a0c6;
    border-color: #cbcbcb;
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #04a9f5;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #04a9f5;
    border-color: #cbcbcb;
}

.btn-outline-secondary {
    color: #748892;
    background-color: transparent;
    background-image: none;
    border-color: #cbcbcb;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #748892;
    border-color: #cbcbcb;
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #748892;
    background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #748892;
    border-color: #cbcbcb;
}

.btn-outline-success {
    color: #1de9b6;
    background-color: transparent;
    background-image: none;
    border-color: #cbcbcb;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #1de9b6;
    border-color: #cbcbcb;
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #1de9b6;
    background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #1de9b6;
    border-color: #1de9b6;
}

.btn-outline-info {
    color: #3e77ea;
    background-color: transparent;
    background-image: none;
    border-color: #cbcbcb;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #3e77ea;
    border-color: #cbcbcb;
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #3e77ea;
    background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #3e77ea;
    border-color: #cbcbcb;
}

.btn-outline-warning {
    color: #3f4d67;
    background-color: transparent;
    background-image: none;
    border-color: #cbcbcb;
}

.btn-outline-warning:hover {
    color: #fff;
    background-color: #3f4d67;
    border-color: #cbcbcb;
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #3f4d67;
    background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #3f4d67;
    border-color: #cbcbcb;
}

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

.btn-outline-danger:hover {
    color: #fff;
    background-color: #f44236;
    border-color: #cbcbcb;
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #f44236;
    background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #f44236;
    border-color: #cbcbcb;
}

.btn-outline-light {
    color: #f2f2f2;
    background-color: transparent;
    background-image: none;
    border-color: #cbcbcb;
}

.btn-outline-light:hover {
    color: #37474f;
    background-color: #f2f2f2;
    border-color: #cbcbcb;
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f2f2f2;
    background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
    color: #37474f;
    background-color: #f2f2f2;
    border-color: #cbcbcb;
}

.btn-outline-dark {
    color: #37474f;
    background-color: transparent;
    background-image: none;
    border-color: #cbcbcb;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #37474f;
    border-color: #cbcbcb;
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #37474f;
    background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #37474f;
    border-color: #cbcbcb;
}


/* glow buttons */

.btn-glow-primary {
    -webkit-box-shadow: 0 1px 6px 2px rgba(4, 169, 245, 0.56), 0 6px 11px 2px rgba(4, 169, 245, 0.2);
    box-shadow: 0 1px 6px 2px rgba(4, 169, 245, 0.56), 0 6px 11px 2px rgba(4, 169, 245, 0.2);
}

.btn-glow-primary:hover {
    -webkit-box-shadow: 0 1px 4px 2px rgba(4, 169, 245, 0.56), 0 4px 9px 2px rgba(4, 169, 245, 0.1);
    box-shadow: 0 1px 4px 2px rgba(4, 169, 245, 0.56), 0 4px 9px 2px rgba(4, 169, 245, 0.1);
}

.btn-glow-primary:not(:disabled):not(.disabled).active,
.btn-glow-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-glow-primary.dropdown-toggle,
.btn-glow-primary.active,
.btn-glow-primary:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-glow-secondary {
    -webkit-box-shadow: 0 1px 6px 2px rgba(116, 136, 146, 0.56), 0 6px 11px 2px rgba(116, 136, 146, 0.2);
    box-shadow: 0 1px 6px 2px rgba(116, 136, 146, 0.56), 0 6px 11px 2px rgba(116, 136, 146, 0.2);
}

.btn-glow-secondary:hover {
    -webkit-box-shadow: 0 1px 4px 2px rgba(116, 136, 146, 0.56), 0 4px 9px 2px rgba(116, 136, 146, 0.1);
    box-shadow: 0 1px 4px 2px rgba(116, 136, 146, 0.56), 0 4px 9px 2px rgba(116, 136, 146, 0.1);
}

.btn-glow-secondary:not(:disabled):not(.disabled).active,
.btn-glow-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-glow-secondary.dropdown-toggle,
.btn-glow-secondary.active,
.btn-glow-secondary:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-glow-success {
    -webkit-box-shadow: 0 1px 6px 2px rgba(29, 233, 182, 0.56), 0 6px 11px 2px rgba(29, 233, 182, 0.2);
    box-shadow: 0 1px 6px 2px rgba(29, 233, 182, 0.56), 0 6px 11px 2px rgba(29, 233, 182, 0.2);
}

.btn-glow-success:hover {
    -webkit-box-shadow: 0 1px 4px 2px rgba(29, 233, 182, 0.56), 0 4px 9px 2px rgba(29, 233, 182, 0.1);
    box-shadow: 0 1px 4px 2px rgba(29, 233, 182, 0.56), 0 4px 9px 2px rgba(29, 233, 182, 0.1);
}

.btn-glow-success:not(:disabled):not(.disabled).active,
.btn-glow-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-glow-success.dropdown-toggle,
.btn-glow-success.active,
.btn-glow-success:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-glow-info {
    -webkit-box-shadow: 0 1px 6px 2px rgba(62, 191, 234, 0.56), 0 6px 11px 2px rgba(62, 191, 234, 0.2);
    box-shadow: 0 1px 6px 2px rgba(62, 191, 234, 0.56), 0 6px 11px 2px rgba(62, 191, 234, 0.2);
}

.btn-glow-info:hover {
    -webkit-box-shadow: 0 1px 4px 2px rgba(62, 191, 234, 0.56), 0 4px 9px 2px rgba(62, 191, 234, 0.1);
    box-shadow: 0 1px 4px 2px rgba(62, 191, 234, 0.56), 0 4px 9px 2px rgba(62, 191, 234, 0.1);
}

.btn-glow-info:not(:disabled):not(.disabled).active,
.btn-glow-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-glow-info.dropdown-toggle,
.btn-glow-info.active,
.btn-glow-info:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-glow-warning {
    -webkit-box-shadow: 0 1px 6px 2px rgba(244, 194, 43, 0.56), 0 6px 11px 2px rgba(244, 194, 43, 0.2);
    box-shadow: 0 1px 6px 2px rgba(244, 194, 43, 0.56), 0 6px 11px 2px rgba(244, 194, 43, 0.2);
}

.btn-glow-warning:hover {
    -webkit-box-shadow: 0 1px 4px 2px rgba(244, 194, 43, 0.56), 0 4px 9px 2px rgba(244, 194, 43, 0.1);
    box-shadow: 0 1px 4px 2px rgba(244, 194, 43, 0.56), 0 4px 9px 2px rgba(244, 194, 43, 0.1);
}

.btn-glow-warning:not(:disabled):not(.disabled).active,
.btn-glow-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-glow-warning.dropdown-toggle,
.btn-glow-warning.active,
.btn-glow-warning:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-glow-danger {
    -webkit-box-shadow: 0 1px 6px 2px rgba(244, 66, 54, 0.56), 0 6px 11px 2px rgba(244, 66, 54, 0.2);
    box-shadow: 0 1px 6px 2px rgba(244, 66, 54, 0.56), 0 6px 11px 2px rgba(244, 66, 54, 0.2);
}

.btn-glow-danger:hover {
    -webkit-box-shadow: 0 1px 4px 2px rgba(244, 66, 54, 0.56), 0 4px 9px 2px rgba(244, 66, 54, 0.1);
    box-shadow: 0 1px 4px 2px rgba(244, 66, 54, 0.56), 0 4px 9px 2px rgba(244, 66, 54, 0.1);
}

.btn-glow-danger:not(:disabled):not(.disabled).active,
.btn-glow-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-glow-danger.dropdown-toggle,
.btn-glow-danger.active,
.btn-glow-danger:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-glow-light {
    -webkit-box-shadow: 0 1px 6px 2px rgba(242, 242, 242, 0.56), 0 6px 11px 2px rgba(242, 242, 242, 0.2);
    box-shadow: 0 1px 6px 2px rgba(242, 242, 242, 0.56), 0 6px 11px 2px rgba(242, 242, 242, 0.2);
}

.btn-glow-light:hover {
    -webkit-box-shadow: 0 1px 4px 2px rgba(242, 242, 242, 0.56), 0 4px 9px 2px rgba(242, 242, 242, 0.1);
    box-shadow: 0 1px 4px 2px rgba(242, 242, 242, 0.56), 0 4px 9px 2px rgba(242, 242, 242, 0.1);
}

.btn-glow-light:not(:disabled):not(.disabled).active,
.btn-glow-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-glow-light.dropdown-toggle,
.btn-glow-light.active,
.btn-glow-light:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-glow-dark {
    -webkit-box-shadow: 0 1px 6px 2px rgba(55, 71, 79, 0.56), 0 6px 11px 2px rgba(55, 71, 79, 0.2);
    box-shadow: 0 1px 6px 2px rgba(55, 71, 79, 0.56), 0 6px 11px 2px rgba(55, 71, 79, 0.2);
}

.btn-glow-dark:hover {
    -webkit-box-shadow: 0 1px 4px 2px rgba(55, 71, 79, 0.56), 0 4px 9px 2px rgba(55, 71, 79, 0.1);
    box-shadow: 0 1px 4px 2px rgba(55, 71, 79, 0.56), 0 4px 9px 2px rgba(55, 71, 79, 0.1);
}

.btn-glow-dark:not(:disabled):not(.disabled).active,
.btn-glow-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-glow-dark.dropdown-toggle,
.btn-glow-dark.active,
.btn-glow-dark:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}


/**====== Button css end ======**/

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


/*
.swal-modal{
  z-index:99999;
}
*/


/**  =====================
      Alert css start
==========================  **/


/* Base styles */

.alert {
    position: relative;
    padding: 15px 20px;
    border-radius: 0;
}


/* Provide class for links that match alerts */

.alert-link {
    font-weight: 600;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.alert-link:hover {
    text-decoration: underline;
}

.alert-dismissible {
    padding-right: 40px;
}

.alert-dismissible .close {
    padding: 14px 10px;
}


/* Alternate styles
 Generate contextual modifier classes for colorizing the alert. */

.alert-primary {
    color: #5c5a40;
    border-color: #e7e6da;
    background: #f6f6ef;
}

.alert-primary hr {
    border-top-color: #a1dffb;
}

.alert-primary .alert-link {
    color: #c25710;
}

.alert-link-color {
    color: #c25710;
}

.alert-secondary {
    color: #576972;
    border-color: #d8dee0;
}

.alert-secondary hr {
    border-top-color: #cad2d5;
}

.alert-secondary .alert-link {
    color: #414e55;
}

.alert-success {
    color: #299b85;
    border-color: #c0f9eb;
}

.alert-success hr {
    border-top-color: #a9f7e4;
}

.alert-success .alert-link {
    color: #1e7362;
}

.alert-info {
    color: #3b85a0;
    border-color: #c9edf9;
}

.alert-info hr {
    border-top-color: #b2e5f6;
}

.alert-info .alert-link {
    color: #2d667b;
}

.alert-warning {
    color: #99873c;
    border-color: #fceec4;
}

.alert-warning hr {
    border-top-color: #fbe7ac;
}

.alert-warning .alert-link {
    color: #74672e;
}

.alert-danger {
    color: #994442;
    border-color: #fccac7;
}

.alert-danger hr {
    border-top-color: #fbb3af;
}

.alert-danger .alert-link {
    color: #753433;
}

.alert-light {
    color: #98a0a4;
    border-color: #fbfbfb;
}

.alert-light hr {
    border-top-color: #eeeeee;
}

.alert-light .alert-link {
    color: #7d878c;
}

.alert-dark {
    color: #37474f;
    border-color: #c7cbce;
}

.alert-dark hr {
    border-top-color: #b9bec2;
}

.alert-dark .alert-link {
    color: #222c31;
}


/**====== Alert css end ======**/


/**  =====================
      Breadcrumbs & Pagination css start
==========================  **/


/* Breadcrumbs */

.breadcrumb {
    background-color: #fcfbf6;
    border-radius: 0;
}

.breadcrumb-item+.breadcrumb-item {
    color: #04a9f5;
}

.breadcrumb-item+.breadcrumb-item::before {
    /* content: $breadcrumb-divider; */
}

.breadcrumb-item.active {
    color: #111;
}


/* pagination */

.page-item.active .page-link {
    color: #fff;
    background-color: #04a9f5;
    border-color: #04a9f5;
}

.tooltip.show {
    opacity: 1;
}

.tooltip .arrow {
    position: absolute;
    display: block;
}

.tooltip .arrow::before {
    content: "\6d";
    left: 0;
    font-family: "pct";
    font-size: 20px;
    line-height: 0.3;
    color: #000;
    border: none;
    text-shadow: 0 2px 3px rgba(220, 220, 220, 0.46);
}

.bs-tooltip-right .arrow::before {
    content: "\6a";
    left: -7px;
    top: 2.6px;
    border: none;
    text-shadow: -2px 0 3px rgba(220, 220, 220, 0.46);
}

.bs-tooltip-right .tooltip-inner {
    border-radius: 15px 20px 20px 15px;
}

.bs-tooltip-bottom .arrow::before {
    content: "\6c";
    border: none;
    text-shadow: 0 -2px 3px rgba(220, 220, 220, 0.46);
}

.bs-tooltip-left .arrow::before {
    content: "\6b";
    left: -8px;
    top: 3.6px;
    border: none;
    text-shadow: 2px 0 3px rgba(220, 220, 220, 0.46);
}

.bs-tooltip-left .tooltip-inner {
    border-radius: 20px 15px 15px 20px;
}

.tooltip-inner {
    border-radius: 20px;
    padding: 6px 15px;
    -webkit-box-shadow: 0 0 15px #dcdcdc;
    box-shadow: 0 0 15px #dcdcdc;
}


/**====== tooltip css end ======**/


/**  =====================
      tooltip css start
==========================  **/

.popover {
    top: 0;
    left: 0;
    border: none;
    -webkit-box-shadow: 0 0 15px #dcdcdc;
    box-shadow: 0 0 15px #dcdcdc;
    border-radius: 15px;
}

.popover .arrow::after {
    display: none;
}

.popover .arrow::before {
    content: "\6d";
    top: -1px;
    left: 0;
    font-family: "pct";
    font-size: 20px;
    line-height: 0.3;
    color: #fff;
    border: none;
    text-shadow: 0 2px 3px rgba(220, 220, 220, 0.7);
}

.popover .popover-header {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    background: transparent;
    border-bottom-color: #fcfbf6;
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before {
    content: "\6d";
    text-shadow: 0 2px 3px rgba(220, 220, 220, 0.7);
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before {
    content: "\6a";
    left: -4px;
    top: 2.6px;
    border: none;
    text-shadow: -2px 0 3px rgba(220, 220, 220, 0.46);
}

.bs-popover-bottom .arrow:before,
.bs-popover-auto[x-placement^="bottom"] .arrow:before {
    content: "\6c";
    top: 3px;
    border: none;
    text-shadow: 0 -2px 3px rgba(220, 220, 220, 0.46);
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before {
    content: "\6b";
    left: -8px;
    top: 3.6px;
    border: none;
    text-shadow: 2px 0 3px rgba(220, 220, 220, 0.46);
}

.theme-bg {
    background: linear-gradient(-135deg, #1de9b6 0%, #1dc4e9 100%);
}



/*====== Font-size css starts ======*/

.f-10 {
    font-size: 10px;
}

.f-12 {
    font-size: 12px;
}

.f-14 {
    font-size: 14px;
}

.f-16 {
    font-size: 16px;
}

.f-18 {
    font-size: 18px;
}

.f-20 {
    font-size: 20px;
}

.f-22 {
    font-size: 22px;
}

.f-24 {
    font-size: 24px;
}

.f-26 {
    font-size: 26px;
}

.f-28 {
    font-size: 28px;
}

.f-30 {
    font-size: 30px;
}

.f-32 {
    font-size: 32px;
}

.f-34 {
    font-size: 34px;
}

.f-36 {
    font-size: 36px;
}

.f-38 {
    font-size: 38px;
}

.f-40 {
    font-size: 40px;
}

.f-42 {
    font-size: 42px;
}

.f-44 {
    font-size: 44px;
}

.f-46 {
    font-size: 46px;
}

.f-48 {
    font-size: 48px;
}

.f-50 {
    font-size: 50px;
}

.f-52 {
    font-size: 52px;
}

.f-54 {
    font-size: 54px;
}

.f-56 {
    font-size: 56px;
}

.f-58 {
    font-size: 58px;
}

.f-60 {
    font-size: 60px;
}

.f-62 {
    font-size: 62px;
}

.f-64 {
    font-size: 64px;
}

.f-66 {
    font-size: 66px;
}

.f-68 {
    font-size: 68px;
}

.f-70 {
    font-size: 50px;
}

.f-72 {
    font-size: 72px;
}

.f-74 {
    font-size: 74px;
}

.f-76 {
    font-size: 76px;
}

.f-78 {
    font-size: 78px;
}

.f-80 {
    font-size: 80px;
}


/*====== Font-size css ends ======*/


/*====== Font-weight css starts ======*/

.f-w-100 {
    font-weight: 100;
}

.f-w-200 {
    font-weight: 200;
}

.f-w-300 {
    font-weight: 300;
}

.f-w-400 {
    font-weight: 400;
}

.f-w-500 {
    font-weight: 500;
}

.f-w-600 {
    font-weight: 600;
}

.f-w-700 {
    font-weight: 700;
}

.f-w-800 {
    font-weight: 800;
}

.f-w-900 {
    font-weight: 900;
}


.text-white{
	color:#fff;
}
.sub_btn {
    color: #fff;
    background-color: #404041;
    border-color: #404041;
}

.auth-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    min-width: 100%;
    min-height: 100vh;
}
.auth-wrapper {
    background-image: url("/assets/images/bg-images/login_back2.png");
    background-repeat: no-repeat;
    background-color: #d7dadb;
    background-size: 100%;
}



input.form-control:read-only {
    background-color: #e8e8e8;
}

input.form-control:disabled {
    background-color: #e8e8e8;
}

textarea.form-control:read-only {
    background-color: #e8e8e8;
}

textarea.form-control:disabled {
    background-color: #e8e8e8;
}


/**  =====================
      Form Componant css start
==========================  **/

.custom-select,
.form-control {
    background: #f4f4f4;
    padding: 7px 7px;
    font-size: 12px;
	color:#222;
}

.custom-select:focus,
.form-control:focus {
    background: #fff;
}

.custom-select::-moz-placeholder,
.form-control::-moz-placeholder {
    color: #aaaeb3;
    opacity: 1;
}

.custom-select:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
    color: #aaaeb3;
}

.custom-select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
    color: #aaaeb3;
}

.form-control2 {
    background: #fcfbf6;
    padding: 5px 8px;
    font-size: 11px;
}


/* input group start */

.input-group {
    background: #fcfbf6;
}

.input-group .input-group-text {
    padding-left: 15px;
    padding-right: 15px;
    background: transparent;
}

.input-group .input-group-text i {
    font-size: 20px;
}

.input-group .custom-file-label {
    margin-bottom: 0;
}

.input-group .btn {
    margin-bottom: 0;
    margin-right: 0;
}

.cust-file-button .custom-file-label {
    height: calc(2.25rem + 8px);
    line-height: 2.5;
}

.cust-file-button .custom-file-label::after {
    padding: 0.775rem 0.75rem;
    height: 2.65rem;
}

.custom-select {
    height: calc(2.25rem + 9px);
}





.b-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.b-brand .b-bg {
    background: linear-gradient(-135deg, #1de9b6 0%, #1de9b6 100%);
    border-radius: 10px;
    width: 35px;
    height: 35px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.b-brand .b-bg i {
    color: #fff;
}

.b-brand .b-title {
    margin-left: 10px;
    font-weight: 100;
    color: #fff;
    font-size: 18px;
}



p.text-muted {
    font-size: 13px;
}

.card {
    border-radius: 7px;
    /*
  -webkit-box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
          box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
   border: none; */
    border: 1px #dbddde solid;
    margin-bottom: 30px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.card .card-header {
    background-color: transparent;
    /* #eef1f4;  */
    border-bottom: 0px solid #dbddde;
    padding: 20px 20px 5px 25px;
    position: relative;
}

.card .card-header1 {
    background-color: #eef1f4;
    border-bottom: 1px solid #dbddde;
    padding: 20px 20px 20px 25px;
    position: relative;
}

.card .card-header2 {
    background-color: #92cee2;
    border-bottom: 1px solid #dbddde;
    padding: 20px 20px 20px 25px;
    position: relative;
}

.card .card-header3 {
    background-color: #00618d;
    border-bottom: 1px solid #dbddde;
    padding: 20px 20px 20px 25px;
    position: relative;
}

.card .card-header4 {
    background-color: #d2dbe0;
    border-bottom: 1px solid #dbddde;
    padding: 20px 20px 20px 25px;
    position: relative;
}

.card .card-header h5 {
    margin-bottom: 0;
    color: #000;
    font-size: 15px;
    font-weight: 700;
    display: inline-block;
    margin-right: 10px;
    line-height: 1.1;
    position: relative;
}

.card .card-header h5:after {
    content: "";
    background-color: #a7a7a7;
    position: absolute;
    left: -25px;
    top: 0;
    width: 4px;
    height: 20px;
}

.card .card-header h6 {
    margin-bottom: 0;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    margin-right: 10px;
    line-height: 1.1;
    position: relative;
}

.card .card-header h6:after {
    content: "";
    background-color: #3f4d67;
    position: absolute;
    left: -25px;
    top: 0;
    width: 4px;
    height: 20px;
}

.card .card-header.borderless {
    border-bottom: none;
}

.card .card-header.borderless h5:after {
    display: none;
}

.card .card-header .card-header-right {
    right: 10px;
    top: 10px;
    display: inline-block;
    float: right;
    padding: 0;
    position: absolute;
}

@media only screen and (max-width: 575px) {
    .card .card-header .card-header-right {
        display: none;
    }
}

.card .card-header .card-header-right .dropdown-menu {
    margin-top: 0;
}

.card .card-header .card-header-right .dropdown-menu li a {
    font-size: 14px;
    text-transform: capitalize;
}

.card .card-header .card-header-right .btn.dropdown-toggle {
    border: none;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #888;
}

.card .card-header .card-header-right .btn.dropdown-toggle i {
    margin-right: 0;
}

.card .card-header .card-header-right .btn.dropdown-toggle:after {
    display: none;
}

.card .card-header .card-header-right .btn.dropdown-toggle:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.card .card-footer {
    border-top: 1px solid #f1f1f1;
    background: transparent;
    padding: 25px;
}

.card .card-block,
.card .card-body {
    padding: 30px 25px;
}

.card.card-load {
    position: relative;
    overflow: hidden;
}

.card.card-load .card-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 999;
}

.card.card-load .card-loader i {
    margin: 0 auto;
    color: #a7a7a7;
    font-size: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.card.full-card {
    z-index: 99999;
    border-radius: 0;
}


/* ==========  scrollbar End  =========== */

.scroll-y {
    z-index: 1027;
}
.select2-dropdown {
    z-index: 9999;
}

.select2-container--open {
    z-index: 9999;
}

.select2-selection__rendered {
    line-height: 35px !important;
}

.select2-container .select2-selection--single {
    background: #f4f4f4;
    height: 35px !important;
    border: 1px #ced4da solid;
}

.select2-container .select2-selection--multiple {
    border: 1px #ced4da solid;
}

.select2-selection__arrow {
    height: 35px !important;
}

.select2-container .select2-search__field {
    width: 100% !important;
    height: 25px;
}

.select2-container .select2-selection--multiple .select2-selection__choice {
    background: #e3e9f0;
    color: #222;
}

.sel {
    width: 100%;
}

.select2-container {
    min-width: 70px;
}
.select2-dropdown {
    z-index: 99999;
	position:relative;
	margin-left:0px;
	top:0px;
}

table-card .row-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  margin: 0;
}
.table-card .row-table i {
  padding: 50px 20px;
}
.table-card .row-table > [class*=col-] {
  display: table-cell;
  float: none;
  table-layout: fixed;
  vertical-align: middle;
}
.table-card .row-table > [class*=col-] .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}



.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  padding: 3px 9px !important;
  background-color: #04a9f5;
  color: #fff;
}
.owl-carousel button:focus {
  outline: none;
  background-color: #04a9f5;
  color: #fff;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #04a9f5;
  color: #fff;
}


/**  =====================
      Data Tables css start
==========================  **/
.table th{
  white-space: nowrap;
  padding: 0.45rem 0.6rem;
   -webkit-print-color-adjust: exact;
}
.table th{
  white-space: nowrap;
  padding: 0.45rem 0.6rem;
   -webkit-print-color-adjust: exact;
}
.table td{
  white-space: nowrap;
  padding: 0.4rem 0.6rem 0.3rem;
  border-bottom: 0px solid #ced4da;
   -webkit-print-color-adjust: exact;
}
.table thead th {
  border-bottom: 1px solid #ced4da;
  font-weight:700;
  color:#666;
   -webkit-print-color-adjust: exact;
}
.table tbody + tbody {
  border-top: 1px solid #ced4da;
   -webkit-print-color-adjust: exact;
}
.table tr:last-child td{
  border-bottom: 1px solid #dee3e8;
}
.table tbody {
  font-size:10pt;
}
.table_board{
  border-bottom: 1px solid #dee3e8;
}


.table2 td,
.table2 th {
  white-space: nowrap;
  padding: 0.45rem 0.6rem;
}
.table2 thead th {
  border-bottom: 1px solid #ced4da;
   -webkit-print-color-adjust: exact;
}
.table2 tbody + tbody {
  border-top: 2px solid #ced4da;
   -webkit-print-color-adjust: exact;
}

.table2 tbody {
  font-size:10pt;
}

.table-bordered2 {
  border: 1px solid #ced4da;
   -webkit-print-color-adjust: exact;
}
.table-bordered2 td,
.table-bordered2 th {
  border: 1px solid #ced4da;
   -webkit-print-color-adjust: exact;
}

/* Zebra-striping */
.table-striped2 tbody tr:nth-of-type(2n+1) {
  background-color: rgba(127, 212, 255, 0.05);
  /* background-image: url( "/assets/images/bgbase3.png" ); */
  border-top: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da;
   -webkit-print-color-adjust: exact;
}



/* fixed header position */
table.dataTable.fixedHeader-floating {
  top: 0 !important;
}
@media screen and (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_filter label {
        float: none !important;
        text-align: center;
    }
}
@media screen and (max-width: 992px) {
  table.dataTable.fixedHeader-floating {
    display: none !important;
  }
}

@media screen and (max-width: 992px) {
  .fixedHeader-locked {
    display: none !important;
  }
}
/**  =====================
      Foo-table css start
==========================  **/
.footable .pagination > .active > a,
.footable .pagination > .active > span {
  background-color: #04a9f5;
  border-color: #04a9f5;
}
.footable .pagination > .active > a:focus, .footable .pagination > .active > a:hover,
.footable .pagination > .active > span:focus,
.footable .pagination > .active > span:hover {
  background-color: #04a9f5;
  border-color: #04a9f5;
}
.footable .pagination > li > a,
.footable .pagination > li > span {
  color: #222;
}

.footable-details.table,
.footable.table {
  margin-bottom: 0;
}

table.footable > tfoot > tr.footable-paging > td > span.label {
  margin-bottom: 0;
}
table.footable-paging-center > tfoot > tr.footable-paging > td {
  padding-bottom: 0;
}

.table-columned > tbody > tr > td {
  border: 0;
  border-left: 1px solid #cddadb;
}
.table-columned > tbody > tr > th {
  border: 0;
}


.h-list-header .form-control:active, .h-list-header .form-control:focus, .h-list-header .form-control:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.h-list-body {
  position: relative;
}
.h-list-body .userlist-box {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 20px;
  position: relative;
}
.h-list-body .userlist-box:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  width: calc(100% - 40px);
  height: 1px;
  background: #f3f4f9;
}
.h-list-body .userlist-box.active {
  background: #e0f5fe;
}
.h-list-body .userlist-box .media-left {
  padding-right: 10px;
}
.h-list-body .userlist-box .media-object {
  width: 50px;
  display: inline-block;
}
.h-list-body .userlist-box .chat-header {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}
.h-list-body .userlist-box .chat-header small {
  margin-top: 5px;
  font-size: 90%;
}
.h-list-body .userlist-box .live-status {
  height: 25px;
  width: 25px;
  position: absolute;
  top: 35px;
  right: 20px;
  border-radius: 100%;
  color: #fff;
  padding: 2px 0;
  text-align: center;
  background: linear-gradient(-135deg, #1de9b6 0%, #1dc4e9 100%);
}

.header-chat .h-list-header {
  text-align: center;
  position: relative;
}
.header-chat .h-list-header h6 {
  margin: 5px 0;
}
.header-chat .h-list-header .h-back-user-list {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
}
.header-chat .main-chat-cont {
  height: calc(100vh - 166px);
}
.header-chat .h-list-body {
  height: 100%;
  background: #e0f5fe;
}
.header-chat .h-list-footer {
  position: absolute;
  bottom: 30px;
  width: 100%;
  right: 0;
  padding: 20px 15px;
  z-index: 10;
  background: #e0f5fe;
}
.header-chat .h-list-footer .input-group {
  background: #fff;
  border: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 7px;
  border-radius: 20px 0 10px 20px;
  width: calc(100% - 40px);
}
.header-chat .h-list-footer .input-group .form-control,
.header-chat .h-list-footer .input-group .input-group-text {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.header-chat .h-list-footer .input-group .btn-send:active, .header-chat .h-list-footer .input-group .btn-send:focus, .header-chat .h-list-footer .input-group .btn-send:hover,
.header-chat .h-list-footer .input-group .form-control:active,
.header-chat .h-list-footer .input-group .form-control:focus,
.header-chat .h-list-footer .input-group .form-control:hover {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.header-chat .h-list-footer .input-group .btn-attach {
  border-radius: 50%;
  padding: 5px;
  margin-right: 5px;
}
.header-chat .h-list-footer .input-group .btn-attach > i {
  margin-right: 0;
}
.header-chat .h-list-footer .input-group .btn-send {
  border-radius: 50%;
  padding: 10px;
  margin-left: 5px;
  position: absolute;
  right: -45px;
  top: 2px;
  z-index: 99;
}
.header-chat .h-list-footer .input-group .btn-send i {
  margin-right: 0;
}
.header-chat .h-list-footer .input-group .btn-send .input-group-text {
  color: #fff;
}
.header-chat .h-list-footer .input-group .form-control {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 0;
}
.header-chat .h-list-footer .input-group:after {
  content: "\67";
  font-family: "pct";
  z-index: 1001;
  font-size: 35px;
  line-height: 0;
  color: #fff;
  position: absolute;
  top: 18px;
  right: -23px;
  text-shadow: 4px 10px 20px rgba(0, 0, 0, 0.1);
}

.h-list-body .chat-messages {
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}
.h-list-body .chat-messages .photo-table {
  padding-right: 15px;
}
.h-list-body .chat-messages .photo-table img {
  display: inline-block;
  width: 50px;
  margin-bottom: 5px;
}
.h-list-body .chat-messages .chat-menu-content > div,
.h-list-body .chat-messages .chat-menu-reply > div {
  position: relative !important;
  overflow: visible !important;
  display: inline-block !important;
}
.h-list-body .chat-messages .chat-menu-content > div .chat-cont,
.h-list-body .chat-messages .chat-menu-reply > div .chat-cont {
  padding: 15px 20px;
}
.h-list-body .chat-messages .chat-menu-content .chat-time,
.h-list-body .chat-messages .chat-menu-reply .chat-time {
  margin: 9px 8px 0 10px;
}
.h-list-body .chat-messages .chat-menu-reply {
  text-align: right !important;
}
.h-list-body .chat-messages .chat-menu-reply > div p {
  background: #fff;
  border-radius: 4px;
  margin-bottom: 4px;
  margin-right: 25px;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}
.h-list-body .chat-messages .chat-menu-reply > div p:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.h-list-body .chat-messages .chat-menu-reply > div p:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 0;
}
.h-list-body .chat-messages .chat-menu-reply > div:before {
  content: "\66";
  font-family: "pct";
  z-index: 5;
  font-size: 30px;
  line-height: 0;
  color: #fff;
  position: absolute !important;
  bottom: 19px;
  right: 5px;
  text-shadow: 7px 10px 20px rgba(0, 0, 0, 0.1);
}
.h-list-body .chat-messages .chat-menu-content > div p {
  /* background: linear-gradient(-135deg, #1de9b6 0%, #1dc4e9 100%); */
  background: #777;
  color: #fff;
  border-radius: 4px;
  margin-bottom: 4px;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}
.h-list-body .chat-messages .chat-menu-content > div p:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 10px;
}
.h-list-body .chat-messages .chat-menu-content > div p:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.h-list-body .chat-messages .chat-menu-content > div:before {
  content: "\68";
  font-family: "pct";
  z-index: 1001;
  font-size: 30px;
  line-height: 0;
  color: #777;
  position: absolute !important;
  top: 15px;
  left: -20px;
  text-shadow: -4px 4px 10px rgba(0, 0, 0, 0.15);
}

/* massage page start */
.msg-card .msg-user-list {
  height: calc(100vh - 300px);
}
.msg-card .msg-user-chat {
  background: #f7fbfd;
  height: calc(100vh - 330px);
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 5px;
  padding-right: 5px;
}
.msg-cardsub .msg-user-chat {
  background: #f7fbfd;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 5px;
  padding-right: 5px;
}
.msg-card .msg-block > .row > div:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #f1f1f1;
  position: absolute !important;
  top: 0;
}
.msg-card .msg-block > .row > div:first-child:before {
  right: 0;
}
.msg-card .msg-block > .row > div:last-child:before {
  left: -1px;
}

.main-friend-chat {
  padding-bottom: 15px;
}

/**====== tooltip css end ======**/

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 10px 24px;
    cursor: pointer;
}

.nav-link:hover {
    text-decoration: none;
}

.nav-link.disabled {
    opacity: 0.7;
}

/* ======================== Tabs =============================== */

.nav-tabs {
    border-bottom: none;
}

.nav-tabs .nav-link {
    border: none;
    color: #222;
}

.nav-tabs .nav-link:hover {
    color: #36b3ea;
    border-top: 1px #c5ced9 solid;
    border-right: 1px #c5ced9 solid;
    border-left: 1px #c5ced9 solid;
	font-weight:800;
    background: linear-gradient(#f4f4f4 30%, #fff);
}

.nav-tabs .nav-link.disabled {
    opacity: 0.7;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    position: relative;
    z-index: 9;
    top: -1px;
    border-top: 1px #c5ced9 solid;
    border-right: 1px #c5ced9 solid;
    border-left: 1px #c5ced9 solid;
    color: #111;
    -webkit-box-shadow: 0 -3px 10px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 -3px 10px 0 rgba(0, 0, 0, 0.05);
    background: linear-gradient(#f0f0f0 30%, #fff);
	font-weight:800;
}

.nav-tabs .nav-link {
    position: relative;
    z-index: 9;
    top: -1px;
    border-top: 1px #d7dde3 solid;
    border-right: 1px #d7dde3 solid;
    border-left: 1px #d7dde3 solid;
    border-bottom: 1px #d7dde3 solid;
    color: #111;
    -webkit-box-shadow: 0 -3px 10px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 -3px 10px 0 rgba(0, 0, 0, 0.05);
	background:#fff;
	margin-right:0px;
}

/* =======================   Pills ================== */

.nav-pills {
    padding: 15px;
    border: 1px #c5ced9 solid;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05);
}

.nav-pills .nav-link {
    border-radius: 5px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background: #fff;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
}


/* ==================== Justified variants ===================*/

.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}


/* Tabbable tabs */


/* Hide tabbable panes to start, show them when `.active` */

.tab-content {
    padding: 35px 30px;
    background: #fff;
    border: 1px #d4d7da solid;
    /*
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05);
  */
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}


.mind_set1{
	margin-left:10px;float:left;
}
.mind_set2{
	border-bottom:1px #efefef solid;width:100%;magin-top:5px;magin-bottom:5px;
}
.mind_set3{
	font-weight:700;
	font-size:15px;
}
.mind_set4{
	width:100%;margin-top:10px;margin-bottom:10px;
}

.mind_set5{
	min-width:100px;border-radius:5px;border:1px solid #cdd3de;padding:6px;
}
.mind_set6{
	border-radius:5px;border:1px solid #cdd3de;width:170px;padding:10px;color:#999;background:#fff;position:absolute;top:0px;right:0px;;
}

.mind_set7{
	border-radius:5px;border:0px solid #cdd3de;margin-bottom:30px;height:250px;border-radius:5px;border:1px solid #cdd3de;padding:20px;
}

.mind_set8{
	height:34px;top:24px;position:absolute;
}

.mind_set_line{
	border-bottom:1px #efefef solid;width:100%;magin-top:5px;magin-bottom:5px;
}


.mind_set_ok{
	font-weight:800;
	color:#fff;
	/* font-size:14px; */
	padding:5px;
	padding-left:7px;
	padding-right:7px;
	border-radius:3px;
	border:1px solid #333;
	background:#333;
}

.mind_set_no{
	font-weight:300;
	color:#999;
	font-size:12px;
}


.mind_sub_ok{
	font-weight:800;
	color:#222;
	/* font-size:13px; */
	padding:3px;
	padding-left:7px;
	padding-right:7px;
	border-radius:3px;
	border:1px solid #ccc;
	background:#efefef;
	margin-left:5px;
}

.mind_sub_no{
	font-weight:300;
	color:#999;
	font-size:12px;
	margin-left:5px;
}
.mind_sub_view{
	color:#666;
	padding:3px;
	padding-left:7px;
	padding-right:7px;
	border-radius:3px;
	border:1px solid #ccc;
	background:#efefef;
	margin-left:5px;
}


.box_note{
  background-attachment: local;
  background-image:
    linear-gradient(to right, white 10px, transparent 10px),
    linear-gradient(to left, white 10px, transparent 10px),
    repeating-linear-gradient(white, white 30px, #e7e7e7 30px, #e7e7e7 31px, white 31px);
  line-height: 31px;
  padding: 8px 10px;
  width:100%;
}
.textbox{
	height:350px;border:1px solid #e7e7e7;
}
.sel_color1{
	background:#e4e8e9;color:#999;
}
.sel_color2{
	background:#f9f7f4;color:#999;
}
.sel_color3{
	background:#39465e;color:#fff;font-weight:700;font-size:14px;
	border:1px solid #39465e;
}
.sel_color4{
	background:#f2edf2;color:#333;font-weight:700;font-size:14px;
	border:1px solid #c6aec8;
}
.sel_color5{
	background:#1f768f;color:#fff;font-weight:700;font-size:14px;
	border:1px solid #0e4b5d;
}
.sel_colorp{
	background:#fff;color:#333;font-weight:700;font-size:14px;
}

.scrollset{
	overflow-x:auto;
	min-width:200px;
}

.fixed{
	position:fixed;
}

.doc_title1{
	font-size:17px;
	font-weight:900;
	color:#333;
	margin-bottom:7px;
}
.doc_title0{
	font-size:25px;
	font-weight:900;
	color:#333;
	margin-bottom:7px;
}
.doc_title2{
	margin-left:10px;
	font-size:17px;
	font-weight:900;
	color:#ff3300;
}
.doc_title3{
	font-size:17px;
	font-weight:900;
	color:#333;
}
.doc_title4{
	font-size:18px;
	font-weight:900;
	color:#555;
}
.boxclass{
	margin-top:12px;
	background:#f4f4f4;color:#666;font-weight:700;font-size:15px;
	border:1px solid #ccc;
	border-radius:5px;
	padding:13px;
}
.selboxclass{
	margin-top:12px;
	background:#39465e;color:#fff;font-weight:900;font-size:17px;
	border:1px solid #ccc;
	border-radius:5px;
	padding:13px;
}

.form__group {
  position: relative;
  padding: 15px;
  margin-top: 10px;
}

.form__field {
  font-family: inherit;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #ccc;
  font-size: 1rem;
  color: #333;
  padding: 7px 0;
  background: transparent;
  transition: border-color 0.2s;

  &::placeholder {
    color: 333;
  }

  &:placeholder-shown ~ .form__label {
    font-size: 1.3rem;
    cursor: text;
    top: 20px;
  }
}

.form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 1rem;
  color:  #9b9b9b;
}

.form__field:focus {
  ~ .form__label {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
    font-size: 1rem;
    color: #11998e;
    font-weight:700;
  }
  padding-bottom: 6px;
  font-weight: 700;
  border: 0;
  border-bottom: 2px solid #333;
}
/* reset input */
.form__field{
  &:required,&:invalid { box-shadow:none; }
}

.gettimeset{
	border:1px solid #ccc;font-size:14px;font-weight:900;color:#333;background:#eef2f5;padding:10px;border-radius:5px;
}
.gettimeset:hover{
	border:1px solid #ccc;font-size:14px;font-weight:900;color:#fff;background:#487eb0;padding:10px;border-radius:5px;
}
.gettimesethere{
	border:1px solid #ccc;font-size:14px;font-weight:900;color:#fff;background:#487eb0;padding:10px;border-radius:5px;
}

.widthlimit{
	min-width:340px;
}

.TimeReserved{
	border:1px solid #b0c0ce;font-size:14px;font-weight:900;color:#bfcedc;background:#f3f4f5;padding:10px;border-radius:5px;
}



.alert-header {
  font-size:17px;
  font-weight:700;
  color:#e11839;
}

.guidetxt {
  padding: 15px 20px;
  border-radius: 3px;
  font-size:14px;
  margin:10px;
}
.cursor{
	cursor:pointer;
}
.fontsize15{
	font-size:15px;
	font-weight:800;
}
.fontsize13{
	font-size:13px;
	font-weight:800;
}
.fontsize15_black{
	font-size:14px;
	font-weight:800;
	color:#222;
	margin-bottom:7px;
}
.scrollsetList{
	overflow-x:auto;
	min-width:700px;
}

.SetColorTh{
	background-color:#39465e;background:#39465e;color:#fff;font-weight:700;font-size:15px;
}




.p_center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*
p {
  height: 0.5em;
}
*/


.InsSet{
  border: 0;
  outline: 0;
  background: transparent;
  color:#666;
}

#SetScaleContents .feather,
#SetScaleContents * {
    font-family: feather !important;
}

#SetScaleContents *:not(i) {
    /* font-family: "����","Open Sans", sans-serif !important; */
    font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif !important;
}

#SetScaleContents hr {
    color: inherit;
    margin: 1rem 0;
    opacity: .25;
}
