﻿@charset "utf-8";

/* CSS Document */

body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
    color: @000;
    font-size: 12px;
}

.clr {
    clear: both;
}

a {
    color: #b10000;
    text-decoration: none;
    outline: none;
}

    a:hover {
        color: #b10000;
        text-decoration: underline;
        outline: none;
    }



#Main-Container {
    width: 100%;
    /*min-width:990px;*/
    margin: auto;
    height: 100%;
    background: #FFFFFF;
    position: absolute;
    /*
	left: 1px;
	top: 26px; */
}

#Header {
    /*min-width:990px;*/
    height: 110px;
    background: url(images/header-bg.jpg) repeat-x;
}

#Header-Inner {
    /*min-width:990px;*/ / height:146px;
    background: url(images/header-bg.jpg) repeat-x;
}

#H-Logo {
    width: 30%;
    height: 109px;
    float: left;
}

#H-Slogan {
    width: 40%;
    height: 109px;
    float: left;
    text-align: center;
    line-height: 108px;
    font-size: 18px;
}

#H-Right1 {
    width: 30%;
    height: 109px;
    float: left;
    text-align: right;
    line-height: 110px;
    font-size: 24px;
}

#H-Right1-A {
    width: 50%;
    height: 109px;
    float: right;
    padding: 0 15px 0 0;
    text-align: right;
    line-height: 110px;
    font-size: 18px;
}

#Search-boxx {
    width: 200px;
    height: 30px;
    float: right;
    margin: 20px 10px 0 0;
    background: url(images/search_bg.png) no-repeat;
}

.Non-bg {
    width: 160px;
    height: 20px;
    float: left;
    background: none;
    border: none;
    margin: 2px 0 0 5px;
}

.Non-btn {
    width: 21px;
    height: 17px;
    float: left;
    background: url(images/search-btns.png) no-repeat;
    border: none;
    cursor: pointer;
    margin: 4px 0 0 5px;
}

#Searching-Block {
    width: 45%;
    height: 20px;
    float: right;
    margin: 20px 0 0 0;
    padding: 0 20px 0 0;
    text-align: left;
    font-size: 12px;
    line-height: 20px;
    color: #666666;
}

    #Searching-Block strong {
        font-size: 12px;
        color: #000000;
    }

#Navigation {
    width: 100%;
    /*min-width:990px;*/
    height: 36px;
    background: url(images/Menu-bg2.png) repeat-x;
}

/*Menu Starts Here*/

ul.menu {
    list-style: none;
    margin: 0 auto;
    padding: 0 0 0 0;
    text-transform: capitalize;
}

    ul.menu * {
        margin: 0;
        padding: 0;
    }

    ul.menu a {
        display: block;
        color: #ffffff;
        text-decoration: none;
    }

    ul.menu li {
        position: relative;
        float: left; /*margin:0 2px;*/
    }

    /*ul.menu li img { border:1px solid #000000;}*/

    ul.menu ul {
        position: absolute;
        top: 36px;
        left: 0;
        display: none;
        opacity: 0;
        list-style: none;
        font-size: 12px;
    }

        ul.menu ul li {
            position: relative;
            border: 1px solid #B5C6D1;
            width: 165px;
            line-height: 26px;
            margin: 0;
        }

            ul.menu ul li a {
                display: inline;
                padding: 0 5px 0 10px;
                background: #D8E3E9;
                color: #373839;
            }

                ul.menu ul li a:hover {
                    background-color: blue;
                    color: #ffffff;
                }

        ul.menu ul ul {
            left: 165px;
            top: -1px;
        }

    ul.menu .menulink {
        display: block;
        margin: 0 0 0 0;
        padding: 0 14px 0 14px;
        line-height: 36px;
        text-align: center;
        font-size: 14px;
        font-family: Calibri;
        color: #fff;
    }

        ul.menu .menulink:hover, ul.menu .menuhover { /*height:42px;*/
            background: #b10000;
            color: #fff;
        }

    ul.menu .sub {
        background: #D8E3E9 url(images/arrow.gif) 136px 8px no-repeat;
    }

/*ul.menu .topline {border-top:1px solid #aaa}*/



/*Menu ends Here*/





#Content-Index {
    width: 590px;
    height: 331px;
    margin: 50px auto;
    background: url(images/login-bg.png) no-repeat;
}

