/* 

M18 Infinity Pty Ltd

    1. CSS Imports
    2. General Styles
    3. Sidebar
    4. Charts
    5. Preferences form
    6. Sign in form
    7. tables.html
    8. Bootstrap overrides
    9. Maps
	10. Footer
    11. Media Queries
	
--------------------------------------- */

/* 1. CSS Imports
--------------------------------------- */
@import url('http://fonts.googleapis.com/css?family=Open Sans:300,400,700');
@import url(font-awesome.min.css);
@import url(bootstrap.min.css);

/* 2. General Styles
--------------------------------------- */
* { font-family: 'Open Sans', sans-serif; }
body { background-color: rgb(235,235,235); }
h1 { font-size: 24px; }
.btn a {
    color: dimgrey;
    text-decoration: none;
	
}
.logo { 
	display: inline-block;
	text-align: center;

}
.logo h1 {
    font-size: 24px;
    margin: 10px 15px;
}
.m18-content-wrapper {
    float: left;
    width: 100%;
}

.m18-page-wrapper {
    text-align: center;
	width: 100%;
	overflow: hidden;
  	position: relative;
	
 
}

.m18-header {
	padding-top: 25px;
	padding-bottom: 0;
}

.m18-sub-title h3 {
	padding: 5px;
	text-align: left;
	font-size: 20px;
	color: #fff;
	background-color: #cc9933;
}

.m18-header span {
	color: red;
}

.m18-text {
	padding-top: 20px;
	padding-bottom: 0;
}


.m18-page-wrapper img
 {
	padding: 20px 0 0px 0;
	width: 20%;
	height: auto;
}

.m18-side-logo img
 {
	padding: 10px;
	width: 70%;
	height: auto;
	overflow: hidden;
  	position: relative;
}


.m18-one-content {
    margin-left: 235px;
    margin-top: 0px;
    min-height: 600px;
    padding: 25px 20px 0 20px;
    background-color: white;
    overflow-x: hidden;
}
.m18-footer {
    clear: both;
    font-size: 13px;
    padding: 8px 0 5px 0;
    text-align: center;
    color: #ccc;
    background-color: #333;
}

.m18-footer-forgot {
    clear: both;
    font-size: 13px;
    padding: 8px 0 60px 0;
    text-align: center;
    color: #ccc;
    background-color: #333;
}

.margin-bottom-15 { margin-bottom: 15px; }
.margin-bottom-30 { margin-bottom: 30px; }




/* 3. Sidebar
------------------------------------------------------*/
#templatemo_search_box {
    width: 150px;
    display: inline-block;
}
.navbar {
    margin-bottom: 0;
    border-radius: 0;
}
.navbar-header { color: rgb(127,127,127); }
.m18-a-sidebar {
    padding: 0;
    margin-top: 20px;
	text-align: left;
}
.m18-a-sidebar .m18-sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.m18-a-sidebar .m18-sidebar-menu > li {
    display: block;
    margin: 0;
    padding: 0;
    border: 0px;
}
.m18-a-sidebar .m18-sidebar-menu > li > a {
    display: block;
    position: relative;
    margin: 0;
    border: 0px;
    padding: 20px 15px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;    
}
.m18-sidebar-menu a { color: black; }
.m18-sidebar-menu a:hover { text-decoration: none; }
.m18-sidebar-menu li.sub .m18-submenu { display: none; }
.m18-sidebar-menu li.sub.open .m18-submenu { display: block; }
.m18-submenu { padding-left: 0; }
.m18-submenu li {
    list-style: none;
    background-color: #DFDFDF;
}
.m18-submenu li a {
    display: block;
    padding: 20px 15px;
    margin: 0;
}
.m18-sidebar-menu > li.sub.open > a {
    background-color: rgba(145,145,145,0.3);
}
.m18-a-sidebar .m18-sidebar-menu >li.active, .m18-a-sidebar .m18-sidebar-menu>li>a:hover {
    background-color: rgb(66, 139, 202);
}



