* {
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
}

#wrap {
    min-height: 100%;
}

#wrap-admin {
    min-height: 100%;
}

#main {
    overflow: auto;
    padding-bottom: 35px;
}

#footer {
    width: 100%;
    background-color: gray;
    color: white;
    position: relative;
    margin-top: -35px;
    height: 35px;
    clear: both;
}

#footer-left {
    margin-top: 8px;
    width: 70%;
    float: left;
}

#footer-center {
    width: 15%;
    float: left;
    text-align: right;
}

#footer-right {
    width: 15%;
    float: right;
    text-align: right;
}

#footer p {
    font-size: 12px;
}

#footer-right img {
    margin-top: 3px;
    width: 30px;
    height: 30px;
}

/* Opera Fix thanks to Maleika (Kohoutec) */
body:before {
    content: "";
    height: 100%;
    float: left;
    width: 0;
    margin-top: -32767px;
    /* thank you Erik J - negate effect of float*/
}

#wrap-admin {
    background-image: url(../../img/Background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    background-size: 100% 100%;
    padding-top: 133px;
    padding-bottom: 25px;
    margin-bottom: -45px;
}

#wrap {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding-top: 100px;
    padding-bottom: 25px;
    margin-bottom: -45px;
}

.user {
    float: right;
    position: absolute;
    top: 60px;
    right: 35px;
    margin-left: 20px;
    font-size: 10px;
}

.head {
    float: left;
    width: 100%;
}

.title {
    float: left;
    width: 60%;
    padding-left: 10px;
    background-color: gray;
    color: white;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.menu-m {
    text-align: right;
    float: right;
    margin-top: -5px;
}

.title2 {
    width: 10%;
    float: right;
    background-color: gray;
    color: gray;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.btn-primary {
    background-color: #f68725;
    border: none;
    color: white;
    width: 100%;
    padding: 5px 40px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}

.jumbotron {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 50%;
    width: 90%;
    transform: translateY(-50%);
}

/****************toggle**************/
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    left: 4px;
    bottom: 5px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #f68725;
}

input:focus + .slider {
    box-shadow: 0 0 1px #f68725;
}

input:checked + .slider:before {
    -webkit-transform: translateX(24px);
    -ms-transform: translateX(24px);
    transform: translateX(22px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/************************************/
.flex {
    display: flex;
}

.flex1 {
    flex: 1;
}

.flex2 {
    flex: 2;
}

.flex3 {
    flex: 3;
}

.flex4 {
    flex: 4;
}

.flex5 {
    flex: 5;
}

.flex6 {
    flex: 6;
}

img {
    max-width: 100%;
}

.icons {
    max-width: 360px;
    margin: 0 auto;
}

.galary img {
    max-width: 100px;
}

.photo > div {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 25px;
}

.logo {}

.om .logo {
    margin-right: 10px;
}

.dropdown-menu {
    left: initial;
    right: 0;
    margin-top: 10px;
}

.om .dropdown-menu {
    left: 0;
    right: initial;
}

.logo img {
    max-width: 125px;
}

.top {
    width: 100%;
    position: absolute;
    top: 0;
    justify-content: space-between;
    background: white;
    align-items: center;
    padding: 0 20px;
    z-index: 10;
}

.leftcon {
    align-items: center;
}

.om .leftcon {
    order: 2;
}

.om .form {
    order: 2;
}

.formgrp {
    margin-right: 10px;
}

.formgrp label {
    color: black;
    font-weight: 100;
}

.menu {
    float: right;
    margin-left: 20px;
}

.om .menu {
    margin-left: 0;
    margin-right: 20px;
}

.menu a.dropdown-toggle {
    color: #000;
    padding: 0px 15px;
    font-size: 23px;
}

.menu a.dropdown-toggle:hover,
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover,
.nav > li > a:focus,
.nav > li > a:hover {
    background-color: initial !important;
}

.navbar {
    padding: 10px;
}

.navbar-form {
    position: relative;
    top: 25px;
}

.btn.btn-success {
    max-height: 34px;
}

.usericon {
    display: none;
}

@media all and (max-width: 768px) {
    .logo img {
        max-width: 100px;
    }

    .form-control {
        height: 28px;
        padding: 2px 7px;
        font-size: 11px;
    }

    .btn.btn-success {
        font-size: 11px;
        max-width: 100px;
    }

    .signin {
        position: absolute;
        left: 0;
        right: 0;
        flex-direction: column;
        top: 58px;
        background: #000;
        padding: 20px;
        z-index: 9;
        /* transition: all .5s; */
        display: none;
    }

    .formgrp {
        margin-bottom: 10px;
    }

    .formgrp label {
        color: white;
        font-weight: 100;
    }

    .usericon {
        display: block;
        color: #000 !important;
        font-size: 18px;
        position: relative;
        top: 3px;
    }
}

#loading {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background-color: gray;
    opacity: .6;
    filter: alpha(opacity=60);
}

#loading1 {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background-color: gray;
    opacity: .6;
    filter: alpha(opacity=60);
}

#gif {
    position: fixed;
    top: 50%;
    left: 50%;
    border: none;
    background-color: transparent;
}