#Login-Div {
    width: 550px;
    height: 280px;
    margin: auto;
}

#Form-Head {
    width: 510px;
    height: 65px;
    float: left;
    margin: 10px 0 0 30px;
    line-height: 60px;
    color: #333;
    font-size: 24px;
}

#Form-Div {
    width: 510px;
    height: 200px;
    float: left;
    margin: 0 0 0 30px;
}

.F-Row {
    width: 500px;
    height: 30px;
    float: left;
    margin: 0 0 10px 0;
}

.F-Row-B {
    width: 500px;
    height: 30px;
    float: left;
    margin: 10px 0 0 0;
}

.F-Label {
    width: 100px;
    height: 30px;
    float: left;
    margin: 0 0 0 0;
    color: #000;
    line-height: 30px;
    font-weight: bold;
}

.F-Field-Index {
    width: 381px;
    height: 28px;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 4px;
    border: 1px solid #d1d1d1;
}

.F-Field-Index2 {
    width: 385px;
    height: 24px;
    float: left;
    font-weight: bold;
    line-height: 22px;
}

#Form-Btn {
    width: 510px;
    height: 40px;
    float: left;
    margin: 0 0 0 0;
    text-align: center;
}

.Reseller-Login-Btn {
    width: 135px;
    height: 41px;
    /*background-color:#C5302F;*/
    background: url(../../Content/Images/Reseller-Login-btn.png) no-repeat;
    margin: 0;
    padding: 0;
    border: none;
    cursor: pointer;
}

    .Reseller-Login-Btn:hover {
        width: 135px;
        height: 41px;
        /*background-color:#C5302F;*/
        background: url(../../Content/Images/Reseller-Login-btn2.png) no-repeat;
        margin: 0;
        padding: 0;
        border: none;
        cursor: pointer;
    }

.Login-Index-Btn {
    width: 129px;
    height: 41px;
    background: url(images/Login-btn.png) no-repeat;
    margin: 0;
    padding: 0;
    border: none;
    cursor: pointer;
}

    .Login-Index-Btn:hover {
        width: 129px;
        height: 41px;
        background: url(images/Login-btn2.png) no-repeat;
        margin: 0;
        padding: 0;
        border: none;
        cursor: pointer;
    }

#Footer {
    /*min-width:990px;*/
    height: 38px;
    background: #b10000;
    text-align: center;
    line-height: 38px;
    color: #fff;
}

#Content-Inner {
    width: 100%;
    /*min-width:990px;*/
    margin: auto;
    clear: both;
}

#Col-1-17 {
    width: 15%;
    /*min-width:173px;*/
    float: left;
    margin: 5px 0.9% 0 0.9%;
    padding: 12px 0 20px 0;
    background: #f4f4f4;
    border: 1px solid #e2e2e2;
    font-family: Calibri;
    font-size: 14px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#Col-1-17-Menu {
    width: 97%;
    margin: auto;
    padding: 0 0 0 0;
    margin: 0 1.5% 0 1.5%;
    overflow: hidden;
    color: #000;
}

    #Col-1-17-Menu ul {
        width: 99%;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        color: #000;
    }

        #Col-1-17-Menu ul li {
            line-height: 21px;
            color: #333;
            font-size: 14px;
            list-style-position: inside;
            list-style: none;
            /*list-style:url(../images/bullett.png) ;*/
            background: url(images/bullett.png) no-repeat;
            clear: both;
        }

            #Col-1-17-Menu ul li a {
                padding: 0 0 0 10%;
                display: block;
                color: #333 !important;
                text-decoration: none;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
                border-radius: 5px;
                border: none;
            }

                #Col-1-17-Menu ul li a:hover {
                    color: #fff !important;
                    text-decoration: none;
                    background: url(images/Left-Menu-List-bg.png);
                    -moz-border-radius: 5px;
                    -webkit-border-radius: 5px;
                    border-radius: 5px;
                    border: none;
                }