.m18-submenu li > a:hover {
    background-color: rgb(228,228,228);
}
.m18-a-sidebar .m18-sidebar-menu > li > a > i {
    font-size: 16px;
    top: 2px;
    margin-top: 1px;
    margin-left: 1px;
    margin-right: 4px;
    display: inline-block;
    width: 1.25em;
    text-align: center;
}


.single_rooms, .shared_rooms {
    display:none;
}

.room_type, .status {
	display: none;
}

.status_notes {
	display: none;
}


/*
.m18-sidebar-menu .badge li{
	  position: absolute;
  top: -10px;
  right: -10px;
  padding: 5px 10px;
  border-radius: 50%;
  background-color: red;
  color: white;
}
*/




/*--- Badge ------*/

/* 4. Charts 
--------------------------------------------*/
.m18-chart-box {
    display: inline-block;
    text-align: center;
    padding: 20px 30px 30px 0;
}

/* 5. Preferences Form
------------------------------------------*/
#templatemo-preferences-form {
    max-width: 960px;
    margin-bottom: 30px;
}

/* 6. Sign in Form 
--------------------------------------------*/
.m18-form {
    padding-top: 50px;
    max-width: 700px;
    margin: 0 auto;
}

.m18-form-1 {
    padding-top: 50px;
    max-width: 400px;
    margin: 0 auto;
}
.m18-form-2 {
    padding-top: 10px;
    max-width: 600px;
    margin: 0 auto;
}

.m18-form-2 span:after {
    color: #e32;
    content: ' *';
    display:inline;

}
.m18-form-3 {
    padding-top: 10px;
    max-width: 400px;
    margin: 0 auto;
}
.form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
}

.m18-create-new {
	color: #23408f;
	font-size: 18px;
	font-weight: 300;
}
.m18-create-new:hover {
	color: #23408f;
	text-decoration: none;
}

.checkbox a {
	display: block;
	margin-top: 5px;
	color: #333333;
}

.radio-padding {
	padding-top: 5px;
}


.borderline {


  	border-top: 1px solid #ccc;
	margin-top: 15px;
  	padding: 10px 0;
}

.note {
	font-size: 12px;
}

.note span {
	color: red;
}


/*
 * File
 */


.m18-form-2 .file {
  position: relative;
/*  display: inline-block;*/
  cursor: pointer;
  height: 3.5rem;
	width: 100%;
}
.m18-form-2 .file input {
/*  min-width: 100px;*/
	width: auto;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}

