﻿
html {
    border-style:none;
    border-color:inherit;
    border-width:0;
    /*margin:0;
    padding:0;*/
    font-size: .8em;
    vertical-align:baseline;
    font-family: HelveticaNeueLTCom65Medium, "Segoe UI", Verdana, Helvetica, Sans-Serif;
}

body {
    background-color: #fff;
    /*background-color: ghostwhite;*/
    /*color: #333;
    font-size: .8em;
    font-family: HelveticaNeueLTCom65Medium, "Segoe UI", Verdana, Helvetica, Sans-Serif;*/
    margin: 0;
    padding: 0;
    /*height: 100%;
    overflow: hidden;*/
}
.table-no-border tr td {
    border: none !important;
}
form {
    height: 100%;
}

a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

    a:link, a:visited,
    a:active, a:hover {
        color: #333;
    }

    a:hover {
        background-color: #c7d1d6;
    }

header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
    padding-right: 10px
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }

/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto 0 0;  
}

#body {
    clear: both;
    padding-bottom: 35px;
    background-color: whitesmoke;
}

    .main-content {

    background:#fff;
    width:87%;
    margin-left: 13%;
    min-height:000px; 
    height:100%;
    overflow:auto;

    }

    .left-content {
        background-color: #efeeef;
        width:13%;
        float:left;
        height:100%;
        /*overflow:auto;*/
        position:absolute;
        border-right: 1px solid #4A704A;
    }



/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 1.2em;
    margin: 0;
    /*padding-top: 20px;*/
    text-align: center;
    /*line-height: 30px;*/
    float: left;
}

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #fdfdfd;
    outline: none;
    text-decoration: none;
    float: left;
}

.site-title img {
    padding-left: 5px;
}


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    text-align: right;
    padding-top: 10px;
    float: right;
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

    #login a.username {
        background: none;
        margin-left: 0px;
        text-decoration: underline;
    }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/


/*.ctl-left-menu {
    font-size: 11px;
}

.ctl-left-menu td {
    border-bottom: 1px;
    border-bottom-style: solid;
    border-bottom-color: #6394bb;
    padding: 10px 0 10px 3px;
}

    .ctl-left-menu tr:last-child {
        border-bottom: 0px;
    }

.ctl-left-menu td a {
    text-decoration: none;
    color: #ffffff;
}*/

.ctl-left-menu {
    align-items: center;
    font-weight: 600;
    color: white;
    background-color: #4A704A;
    font-size: 13px;
    border-color: #4A704A;
}


    .ctl-left-menu td {
        padding: 15px 0 15px 5px !important;
        border: 1px solid #4A704A;
    }

    .ctl-left-menu tr:last-child {
        border-bottom: 1px solid #4A704A;
    }

    .ctl-left-menu td a {
        /*display: inline-block;*/
        /*padding: 0.75rem 1.5rem;*/
        font-weight: 600;
        color: #4A704A;
        background-color: transparent;
        border-radius: 0.5rem;
        text-decoration: none;
        border: 2px solid transparent;
        transition: all 0.2s ease-in-out;
    }

    .ctl-left-menu td:hover,
    .ctl-left-menu td:focus {
        background-color: #4A704A;
        color: #fff;
        border-color: #4A704A;
        transition: all 0.5s ease-in-out;
    }

        .ctl-left-menu td:hover a {
            color: white;
            transition: all 0.5s ease-in-out;
        }

    .ctl-left-menu tr {
        background-color: #efeeef !important;
        color: #fff;
        border-color: #4A704A !important;
    }




/*.tab-active {
    
    color: #ffffff;

    background-image: -moz-linear-gradient(top, #5D9F5D, #4B7C4B);
    background-image: -ms-linear-gradient(top, #5D9F5D, #4B7C4B);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5D9F5D), to(#4B7C4B));
    background-image: -webkit-linear-gradient(top, #5D9F5D, #4B7C4B);
    background-image: -o-linear-gradient(top, #5D9F5D, #4B7C4B);
    background-image: linear-gradient(top, #5D9F5D, #4B7C4B);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5D9F5D', endColorstr='#4B7C4B', GradientType=0);
    border-color: #4B7C4B #4B7C4B #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);


}


.tab-inactive {
    
    color: #ffffff;


    background-image: -moz-linear-gradient(top, #334A33, #273827);
    background-image: -ms-linear-gradient(top, #334A33, #273827);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#334A33), to(#273827));
    background-image: -webkit-linear-gradient(top, #334A33, #273827);
    background-image: -o-linear-gradient(top, #334A33, #273827);
    background-image: linear-gradient(top, #334A33, #273827);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#334A33', endColorstr='#273827', GradientType=0);
    border-color: #273827 #273827 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}*/