.Col-1-17-Menu-div {
    width: 89%;
    height: 21px;
    float: left;
    border: 1px solid #f4f4f4;
    margin: 0 0 0 0;
    padding: 0 0 0 10%;
    line-height: 21px;
    font-family: Calibri !important;
    background: url(images/bullett.png) no-repeat;
    color: #333;
    text-decoration: none;
    clear: both;
}

    .Col-1-17-Menu-div:hover {
        width: 89%;
        height: 21px;
        float: left;
        margin: 0 0 0 0;
        padding: 0 0 0 10%;
        line-height: 21px;
        font-family: Calibri !important;
        background: url(images/Left-Menu-List-bg.png) no-repeat;
        color: #fff;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        border: 1px solid #e2e2e2;
        text-decoration: none;
        clear: both;
    }







#Col-2-62 {
    width: 66%;
    /*min-width:630px;*/
    float: left;
    margin: 0 0 10px 0;
}


#Col-2-82 {
    width: 82%;
    /*min-width:630px;*/
    float: left;
    margin: 0 0 10px 0;
}

#Col2-R-1 {
    width: 98%;
    height: 30px;
    float: left;
    padding: 0 1%;
    background: #f6f6f6;
}

#Col2-R-1-A {
    width: 50%;
    height: 30px;
    float: left;
    color: #999999;
    font-size: 12px;
    line-height: 30px;
}

    #Col2-R-1-A a {
        color: #666;
        margin: 0 5px;
    }

        #Col2-R-1-A a:hover {
            color: #900302;
            text-decoration: none;
        }

#Col2-R-1-B {
    width: 50%;
    height: 30px;
    float: left;
    color: #999999;
    font-size: 12px;
    line-height: 30px;
    text-align: right;
}

    #Col2-R-1-B a {
        color: #b10000;
        margin: 0 5px;
    }

        #Col2-R-1-B a:hover {
            color: #333;
            text-decoration: none;
        }

#Col2-R-2 {
    width: 98%;
    height: 36px;
    float: left;
    padding: 0 1%;
    margin: 1% 0 1% 0;
    background: url(images/Heading-Main.png) repeat-x;
}

#Col2-R-2-A {
    width: 50%;
    height: 36px;
    float: left;
    line-height: 36px;
    color: #b10000;
    font-size: 24px;
    font-weight: bold;
    font-family: Calibri;
}

#Col2-R-2-B {
    width: 49%;
    height: 36px;
    float: left;
    line-height: 36px;
    color: #000;
    font-size: 12px;
    text-align: right;
}

#Col2-R-3 {
    width: 98%;
    height: 36px;
    float: left;
    padding: 0 1%;
    background: url(images/Col2-r-3-bg.png) repeat-x;
}

.Col2-B-33 {
    width: 33%;
    height: 36px;
    float: left;
    line-height: 36px;
    color: #000;
    font-size: 12px;
}

.st1 {
    width: 58px;
    height: 18px;
    background: none;
    border: 1px solid #c5c5c5;
    font-size: 11px;
    margin: 0 0 0 10px;
}

.st01 {
    width: 105px;
    height: 18px;
    background: #fff;
    border: 1px solid #c5c5c5;
    font-size: 11px;
    margin: 0 0 0 5px;
}

.st01-btn {
    width: 58px;
    height: 22px;
    background: #b10000;
    /*background:url(../images/bttns.png) no-repeat;*/
    border: none;
    font-size: 12px;
    font-weight: bold;
    font-family: Calibri;
    margin: 0 0 0 5px;
    padding: 0 0 2px 0;
    cursor: pointer;
    color: #fff;
}


.st01-btn-second {
    width: 118px;
    height: 22px;
    background: #b10000;
    /*background:url(../images/bttns.png) no-repeat;*/
    border: none;
    font-size: 12px;
    font-weight: bold;
    font-family: Calibri;
    margin: 0 0 0 5px;
    padding: 0 0 2px 0;
    cursor: pointer;
    color: #fff;
}



.st01-btn-POS {
    /*position buttons*/
    /*width:118px;*/
    height: 2vw; /*25px;*/ /*25px;*/
    background: #b10000;
    background: url(../images/bttns.png) no-repeat;
    border: none;
    font-size: 1.1vw; /*1.1vw;*/ /*18px;*/ /*25px*/
    font-weight: bold;
    font-family: Calibri;
    margin: 9px 3.3% 0 0px;
    padding: 0 0 2px 0;
    cursor: pointer;
    color: #fff;
    width: 30%;
    /*margin: 0px;*/
}


