@font-face
{
    font-family:"montserrat";
    src: url('Montserrat-Regular.ttf'),
    url('Montserrat-Regular.eot'); /* IE */
}

@font-face
{
    font-family:"quicksand";
    src: url('Quicksand.ttf'),
    url('Quicksand.eot'); /* IE */
}

html {
	overflow: auto;
	min-width:1300px;
}

body
{
  overflow-y: auto;
  overflow-x:hidden;
  height: 100%;
  padding-right:0px!important;
  color: #000;
}

.btn
{
	outline:0!important;
}

#modal-deleted
{
	padding-right:0px!important;
}

.action,.action:hover,.action:focus,.action:active,.action:active:focus
{
	text-decoration:none;
	outline:0;
	cursor: pointer;
}

.action > i {
	margin-right: 3px;
}

.action-edit
{
	color:orange
}

.action-edit:hover,.action-edit:focus
{
	color:#ec9d0a;
}

.action-label,.action-label:hover,.action-label:focus
{
	color:#666;
	outline:0!important;
}
.redirect,.redirect:hover
{
	font-size:12px;
	cursor:pointer;
	text-decoration:none;
}
.action-delete
{
	color:red
}

.action-success:hover,.action-success:focus
{
	color:#0fdc0f;
}

.action-success
{
	color:#3bf100;
}

.action-view {
	color: #0087ff;
}

.action-delete:hover,.action-delete:focus
{
	color:#ef1313;
}

.panel-container
{
	border:1px solid #DDD;
	padding:15px;
}

#loader
{
	width:100%;
	text-align:center;
}

.access
{
	width:12%;
	text-align:center;
}

.transform-cap
{
	text-transform:capitalize;
}

.validation-status
{
    color: red;
    font-size: 11px;
    font-style:italic;
	font-weight:400!important;
}

.label-blue
{
    font-size: 16px;
    color: #0064b4;
    text-decoration: underline #00c4e4;
    font-weight: 100;
}

.dataTables_scrollBody::-webkit-scrollbar {
	height:12px;
}

/* Track */
.dataTables_scrollBody::-webkit-scrollbar-track {
    -webkit-border-radius: 0px;
    border-radius: 0px;
	width: 5px;
	background:#EDEDED;
}

/* Handle */
.dataTables_scrollBody::-webkit-scrollbar-thumb {
    background: #BBB;
	height:15px;
}
.dataTables_scrollBody::-webkit-scrollbar-thumb:window-inactive {
	background: #BBB;
}


.password
{
	font-size: 12px;
}
.password::-webkit-input-placeholder {
   font-style: italic;
}
.password:-moz-placeholder {
   font-style: italic;
}
.password::-moz-placeholder {
   font-style: italic;
}
.password:-ms-input-placeholder {
   font-style: italic;
}

.header-header2
{
	font-family:montserrat;
	font-weight:700;
	font-size:14px;
	color:#555;
	margin-left:5px;
}

.header-back
{
	margin-left:5px;
	color:#FFF;
	text-decoration:none;
	font-size:12px;
	font-family:montserrat;
}

.label-small
{
	font-weight:400;
	font-size:12px;
	margin-right:20px;
}

.form-label
{
	font-size:12px;
	font-weight:400;
	color:#666;
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;          /* Likely future */
}

.mylogo
{
	margin:0 30px;
}

.logo-link
{
	padding-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
}

.mynavbar {
	text-align:center;
	height:100px!important;
}
.mynavbar .nav {
	float:none;
	font-family:montserrat;
	font-weight:700;
	font-size:16px;
}
.mynavbar .nav li {
	display:inline-block;
	float:none;
	margin:0 20px;
	vertical-align:middle;
}

.mynavbar .nav li a.nav-top
{
	margin-top:20px;
}

.mynavbar .nav li a {
	color:#424242;
}
.mynavbar .nav li a:hover{
	color:#FF9330;
}

.mynavbar .nav li a.active{
	color:#FF9330;
}
.hover_bottom
{
	border-bottom:3px solid transparent;
	padding-bottom:13px;
}