.select2 {
    width: 100% !important;
}

@media all and (min-width: 768px) {
    .signin {
        display: flex !important;
    }

    .title {
        width: 75%;
    }

    .user {
        top: 70px;
        right: 35px;
        font-size: 12px;
    }

    #footer-center {
        margin-top: 8px;
    }

    .icons {
        max-width: 720px;
        margin: 0 auto;
        
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .navbar-header .collapse,
    .navbar-toggle {
        display: block !important;
    }

    .navbar-header {
        float: none;
    }

    #navbar {
        overflow-x: hidden;
    }
}

@media print {
     @page { size: landscape; }
    a[href]:after {
        content: none !important;
    }

    .logo {
        width: 100px;
        height: 100px;
    }

    .user,
    .menu,
    .menu-m,
    .title2 {
        display: none;
    }

    #tdshow {
        display: none;
    }

    #det_tab { 
       width: 100%;
    }

    #footer {
        display: none;
    }
}


.instagram-float{
	position:fixed;
	width:50px;
	height:50px;
	bottom:50px;
	right:10px;
	background-color:#f09433;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:25px;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
}
.instagram-inside-float{
	margin-top:14px;
    margin-left:2px;
}

.twitter-float{
	position:fixed;
	width:50px;
	height:50px;
	bottom:110px;
	right:10px;
	background-color:#1DA1F2;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:25px;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
}
.twitter-inside-float{
	margin-top:14px;
    margin-left:2px;
}
.whatsapp-float{
	position:fixed;
	width:50px;
	height:50px;
	bottom:170px;
	right:10px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:25px;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
}

.whatsapp-inside-float{
	margin-top:14px;
    margin-left:2px;
}

.phone-float{
	position:fixed;
	width:50px;
	height:50px;
	bottom:230px;
	right:10px;
	background-color:black;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:25px;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
}
.phone-inside-float{
	margin-top:14px;
    margin-left:2px;
}
.notes{
    font-size: 10px;
    margin-top: -5px;
    color: red;
    font-weight: bold;
}
.notes2{
    position: relative;
    font-size: 10px;
    margin-top: -5px;
    color: red;
    font-weight: bold;
    left: 20px;
}

#containerdetails input{
    margin: 5px;
    font-size: 10px;
}
#containerdetails #size{
}
#containerdetails #cost{
}
#containerdetails #cbm{
}
#containerdetails #weight{
}
@media print{
    .printTitle{
        position: fixed;
        float: left;
        right: 50px;
    }
    .table , th, td{
        border: 1px solid black !important;
    }
    .table tfoot{
        border: 0px !important;
    }
}
.container-step {
    padding: 5%;
    border-style: solid;
    border-color: crimson;
    margin-bottom: 20px;
}
.container-step h1{
    text-align: center;
    margin-top: -10px;
    height: 20px;
    line-height: 20px;
    font-size: 25px;
}

.container-step h1 span{
    background-color: white;
}
.container-step h4{
    text-align: center;
    margin-top: -10px;
    height: 20px;
    line-height: 20px;
    font-size: 15px; 
}

.container-step h4 span{
    background-color: white;
}
.container-details {
    padding: 2%;
    border-style: solid;
    border-color: crimson;
    margin-bottom: 20px;
}
.container-details h1{
    text-align: center;
    margin-top: -5px;
    height: 20px;
    line-height: 20px;
    font-size: 25px;
}
.container-details h4{
    text-align: center;
    margin-top: -5px;
    height: 20px;
    line-height: 20px;
    font-size: 15px; 
}
.container-details label{
    font-size: 12px; 
}
.floating_div{
    z-index: 99;
	position:fixed;
	width:150px;
	height:70px;
	top:100px;
	right:40px;
	background-color:#f68725;
	color:#FFF;
	border-radius:10px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
    padding: 10px;
}
@media (max-width: 400px) {
    .container-details label{
    font-size: 8px; 
    }
}
.img_container{
    margin-top: 30px;
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
}
.table_modal{
    table-layout: fixed;
  word-wrap: break-word;
}
@media (max-width: 400px) {
    .table_modal{
        
    }
}