/*
  Customize Sass mixins from Twitter-Bootstrap/RailsAdmin theme or add new ones for your own use.
  Copy this file to your app/assets/rails_admin/custom/mixins.scss, leave this one untouched
  Don't require it in your application.rb

  Available mixins to use/override:

  https://github.com/twbs/bootstrap-sass/tree/master/assets/stylesheets/bootstrap/mixins
  https://github.com/railsadminteam/rails_admin/blob/master/src/rails_admin/styles/base/mixins.scss
  Plus the ones from your theme.
*/
/* line 3, home/sudarshan/driving-school-prod/app/assets/stylesheets/rails_admin/custom/theming.scss */
.extra_buttons button[name="_add_another"] {
  display: none !important;
}

/* line 7, home/sudarshan/driving-school-prod/app/assets/stylesheets/rails_admin/custom/theming.scss */
.extra_buttons button[name="_add_edit"] {
  display: none !important;
}

/* line 13, home/sudarshan/driving-school-prod/app/assets/stylesheets/rails_admin/custom/theming.scss */
.container-fluid header.border-bottom {
  display: none !important;
}

/* line 17, home/sudarshan/driving-school-prod/app/assets/stylesheets/rails_admin/custom/theming.scss */
.container-fluid nav[aria-label="breadcrumb"] {
  margin-top: 30px !important;
}

/* line 21, home/sudarshan/driving-school-prod/app/assets/stylesheets/rails_admin/custom/theming.scss */
.container-fluid .alert-warning, .container-fluid .alert-danger, .container-fluid .alert-success, .container-fluid .alert-info {
  z-index: 1000000000;
}

/* line 25, home/sudarshan/driving-school-prod/app/assets/stylesheets/rails_admin/custom/theming.scss */
.container-fluid .un-seen-messages {
  color: white;
  border-right: 6px solid red;
}

/* line 31, home/sudarshan/driving-school-prod/app/assets/stylesheets/rails_admin/custom/theming.scss */
#remove_filter {
  color: #fbfbfb;
  background-color: #db221c;
  border-color: #db221c;
}

/* line 37, home/sudarshan/driving-school-prod/app/assets/stylesheets/rails_admin/custom/theming.scss */
#chat-message-container, #notification-container {
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
}

/* line 45, home/sudarshan/driving-school-prod/app/assets/stylesheets/rails_admin/custom/theming.scss */
#chat-message-count, #notification-count {
  font-size: 25px;
  color: white;
  right: 5px;
  top: 5px;
  position: relative;
}

/* line 52, home/sudarshan/driving-school-prod/app/assets/stylesheets/rails_admin/custom/theming.scss */
#chat-message-count span, #notification-count span {
  position: absolute;
  font-size: 15px;
  right: 0px !important;
}

/* line 58, home/sudarshan/driving-school-prod/app/assets/stylesheets/rails_admin/custom/theming.scss */
#chat-message-count .active, #notification-count .active {
  color: red;
}

/* line 61, home/sudarshan/driving-school-prod/app/assets/stylesheets/rails_admin/custom/theming.scss */
#chat-message-count .passive, #notification-count .passive {
  display: none;
}

/* line 66, home/sudarshan/driving-school-prod/app/assets/stylesheets/rails_admin/custom/theming.scss */
.btn-toggle-nav {
  margin-top: 15px;
}

/* line 72, home/sudarshan/driving-school-prod/app/assets/stylesheets/rails_admin/custom/theming.scss */
.chat-box {
  position: absolute;
  right: 20px;
  bottom: 0px;
  background: white;
  width: 300px;
  border-radius: 5px 5px 0px 0px;
  border: 1px solid gray;
  z-index: 10000;
  opacity: 0;
  height: 0px;
}

/* line 85, home/sudarshan/driving-school-prod/app/assets/stylesheets/rails_admin/custom/theming.scss */
.chat-head {
  width: inherit;
  height: 45px;
  background: #2c3e50;
  border-radius: 5px 5px 0px 0px;
}

/* line 92, home/sudarshan/driving-school-prod/app/assets/stylesheets/rails_admin/custom/theming.scss */
.chat-head h5 {
  color: white;
  padding: 8px;
  display: inline-block;
}

/* line 98, home/sudarshan/driving-school-prod/app/assets/stylesheets/rails_admin/custom/theming.scss */
.chat-head i {
  cursor: pointer;
  float: right;
  margin: 15px;
  color: white;
}

/* line 105, home/sudarshan/driving-school-prod/app/assets/stylesheets/rails_admin/custom/theming.scss */
.chat-body {
  height: 355px;
  width: inherit;
  overflow: auto;
  margin-bottom: 45px;
}

/* line 112, home/sudarshan/driving-school-prod/app/assets/stylesheets/rails_admin/custom/theming.scss */
.chat-text {
  position: fixed;
  bottom: 0px;
  height: 45px;
  width: inherit;
}

/* line 119, home/sudarshan/driving-school-prod/app/assets/stylesheets/rails_admin/custom/theming.scss */
.chat-text textarea {
  width: inherit;
  height: inherit;
  box-sizing: border-box;
  border: 1px solid #bdc3c7;
  padding: 10px;
  resize: none;
}