.Right-btn-POS {
    /*right most button*/
    /*width:118px;*/
    /*height: 25px; /*25px;*/
    background: #b10000;
    /*background:url(../images/bttns.png) no-repeat;*/
    border: none;
    height: 2vw;
    font-size: 1.1vw; /*18px;*/ /*25px;*/
    font-weight: bold;
    font-family: Calibri;
    margin: 9px 0 0 0px;
    padding: 0 0 2px 0;
    cursor: pointer;
    color: #fff;
    width: 33.3%;
    /*margin: 0px;*/
}


#Col2-R-4 {
    width: 100%;
    float: left;
    overflow: auto;
}

.Grid-Heading {
    height: 32px;
    padding: 0 40px 0 2px;
    background: url(images/Recording.png) repeat-x;
    white-space: nowrap;
}
/* code for multicolor grid used byy Afzal Sb */
/*
.Grid-H	{

	height:36px;

	padding:0 40px 0 20px;

	background:#fff;

	white-space:nowrap;

}

.Grid-G	{

	height:36px;

	padding:0 40px 0 20px;

	background:#F7F7F7;

	white-space:nowrap;

}
*/
tr:nth-child(even) {
    height: 36px;
    padding: 0 40px 0 20px;
    background: #F7F7F7;
    white-space: nowrap;
}

tr:nth-child(odd) {
    height: 36px;
    padding: 0 40px 0 20px;
    white-space: nowrap;
}

#Col-3-17 {
    width: 15%;
    /*min-width:173px;*/
    height: 500px;
    float: left;
    margin: 5px 0.9% 0 0.9%;
    padding: 12px 0 20px 0;
    background: #f4f4f4;
    border: 1px solid #e2e2e2;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.Sixt-3 {
    width: 90%;
    margin: 5% 5% 5% 5%;
    font-size: 16px;
    color: #333;
    text-align: center;
}

.Col-3-17-Request {
    width: 90%;
    min-height: 400px;
    margin: 3% 3% 3% 3%;
    padding: 2% 2% 2% 2%;
    font-size: 20px;
    color: #333;
    text-align: center;
    background: #fff;
    /*transform:rotate(7deg);

	-ms-transform:rotate(7deg);

	-moz-transform:rotate(7deg);

	-webkit-transform:rotate(7deg);

	-o-transform:rotate(7deg);*/
}

.Form-Left {
    width: 47.5%;
    min-height: 350px;
    float: left;
    /*	background:#f4f4f4;*/
    padding: 0 0 20px 0;
    margin: 1%;
}

.Form-Left-Dynamic {
    width: 47.5%;
    min-height: 50px;
    float: left;
    /*	background:#f4f4f4;*/
    padding: 0 0 5px 0;
    margin: 1%;
}

.Form-Left-One {
    width: 98%;
    float: left;
    background: #f4f4f4;
    padding: 0 0 30px 0;
    margin: 1%;
}

.Form-Left-Gap {
    width: 4.75%;
    height: 200px;
    float: left;
}

.Form-Head-Bg {
    width: 97%;
    height: 32px;
    float: left;
    padding: 0 0 0 3%;
    margin: 0 0 10px 0;
    background: #e74444;
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: none;
}


.Form-Notes-Bg {
    width: 97%;
    height: 96px;
    float: left;
    padding: 0 0 0 1%;
    margin: 0 0 10px 0;
    background: white;
    color: black;
    font-size: 14px;
    font-family: Arial;
    line-height: 32px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: none;
}


.Form-Body {
    width: 94%;
    padding: 0 3%;
    float: left;
}

.Form-B-Row {
    width: 100%;
    height: 32px;
    float: left;
    
}

.Form-B-Row-Label {
    width: 50%;
    height: 24px;
    float: left;
    line-height: 24px;
    color: #000000;
   
}

.Form-B-Row-Field {
    width: 50%;
    height: 24px;
    float: left;
    /*font-weight: bold;*/
}

.Form-B-Row-Field-100 {
    width: 20%;
    height: 24px;
    float: left;
}

.Form-B-Row-Field-200 {
    width: 45%;
    height: 24px;
    float: left;
}

.Form-B-Row-Field-A {
    width: 95%;
    height: 22px;
    float: left;
    border: 1px solid #c6c6c6;
    background: #fff;
    padding: 0 1%;
}

