﻿@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: 98%;
    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: auto;
    padding: 0px 0;
    margin-top: 115px;
}
.centerFlex{
    display:flex;
    justify-content:center;
}
.formBox {
    float: left;
    padding: 30px 3%;
    /*width: 96%;*/
    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: 20%;
    text-align: center;
    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: 7px 2%;
    border-radius: 5px;
    border: solid 1px #ced4da;
	font-size: 14px;
}
.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 {
    height: 32px;
    border-radius: 5px;
    background-color:darkolivegreen;
    color: #fff;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    border: 0;
    padding: 7px 15px;
    margin-top:7px;
    margin-right:7px;
}
.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 {
    
    height: 32px;
    border-radius: 5px;
    background-color:#4b89e2;
    color: #fff;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    border: 0;
    padding: 7px 15px;
    margin:7px;
}
.btn-danger {
    height: 32px;
    border-radius: 5px;
    background-color: #ddd;
    color: #000;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    border: 0;
    padding: 7px 15px;
    margin: 5px;
}
.btn-amber {
    height: 32px;
    border-radius: 5px;
    background-color: #FFBF00;
    color: #000;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    border: 0;
    padding: 7px 15px;
    margin: 5px;
}
.btn-fullRed {
    height: 32px;
    border-radius: 5px;
    background-color: #bd2130;
    color: #fff;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    border: 0;
    padding: 7px 15px;
    margin: 5px;
}
.btn-fullGreen {
    height: 32px;
    border-radius: 5px;
    background-color: #1e7e34;
    color: #fff;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    border: 0;
    padding: 7px 15px;
    margin: 5px;
}
.btndanger {
    height: auto;
    background-color: #dc3545;
    color: #fff;
    margin:4px;
}
.BtnEdit {
    /*width: 30px;
    height: 30px;*/
    border-radius: 3px;
    background-color: #2eb85c;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    border: 0;
    padding: 7px;
}
.BtnDelete {
    /*width: 30px;
    height: 30px;*/
    border-radius: 3px;
    background-color:#e55353;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    border: 0;
    padding:7px;
	
}
.width60{
    width:80%;
}
    .width60 ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .width60 ul li {
        margin-bottom: 10px;
        width:48%;
    }
    .topData {
        background: #eee;
        border-radius: 8px;
        padding: 16px 16px 6px;
        margin-bottom: 15px;
    }
    .topData .dBlock{
        margin-bottom:10px;
    }
        .topData .dBlock label{
            font-weight:bold;
            width:25%;
        }
        .bg {
            background: url(../images/img@3x.png) no-repeat center right;
            background-size: cover;
            width: 100%;
            display: inline-block;
        }
.tabNav {
    display: flex;
    width: 100%;
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    margin:15px 0 0;
}
    .tabNav a {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
    }
        .tabNav a:hover {
            background-color: #ddd;
        }
        .tabNav a.activetab {
            background-color: #ccc;
            color:#323234;
        }
.nav-tabs {
     border-bottom: 0 !important; 
}
.tab-content{
    margin-bottom:30px !important;
    border:1px #ddd solid !important;
    border-top:0;
    padding:20px !important;
}
.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: 100%;
    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;
}
.row {
    display: -ms-flexbox;
    display: flex;
    /* flex-wrap: wrap;*/
    margin-right: 20px;
    /*margin-left: -35px;*/
}
.bookingDate {
    display: flex;
    justify-content: center;
    background: #f9f9f9;
    border: 1px #eee solid;
    border-radius: 16px;
    padding: 12px;
    margin: 25px 0;
    flex-wrap: wrap;
}
 .col-md-12 {
    padding-left:0 !important;
    padding-right:0 !important;
}
/*custom checkbox*/
.formGroup {
    display: block;
    margin-bottom: 15px;
}

    .formGroup input {
        padding: 0;
        height: initial;
        width: initial;
        margin-bottom: 0;
        display: none;
        cursor: pointer;
    }

    .formGroup label {
        position: relative;
        cursor: pointer;
    }

        .formGroup label:before {
            content: '';
            -webkit-appearance: none;
            background-color: transparent;
            border: 2px solid #0079bf;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
            padding: 10px;
            display: inline-block;
            position: relative;
            vertical-align: middle;
            cursor: pointer;
            margin-right: 5px;
        }

    .formGroup input:checked + label:after {
        content: '';
        display: block;
        position: absolute;
        top: 2px;
        left: 9px;
        width: 6px;
        height: 14px;
        border: solid #0079bf;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }
.form-group table thead{
    background:#eee;
}




@media screen and (max-width: 1600px) {
}

@media screen and (max-width: 1366px) {
    .logo_360 {
        margin-left: 72%;
    }
    /*.sidebar a, .dropdown-btn {
    padding: 8px 8px 8px 15px;
    font-size: 12px;
    width: 90%;
}*/
    .colF {
        display: inline-block;
        width: 20%;
        margin-right: 4%;
        text-align: left;
        padding: 0;
    }

    .searchbox {
        width: 98%;
    }
}

/************************************************************************************
smaller than 980
*************************************************************************************/
@media screen and (max-width: 1024px) {
    /*.pagewrap {
		width: 79%;
	}*/
    #header {
        height: auto;
        width: 100%;
    }

    .logo_360 {
        margin-left: 72%;
        width: 28%;
    }

        .logo_360 img {
            height: auto;
        }

    .colF {
        display: inline-block;
        width: 19%;
        margin-right: 5%;
        text-align: left;
        padding: 0;
    }
}

