﻿@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
    width: auto\9;
}

ul {
    list-style: none;
    line-height: 140%;
}

:focus {
    outline: none;
}

article, aside, details, figure, figcaption, header, footer, section, hgroup, menu, nav {
    display: block;
}

.clear {
    clear: both;
}

body {
    background: #ebedef;
    color: #323234;
    font-family: Verdana, Geneva, Tahoma, sans-serif, sans-serif;
    font-size: 14px;
}
hr{background:#eee;}

a {
    text-decoration: none;
    outline: none;
}

    a:hover {
        text-decoration: none;
    }

/* headings */
h1, h2, h3, h4, h5, h6 {
    /*	line-height: 1.4em;
	margin: 0 0 .4em;*/
    color: #323234;
    font-family: 'Montserrat', sans-serif;
	margin-bottom:20px;
}
h3{font-size:1rem;}

.float-l {
    float: left;
}

.float-r {
    float: right;
}
/************************************************************************************
STRUCTURE
*************************************************************************************/
.pagewrap {
    width: 80%;
    margin: 0 auto;
}
.pagewrap2 {
    width: 95%;
    margin: 0 auto;
}


/************************************************************************************
HEADER
*************************************************************************************/
#header {
    height:80px;
    width: 100%;
    background: #fff;
    display:block;
	border-bottom:1px #eee solid;
	box-shadow:0 2px 2px 0 #ccc;
	position:fixed;
	z-index:100;
}

.logo_247 {
    margin: 10px 0;
    width: 10%;
    height: 80px;
    float: left;
    text-align: center;
}
.logo_360 {
    margin: 10px 0;
    width: 15%;
    /*height: 80px;*/
    float: left;
    margin-left: 72%;
    text-align: center;
}
    /*.logo_360 img{height:54px;}*/
    .staywarmLogo {
        margin: 10px 0;
        width: 13%;
        height: 80px;
        float: left;
        margin-left: 20%;
        text-align: center;
    }

/* The sidebar menu */

.bg-dark span{margin-right:10px; display:inline-block; width:20px; height:20px;}

.bg-dark em{color:#ccc; padding-left:30px;}
/* The sidebar links */
.dropdown-btn {
  padding: 0.75rem 1.25rem;
  text-decoration: none;
  font-size: 12px;
  color: #ccc;
  display: block;
  transition: 0.3s;
  border: 1px solid rgba(0, 0, 0, 0.125);
  background: none;
  width:83%;
  text-align: left;
  cursor: pointer;
  outline: none;
}

/* When you mouse over the navigation links, change their color */
.dropdown-btn:hover {
  color: #f1f1f1;
  border:0;
  outline:0;
}
.dropdown-btn:active {
  border:0;
  outline:0;
}
button:focus {
     outline: 0; 
}


/* The button used to open the sidebar */
.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #4b89e2;
  color: white;
  padding: 10px 15px;
  border: none;
  position:relative;
  margin: 20px;
    z-index: 100;
	float:left;
}

.openbtn:hover {
  background-color: #3c6eb5;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s; /* If you want a transition effect */
}
/* Add an active class to the active dropdown button */
.active {
  background-color: #4b89e2;
  color: white;
  border:0;
  outline:0;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
  display: none;
  background-color: #253e62;
}
.dropdown-container a{
	padding: 0.75rem 1.25rem;
  text-decoration: none;
  font-size: 12px;
  color: #ccc;
  display: block;
  transition: 0.3s;
  border: 1px solid rgba(0, 0, 0, 0.125);
  background: none;
  width:83%;
  text-align: left;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
  float: right;
  padding-right: 8px;
}

/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/



/************************************************************************************
CONTENT
*************************************************************************************/

