* {
    /*border: 1px solid green !important;*/
    box-sizing: border-box;
}

body {
    overflow: auto;
    font-family: Calibri, "Open Sans";
    padding: 3px;
    height: 100%;
    background-color: #F8F7F6;
}

#status {
    border-color: rgb(217, 217, 210);
    background-color: rgb(233, 236, 239);
    margin-bottom: 10px;
}

#orgId,
#crmurl {
    background: rgb(244, 244, 244);
}

#startdate,
#enddate {
    background: rgb(244, 244, 244);
    border: 1px solid rgb(216, 216, 216);
}

#orgId:hover {
    background: #dddddd;
}

#crmurl:hover {
    background: #dddddd;
}

#startdate:hover {
    background: #dddddd;
}

#enddate:hover {
    background: #dddddd;
}

#alert,
#Info,
#SuccessMessage,
#Error,
#TrialMessage,
#ExtendInfo,
#RolesError {
    display: none;
    margin-left: 3.5%;
    margin-right: 3.5%;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: inherit;
    padding-left: 24px;
}

#SaveBtn,
#UpdateBtn {
    display: none;
    color: red;
    margin-left: 37%
}

@media only screen and (max-width: 600px) {
    #SaveBtn,
    #UpdateBtn {
        display: none;
        color: red;
        margin-left: -5%
    }
}

#PurchaseBtn {
    display: none;
}

h1 {
    font-size: 3.1em;
}

h2 {
    font-size: 1.0em;
}

.bold {
    font-weight: bold;
}

.loading {
    display: none;
}

.loading img {
    width: 32px;
    margin: 23% 48%;
}

.license h2 {
    margin-left: 5.5rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.7em;
}

.header {
    /*background-color: #222222;*/
    padding: 20px;
    color: #222222;
    font-weight: bold;
    background: #ffffff;
    box-shadow: 0px 2px 5px #888888;
    margin-top: -11px;
}

.header h1 {
    display: inline;
}

.header .logo {
    float: right;
    margin-top: -1.0rem;
}

@media screen and (max-width: 600px) {
    .header .logo {
        width: 39%;
        margin-top: 4px;
    }
}

.navigation {
    border-bottom: 1px solid black;
}

.navigation button {
    border: 1px solid #000000;
    cursor: pointer;
    background: #ffffff;
    margin: 12px 0 -1px 0;
    outline: none;
}

.navigation button:hover {
    background: #efefef;
}

.navigation #btn-li {
    margin-left: 9px;
}

.navigation #btn-da {
    margin-left: -1px;
}

.navigation img {
    height: 14px;
}

.content {
    min-height: 40%;
    padding: 0px;
}

.content .back {
    height: 28px;
    margin-top: 21px;
    margin-left: 28px;
    margin-bottom: 14px;
}

.content .back:hover {
    background: #efefef;
    border: 14px solid #efefef;
    border-radius: 50%;
    box-sizing: content-box;
    margin-top: 7px;
    margin-left: 14px;
    margin-bottom: 0px;
    cursor: pointer;
}

.content .back:active {
    background: #222222;
    border: 14px solid #222222;
    border-radius: 50%;
    box-sizing: content-box;
    margin-top: 7px;
    margin-left: 14px;
    margin-bottom: 0px;
}

.content .filters {
    padding-top: 25px;
    border: 1px solid rgb(216, 216, 216);
    padding-bottom: 30px;
    margin-left: 10px;
    padding-left: 20px;
}

@media only screen and (max-width: 600px) {
    .content .filters {
        padding-top: 25px;
        border: 1px solid rgb(216, 216, 216);
        padding-bottom: 30px;
        margin-left: 3px;
        padding-left: 2px;
    }
}

.content .filters .filter {
    display: inline-block;
    width: 42%;
    margin: 7px 3.5%;
    padding: 0px 10px;
    border-bottom: 1px solid rgb(216, 216, 216);
}

.content .filters .filter2 {
    display: inline-block;
    width: 42%;
    margin: 3px 3.5%;
    padding: 0 1%;
}

.content .filters .filter>label {
    display: block;
    color: #666666;
    ;
    font-size: 1.1em;
    margin-bottom: 7px;
    width: 48.5%;
    margin-right: 0;
}

.content .filters .filter>select,
.content .filters .filter>input {
    width: 100%;
    padding: 7px;
    border-style: none;
    font-weight: bold;
    border: 1px solid transparent;
}

.content .filters .filter>select:hover,
.content .filters .filter>input:hover {
    border: 1px solid #222222;
}

.content .filters .filter1 {
    display: inline-block;
    width: 42%;
    margin: 3px 3.5%;
    padding: 0 1%;
    border-bottom: 1px solid rgb(216, 216, 216);
    padding-bottom: 10px;
}

.content .filters .filter1>label {
    display: block;
    color: #666666;
    ;
    font-size: 1.1em;
    margin-bottom: 7px;
    width: 48.5%;
    margin-right: 0;
}

.content .filters .filter1>input {
    width: 100%;
    padding: 7px;
    border-style: none;
    font-weight: bold;
}

.content .filters .filter1>input:hover {
    border: none;
}

.footer {
    text-align: center;
    height: 38px;
    position: static;
    left: 0;
    bottom: 0;
    width: 100%;
}

.license .startdate {
    color: #323030;
    font-weight: bold;
    font-size: 1.1em;
    width: 87%;
}

.license.startdate>input {
    width: 50%;
    border: 1px solid #222222;
    padding: 7px;
}

