.icheck>label {
    padding-left: 0;
    margin-left: 20px;
}
.email-verify-page h1 {
    text-align: center;
    background: red;
    padding: 0.5em;
    color: white;
}
.email-verify-page h1.success {
    background: #4CAF50;
}
.email-verify-page h4 {
    text-align: center;
}
.content.newcform {
    background-color: #dde6e8;
    border: 1px solid #d2d2d2;
}
body.register-page footer.main-footer {
    margin-left: 0;
}
a.mob-logo.visible-xs {
    height: 50px;
    float: left;
    color: white;
    width: 68%;
    font-size: 25px;
    line-height: 48px;
    text-align: right;
}
@media (max-width: 767px){
.main-sidebar {
    padding-top: 50px;
}
}
.main-sidebar .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.main-sidebar .list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #222d32;
    border: 1px solid #222d32;
    color: white;
}
.settings-page h3.box-title, .index-page h3.box-title {line-height: 2;}
	.settings-page h3.box-title i, .index-page h3.box-title i{
	float: left;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
	margin-right: 5px; 
	}
.box.ajexed form.form-horizontal{
    background: gainsboro;
    opacity: 0.5;
}
.box.ajexed textarea.form-control {
    background-color: #ededed;
	pointer-events:none;
}
.box.ajexed form.form-horizontal .box-footer {
    background: #f0b0a8;
}
.box.ajexed form.form-horizontal button.btn.btn-info.pull-right {
    opacity: 0;
	cursor: not-allowed;
	pointer-events:none;
}
.box.ajexed .loadingdpk {
    display: block !important;
}
.axax-msg {
    position: absolute;
    bottom: -12px;
    left: 10px;
    z-index: 99999999;
    width: 50%;
}
.axax-msg .alert {
    padding-top: 8px;
    padding-bottom: 8px;
}
.col-lg-6.col-xs-6 .small-box .icon i.fa.fa-user {
    margin-top: 13px;
}
.index-page .box-header {
    color: #fff;
    display: block;
    padding: 10px;
    position: relative;
    background-color: #3c8dbc;
    font-weight: bold;
}
.index-page .box-body {
    padding-top: 0px;
}
.index-page .box {
    border-top: 0px !important;
}
.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
    background-color: #6f0200;
}
.skin-blue .main-header .navbar {
    background-color: #dd4b39;
}
.skin-blue .main-header .logo {
    background-color: #dd4b39;
    color: #fff;
    border-bottom: 0 solid transparent;
}
.login-page, .register-page {
    background: #d1eeff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.login-box, .register-box {
    width: 360px;
    margin: 10% auto !important;
}
.login-box-body, .register-box-body {padding: 2rem;border-radius: 1rem;}
.login-box-body, .register-box-body {
    background: unset;
	margin-top: 15px;
	padding-bottom: 45px;
}
.login_header {
    padding: 1.5rem 2rem;
    background-color: #fdf4f0;
    border-bottom: 1px solid #f6c5b4;
    -webkit-box-shadow: 0 0.125rem 0.8rem rgba(0,0,0,0.1);
    box-shadow: 0 0.125rem 0.8rem rgba(0,0,0,0.1);
    border-radius: 1rem 1rem 0 0;
}
.login_reg_inner {
    background-color: #fff;
    border: none;
    -webkit-box-shadow: 0 0.125rem 0.8rem rgba(0,0,0,0.1);
    box-shadow: 0 0.125rem 0.8rem rgba(0,0,0,0.1);
    border-radius: 1rem;
}