.Field-Mandatory {
    width: 91%;
    height: 22px;
    float: left;
    border: 1px solid #c6c6c6;
    background: url(images/Field-Mandatory.jpg) no-repeat;
    padding: 0 1% 0 5%;
    color: #999;
}

.Field-Mandatory-100 {
    width: 69%;
    height: 22px;
    float: left;
    border: 1px solid #c6c6c6;
    background: url(images/Field-Mandatory.jpg) no-repeat;
    padding: 0 1% 0 2%;
    color: #999;
}

.Form-B-Row-Field-A-One {
    width: 70%;
    height: 22px;
    float: left;
    border: 1px solid #c6c6c6;
    background: #fff;
    padding: 0 1%;
}

.Form-B-Row-Field-A1 {
    width: 97%;
    height: 22px;
    float: left;
    border: 1px solid #c6c6c6;
    background: #fff;
    padding: 0 1%;
}

.Form-B-Row-Field-A1-One {
    width: 72%;
    height: 22px;
    float: left;
    border: 1px solid #c6c6c6;
    background: #fff;
}

.Form-B-Row-Field-A1-One-H {
    width: 35%;
    height: 22px;
    float: left;
    border: 1px solid #c6c6c6;
    background: #fff;
}

#Dashboard {
    width: 98%;
    float: left;
    padding: 1%;
    background: #999;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: none;
}

#Dashboard2 {
    width: 98%;
    float: left;
    padding: 1%;
    background: #EBEBEB;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: none;
}

#Dashboard3 {
    width: 98%;
    float: left;
    padding: 1%;
    background: #CCCCCC;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: none;
}



#Dash-Div {
    width: 100%;
    float: left;
}

#Dash-Top {
    width: 100%;
    height: 160px;
    float: left;
    margin: 0 0 10px 0;
}

.Dash-Top-Box {
    width: 32.6%;
    height: 160px;
    float: left;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: none;
    overflow: hidden;
}

.Dash-Top-Box-Gap {
    width: 1%;
    height: 150px;
    float: left;
}

.Dash-Top-Head {
    width: 96%;
    height: 23px;
    float: left;
    padding: 0 0 0 4%;
    font-size: 13px;
    line-height: 23px;
    color: #666;
    background: url(Images/Dash-Graph-Heading.png) repeat-x;
}





.Graphs {
    width: 100%;
    height: 137px;
    float: left;
    background: #fff;
    text-align: center;
}

#Dash-Top2 {
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
}

.Dash-Top2-Box {
    width: 32.6%;
    float: left;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: none;
    overflow: hidden;
}






.Dash-Top2-Box-Gap {
    width: 1%;
    height: 150px;
    float: left;
}

.Dash-Top2-Head {
    width: 96%;
    height: 27px;
    float: left;
    padding: 0 0 0 4%;
    font-size: 13px;
    line-height: 27px;
    color: #666;
    background: url(images/Dash-Graph-Heading.png) repeat-x;
}






.Graphs2 {
    /*background: #fff none repeat scroll 0 0;*/
    border-radius: 7px;
    float: left;
    width: 92%;
    border-radius: 25px;
}



.Top-Content-Gray {
    width: 108%;
    height: 22px;
    float: left;
    background: #bcbcbc;
    line-height: 22px;
    color: #fff;
    font-weight: bold;
}





.Top-Content-52 {
    width: 52%;
    height: 22px;
    float: left;
    margin: 0 0 0 3%;
}

    .Top-Content-52 a {
        color: #333333;
    }

        .Top-Content-52 a:hover {
            color: #830100;
            text-decoration: none;
        }

.Top-Content-52a {
    width: 52%;
    height: 22px;
    float: left;
    margin: 0 0 0 3%;
}

    .Top-Content-52a a {
        color: #fff;
    }

        .Top-Content-52a a:hover {
            color: #000;
            text-decoration: none;
        }

.Top-Content-20 {
    width: 20%;
    height: 22px;
    float: left;
    margin: 0 2% 0 0;
    text-align: right;
}

    .Top-Content-20 a {
        color: #333333;
    }

        .Top-Content-20 a:hover {
            color: #830100;
            text-decoration: none;
        }

