@font-face {
    font-family: noodle;
    src: url(big_noodle_titling.ttf);
}

.form-signin-heading{
	font-family:noodle;
	font-size:2.5em
}
#company_logo{
	border-radius:50%
}
#landing_left{
	/*background-color:#cc6c6c;*/
	height:100vh;
	background:url('../images/farm_wallpaper.jpg');
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	 background-repeat: no-repeat;
    background-size: cover;
	opacity:0.95;
	filter:grayscale(40%);
}
#landing_left:hover{
	opacity:0.98;
	filter:grayscale(5%);
}
#landing_right{
	height:100vh;
	position:relative;
	-webkit-box-shadow: -5px 0px 15px 0px rgba(0,0,0,0.75);
-moz-box-shadow: -5px 0px 15px 0px rgba(0,0,0,0.75);
box-shadow: -5px 0px 15px 0px rgba(0,0,0,0.75);
}

.page{
	height:100vh;
	width:100vw;
}


.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 10px 16px;
}
  
.btn-lg {
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}

/***********************
  SHARP BUTTONS
************************/
.sharp {
  border-radius:0;
}

/***********************
  CUSTON BTN VALUES
************************/

.btn {
    padding: 14px 24px;
    border: 0 none;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
}

.btn-primary {
    background: #0099cc;
    color: #ffffff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background: #33a6cc;
}
.btn-primary:active, .btn-primary.active {
    background: #007299;
    box-shadow: none;
}





.form-signin {
    max-width: 330px;
    margin: 0 auto;
	padding-top:5% !important;
	
}
.form-item {
    margin: 0 auto;
	padding-top:5% !important;
	
}
.form-signin .form-signin-heading, .form-signin .checkbox, .form-item .form-signin-heading, .form-signin .checkbox {
    margin-bottom: 10px;
}
.form-signin .checkbox {
    font-weight: normal;
}
.form-signin .form-control, .form-item .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus, .form-item .form-control:focus  {
    z-index: 2;
}
.form-signin input[type="text"], .form-signin input[type="password"], .form-item input[type="text"], .form-item input[type="password"] {
    margin-bottom: 10px;
}
.form-signin label, .form-item label {
    font-weight: normal;
}
.error {
    color: #b94a48;
}



.mobile_device_error{
	margin-top:50%;
	font-family:noodle;
	font-size:1.4em;
}




/*Loader*/
#loader {
width: 60px;
  height: 60px;
  animation: rotate 1.4s infinite ease-in-out, background 1.4s infinite ease-in-out alternate;
  position: absolute;
  left: 48%;
  top: 45%;
  z-index: 1;
}

#status_board{
	border-bottom:1px solid #c6c6c6;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(198,198,198,1);
-moz-box-shadow: 0px 5px 5px 0px rgba(198,198,198,1);
box-shadow: 0px 5px 5px 0px rgba(198,198,198,1);
color:white;
opacity:0.8;
background-color:#073648 !important;
}


#left_tab{
	border-right:3px solid #c6c6c6;
	height:60vh
}

.tab_content{
	border:1px solid #c6c6c6;
	border-radius:2px;
	height:60vh;
	padding:10px 20px 10px 20px;
	overflow-y:scroll;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(198,198,198,1);
-moz-box-shadow: 0px 0px 5px 2px rgba(198,198,198,1);
box-shadow: 0px 0px 5px 2px rgba(198,198,198,1);
}




.active1{
	background:#588C7E !important;
}


#page_edit{
	width: 20%;
    margin-top: 40px;
}


#edit,#delete{
	cursor:pointer;
}



.textToLabel input.form-control[disabled]
{
    box-shadow: none;
    border: 0;
    cursor: default;
    margin-top:  -3px;
    padding-left: 0;
	background:#ffffff
}




.pills_tab{
	padding:15px !important;
	text-align:center;
	margin-bottom:10px;
	background-color:#d9d9d9;
	font-weight:bold;
}



#style-4::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar
{
	width: 5px;
	background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar-thumb
{
	background-color: #000000;
	border: 2px solid #555555;
}


 #footer {
    bottom: 0;
    width: 100%;
	margin-top:15px;
    height: $height-footer;
    background-color: #333;
	color:#ddd
  }
  
  
  
  
  #page{
	  background-image:url('../images/page_background.jpg');
	  top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	 background-repeat: no-repeat;
    background-size: cover;
	opacity:0.95;
	filter:grayscale(40%);
	height:100vh;
  }
  
  
  
  #transport, #commission{
	  background:#c6c6c6;
	  height:55vh;
	  margin-top:10%;
	  border-radius:10px;
	  cursor:pointer;
	  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
  }
  
  #transport:active, #commission:active{
	   -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background:##f2f2f2;
  }

#page_button{
	width:20%;
	margin-top:40px;
	float: right;
}
  
  
  #myInput, #myInput1 {
    background-image: url('../images/search.png'); /* Add a search icon to input */
    background-position: 5px 5px; /* Position the search icon */
    background-repeat: no-repeat; /* Do not repeat the icon image */
     /* Full-width */
    font-size: 16px; /* Increase font-size */
    padding: 12px 20px 12px 40px; /* Add some padding */
    border: 1px solid #ddd; /* Add a grey border */
    margin-bottom: 12px; /* Add some space below the input */
	background-size: 30px;
	width: 130px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}
#myInput:focus, #myInput1:focus{
	width: 100%;
}

#myTable {
    border-collapse: collapse; /* Collapse borders */
    width: 100%; /* Full-width */
    border: 1px solid #ddd; /* Add a grey border */
    font-size: 15px; /* Increase font-size */
}

#myTable th, #myTable td {
    text-align: left; /* Left-align text */
    padding: 12px; /* Add padding */
}

#myTable tr {
    /* Add a bottom border to all table rows */
    border-bottom: 1px solid #ddd; 
}

#myTable tr.header, #myTable tr:hover {
    /* Add a grey background color to the table header and on hover */
    background-color: #f1f1f1;
}