.main {
    float: left;
    width: 100%;
	min-height:700px;
	padding:40px 0;
	margin-top:80px;
}
.formBox{
	float:left;
	padding:30px 3%;
	width:94%;
	border-radius:8px;
	border:1px #eee solid;
	background:#fff;
	box-shadow:0 2px 2px 0 #ccc;
}
.rowL {
    display: inline-block;
    width: 24%;
    margin-right: 4%;
    text-align: left;
	margin-bottom:10px;
}
.rowR {
    display: inline-block;
    width: 24%;
    text-align: left;
	margin-bottom:10px;
}
.rowF {
    display: inline-block;
    width: 100%;
    text-align: left;
	margin-bottom:10px;
     margin-right: 0; 
    margin-left: 0;
}
.rowF a{color:#4b89e2; text-align:center; font-size:14px; width:100%; display:inline-block;}
.colF {
    display: inline-block;
    width: 22%;
    margin-right: 2%;
    text-align: left;
	padding:0;
}
.label {
    display: block;
    width: auto;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #323234;
    margin: 7px 0 7px 0;
    /*text-transform: uppercase;*/
}
.smallSelect {
    background-color: #fff;
    display: block;
    width: 90%;
    height: 28px;
    padding: 0 5%;
    border-radius: 3px;
    border: solid 1px #ced4da;
	font-size: 12px;
}
.smallInput {
    background-color: #fff;
    display: block;
    width: 50px;
    height: 20px;
    padding: 0 10px;
    border-radius: 3px;
    border: solid 1px #ced4da;
	font-size: 12px;
}
.bigInput {
    background-color: #fff;
    display: block;
    width: 96%;
    height: 32px;
    padding: 0 2%;
    border-radius: 3px;
    border: solid 1px #ced4da;
	font-size: 12px;
}
.custom-select {
    width: 95%;
    padding: 0.100rem 1.75rem 0.100rem 0.75rem;
    font-size: 12px;
    border: 1px solid #ced4da;
}
.bigInput:disabled{background:#eee;}
.searchbox{
	background: #fff url(../images/search.png) no-repeat 3% center;
    display: block;
    width: 88%;
    height:35px;
    padding: 0 5% 0 15%;
    border-radius: 3px;
    border: solid 1px #ced4da;
}
.bigTextArea {
    background-color: #fff;
    display: block;
    width: 96%;
    height: 150px;
    padding: 15px 2%;
    border-radius: 3px;
    border: solid 1px #ced4da;
}

.Btn {
    width: 80px;
    height: 32px;
    border-radius: 3px;
    background-color: #4b89e2;
    color: #fff;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    border: 0;
    padding: 0 10px;
}
/*#customers {
    border-collapse: collapse;
    width: 100%;
    background: rgba(255,255,255,0.50);
	border-radius:10px;
	font-size:13px;
}

    #customers td, #customers th {
        border: 1px solid #ddd;
        padding: 10px 20px;
        max-width: 300px;
		height:25px;
		vertical-align:top;
    }

    #customers tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    #customers tr:hover {
        background-color: #ddd;
    }
#customers th {
    text-align: left;
    background-color: #4b89e2;
    color: white;
    padding: 15px 20px;
}*/
.BtnB {
    width: 172px;
    height: 48px;
    border-radius: 6px;
    background-color: #4b89e2;
    color: #fff;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    border: 0;
    /*padding: 0 10px;*/
	margin-top:30px;
}
.BtnB i{float:left; width:48px; height:20px; text-align:center; background:#3c6eb5; border-radius:6px 0 0 6px; padding:14px 0;}
.BtnB span{padding:14px 0; display:block;}

.BtnNew {
    width: 150px;
    height: 28px;
    border-radius: 3px;
    background-color:#4b89e2;
    color: #fff;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    border: 0;
    padding: 0 10px;
}
.BtnEdit {
    width: 30px;
    height: 30px;
    border-radius: 3px;
    background-color:#2eb85c;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    border: 0;
}
.BtnDelete {
    width: 30px;
    height: 30px;
    border-radius: 3px;
    background-color:#e55353;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    border: 0;
	
}
.bg {
    background:url(../images/img@3x.png) no-repeat center right;
    background-size: cover;
    width: 100%;
    display: inline-block;
}
.login_cont{
    margin:50px auto;
    width:582px;
}
.login{
    display:inline-block;
    text-align:center;
    width:500px;
    box-shadow:0 0 10px #eee;
	border-radius:10px;
	border:1px #eee solid;
	background:rgba(255,255,255);
	box-shadow:0 2px 2px 0 #ccc;
	padding:20px 40px;
}
    .login .icon {
        background:url(../images/login.png) no-repeat center;
        width:74px;
        height:74px;
        display:inline-block;
        /*position:relative;
        top:-50px;*/
    }
	.loginRow {
    display: inline-block;
    width: 100%;
    text-align: left;
	margin-bottom:10px;
     margin-right: 0; 
    margin-left: 0;
}
.loginRow a{color:#4b89e2; text-align:center; font-size:14px; width:100%; display:inline-block;}
.loginTxtBox {
    display: inline-block;
    width: 90%;
    height: 34px;
    padding: 6px 5%;
    font-size: 14px;
    line-height: 1.42857143;
    color: #323234;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 7px;
}
.bluBtnLog {
    padding: 12px 0;
    background: #4b89e2;
    border-radius: 7px;
    color: #fff;
    cursor: pointer;
    border:0;
    width:100%;font-size: 14px;
    font-weight: 700;
}
    .bluBtnLog:hover {
        text-decoration: none;
        background: #3c6eb5;
        border-color: #3c6eb5;
    }
    .bluBtnLog:focus {
        outline:0;
    }
	
	/*tab content*/
	
	ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 38px; /*--Set height of tabs--*/
	/*border-bottom:1px #eee solid;*/
	/*border-left: 1px #eee solid;*/
	width: 100%;
	border-radius:12px 12px 0 0;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 38px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 38px; /*--Vertically aligns the text within the tab--*/
	/*border: 1px #eee solid;*/
	/*border-left: none;*/
	/*margin-bottom: -1px;*/ /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	border-radius:8px 8px 0 0;
	/*background: #eee;*/
}
/*ul.tabs li:nth-child(1){border-radius:12px 0 0 0;}
ul.tabs li:nth-child(3){border-radius:0 12px 0 0;}*/
ul.tabs li a {
	text-decoration: none;
	color: #4b89e2;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	outline: none;
	/*border: 1px solid #fff;*/ /*--Gives the bevel look with a 1px white border inside the list item--*/
}
/*ul.tabs li a:nth-child(3){border-radius:0 12px 0 0;}*/
ul.tabs li a:hover {
	/*background: #fff;*/
	color: #323234;

}
html ul.tabs li.active a { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border:1px #e2e3e5 solid;
	border-bottom: 1px #fff solid; /*--Makes the active tab look like it's connected with its content--*/
	border-top:3px #4b89e2 solid;
	color: #323234 ;
}

.tab_container {
	overflow: hidden;
	clear: both;
	float: left;
	width: 100%;
	border-radius:0 8px 8px 8px;
	border:1px #eee solid;	
	background:#fff;
	box-shadow:0 2px 2px 0 #ccc;
}
.tab_content {
	padding: 30px 3%;
}
input[type="file"] {
    display: inline-block;
    color: #fff;
    background-color: #86b3f4;
    border-radius: 5px;
    padding: 12px 5%;
	width:90%;
}
.fa{font-size:16px !important;}
.fa-mobile-phone {
    font-size: 24px!important;
    height: 19px !important;
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fff;
    margin: auto;
    padding: 20px;
    border: 1px solid #eee;
    width: 30%;
    box-shadow: 0 0 10px 0 #333;
    margin-top: -10px;
}
.modal-content .rowF {
  width:100%;
}
.modal-content .custom-select {
    width: 93%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  text-align: right;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.close2 {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    text-align: right;
}

    .close2:hover,
    .close2:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }
.form-control {
    height: 25px;
	font-size:12px;
}
.mycomp{position:relative; top:50px;}
.filter{
	display: inline-block;
    width: 100%;
    text-align: left;
	margin-bottom:10px;
}