/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }


.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    /*border: 1px solid #487ba2;*/
    border: 1px solid #4A704A;
    background-color: #f8f8ff;

    -moz-min-width: 727px;
    -ms-min-width: 727px;
    -o-min-width: 727px;
    -webkit-min-width: 727px;
    min-width: 727px;
    width: 70%;
    margin: 1.0em auto;
    padding: 10px 10px 10px 10px;
}

    fieldset legend {
        padding: 0.3em 0.3em 0.3em 0.3em;
        /*border: 1px solid #487ba2;*/
        border: 1px solid #4A704A;
        color: #ffffff;
        font-size: 90%;
        text-align: center;
        width: 98%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        
        /*width: auto;*/
        /*background: #487ba2 url(/App_Themes/ISM/Images/grd_head_blue_1.gif) repeat-x top;*/
        /*background-color: #3B5271;*/


        background-image: -moz-linear-gradient(top, #5D9F5D, #4A704A);
        background-image: -ms-linear-gradient(top, #5D9F5D, #4A704A);
          background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5D9F5D), to(#4A704A));
          background-image: -webkit-linear-gradient(top, #5D9F5D, #4A704A);
          background-image: -o-linear-gradient(top, #5D9F5D, #4A704A);
          background-image: linear-gradient(top, #5D9F5D, #4A704A);
          background-repeat: repeat-x;
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5D9F5D', endColorstr='#4A704A', GradientType=0);
          border-color: #4A704A #4A704A #387038;
          border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
          filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    }

fieldset ol {
        list-style: none;
    }

        /*fieldset ol li {
        }*/

        fieldset table {
            margin: 1.0em;
        }

/*legend {
  
  }*/

    label {
        display: block;
        font-size: 0.9em;
        font-weight: 600;
    }

    label.checkbox {
        display: inline;
    }



    textarea {
        font-family: inherit;
        width: 500px;
    }

        input:focus, textarea:focus {
            /*border: 1px solid #7ac0da;*/
            border-color: rgba(82, 168, 236, 0.8);
            -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
            -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
            -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
            outline: 0;
            outline: thin dotted;
        }

input[type="checkbox"] {
            background: transparent;
            border: inherit;
            width: auto;
        }

        input[type="radio"] {
            width: 20px;
            border: 0px solid #487ba2;
        }
        
    input[type="submit"],
    input[type="button"],
    button {
        /*background-color: #d3dce0;
        border: 1px solid #487ba2;
        cursor: pointer;
        font-size: 1.0em;
        font-weight: 600;
        padding: 7px;
        margin-right: 8px;
        width: auto;
        -moz-min-width: 70px;
        -ms-min-width: 70px;
        -o-min-width: 70px;
        -webkit-min-width: 70px;
        min-width: 70px;
        height: 27px;*/

        cursor: pointer;
        font-size: 1.0em;
        font-weight: 600;
        padding: 7px;
        margin-right: 8px;
        width: auto;
        -moz-min-width: 70px;
        -ms-min-width: 70px;
        -o-min-width: 70px;
        -webkit-min-width: 70px;
        width: 70px;
        height: 27px;
        line-height: 1px;
    }

.btn_green_color {
    background-color: #5bb75b;
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-image: -ms-linear-gradient(top, #62c462, #51a351);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: -o-linear-gradient(top, #62c462, #51a351);
    background-image: linear-gradient(top, #62c462, #51a351);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    width: auto;
    -moz-min-width: 70px;
    -ms-min-width: 70px;
    -o-min-width: 70px;
    -webkit-min-width: 70px;
    min-width: 70px;
    height: 27px;
    color: white;
}

.btn_red_color {
    background-color: #7f0000;
    background-image: -moz-linear-gradient(top, #b20000, #7f0000);
    background-image: -ms-linear-gradient(top, #b20000, #7f0000);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b20000), to(#7f0000));
    background-image: -webkit-linear-gradient(top, #b20000, #7f0000);
    background-image: -o-linear-gradient(top, #b20000, #7f0000);
    background-image: linear-gradient(top, #b20000, #7f0000);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b20000', endColorstr='#7f0000', GradientType=0);
    border-color: #7f0000 #7f0000 #330000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    width: auto;
    -moz-min-width: 70px;
    -ms-min-width: 70px;
    -o-min-width: 70px;
    -webkit-min-width: 70px;
    min-width: 70px;
    height: 27px;
    color: white;
}

td input[type="submit"],
    td input[type="button"],
    td button {
        font-size: 1em;
        padding: 4px;
        margin-right: 4px;
    }

input[type="image"] {
    border: 0;
}

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0;
    border: 0 none;
}

th {
	font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
        
    }

	th a:link, th a:visited, th a:active, th a:hover {
		color: #333;
		font-weight: 600;
		text-decoration: none;
        padding: 0;
	}

	th a:hover {
		color: #000;
	}

    th.asc a, th.desc a {
        margin-right: .75em;
    }
    
    th.asc a:after, th.desc a:after {
		display: block;
        position: absolute;
        right: 0em;
        top: 0;
        font-size: 0.75em;
	}

	th.asc a:after {
		content: '▲';
	}

	th.desc a:after {
		content: '▼';
	}

td {
    /*padding: 0.25em 2em 0.25em 0em;*/
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}


/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 10px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            /*margin: 0;*/
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

        #login a:hover {
            color: #333;
        }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

     /* features */
     section.feature {
        float: none;
        padding: 10px;
        width: auto;
     }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 90%;
    }

    
    
    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }

    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

        footer p {
            margin: 0;
        }
}
/* END: Mobile Styles */


/* MedProdType form css */


.tbl-fieldsets {
    width: 98%;
    
}

.tbl-general td:first-child {
    width: 20%; 
}

.tbl-fieldsets td input[type="text"], textarea, select {
    width: 100%;
}


/*.tbl-appdetails {
}*/

.tbl-appdetails td span {
    margin: 5px;
    white-space: nowrap;
}


/*.tbl-decl-sign  {
   
}*/


.tbl-type-med-prod1  td:first-child {
    width: 40%;
}

.tbl-type-med-prod input[type="radio"], input[type="checkbox"] {
    /*width: auto;*/
    margin-right: 5px;
    width: 15px;
    height: 15px; 
}

.tbl-type-med-prod label {
    display: inline;
    padding-right: 50px;
    font-weight: inherit;
    font-size: 0.90em;
}

.tbl-type-med-prod-borders {
    border: 0.5px solid #487ba2;
}

.tbl-type-med-prod-borders td {
    padding: 5px;
    border: 0.5px solid #487ba2;
}

/*.tbl-app-particulars {
}*/

/*.tbl-pack-size {

}*/

.tbl-pack-size td {
    margin: 0 5px 0 0px;
    padding-right: 10px;
}

/*.tbl-desc-med-prod {
}

.tbl-pack-leaf {
}

.tbl-prop-dis-class1 {
}*/

.tbl-qualit-quantit-comp td:first-child {
    width: 40%;
}

.tbl-prop-dis-class input[type="radio"] {
    width: auto;
    margin-right: 5px;
    width: 20px; 
}

/*.tbl-mark-auth-holder {
}

.tbl-prod-other-contries {
}*/

.tbl-prop-dis-class label {
    display: inline;
    padding-right: 50px;
    font-size: 0.90em;

}

.ajax__calendar {
    position: absolute;
    z-index: 1000;
    
}



.div-save-close-buttons input[type="submit"] {
    margin: 10px;
    float: left;

}

.date-time-picker input[type="text"]
 {
        float: left;
        /*display: inline;*/
        clear: left;
    }

.div-elements {
    clear: right;
}

.div-elements-label {
    display: inline-block;
    width: 200px;

}

.div-elements-input {
    display: inline-block;
}

.div-elements-input input[type="text"], textarea, select {
    -moz-min-width: 500px;
    -ms-min-width: 500px;
    -o-min-width: 500px;
    -webkit-min-width: 500px;
    min-width: 500px;
    width: 70%;
}


.div-label span {
    font-size: 13px;
    font-weight: bold;
}

.div-label input[type="text"], textarea, select {
    width: 300px;
    -moz-min-width: 200px;
    -ms-min-width: 200px;
    -o-min-width: 200px;
    -webkit-min-width: 200px;
    min-width: 200px
}

/*.div-elements-input span {

}*/

.div-elements-input input[type="image"], img {
    width: 16px;
    height: 16px;
}

.div-site-title {
    margin: 0;
    padding: 0;
}

.div-site-title span {
    margin-left: 5px;
}

input[type="text"]:read-only {
    background-color: rgb(249, 213, 188);
}

input[type="text"]:-moz-read-only { /*Firefoz*/
    background-color: rgb(249, 213, 188);
}

input[readonly],textarea[readonly]{ /*IE*/
    background-color: rgb(249, 213, 188);
}

/* RadCaptcha */

.RadCaptcha_Default input[type="text"] {
    border: 1px solid;
}

/*End RadCaptcha */

/* Auto complete box */

.RadAutoCompleteBox {
    height: 30px;
    -moz-min-width: 500px;
    -ms-min-width: 500px;
    -o-min-width: 500px;
    -webkit-min-width: 500px;
    min-width: 500px;
    width: 70%;
    display: inline-block;
    font-size: 1em;
}

.racInput {
    font-size: 1.3em;
}

.racEmptyMessage {
    font-size: 1em !important;
    color: #487ba2 !important;
    margin: 5px !important;
}

.racToken {
    font-size: 1.3em;
    height: 25px;
    text-align: center;
}

/*.racToken:first-child {
}*/

.racTokenList {
    height: 30px;
}

.RadAutoCompleteBox .racTokenList {
    overflow: initial !important;
}

/* Auto complete box end */


/*Variation application*/

.div-spec-word-prop-chang {
    width: 100%; display: flex; display: -ms-flexbox; clear: right
}

.div-spec-word-prop-chan-details {
    width: 48%; 
    float: left; 
    margin: 10px;
    -moz-min-width: 200px; 
    -ms-min-width: 200px; 
    -o-min-width: 200px; 
    -webkit-min-width: 200px; 
    min-width: 200px;
}

.div-spec-word-prop-chan-details textarea {
    -moz-min-width: 200px; 
    -ms-min-width: 200px; 
    -o-min-width: 200px; 
    -webkit-min-width: 200px; 
    min-width: 200px; 
    width: 100%; 
    min-height: 400px
}

/*Variation application end */

/*Account folder*/


.div-user-details {
    float: left;
    margin-right: 20px;
}

.div-user-details td {
    height: 30px;
    padding-right: 10px;
}

/*Account folder end*/

ol.horizontal{
    list-style-type: lower-roman;
    width: 100%;
}

ol.horizontal li{
    float: left;
    width: 300px;
    padding: 2px 0px;
}

.rcInvalid span{
    color: red;
}

.modal-background 
{
    height:100%;
    background-color:#EBEBEB;
    filter:alpha(opacity=70);
    opacity:0.7;
}

.modal_progress
{
    position: fixed;
    z-index: 10001;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}
.center
{
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 130px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}
.center img
{
    height: 128px;
    width: 128px;
}
#tblreportCharByProduct tr td{
    padding:2px;
}

#tblreportCharByProduct
{
 background-color:#f1efea;
 border-radius:10px;
}
#tblreportCharByProduct{
    padding:10px;
    margin:10px;
}
.reportiByProductAutoComplete{
 background-color:#f1efea;
 border-radius:10px;
 padding:10px;
}

    .btn{
        border: 1px solid green;
    }
input#ctl00_MainContainerContent_MainContent_rdpData_dateInput{
    border-radius:5px;
}