.mynavbar .nav li a:hover > .hover_bottom{

	border-bottom:3px solid #FF9330;
}

.label-back
{
	margin-left:0px;
	color:#9F9F9F;
	text-decoration:none;
	font-family:montserrat;
	font-weight:bold;
	font-size:12px
}

.modal-title
{
	font-size:13px;
	color:#FFF;
}

a.login-button
{
	padding:0px 20px!important;
	padding-right:0px!important;
	color:#FFF!important;
	height:24px!important;
}

.header-header3
{
	color:#44342499;
	font-size:20px;
	font-family:montserrat;
	font-weight:bold;
}

.login-container
{
	padding:30px 50px;
	padding-right:0px;
	border-left:2px dotted #1D1C1C99;
	margin-top:80px;
}

.login-input
{
	border:none;
	outline:0;
	border-bottom:1px solid #BBB;
	width:100%;
	padding:10px;
	font-family:montserrat;
	font-family:13px;
	color:#777;
}

.login-input:focus
{
	border:none;
	border-bottom:2px solid #000000;
}

.forgot, .forgot:hover
{
	font-family:montserrat;
	color:#FF1D07B3;
}

.button-login
{
	width:100%;
	background:#ffe631;
	color:#FFF;
	border:1px solid #ffe631;
	font-family:quicksand;
	font-weight:bold;
	padding:10px;
}

.button-login:disabled
{
	background:#ffbf84;
	border:1px solid #ffbf84;
}

.login-header
{
	padding:60px 0px;
}

.login-header h1
{
	font-family:montserrat;
	font-size:50px;
}

.login-header p
{
	font-family:montserrat;
	font-size:30px;
	color:#b8860b99;
}

#close_1
{
	display:none;
}

.hatch_no_input
{
	padding:3px 3px;
	width:25px;
	height:23px;
	margin:3px 0px;
	outline:0px;
}

.hatch_no_input::-webkit-inner-spin-button,
.hatch_no_input::-webkit-outer-spin-button
{
	-webkit-appearance: none;
	margin: 0;
}

.hide-onload
{
	display:none;
	transition-timing-function: ease-out;
	transition: display 1s;
}

.table-grid
{
	width: 100%;
    max-width: 100%;
	margin-bottom:5px;
}

.table-grid > thead > tr > th
{
	text-align:center;
	font-size:12px;
	padding-top:6px;
	padding-bottom:2px;
}

.table-grid > tbody > tr > td
{
	text-align:center;
	font-size:12px;
	padding:5px;
	padding-top:4px;
	padding-bottom:3px;
	vertical-align:middle;
}

.table-grid > tfoot > tr > td
{
	font-size:12px;
	padding:5px;
	padding-top:5px;
	padding-bottom:2px;
	vertical-align:bottom;
}

.btn-remove
{
	line-height:1px!important;
	height:12px;
	outline:0;
}

.btn-edit
{
	height:12px;
	line-height:1!important;
	margin-bottom:2px;
}

.hatch_field:focus
{
	border-color:#CCC!important;
}

.view-label
{
	text-transform:uppercase;
}

.table-label
{
	font-weight:700;
	margin-bottom:0px!important;
}

#destination_result
{
	padding-left:0px;
	margin-bottom:0px;
}

#destination_result li
{
	list-style:none;
	font-size:12px;
	padding: 5px 6px;
}

#destination_result li:hover
{
	background:#FDF0DF;
	cursor:pointer;
}

#destination_result li > a
{
	padding:5px;
}

#destination_result li.no_result_d
{
	padding:5px;
}

#destination_result li.no_result_d:hover
{
	background:#FFF;
	cursor:default;
}

.modal-open {
 overflow: auto;
}

.modal {
  overflow-y: hidden;
  padding-right:0px;
}

.modal-open .modal {
  overflow-y: auto;
  padding-right:0px!important;
}

body.modal-open  {
  overflow-y: auto;
  padding-right:0px!important;
}

.modal-open .modal-shiftfix,
.modal-open .modal-shiftfix .navbar-fixed-top,
.modal-open .modal-shiftfix .navbar-fixed-bottom {
  overflow-y: auto;
}