.Top-Content-20a {
    width: 20%;
    height: 22px;
    float: left;
    margin: 0 2% 0 0;
    text-align: right;
}

    .Top-Content-20a a {
        color: #999;
    }

        .Top-Content-20a a:hover {
            color: #830100;
            text-decoration: none;
        }

.Top-Content-21 {
    width: 20%;
    height: 22px;
    float: left;
    margin: 0 2% 0 0;
    text-align: right;
}

    .Top-Content-21 a {
        color: #fff;
    }

        .Top-Content-21 a:hover {
            color: #000;
            text-decoration: none;
        }



.Top-Content-Gray-Outer {
    width: 108%;
    float: left;
}

.Top-Content-White {
    width: 100%;
    height: 22px;
    float: left;
    line-height: 22px;
    background: #fff;
    border-top: 1px solid #7f7f7f;
}




.Top-Content-White-Light {
    width: 100%;
    height: 22px;
    float: left;
    line-height: 22px;
    background: #f7f7f7;
    border-top: 1px solid #7f7f7f;
}

.edit-grid-link {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(images/Edit.png);
}

.detail-grid-link {
    width: 16px;
    height: 16px;
    margin-left: 6px;
    display: inline-block;
    background: url(images/Browse.png);
}

.delete-grid-link {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(images/Delete.png);
}


/*------------------Salman CSS --------------------*/

.line-item-border-radiu {
    border-radius: 0 0 5px 5px;
    width: 94%;
}

.footer-height {
    min-height: 16%;
}

.fieldset-height {
    min-height: 103%;
    height: 88%;
}

.checkbox-border {
    border: 1px solid lightgray;
    height: 165px;
    width: 250px;
}

.text-checkbox {
    font-weight: bold;
}

.myClass {
    background-color: red;
}

.checkbox-margian {
    margin-top: 10px;
}

.legend-style {
    font-size: 14px;
    font-weight: bold;
}

.check-box-title {
    font-size: 14px;
    font-weight: bold;
    color: blue;
}

/*-------------------- Strings Wizard Css ----------------------*/

.pos-portal {
    width: 159%;
    height: 28px;
    margin-top: 16px;
}

.pos-fieldheight {
    height: 150px;
    min-width: 93%;
}

.text-area {
    margin-top: 7px;
    height: 24px;
    width: 100%;
    /*display:none;*/
}

.pos-btn {
    margin-top: 13.5%;
    margin-left: 4%;
    height: 2.5em;
}

.margin-pos-portal {
    margin-top: 18px;
}

.pos-text {
    margin-top: 10px;
    width: 31%;
    height: 65%;
    font-size: 14px;
}

.radio-btn {
    margin-top: 15px;
}

.table-class {
    border: 1px solid black;
    border-collapse: collapse;
    width: 100%;
    margin-top: 27px;
}

.pos-text-field {
    margin-top: 15px;
    margin-left: 6%;
}

.pos-port-hight {
    height: 150px;
    min-width: 93%;
}

.msg-portal {
    position: relative;
    bottom: 35%;
}

.pos-portal-button {
    margin-top: 10.5%;
    margin-left: 80%;
    height: 2.5em;
}

.text-area-btn-class {
    width: 15%;
    background: #b10000;
    border: none;
    font-size: 12px;
    font-weight: bold;
    font-family: Calibri;
    cursor: pointer;
    color: #fff;
    margin-top: 1.5%;
    margin-left: -2%;
    height: 2.5em;
    width: 18%;
    margin-left: 94%;
    /*display:none;*/
}

.select-class {
    width: 40%;
    height: 33px;
    margin-top: 6px;
}

.lets-start-button {
    display: block;
    left: 0%;
    background: #b10000;
    border: none;
    font-size: 12px;
    font-weight: bold;
    font-family: Calibri;
    cursor: pointer;
    color: #fff;
    margin-top: 7px;
    width: 15%;
    height: 2em;
    margin-left: 0;
    position: relative;
    float: right;
}


.th-seting {
    text-align: left;
}

.lets-start-fieldset {
    height: 23%;
    min-width: 93%;
}

.create-till-record-btn {
    margin-top: 4.5%;
    margin-left: 78%;
    height: 2em;
}