.btn-primary {
    background-color: #1b3975;
    border-color: #06235d;
    border-radius: 5px 5px 5px 5px !important;
    padding-left: 30px;
    padding-right: 30px;
}
.login-box  button.btn.btn-primary.btn-flat.btn-lg, .register-box button.btn.btn-primary.btn-flat.btn-lg {
    margin-top: 15px;
    margin-bottom: 15px;
}
.login-box-msg, .register-box-msg {
    margin: 0;
    text-align: center;
    padding: 0;
}
.form-control {
    border-radius: 5px;
}
.box {
    border-top: 0px;
}
body.register-page footer.main-footer, body.login-page footer.main-footer{
    margin-left: 0;
    display: none !important;
}
tr.dnt_pmnt_recvd {
    background-color: #effbef;
}
tr.dnt_pmnt_pending {
    background-color: #ffe6e6;
}
tr.bg-sadbhavana {
    background-color: #2196F3;
	color:white !important;
}
tr.bg-sadbhavana:hover {
    background-color: #2196F3 !important;
	color:white !important;
}
td.sdbstrong {
    font-weight: bold;
    color: #5d5d5d;
}
td.sdbcapitalize {
    text-transform: capitalize;
}
td.small-text {
    font-size: 13px;
    text-align: center;
}
h1.capi {
    text-transform: capitalize;
}
.ONLINE-mode {
    background-color: #8BC34A;
    color: white;
    font-weight: bold;
}
.OFFLINE-mode {
    background-color: #F44336;
    color: white;
    font-weight: bold;
}
.card-tools input.form-control.float-right:focus{
	box-shadow: unset;
}
section.colors_section {
    background-color: #fbfffb;
}
section.colors_section {
    width: 90%;
    margin: 0 auto;
	
}
.mb-50{
	margin-bottom: 50px !important; 
}
.mb-20{
	margin-bottom: 20px !important; 
}

.mb-10{
	margin-bottom: 10px !important; 
}

.mb--5{
	margin-bottom: -5px !important; 
}

.mt--5{
	margin-top: -5px !important; 
}
.content-bottom {
    padding-bottom: 50px;
}
.content-bottom .content-header {
    background-color: #e9e9f8;
    margin-bottom: 30px;
    border-bottom: 1px solid #d7d7d7;
}
.content-bottom .content-header h4 {
    margin: 0;
    font-size: 25px;
    line-height: 46px;
}
.content-bottom .colors_section  .box-body {
    width: 90%;
    margin: 0 auto;
}
.content-bottom .colors_section .box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgb(255 255 255) 0%, rgb(134 134 217) 35%, rgba(0,212,255,1) 100%);
}
.measure_ment_body.box-body {
    margin-bottom: 50px !important;
    background-color: #e6e6ed;
}
.clrname_container {
    display: block;
    background-color: #848484;
    padding: 10px;
    position: absolute;
    top: -8px;
    left: -8px;
    right: 0;
    border-right: 1px solid silver;
}
span.col_name {
    display: block;
    border-bottom: 1px solid #b6b6b6;
    font-size: 20px;
    text-align: center;
    color: white;
}
span.color_counter {
    font-size: 31px;
    display: block;
    text-align: center;
    color: white;
}
.qtyname_container {
    display: block;
    background-color: #848484;
    padding: 0 10px;
    position: absolute;
    top: -8px;
    left: -8px;
    right: 0;
    border-right: 1px solid silver;
}
span.qty_name {
    display: block;
    border-bottom: 1px solid #b6b6b6;
    font-size: 20px;
    text-align: center;
    color: white;
}
span.qty_counter {
    font-size: 25px;
    display: block;
    text-align: center;
    color: white;
}
a.btn.btn-danger.btn-lg.remove_quantity{display: none !important;} 
.measure_ment_body_clone_here a.btn.btn-danger.btn-lg.remove_quantity{display: block !important;} 

.content-bottom .colors_section .box-header.mb-10.measure_ment_header {
    background: #b6b6cc !important;
}
a.btn.btn-danger.remove_color.mb-10.mt--5 {
    display: none;
}
#fill_clone a.btn.btn-danger.remove_color.mb-10.mt--5 {
    display: block !important;
}
span.provar {
    display: block;
    font-size: 18px;
    line-height: 45px;
    text-align: center;
}