/* line 128, home/sudarshan/driving-school-prod/app/assets/stylesheets/rails_admin/custom/theming.scss */
.chat-text textarea:active,
.chat-text textarea:focus,
.chat-text textarea:hover {
  border-color: royalblue;
}

/* line 134, home/sudarshan/driving-school-prod/app/assets/stylesheets/rails_admin/custom/theming.scss */
.msg-send {
  background: #2ecc71;
}

/* line 138, home/sudarshan/driving-school-prod/app/assets/stylesheets/rails_admin/custom/theming.scss */
.msg-receive {
  background: #3498db;
}

/* line 142, home/sudarshan/driving-school-prod/app/assets/stylesheets/rails_admin/custom/theming.scss */
.msg-send,
.msg-receive {
  height: 35px;
  padding: 5px 5px 5px 10px;
  margin: 10px 30px;
  border-radius: 3px;
  line-height: 30px;
  position: relative;
  color: white;
}

/* line 153, home/sudarshan/driving-school-prod/app/assets/stylesheets/rails_admin/custom/theming.scss */
.msg-receive:before {
  content: '';
  width: 0px;
  height: 0px;
  position: absolute;
  border: 15px solid;
  border-color: transparent #3498db transparent transparent;
  left: -29px;
  top: 7px;
}

/* line 164, home/sudarshan/driving-school-prod/app/assets/stylesheets/rails_admin/custom/theming.scss */
.msg-send:after {
  content: '';
  width: 0px;
  height: 0px;
  position: absolute;
  border: 15px solid;
  border-color: transparent transparent transparent #2ecc71;
  right: -29px;
  top: 7px;
}

/* line 175, home/sudarshan/driving-school-prod/app/assets/stylesheets/rails_admin/custom/theming.scss */
.msg-receive:hover,
.msg-send:hover {
  opacity: .9;
}

/* line 182, home/sudarshan/driving-school-prod/app/assets/stylesheets/rails_admin/custom/theming.scss */
.notifications {
  display: none;
  width: 300px;
  height: 0px;
  opacity: 0;
  position: absolute;
  top: 63px;
  right: 62px;
  border-radius: 5px 0px 5px 5px;
  background-color: #d5cfd6;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) h2;
  box-shadow-font-size: 14px;
  box-shadow-padding: 10px;
  box-shadow-border-bottom: 1px solid #571818;
  box-shadow-color: #747070;
}

/* line 199, home/sudarshan/driving-school-prod/app/assets/stylesheets/rails_admin/custom/theming.scss */
.notifications h2 span {
  color: #f00;
}

/* line 202, home/sudarshan/driving-school-prod/app/assets/stylesheets/rails_admin/custom/theming.scss */
.notifications .notifications-item {
  display: flex;
  border-bottom: 1px solid #eee;
  padding: 6px 9px;
  margin-bottom: 0px;
  cursor: pointer;
}

/* line 209, home/sudarshan/driving-school-prod/app/assets/stylesheets/rails_admin/custom/theming.scss */
.notifications .notifications-item:hover {
  background-color: #eee;
}

/* line 212, home/sudarshan/driving-school-prod/app/assets/stylesheets/rails_admin/custom/theming.scss */
.notifications .notifications-item img {
  display: block;
  width: 50px;
  height: 50px;
  margin-right: 9px;
  border-radius: 50%;
  margin-top: 2px;
}

/* line 220, home/sudarshan/driving-school-prod/app/assets/stylesheets/rails_admin/custom/theming.scss */
.notifications .notifications-item .text h4 {
  color: #777;
  font-size: 16px;
  margin-top: 3px;
}

/* line 225, home/sudarshan/driving-school-prod/app/assets/stylesheets/rails_admin/custom/theming.scss */
.notifications .notifications-item .text p {
  color: #aaa;
  font-size: 12px;
}
/* line 1, home/sudarshan/driving-school-prod/app/assets/stylesheets/scaffolds.scss */
body {
  background-color: #fff;
  color: #333;
  margin: 33px;
}

/* line 6, home/sudarshan/driving-school-prod/app/assets/stylesheets/scaffolds.scss */
body, p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

/* line 11, home/sudarshan/driving-school-prod/app/assets/stylesheets/scaffolds.scss */
pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

/* line 16, home/sudarshan/driving-school-prod/app/assets/stylesheets/scaffolds.scss */
a {
  color: #000;
}

/* line 19, home/sudarshan/driving-school-prod/app/assets/stylesheets/scaffolds.scss */
a:visited {
  color: #666;
}

/* line 22, home/sudarshan/driving-school-prod/app/assets/stylesheets/scaffolds.scss */
a:hover {
  color: #fff;
  background-color: #000;
}

/* line 26, home/sudarshan/driving-school-prod/app/assets/stylesheets/scaffolds.scss */
th {
  padding-bottom: 5px;
}

/* line 29, home/sudarshan/driving-school-prod/app/assets/stylesheets/scaffolds.scss */
td {
  padding: 0 5px 7px;
}