.license .enddate {
    color: #323030;
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 7px;
    width: 87%;
}

.license.enddate>input {
    width: 100%;
    border: 1px solid #222222;
    padding: 7px;
}

.license .datefilter>label {
    color: #666666;
    ;
    font-weight: bold;
}

.dates,
th,
td {
    color: #666666;
    ;
    width: 0%;
    padding: 0 2%;
    margin-right: 5%;
    margin-top: 1%;
}

.dates #enddate {
    margin-left: 12%
}


/**Styles of Licensing*/

span {
    color: red;
}

.divhightFix {
    vertical-align: top;
    margin: 2px;
    width: auto;
    height: 5px;
}

.imagefilter {
    width: 93%;
    /* margin-left: 32px; */
    margin: auto;
}

.dates {
    margin-left: 58%;
    padding-top: 12px;
}

@media screen and (max-width: 1275px) {
    .dates {
        margin-left: 51%;
    }
}

@media screen and (max-width: 1115px) {
    .dates {
        margin-left: 49%;
    }
}

@media screen and (max-width: 992px) {
    .dates {
        margin-left: 41%;
    }
}

@media screen and (max-width: 920px) {
    .dates {
        margin-left: 40%;
    }
}

@media screen and (max-width: 890px) {
    .dates {
        margin-left: 34%;
    }
}

@media screen and (max-width: 810px) {
    .dates {
        margin-left: 32%;
    }
}

@media screen and (max-width: 600px) {
    .dates {
        margin-left: 12%;
    }
}

.dates .enddates {
    margin-left: 10%;
}

#serialnumber {
    width: 6%;
}

#tab_logic {
    width: 100%;
    max-width: 146%;
    margin-bottom: 1rem;
    background-color: transparent;
}

.content {
    margin-top: auto;
    width: 100%;
    margin: 3px -0.5%;
    padding: 13px 3%;
}

.purchasedetails {
    margin: auto;
    background-color: rgb(255, 255, 255);
    width: 80%;
}

@media only screen and (max-width: 600px) {
    .purchasedetails {
        margin: auto;
        background-color: rgb(255, 255, 255);
        width: 100%;
        padding-right: 307px;
    }
}

.purchasecontainer {
    width: 100%;
}

.priceButtons {
    float: right;
}

#taxamount {
    width: 40%;
}

.rightalign {
    text-align: right;
}

#wrap {
    margin-top: 2%;
}

.wrapper {
    width: 80%;
    margin: auto;
    background-color: rgb(255, 255, 255);
    ;
    padding-bottom: 1px;
}

@media only screen and (max-width: 600px) {
    .wrapper {
        width: 100%;
        margin: auto;
        background-color: rgb(255, 255, 255);
        ;
        padding-bottom: 10px;
    }
}

#unitprice,
#noofunits {
    width: 15%;
}

#totalprice {
    width: 31.5%;
}

.input-group-addon {
    margin-top: 2.5%;
    margin-left: 2%;
}

.tablecontent {
    text-align: center;
}

span.pricing {
    color: #323030;
}

#price1,
#price2 {
    color: #323030;
}

#sixmonthsbuy {
    color: red;
}

#twelvemonthsbuy {
    color: red;
}

.paymenttable {
    background-color: #d3d3d3;
}

.serialno {
    width: 35px;
}

.qty {
    text-align: right;
    width: 75px;
}

@media screen and (max-width: 600px) {
    .qty {
        width: 54px;
    }
}

.calender-startdate {
    width: 20px;
    margin-left: 138px;
    top: 47px;
    position: absolute;
    opacity: 0.5;
}

@media only screen and (max-width: 600px) {
    .calender-startdate {
        width: 20px;
        margin-left: 139px;
        opacity: 0.5;
    }
}

.calender-enddate {
    width: 20px;
    position: absolute;
    top: 47px;
    margin-left: 158px;
    opacity: 0.5;
}

@media only screen and (max-width: 600px) {
    .calender-enddate {
        width: 20px;
        top: 47px;
        opacity: 0.5;
        margin-left: 158px;
    }
}

@media only screen and (max-width: 992px) {
    .calender-enddate {
        width: 20px;
        top: 47px;
        opacity: 0.5;
        margin-left: 158px;
    }
}

@media screen and (min-width: 1346px) {
    .calender-enddate {
        width: 20px;
        top: 47px;
        margin-left: 158px;
        opacity: 0.5;
    }
}

.fa-lock {
    position: absolute;
    margin-left: -27px;
    margin-top: 12px;
    width: 21px;
}

.fa-lock-startdate {
    position: absolute;
    margin-left: -22px;
    margin-top: 3px;
    width: 21px;
}

.fa-lock-enddate {
    position: absolute;
    margin-left: -2px;
    margin-top: 4px;
    width: 21px;
}

.fa-lock-country {
    position: absolute;
    margin-left: -22px;
    margin-top: 3px;
    width: 21px;
    display: none;
}

.banIcons {
    position: absolute;
    margin-top: 9px;
    margin-left: 42px;
    z-index: 1;
    color: rgb(168, 0, 0);
}

@media only screen and (max-width: 600px) {
    .banIcons {
        position: absolute;
        margin-top: 9px;
        margin-left: 22px;
        z-index: 1;
        color: rgb(168, 0, 0);
    }
}


/* 
@media only screen and (max-width: 1317px) {
    .UnitPrice {
      width: 75px;
      text-align: right;
      }
} */