.box {
    border-top: 0px;
    background-color: #fff;
    border: none;
    -webkit-box-shadow: 0 0.125rem 0.8rem rgba(0,0,0,0.1);
    box-shadow: 0 0.125rem 0.8rem rgba(0,0,0,0.1);
    border-radius: 1rem;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
}
.box-header{
    padding:2rem;
    background-color: white;
    border-bottom: none;
    -webkit-box-shadow: 0 0.125rem 0.8rem rgba(0,0,0,0.1);
    box-shadow: 0 0.125rem 0.8rem rgba(0,0,0,0.1);
	border-radius: calc(1rem - 1px) calc(1rem - 1px) 0 0;
}
h3.box-title {
    font-size: 22px !important;
    letter-spacing: 1px;
}
.box-body {
    padding-top: 25px;
    padding-bottom: 25px;
}
.box-footer {
    padding-top: 20px;
}
form .box-body {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #f6fffd;
}
tr.table-head {
    background-color: #fdf2e2;
}
td.capitalize {
    text-transform: capitalize;
}
.skin-blue .main-header .navbar {
    background-color: #f97d09;
}
.skin-blue .main-header .logo {
    background-color: #f97d09;
    color: #fff;
    border-bottom: 0 solid transparent;
}
.skin-blue .main-header .logo:hover {
    background-color: #f97d09;
}
.skin-blue .main-header .navbar .sidebar-toggle:hover {
    background-color: #1b3975;
}
.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
    background-color: #ffffff;
	    -webkit-box-shadow: 0 0.125rem 0.8rem rgba(0,0,0,0.1);
    box-shadow: 0 0.125rem 0.8rem rgba(0,0,0,0.1);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.skin-blue .sidebar a {
    color: #1b3975;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 0.5px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.skin-blue .sidebar-menu>li:hover>a, .skin-blue .sidebar-menu>li.active>a, .skin-blue .sidebar-menu>li.menu-open>a {
    color: #fff;
    background: #1b3975;
}
.alert .close {
    background-color: #fff;
    z-index: 999;
    position: absolute;
    top: 5px;
    right: 6px;
    display: block;
    padding: 6px;
    opacity: 1;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    font-weight: bold;
	border: 1px solid #d2d2d2;
}
.alert-dismissible {
    position: relative;
}
.mt-25 {
    margin-top: 25px;
}
.mb-25 {
    margin-bottom: 25px;
}
.number_plate_row.row {
    margin-left: 0;
    margin-right: 0;
}
.v_no_st_code_container {
    width: 30%;
    display: inline-block;
    float: left;
}
.v_no_district_code_container {
    display: inline-block;
    width: 20%;
    float: left;
	padding: 0 10px;
}
.v_no_secq_code_container {
    display: inline-block;
    float: left;
    width: 20%;
	padding: 0 10px;
}
.v_no_actual_number_container {
    display: inline-block;
    float: left;
    width: 30%;
	padding: 0 10px;
}
.np_container {
    padding: 10px;
    border: 1px solid #d2d2d2;
	margin-bottom: 10px; 
}
.uppercase{text-transform:uppercase;}
section.content-header.content-header-with-image.content-header-vehicles {
    background-image: url('header-bg.jpg');
    background-color: #cccccc;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	padding: 0;
    overflow: hidden;
}
.content-header-with-image h1 {
    margin: 0;
    padding: 30px;
    line-height: 30px;
	color: white !important;
    font-weight: bold;
}
.header-overlay {
    background-color: #0044cc73;
}
a.btn.btn-danger.header-back-button {
    position: absolute;
    top: 26px;
    left: 52px;
}
a.btn.btn-success.btn-lg.header-back-right-button{
	position: absolute;
    top: 22px;
    right: 52px;
}

.editable-buttons .btn-sm {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 4px !important;
}
.editable-buttons .btn-sm {
    padding: 6px 18px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 4px !important;
    background-color: #00a65a;
    border-color: #038248;
    color: white;
}
button.btn.btn-default.btn-sm.editable-cancel {
    background-color: red;
	border-color: #820303;
	color: white;
}
.editable-buttons .btn:active:focus, .editable-buttons .btn:focus {
    outline: none !important;
}
.saved_success {
	animation: glow 500ms ease-out infinite alternate;
	outline: none;
}