/* line 32, home/sudarshan/driving-school-prod/app/assets/stylesheets/scaffolds.scss */
div.field,
div.actions {
  margin-bottom: 10px;
}

/* line 36, home/sudarshan/driving-school-prod/app/assets/stylesheets/scaffolds.scss */
#notice {
  color: green;
}

/* line 39, home/sudarshan/driving-school-prod/app/assets/stylesheets/scaffolds.scss */
.field_with_errors {
  padding: 2px;
  background-color: red;
  display: table;
}

/* line 44, home/sudarshan/driving-school-prod/app/assets/stylesheets/scaffolds.scss */
#error_explanation {
  width: 450px;
  border: 2px solid red;
  padding: 7px 7px 0;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

/* line 51, home/sudarshan/driving-school-prod/app/assets/stylesheets/scaffolds.scss */
#error_explanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px -7px 0;
  background-color: #c00;
  color: #fff;
}

/* line 60, home/sudarshan/driving-school-prod/app/assets/stylesheets/scaffolds.scss */
#error_explanation ul li {
  font-size: 12px;
  list-style: square;
}

/* line 64, home/sudarshan/driving-school-prod/app/assets/stylesheets/scaffolds.scss */
label {
  display: block;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
turbo-frame {
	display: block;
	border: 1px solid blue;
}


.nepali-date-picker {
	background: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 5px 15px -5px rgba(0, 0, 0, .506);
	box-sizing: border-box;
	color: #333;
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 8px;
	position: absolute;
	z-index: 9999;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.nepali-date-picker table {
	background-color: transparent;
	border-collapse: collapse;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 2px solid rgba(129, 120, 120, .17)
}

.nepali-date-picker table thead {
	background: #dedede
}

.nepali-date-picker table th {
	color: #999;
	font-weight: 700;
	text-align: center;
	cursor: default;
	background: #f1f1f1
}

.nepali-date-picker table thead td {
	color: #8b8686;
	font-weight: 700
}

.nepali-date-picker table td {
	border: 1px solid rgba(154, 150, 150, .46);
	color: #666;
	padding: 0;
	width: 35px;
	text-align: center;
	font-size: 14px
}

.nepali-date-picker table tbody td {
	cursor: pointer
}

.nepali-date-picker table tbody td.current-month-date:hover {
	background-color: #718fcd;
	color: #fff;
	font-weight: 700
}

.nepali-date-picker table td.current-month-date.disable,
.nepali-date-picker table td.other-month-date {
	color: #ccc;
	cursor: default
}

.nepali-date-picker table tbody td.current-month-date.disable:hover {
	background-color: inherit;
	color: #ccc;
	font-weight: 400
}

.nepali-date-picker .icon {
	opacity: .5;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC)
}

.nepali-date-picker .icon:hover {
	opacity: 1
}

.nepali-date-picker .prev-btn.icon {
	background-position: 80px center;
	float: left;
	height: 30px;
	width: 20px
}

.current-month-date.active,
.drop-down-content li.active {
	background-color: #7bde77;
	color: #fff;
	font-weight: 700
}

.nepali-date-picker .next-btn.icon {
	background-position: 0 center;
	float: right;
	height: 30px;
	width: 20px
}

.nepali-date-picker .today-btn.icon {
	background-position: 130px center;
	display: block;
	float: left;
	height: 30px;
	margin: 0 15px;
	width: 20px
}

.nepali-date-picker .current-month-txt,
.nepali-date-picker .current-year-txt {
	color: #545b54;
	font-weight: 700;
	padding-right: 20px;
	cursor: pointer;
	position: relative;
	display: inline-block;
	line-height: 30px;
	min-width: 280px !important;
}

.nepali-date-picker .current-month-txt {
	text-align: right;
	width: 80px
}

.nepali-date-picker .current-month-txt:hover,
.nepali-date-picker .current-year-txt:hover {
	text-decoration: underline
}

.nepali-date-picker .calendar-controller i.icon-drop-down {
	background-position: 12px -15px;
	height: 30px;
	position: absolute;
	width: 20px
}

.nepali-date-picker .drop-down-content {
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .32);
	display: none;
	height: 99px;
	padding: 5px;
	position: absolute;
	width: 100%
}

.nepali-date-picker .scrollbar-wrapper {
	border-left: 1px solid rgba(204, 204, 204, .2);
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 15px
}

.scrollbar {
	background-color: #000;
	border-radius: 2.5px;
	display: block;
	height: 100%;
	opacity: .5;
	position: absolute;
	right: 6.5px;
	width: 5px
}

.nepali-date-picker .drop-down-content .option-wrapper {
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 0;
	position: relative
}

.nepali-date-picker .drop-down-content ul {
	list-style: none;
	margin: 0;
	padding: 0 5px 0 0
}

.drop-down-content li {
	border-bottom: 1px solid rgba(159, 153, 153, .39);
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	text-align: right
}

.drop-down-content li:hover {
	background: #718fcd
}

.drop-down-content li:last-child {
	border-bottom: medium none
}

::-webkit-scrollbar {
	width: 13px;
	height: 13px
}

::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, .1)
}

::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, .5)
}