.pos-btn-2 {
    width: 16%;
    background: #b10000;
    border: none;
    font-size: 12px;
    font-weight: bold;
    font-family: Calibri;
    cursor: pointer;
    color: #fff;
    margin-top: 0;
    margin-left: 0;
    height: 2em;
    position: relative;
    /*top: 77px;*/
    display: block;
    /*left: 15%;*/
}

.pos-btn-3 {
    width: 16%;
    background: #b10000;
    border: none;
    font-size: 12px;
    font-weight: bold;
    font-family: Calibri;
    cursor: pointer;
    color: #fff;
    margin-top: 0;
    margin-left: 0;
    height: 2em;
    position: relative;
    display: block;
    float: right;
}

.remove-scroll-order-setting {
    overflow-y: hidden;
}

.pos-btn-4 {
    width: 17%;
    background: #b10000;
    border: none;
    font-size: 12px;
    font-weight: bold;
    font-family: Calibri;
    cursor: pointer;
    color: #fff;
    height: 2em;
    float: right;
}

#Col2-R-4-setting-wizerd {
    width: 97.5%;
    float: left;
    overflow: auto;
    padding: 10px;
}

.msg-portal-text {
    font-size: 14px;
    font-weight: bold;
    /*display: none;*/
}

.pos-text-input {
    margin-top: 10px;
    width: 37%;
    height: 65%;
    font-size: 14px;
}

.pos-lable-seting {
    margin-top: 8px;
}

.form-class-pos {
    width: 86%;
    height: 100px;
    float: left;
    margin: 0 0 0 7px;
}

.working-day-text {
    margin-top: 40px;
}

.check-for-display {
    display: none;
}

.responsive-fieldset {
    display: table-cell;
    width: 100%;
}

.settingWiz_formbody {
    width: 100%;
    height: 100px;
    float: left;
    margin: 0px;
}

.st01-btn-width {
    width: 95px;
    float: right;
}

.order-seting-width {
    width: 25%;
    height: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.singup-text {
    font-size: 12px;
    font-weight: bold;
}

#signupform-width-setting {
    width: 68%;
    margin: 0 auto;
}

.form-width-class {
    width: 70%;
}

.footer-margin {
    margin-top: 110px;
}

.order-swcf {
    margin: 0;
    padding: 0;
}

.margin-order-swf {
    margin-top: 12px;
}

.grid-heading-setting1 {
    padding: 0 !important;
}

.height-setting-grid {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

.pos-detail {
    font-weight: bold;
    font-size: 14px;
    font-family: Arial sans-serif;
    padding: 2px;
    margin: 1px;
}

.pos-item {
    font-weight: bold;
    font-size: 10px;
    font-family: Arial sans-serif;
}

.approve-close {
    /* width: 118px; */
    height: 2vw;
    background: #b10000;
    background: url(../images/bttns.png) no-repeat;
    border: none;
    font-size: 1.1vw;
    font-weight: bold;
    font-family: Calibri;
    /*margin: 9px 3.3% 0 17%;*/
    margin: 9px 3.3% 0 0;
    padding: 0 0 2px 0;
    cursor: pointer;
    color: #fff;
    width: 60%;
    /* margin: 0px; */
}
/*.dispatch-btn{
    margin-left:1%;
    font-size:12px;
    font-weight:bold;
    padding: 5px 5px;
    background-color:#BCBCBC;
    color:white;
    
}*/
/*.dispatch-dropdown{
    float:right;
    height:27px
}*/
/*.dropdown-dispatach{
    position: relative;
    bottom: 54px;
    width: 100%;
    height: 26px;

}*/
/*.posdispatch-btn{
    padding:5px 8px;
    color:white;
    background-color:#bcbcbc;
}
.dispatch-db-width{
    width:100%;
}*/


.assign-to-text {
    margin: 4px;
    padding-top: 5px;
    font-size: 12px;
    width: 42%;
    height: 22px;
    float: left;
    /*margin: 3px 0 0 0%;*/
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.timedisplay {
    /*font-size: 11px;
    float: right;
    text-align: center;
    font-weight: bold;
    margin-top: 7px;
    margin-right:1%;*/
    text-align: left;
    color: maroon;
    font-weight: bold;
    /*width: 95.5%;*/
    height: 35px;
    float: right!important;
    padding: 0 0 0 4%;
    margin-right:1%!important;
    font-size: 19px;
    line-height: 35px;
}
/*  ------------- media Queris --------------*/