.modal-backdrop.in
{
	opacity:0;
}

.time-style{
    width: 80px;
}

.time-style:enabled{
       background-color:white;
}

.time-style:disabled{
    background-color: #DDDDDD;
}

.date-style{
    background-color: #EDEDED;
}

#day_time_start:disabled,#day_time_end:disabled,
#night_time_start:disabled,#night_time_end:disabled
{
    border: 1px solid #ccc;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgb(204, 204, 204);
    border-right-color: rgb(204, 204, 204);
    border-bottom-color: rgb(204, 204, 204);
    border-left-color: rgb(204, 204, 204);
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image-source: none;
    border-image-slice: 100% 100% 100% 100%;
    border-image-width: 1 1 1 1;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
}

.fc-day-number{
    background: #3295bc!important;
	border:1px solid #CCC!important;
	color:#FFF;
}

.fc-day-number:hover{
    cursor: pointer;
}

.fc-day:hover{
    cursor: pointer;
}

.fc-other-month:hover{
    cursor:auto;
}

.margin-bottom-20{
    margin-bottom: 20px;
}

select > option
{
	font-size:15px;
	font-family:source sans pro;
	letter-spacing: 1px;
}

textarea.error
{
	border:1px solid red;
}

.readonly-label
{
	font-size:15px;
	font-family:source sans pro;
	letter-spacing: 1px;
	font-weight:400;
	padding-left:6px;
	color:#555;
}

.paragraph-normal
{
	text-transform:initial;
	color:#555!important;
}

.consolidated
{
	margin:15px;
}

.image-container
{
	width:230px;
	margin:auto;
	padding:0;
	text-align:center;
}

.edit-label
{
	font-family:inherit;
	font-size:12px;
	letter-spacing:normal;
}

.modal-lg
{
    min-width: 1100px !important;
}

.modal-backdrop
{
    background-color:#666666;
    opacity:0.7 !important;
}

.active > a
{
     background-color: #ffe631  !important;
}

.side-nav li a:hover, .side-nav li a:focus
{
    outline: none;
    background-color: #000000 !important;
    color: #ffffff !important;
}

.body-content-container {
    background: #FFF !important;
    padding: 25px !important;
    border: 1px solid #E1E1E1 !important;
    border-top: none !important;
}

.default-height{
	min-height: 600px;
	
}

.dropdown-menu:hover{
	
	background-color: #d7e2f7 ;
}

.form-label-style{
	text-transform: uppercase;
}

.btn-form{
	width: 100px
}

/* .hideInitial.add{
	display: block;
}
.hideInitial{
	display: none;
}

.loadingFields{
	display: none;
} */

.asset-type-header{
	margin-top:20px;
}

.ml-5 {
	margin-left: 5px;
}

.ml-10 {
	margin-left: 10px;
}

.ml-15 {
	margin-left: 15px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mr-10 {
	margin-right: 10px;
}

.mr-15 {
	margin-right: 15px;
}

.btn.btn-highlight {
	background-color: #ffe631;
	padding: 10px 15px;
	font-size: 12px;
	text-transform: uppercase;
	color: #333;
	font-weight: bold;
	border: 1px solid #999;
}

.btn-invisible {
	background: transparent;
	border: none;
	padding: 0px;
	width: 20px;
}
.btn-invisibles {
	background: transparent;
	border: none;
	padding: 0px;
	width: 20px;
}
.btn-invisible:focus {
	outline: 0;
}
.btn-invisibles:focus {
	outline: 0;
}


.btn-invisible:disabled {
	color: #ff8989;
}
.btn-invisibles:disabled {
	color: #346c22;
}

.btn-seju {
	background: transparent;
	border: none;
	padding: 0px;
	width: 100px;
}
.btn-seju:focus {
	outline: 0;
}
.btn-seju:disabled {
	color: #00b700;
}
.modal-header-bg{
	background-color:orange;
}
.header-title{
	color:#000;
	font-size:15px;
	
}
.modal-body-bg{
	background-color:#d6f2c9;
	padding:20px 20px 20px 20px;
}
.modal-body-text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:500;
	color:#1e5b22;
}