@keyframes glow {
    0% {
		box-shadow: 0 0 5px rgba(0,255,0,.2);
		background-color: rgba(0,255,0,.2);
    }	
    100% {
		box-shadow: 0 0 20px rgba(0,255,0,.8);
		background-color: rgba(0,255,0,.8);
    }
}

.ongoing_trip {
	animation: animation: moveToRight 2s ease-in-out;
	outline: none;
}


@keyframes moveToRight {
      0% {
        transform: translateX(0px);
      }
      100% {
        transform: translateX(300px);
      }
    }

.saved_error {
	animation: glow2 500ms ease-out infinite alternate;
	outline: none;
}


@keyframes glow2 {
    0% {
		box-shadow: 0 0 5px rgba(255,0,0,.2);
		background-color: rgba(255,0,0,.2);
    }	
    100% {
		box-shadow: 0 0 20px rgba(255,0,0,.8);
		background-color: rgba(255,0,0,.8);
    }
}



.pulse {
    margin-right: 10px;
    margin-top: 0;
    width: 10px;
    height: 10px;
    border-radius: 5px;
}
@-webkit-keyframes redPulse {
    from {
        background-color: #00ff00;
        //-webkit-box-shadow: 0 0 9px #333;
    }
    50% {
        background-color: #00a65a;
        -webkit-box-shadow: 0 0 18px #00a65a;
    }
    to {
        background-color: #00ff00;
        //-webkit-box-shadow: 0 0 9px #333;
    }
}
.pulse {
    -webkit-animation-name: redPulse;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
}

.dinline{display:inline-block;}
.search_suggestion {
    display: none;
}
.pos_rel{position:relative;}
.shadow-lg {
    -webkit-box-shadow: 0 15px 30px 0 rgba(0,0,0,.11), 0 5px 15px 0 rgba(0,0,0,.08);
    box-shadow: 0 15px 30px 0 rgba(0,0,0,.11), 0 5px 15px 0 rgba(0,0,0,.08);
}
.search_suggestion {
    position: absolute;
    top: 56px;
    z-index: 99;
    background-color: white;
    padding: 10px;
    border-radius: 9px;
}
.tt-dataset.tt-dataset-search_suggestion{
	z-index: 99;
    background-color: white;
    padding: 0px 0px;
    border-radius: 9px;
	-webkit-box-shadow: 0 15px 30px 0 rgba(0,0,0,.11), 0 5px 15px 0 rgba(0,0,0,.08);
    box-shadow: 0 15px 30px 0 rgba(0,0,0,.11), 0 5px 15px 0 rgba(0,0,0,.08);
	max-height: calc(100vh - 100px);
    overflow: auto;
}

form .tt-menu {
    right: 0;
    top: 112% !important;
}
form .tt-menu .tt-suggestion.tt-selectable {
    padding: 10px;
    border-bottom: 1px solid #dce2e9;
	cursor:pointer;
}
form .tt-menu .tt-suggestion.tt-selectable:last-of-type {
   border-bottom: none !important;
   padding-bottom:10px;
   border-radius: 0px 0px 9px 9px; 
}

form .tt-menu .tt-suggestion.tt-selectable:first-of-type {
   border-radius: 9px 9px 0px 0px; 
}