.m18-form-2 .file-custom  {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 3.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #555;
  background-color: #fff;
  border: .075rem solid #ddd;
  border-radius: .25rem;
  box-shadow: inset 0 .2rem .4rem rgba(0,0,0,.05);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
/*
.file-custom:after {
  content: "Choose file...";
}*/
.m18-form-2 .file-custom:before {
  position: absolute;
  top: -.075rem;
  right: -.075rem;
  bottom: -.075rem;
  z-index: 6;
  display: block;
  content: "Browse";
  height: 3.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #555;
  background-color: #eee;
  border: .075rem solid #ddd;
  border-radius: 0 .25rem .25rem 0;
}


/* Focus */
/*
.file input:focus ~ .file-custom {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9;
}
*/


/* 7. tables.html
------------------------------------------*/
#m18_sort_btn { margin-bottom: 20px; }

/* 8. Bootstrap overrides
----------------------------------------------*/
.nav-pills>li>a, .nav-tabs>li>a, .alert, .progress, .panel, .btn, .panel-group .panel, .modal-content, .breadcrumb {
    border-radius: 0;
}
.list-group-item:first-child, .panel-heading {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-control-feedback { right: 15px; }



/* 9. Maps
------------------------------------------------------*/
.jqvmap-zoomin, .jqvmap-zoomout {
    width: 15px;
    height: 15px;
}
.vmap { height: 400px; }

/* 10. M18 Table
------------------------------------------------------*/
.m18-table-wrap {
  overflow-x: hidden;
}

.m18-table {
  background: #f9f9ff;
  padding: 0px 0px 30px 0px;
  min-width: 800px;
}

.m18-table .variable {
  width: 25%;
  padding-left: 30px;
	font-weight: bold;
}

.m18-table .value {
  width: 28.07%;
}

.m18-table .visit {
  width: 19.74%;
}

.m18-table .percentage {
  width: 40.36%;
  padding-right: 50px;
}

.m18-table .table-head {
  display: flex;
}

.m18-table .table-head .variable, .m18-table .table-head .value, .m18-table .table-head .visit, .m18-table .table-head .percentage {
  color: #222222;
  line-height: 40px;
  font-weight: 500;
}

.m18-table .table-row {
  padding: 15px 0;
  border-top: 1px solid #edf3fd;
  display: flex;
}

.m18-table .table-row .variable, .m18-table .table-row .value, .m18-table .table-row .visit, .m18-table .table-row .percentage {
  display: flex;
  align-items: left;
	text-align: left;
}

.m18-table .table-row .value img {
  margin-right: 15px;
}

.m18-table .table-row .percentage .progress {
  width: 80%;
  border-radius: 0px;
  background: transparent;
}

.m18-table .table-row .percentage .progress .m18-bar {
  height: 5px;
  line-height: 5px;
}

.m18-edit-btn {
	border: 1px solid #ddd;
	border-radius: 3px;
	color: black;
	padding: 5px 15px;
	transition: all 0.3s ease;
}
.m18-edit-btn:hover {
	background-color: #39ADB4;
	border: 1px solid #39ADB4;
	color: white;
}

.page-number {
	padding: 10px 20px 0px; 
	border-top: dotted 1px #CCC;
}


/* 11. Footer
------------------------------------------------------*/
footer {  
margin-top: 10%;
}
.copyright-text {
	color: #ccc;
	padding-top: 20px;
	padding-bottom: 45px;
	margin-bottom: 0;
}
.m18-copyright {
	padding: 15px 0;
}

.m18-copyright a {
	color: darkgray;
	
}


/* 11.1. Data charts
------------------------------------------------------*/
.m18-content-widget {
	border-radius: 10px;
	padding: 25px;	
	position: relative;
	margin: 10px;
 	box-shadow: 0px 0px 1px 1px rgba(161, 159, 159, 0.1);
}
.m18-content-widget.no-padding {	padding: 0; }

.m18-content-widget a {
	color: currentColor;
}

.circle {
	width: 15px;
	height: 15px;
	border-radius: 50%;
}
.blue-text { color: #39ADB4; }
.white-text { color: white; }
.green-bg {	background-color: #39ADB4; }
.yellow-bg { background-color: #D8D138; }
.black-bg { background-color: #333333; }
.white-bg {	background-color: #f8f8f8; }
.white-bg .fa-times { background-color: #f8f8f8; }
.white-bg .fa-times:hover {	background: #f8f8f8; }
.orange-bg {
	background-color: #F17A54;
	color: white;
}
.orange-bg .fa-times {	background-color: #F0A790; }
.orange-bg .fa-times:hover { background-color: #E14311; }
.pink-bg {
	background-color: #D7425C;
	color: white;
}
.pink-bg .fa-times { background-color: #E57C8F;	}
.pink-bg .fa-times:hover { background-color: #BD1F3B; }
.blue-bg {
	background-color: #3275BB;
	color: white;
}
.blue-bg .fa-times { background-color: #6792C0; }
.blue-bg .fa-times:hover { background-color: #2C639C; }
/*
.panel>.table-responsive:last-child>.table:last-child, .panel>.table:last-child {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.panel>.table:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
*/
/*

.form-control-m18 textarea {
	width: 100%;
	height: auto;

	padding-left: 0px;
	color: #fff;
	outline: none;
	font-size: 15px;
	padding: .7em 1em .8em 0em;
	border: none;
	border-bottom: 1px solid #ffffff;
	margin: 0px 0px 16px;
	display: inline-block;
	background:none;
	letter-spacing: 2px;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	box-sizing: border-box;
}
*/


.m18-flex-row {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.fileContainer {
    overflow: hidden;
    position: relative;
}

.fileContainer [type=file] {
    cursor: inherit;
    display: block;
    font-size: 999px;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}


/*---------------mix-----------------*/

.submit-form {
	text-align: left;
	margin: 10px 0px;
	background-color: rgba(250, 250, 250, 0.95);
	padding: 30px;
}


.submit-form h4 {
	width: 100%;
	font-size: 18px;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	display: inline-block;
	border-bottom: 1px solid #dbdada;
}

.submit-form h4 em {
	font-style: normal;
}

.submit-form label {
	margin-top: 10px;
	float: left;
	font-size: 12px;
	text-transform: uppercase;
	color: #121212;
}

.submit-form select {
	margin-bottom: 10px;
	width: 100%;
	height: 36px;
	border: none;
	background-color: #f5f5f5;
	font-size: 13px;
	color: #0E0E0E;
	outline: none;
	padding: 0px 10px;
	display: inline-block;
}

.submit-form .date {
	margin-bottom: 10px;
	width: 100%;
	height: 36px;
	border: none;
	background-color: #e7e7e7;
	font-size: 11px;
	color: #9a9a9a;
	outline: none;
	padding-left: 15px;
	margin-left: 0px;
	display: inline-block;
	box-shadow: none;
	border-radius: 0px;
}

.submit-form input {
	margin-top: 12px;
	margin-left: 5px;
	cursor: pointer;
}

.submit-form .radio-select {
	margin-top: 15px;
}

.submit-form button {
	/*margin-top: 15px;
	width: 100%;
	background-color: #ffe165;
	color: #121212;
	*/
	height: 36px;
	
	font-size: 13px;
	
	font-weight: 600;
}

.submit-form .form-control {
	border-radius: 20px;
	/*width: 50px;*/
	/*color: crimson;*/
}

/*---------------end of mix-----------*/




/* 12. Media Queries
------------------------------------------------------*/
@media screen and (min-width: 992px) {
    .m18-a-sidebar {
        width: 235px;
        float: left;
        position: relative;
        margin-right: -100%;
    }
	.m18-flex-row.flex-content-row { display: block;	}
}
@media screen and (max-width: 991px) {
    .navbar-form {
        padding: 0;
        margin-left: 0;
    }
    .navbar-header { float: none; }
    .navbar-toggle { display: block; }
    .m18-a-sidebar {
        border-top: 0 !important;
        margin: 20px;
    }
    .m18-a-sidebar.navbar-collapse.collapse {
        display: none !important;
    }
    .m18-a-sidebar.navbar-collapse.in {
        border-top: 0 !important;
        margin: 20px;
        position: relative;
        overflow: hidden !important;
        overflow-y: auto !important;
        display: block !important;
    }
    .m18-content-wrapper { float: none; }
    .m18-one-content { margin: 0; }
	
	
	.m18-page-wrapper img
 {
	padding: 10px 0;
	width: 0%;
	height: 0%;
}
	.submit-form {
		margin: 30px 30px;
	}

}
@media screen and (max-width: 767px) {
    .m18-chart-box {
        padding-right: 0;
    }
	.m18-page-wrapper img
 {
	padding: 10px 0;
	width: 50%;
	height: auto;
}
	.m18-form-2 {
    padding-top: 10px;
    max-width: 400px;
    margin: 0 auto;
}
	.m18-content-widget { padding: 15px; text-align: left	}
	.m18-side-logo img { display: none; }
	.borderline { display: none; }
	.m18-flex-row { display: block; }
	
}