/************************************************************************************
smaller than 768
*************************************************************************************/
@media (min-width: 768px) {
    .col-sm-12 {
        padding-right: 0;
        padding-left: 0;
    }
}



@media screen and (max-width: 800px) {


    .logo_247 {
        width: 21%;
        height: 80px;
    }

    .logo_360 {
        width: 32%;
        /*height: 80px;*/
        margin-left: 65%;
    }

    .staywarmLogo {
        width: 27%;
        height: 80px;
        margin-left: 5%;
    }

    .float-r {
        width: 25%;
    }

    .openbtn {
        margin-top: 10px;
    }
    /*.sidebar a, .dropdown-btn {
    padding: 8px 8px 8px 8px;
    font-size: 10px;
    text-align: center;
}
.sidebar span {
    margin-right: 0;
    display: block;
    width: 100%;
    height: 20px;
	margin-bottom:5px;
}
.fa-caret-down {
    float: right;
    padding-right: 0px;
    margin-top: -5px;
}
.sidebar em {
    color: #ccc;
    padding-left: 4px;
	font-size:10px;
}*/
    .rowL {
        width: 100%;
        margin-right: 0;
        ;
    }

    .rowR {
        width: 100%;
    }

    .rowF {
        width: 100%;
    }

    .colF {
        margin-right: 6%;
        width: 42%;
        margin-bottom: 10px;
    }

    .float-r {
        width: 100%;
    }

    .custom-select {
        width: 91%;
    }

    .formBox {
        overflow: scroll;
    }

    .searchbox {
        width: 90%;
        padding: 0 5% 0 14%;
    }

    ul.tabs {
        border-left: 1px #86b3f4 solid;
    }

        ul.tabs li {
            width: 100%;
            background: #4b89e2;
            border: 1px #86b3f4 solid;
            border-left: 1px #86b3f4 solid;
        }

            ul.tabs li a {
                color: #fff;
            }

                ul.tabs li a:hover {
                    background: #86b3f4;
                    color: #fff;
                }

    html ul.tabs li.active a { /*--Makes sure that the active tab does not listen to the hover properties--*/
        background: #86b3f4;
        border-bottom: 1px #fff solid; /*--Makes the active tab look like it's connected with its content--*/
        color: #fff;
    }

    ul.tabs li:nth-child(1) {
        border-radius: 12px 12px 0 0;
    }

    ul.tabs li:nth-child(3) {
        border-radius: 0 0 0 0;
    }

    .tab_container {
        margin-top: 200px;
        border-radius: 0 0 12px 12px;
        border: 1px #86b3f4 solid;
        overflow: scroll;
    }

    .form-control {
        width: 90%;
        margin-bottom: 7px;
    }

    .modal-content {
        width: 60%;
    }

        .modal-content .custom-select {
            width: 91%;
        }

    .autho-1 {
        max-width: 90% !important;
        flex: 0 0 90% !important;
    }

    .autho-3 {
        max-width: 90% !important;
        flex: 0 0 90% !important;
    }

    .autho-5 {
        max-width: 90% !important;
        flex: 0 0 90% !important;
    }

    
}

@media screen and (max-width: 540px) {
    .logo_360 {
        margin-left: 50%;
    }
}