form .tt-menu .tt-suggestion.tt-selectable .sug-hdr {
    font-weight: bold;
    font-size: 112%;
    color: #565656;
}
form .tt-menu .tt-suggestion.tt-selectable .sug-cntnt {
    font-weight: normal;
    color: #989898;
    padding-top: 5px;
}
.tt-suggestion.tt-selectable:hover {
    background-color: #1c7adb;
}
.tt-suggestion.tt-selectable:hover .sug-hdr{
	color:white !important;
}
.tt-suggestion.tt-selectable:hover .sug-cntnt{
	color:#c2d9fb !important;
}
.sug-has-no-res {
    padding: 50px 35px;
    background-color: transparent;
}
.tt-hint {
    color: #ccc;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #1c7adb;
  border-radius: 50px 50px 50px 50px; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #2c87e4;
}
.tt-menu .tt-dataset.tt-dataset-search_suggestion.hclr .tt-suggestion.tt-selectable .sug-hdr {
    color: #ae7fda;
}
.tt-menu .tt-dataset.tt-dataset-search_suggestion.hclr .tt-suggestion.tt-selectable .sug-cntnt {
    color: #c59ecc;
}
.hclr .tt-suggestion.tt-selectable:hover {
    background-color: #bf76cc;
}
.tt-dataset.tt-dataset-dtsrc{
	z-index: 99;
    background-color: white;
    padding: 0px 0px;
    border-radius: 9px;
	-webkit-box-shadow: 0 15px 30px 0 rgba(0,0,0,.11), 0 5px 15px 0 rgba(0,0,0,.08);
    box-shadow: 0 15px 30px 0 rgba(0,0,0,.11), 0 5px 15px 0 rgba(0,0,0,.08);
	max-height: calc(100vh - 150px);
    overflow: auto;
}
span.twitter-typeahead {
    display: block !important;
}
body form .tt-menu {
    top: 47px !important;
}
.d-block{display:block !important}
.float-right{float:right;}
.trip_end_overlay {
    background-color: rgb(175 175 175 / 78%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    width: 100%;
	transition: 0.5s; 
}
.pos-rel{position:relative;}
.box-body.add-remark-body {
    padding-top: 8px;
}
.res {
    background-color: #f4f4f4;
    height: 50px;
    overflow: overlay;
    border: 1px solid #d2e1ff;
    padding: 0px 10px;
    font-size: 17px;
    font-weight: bold;
}
.res.total_fare_in_words {
    background-color: #d2f3e4;
    color: green;
}
.res.advance_fare_in_words {
    background-color: #ffeac8;
    color: #b66f00;
}
.res.total_trip_expence_in_words {
    background-color: #f8f0ef;
    border: 1px solid #ffbfbf;
    color: red;
    line-height: 49px;
}
h2.notiolay {
    text-align: center;
    color: #f19292;
    text-shadow: #FFF 1px 1px 10px, #000000 1px 1px 1px;
    margin-top: 27px;
}
.pos-rel.lumpsump_driver_payment {
    position: relative;
    display: block;
    width: 99%;
    overflow: hidden;
    margin: 0 auto;
}
.pulse.trip_completed.live.dinline {
    background-color: orange !important;
    animation: unset !important;
}
.pulse.trip_inv_generated.live.dinline {
    background-color: #04c !important;
}
a.btn.btn-block.btn-primary.pulse.green.pulse_btn {
    width: unset;
    height: unset;
    font-weight: bold;
    border: 1px solid #a1a1a1;
}
form{margin: 0 !important;} 
input#daterange-btn {
    width: 300px;
}