/************************************************************************************
smaller than 560
*************************************************************************************/
@media screen and (max-width: 480px) {

    body {
        font-size: 12px;
    }
    /*.sidebar {padding-top: 15px;}
.sidebar .closebtn {
    top: -11px;
    right: -5px;
    font-size: 25px;
}
.sidebar a, .dropdown-btn {
    padding: 4px;
    font-size: 9px;
    text-align: center;
}
.dropdown-container {
    padding-left: 0px;
}
.fa-caret-down {font-size:10px !important; margin-top:0;}*/
    h2 {
        font-size: 20px;
    }

    .float-r {
        float: left;
        width: 100%;
    }

    .pagewrap {
        width: 95%;
    }

    .pagewrap2 {
        width: 98%;
    }

    .openbtn {
        margin: 5px;
        padding: 5px 8px;
    }

    #header {
        height: auto;
        width: 100%;
    }

    .main {
        padding: 20px 0;
        min-height: 100px;
    }

    .colF {
        width: 90%;
        margin-right: 0%;
    }

    .rowL {
        width: 100%;
        margin-right: 0;
        ;
    }

    .rowR {
        width: 100%;
    }

    .rowF {
        width: 100%;
    }

    .label {
        font-size: 11px;
    }
    /*.smallSelect {
    width: 100%;
    height: 40px;
    padding: 0 10px;
}*/
    .smallInput {
        width: 65%;
    }

    .smallSelect {
        height: 38px;
    }

    .custom-select {
        width: 88%;
    }

    .searchbox {
        width: 88%;
        padding: 0 5% 0 14%;
    }

    .Btn {
        width: 94%;
        height: 40px;
    }

    .BtnB {
        width: 100%;
        height: 40px;
    }

        .BtnB i {
            width: 48px;
            height: 20px;
            padding: 10px 0;
        }

        .BtnB span {
            padding: 10px 0;
            display: block;
        }

    .fa-mobile-phone {
        padding-top: 6px !important;
        height: 24px !important;
    }

    .login_cont {
        margin: 50px auto;
        width: 90%;
    }

    .login {
        width: 90%;
        padding: 20px 5%;
    }

    .logo_247 {
        width: 18%;
        height: 40px;
    }

    .logo_360 {
        width: 32%;
        /*height: 40px;*/
        margin-left: 52%;
    }

    .staywarmLogo {
        width: 25%;
        height: 40px;
        margin-left: 2%;
    }

    .BtnNew {
        width: 100%;
        padding: 0;
    }

    .form-control-sm {
        height: 22px;
    }
    /*.BtnEdit {
    width: 31px;
    height: 24px;
    border-radius: 6px;
    background-color:#090;
    color: #fff;
    font-family: Montserrat;
    font-size: 9px;
    font-weight: 700;
    cursor: pointer;
    border: 0;
    padding: 0 3px;
}
.BtnDelete {
    width: 31px;
    height: 24px;
    border-radius: 6px;
    background-color:#C00;
    color: #fff;
    font-family: Montserrat;
    font-size: 9px;
    font-weight: 700;
    cursor: pointer;
    border: 0;
    padding: 0 3px;
	margin-top:5px;
}*/

    ul.tabs {
        border-left: 1px #86b3f4 solid;
    }

        ul.tabs li {
            width: 100%;
            background: #4b89e2;
            border: 1px #86b3f4 solid;
            border-left: 1px #86b3f4 solid;
        }

            ul.tabs li a {
                color: #fff;
            }

                ul.tabs li a:hover {
                    background: #86b3f4;
                    color: #fff;
                }

    html ul.tabs li.active a { /*--Makes sure that the active tab does not listen to the hover properties--*/
        background: #86b3f4;
        border-bottom: 1px #fff solid; /*--Makes the active tab look like it's connected with its content--*/
        color: #fff;
    }

    ul.tabs li:nth-child(1) {
        border-radius: 12px 12px 0 0;
    }

    ul.tabs li:nth-child(3) {
        border-radius: 0 0 0 0;
    }

    .tab_container {
        border-radius: 0 0 12px 12px;
        border: 1px #86b3f4 solid;
        overflow: scroll;
    }

    .modal-content {
        width: 80%;
        max-height: 600px;
        overflow-y: scroll;
    }

        .modal-content .custom-select {
            width: 88%;
        }
    .pagewrap2 .row {
        display: flex;
        flex-direction: column !important;
        margin-right:0;
    }
    .col-md-6{
        padding:0;
        margin-bottom:20px;
    }
    .formBox {
        padding: 15px 2%;
    }
    .topData .dBlock label {
        font-weight: bold;
        width: 40%;
    }
}

@media screen and (max-width: 384px) {

    .label {
        font-size: 10px;
    }

    textarea.form-control {
        height: 24px;
    }
}

@media screen and (max-width: 360px) {

    .BtnEdit {
        width: 30px;
        height: 28px;
        border-radius: 3px;
        padding: 0 2px;
        font-size: 8px;
    }

    .BtnDelete {
        width: 30px;
        height: 28px;
        border-radius: 3px;
        padding: 0 2px;
        font-size: 8px;
    }
}

@media screen and (max-width: 320px) {
    .modal-content {
        margin-top: -55px;
    }

    .form-control {
        margin-bottom: 0px;
    }
}