.daterangepicker td.in-range {
    background-color: #ffd1a6 !important;
    border-color: transparent;
    color: #000;
    border-radius: 0;
}
.ranges li.active{
    background-color: #f97d09 !important;
    border: 1px solid #f97d09 !important;
    color: #fff;
}
.ranges li:hover{
    background-color: #f97d09 !important;
    border: 1px solid #f97d09 !important;
    color: #fff;
}
.daterangepicker td.active {
    background-color: #f97d09 !important;
    border: 1px solid #f97d09 !important;
    color: #fff;
}
.daterangepicker td.active{
    background-color: #f97d09 !important;
    border: 1px solid #f97d09 !important;
    color: #fff;
}.daterangepicker td.active:hover {
    background-color: #f97d09 !important;
    border: 1px solid #f97d09 !important;
    color: #fff;
}
.daterangepicker.ltr {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    background-color: #ecf0f5;
}
td.off.in-range.available,td.off.active {
    background-color: white !important;
	 border: 0 !important;
}
.daterangepicker td.off.active.in-range.available {
    border: 0 !important;
}
.nav-stacked>li>a.btn.btn-success.btn-block {
    color: white;
    font-weight: bold;
}
.nav-stacked>li>a.btn.btn-success.btn-block:hover,
.nav-stacked>li>a.btn.btn-success.btn-block:active,
.nav-stacked>li>a.btn.btn-success.btn-block:focus {
    color: #fff;
    background-color: #398439;
    border-color: #255625;
}
li.download-li {
    background-color: #bde1ff;
}
.skin-blue .sidebar ul.treeview-menu a {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
li.treeview.menu-open {
    background: #1b3975;
}
.skin-blue .sidebar-menu>li>.treeview-menu {
    margin: 0 5px;
    background: #eee;
    padding: 15px 0;
    margin-left: 0;
}
.skin-blue .sidebar-menu .treeview-menu>li>a:hover {
    color: #1b3975;
}

.box.box-danger.status-active {
    background: #dcffef;
}
.box.box-danger.status-active .box-header {
    background: #00b562;
    color: white;
}
.text-center.mko {
    margin-top: 25px;
}
.box.box-danger.status-inactive {
    background: #ffe5e5;
}
.box.box-danger.status-inactive .box-header {
    background: #dd4b39;
    color: white;
}

.row-status-active {
    background: #bcedd6;
}
.row-status-inactive {
    background: #ffe5e5;
}
.input-group .input-group-addon.pp{
	background-image: url(https://finto.in/manage/img/login_logo.png);
    background-color: #cccccc;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
   width:106px;
	
}
.num_of_notes{/*width:50% !important;*/}
.de_totals{
    margin-left: -67%;
width: 150% !important;}.eqsigns{ margin-left: -67%;}
.notes_row{margin:0;}
.notes_row .col-xs-1,
.notes_row .col-xs-2,
.notes_row .col-xs-3,
.notes_row .col-xs-4,
.notes_row .col-xs-5
{margin:0;padding:0;}
.notes_row h3{margin:0;line-height: 2; font-weight:bold;}
.row.notes_row {
    background: #ddeeff;
    padding: 10px 0px;
	position:relative;
}
.position_rel{position:relative;}
img.note_img {
    position: absolute;
    left: 0;
    height: 52px;
    width: 128px;
    top: 0;
}
.ccpage .box-body{padding:0 !important;}
.row.notes_row {
    background: #ddeeff;
    padding: 2px 0px;
    position: relative;
    border-top: 1px solid #79797a;
    border-bottom: 1px solid #5a3d3d;
}
input.form-control.input-lg.note_amt_total {
    border: 0;
    background: transparent;
    outline: 0;
}
@media only screen and (max-width: 600px) {
  .ccpage {
    padding: 0;
  }
  img.note_img {
    position: absolute;
    left: 0;
    width: 99px;
	height:50px;
    top: 0;
}
.ccpage .box-body{padding:0 !important;}
.notes_row h3 span{font-size:15px; font-weight:bold; }
.notes_row h3 {
    font-size: 19px;
    font-weight: bold;
    line-height: 46px;
    text-align: right;
    margin-right: 6px;
}

}
input.form-control.input-lg {
    padding: 2px;
    padding-left: 5px;
    font-weight: bold;
    border-radius: unset;
}
.note_img_colm{width:23%; float:left;}
.note_n_colm{width:12%; float:left;}
.note_num_colm{width:25%; float:left;}
.note_tot_colm{width:40%; float:left;}
.row.notes_row.position_rel.ttrror {
    background: #fbf9e2;
}
.row.notes_row.position_rel.ntwror {
    background: #d6ffe8;
    text-transform: capitalize;
}
.ntwror h3.in_words {
    line-height: 1;
    padding: 10px 0;
    font-style: italic;
	text-align: left;
}

@media print {
    .on-print-hide{display:none;}
}
.dashboard-card{	
	margin-top: 0;
    margin-bottom: 1.5rem;
    text-align: left;
    position: relative;
    background: #fff;
    box-shadow: 12px 15px 20px 0px rgba(46,61,73,0.15);
    border-radius: 4px;
    transition: all 0.3s ease;
}
.dashboard-card .fa{
	position: relative;
    font-size: 70px;
}
.dashboard-card-topimage_header{
padding: 20px;
}
a.dashboard-card:hover, .dashboard-card-topimage:hover {
    box-shadow: 2px 4px 8px 0px rgba(46,61,73,0.2);
}
.dashboard-card-topimage a {
    width: 100%;
    display: block;
}
.dashboard-card-topimage_title {
    padding: 20px 24px;
    height: 80px;
    padding-bottom: 0.75rem;
    position: relative;
}
.dashboard-card-topimage a {
    border-bottom: none;
    text-decoration: none;
    color: #525c65;
    transition: color 0.3s ease;
}
.dashboard-pa {
    padding: 50px;
}
@media only screen and (max-width: 600px) {
	.dashboard-pa {
    padding: 10px;
}
.col-md-3.col-sm-4.col-xs-6:nth-child(odd) {
    padding-right: 7px;
}
.col-md-3.col-sm-4.col-xs-6:nth-child(even) {
    padding-left: 7px;
}

.dashboard-card .pull-right.badge {
    position: absolute;
    top: 5;
    left: 10;
    right: 10;
}
}

tr.table-head.table-head-r {
    background-color: #b1e9ff;
    border-top: 1px solid red;
}
tr.table-head.table-head-r:hover{
    background-color: #b1e9ff;
    border-top: 1px solid red;
}
tr.table-head.table-head-r th{
    border: 1px solid #68b5d3;
}
td.bold {
    font-weight: bold;
}
.bdrr {
    /*border-right: 2px solid #8f8f8f !important;*/
}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border: 2px solid #8f8f8f;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
tr.bold-tr {
    font-weight: bold;
    background-color: #e2fbef;
}
.input-group.inl {
    width: 65%;
    float: left;
    margin-right: 10px;
}
.clickable-row{cursor:pointer;}
.changerlog {
    background: #8bc990 !important;
    overflow: hidden;
}
.changerlog.cnpr {
    background: #ffc7c7 !important;
    overflow: hidden;
}
.cost-pad {
    padding: 2px 10px;
}
input.form-control.input-lg.w100 {
    width: 364%;
}
a.btn.btn-danger.header-back-button {
    position: absolute;
    top: 32px;
    left: 20px;
}
.custom_loign_page{
	background-color: #d2d2d2;
	background-image: url("../images/login-bg.jpg");
}
.custom_loign_page .register-box{margin-top :5rem;}
.custom_loading {
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    -o-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.custom_loading.custom_fade{
	background-color: rgba(0, 0, 0, 0.67);
  -o-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
body.fixed{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	padding-right: 10px;
}
.modal {
    z-index: 9999999999999999999;
}
.spinner {
    width: 100px;
    height: 100px;
	top: 30%;
	text-align: center;
   left: calc(50% - 100px);
    position: relative;
    box-sizing: border-box;
}
.spinner > span {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-left-color: white !important;
    -webkit-animation: effect-2 1s infinite linear;
    -moz-animation: effect-2 1s infinite linear;
    -o-animation: effect-2 1s infinite linear;
    animation: effect-2 1s infinite linear;
}
.spinner > span, .spinner > span:before, .spinner > span:after {
    content: "";
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.spinner > span{border: 4px solid #4cd8a6;;}
.spinner > span {
    border: 4px solid #4cd8a6;
}
.spinner > span:after {
    border: 4px solid #ff7c2b;
}
.spinner > span:after{border: 4px solid #ff7c2b;}
.spinner > span:before {
    width: 75%;
    height: 75%;
	border: 4px solid #ffffff;
    border-right-color: transparent;
}
.spinner > span:after {
    width: 50%;
    height: 50%;
    border-bottom-color: transparent;
}
@-webkit-keyframes effect-2 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes effect-2 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.individer {
    background: #f3e97a;
    padding: 10px;
    overflow: hidden;
	margin-top:10px;
	margin-bottom:10px;
}
.individer h3{margin:0;padding-top: 5px;}
#to_clone_here .events:nth-child(odd) {
    background: #c3dfe5;
    padding: 10px;
    margin-bottom: 2rem;
}
#to_clone_here .events:nth-child(even) {
    background: #dddddd;
    padding: 10px;
    margin-bottom: 2rem;
}
#to_clone_here .events p {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    background: #337ab7;
    color: white;
    padding: 10px;
}
a.ths_del {
    float: right;
    color: white;
}
a.ths_del:hover {
    color: red;
}