@media only screen and (max-width : 1024px) {
    body {
        background: #fff;
        font-family: Arial, Helvetica, sans-serif;
        color: #fff;
        margin: 0 0 0 0;
    }
    .page-container {
        margin: 0px auto;
        color: #666;
        background: #fff;
        width: 305px;
        opacity: 0.95;
        filter: alpha(opacity=80); /* For IE8 and earlier */
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: left;
    }

    .colorcode {
        width: 250px;
    }
    .hidecell {
        display:none !important;
    }

    .formspan2 {
        width:270px;
    }
    .widthspan2 {
        width: 250px;
    }
    .col2 {
        width:250px;
    }
    .col6 {
        width:250px;
    }
    .setcol2 {
        width:165px;
    }
    .setcol4 {
        width:90px;
    }
    .outcol2 {
        width:250px;
    }
    .outcol5 {
        width:250px;
    }
    .search {
        display: inline-block;
        height: 32px !important;
        padding: 0 10px;
        float: left;
        margin: 10px 0 0 0 !important;
        width: 145px;

    }
    .outbutton {
        display: inline-block;
        cursor: pointer;
        width: 130px;
        height: 32px;
        padding: 0;
        background: #919191;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        border: 0px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: 200;
        color: #fff;
        -o-transition: all .2s;
        -moz-transition: all .2s;
        -webkit-transition: all .2s;
        -ms-transition: all .2s;
        outline: none;

        float: right;
        margin: 10px 0 0 0;
    }
    .outbutton:hover {
        background: #616161 ;
    }

    /* user table width */
    .usercol1 {
	width: 40px;
    }
    .usercol2 {
        width: 175px;
    }
    .usercol4 {
        width: 20px;
    }

}


@media only screen and (min-width : 1024px) {
    body {
        background: #fff;
        font-family: Arial, Helvetica, sans-serif;
        color: #fff;
        margin: 0 0 0 0;
    }
    .page-container {
        margin: 0px auto;
        color: #666;
        background: #fff;
        width: 960px;
        opacity: 0.95;
        filter: alpha(opacity=80); /* For IE8 and earlier */
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: left;
    }

    .formspan2 {
        width:575px;
    }
    .widthspan2 {
        width: 555px;
    }
    .col1 {
        width:30px;
    }
    .col2 {
        width:185px;
    }
    .col3 {
        width:60px;
    }
    .col4 {
        width:90px;
        white-space: normal !important;
    }
    .col5 {
        width:80px;
    }
    .col6 {
        width:140px;
    }
    .col7 {
        width:205px;
    }
    .setcol1 {
        width:40px;
    }
    .setcol2 {
        width: 290px;
    }
    .setcol3 {
        width: 150px;
    }
    .setcol4 {
        width: 160px;
    }
    .setcol5 {
        width: 200px;
    }
    .outcol1 {
        width:40px;
    }
    .outcol2 {
        width:300px;
    }
    .outcol3 {
        width:100px;
    }
    .outcol4 {
        width:190px;
    }
    .outcol5 {
        width:200px;
    }

    .search {
        display: inline-block;
        height: 32px !important;
        padding: 0 10px;
        float: left;
        margin: 10px 0 0 0 !important;
        width: 250px;

    }
    .outbutton {
        display: inline-block;
        cursor: pointer;
        width: 130px;
        height: 32px;
        padding: 0;
        background: #919191;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        border: 0px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: 200;
        color: #fff;
        -o-transition: all .2s;
        -moz-transition: all .2s;
        -webkit-transition: all .2s;
        -ms-transition: all .2s;
        outline: none;

        float: right;
        margin: 10px 0 0 0;
    }
    .outbutton:hover {
        background: #616161 ;
    }

    /* user column width */
    .usercol1 {
	width: 40px;
    }
    .usercol2 {
        width: 400px;
    }
    .usercol3 {
        width: 405px;
    }
    .usercol4 {
        width: 20px;
    }

}


.hidecell {
}


hr {
	margin: 15px;
	border: 0px;
	height: 0px;

	border-bottom: 1px #CCC solid;
}
.clearboth {
	clear: both;
}
h1 {
	font-size: 20px;
	font-weight: 100;
	text-shadow: none;
	color: #333;
	padding: 0 15px;
}
h2 {
	font-size: 16px;
	font-weight: 100;
	text-shadow: none;
	color: #333;
}
input[type='text'], input[type='email'], input[type='number'], input[type='password'] {
	height: 42px;
	padding: 0 10px;
	background: #e0e0e0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	-o-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-ms-transition: all .2s;
	margin: 0 0 5px 0;
}
select {
	height: 42px;
	background: #e0e0e0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	-o-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-ms-transition: all .2s;
	margin: 0 0 5px 0;
}

.ui-selectmenu-button {
	padding: 0.2em 2.1em 0.2em 1em !important;
}
.ui-menu-item {
	font-size: 14px !important;
	padding: 5px 15px !important;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
fielset:focus {
	outline: none;
}

#outletname, #country {
	width: 270px;
	padding: 10px;
}
.red {
	color: #C00;
}

.width80 {
	width: 80px;
}
.width90 {
	width: 90px;
}
.width100 {
	width: 100px;
}
.width110 {
	width: 110px;
}
.width140 {
	width: 140px;
}
.width250 {
	width: 250px;
}
.width270 {
	width: 270px;
}
.vertalign {
	display: table-cell;
	height: 42px;
	vertical-align: middle;
}
.margintop20 {
	margin-top: 20px;
}
.margintop5 {
	margin-top: 5px;
}
.margintop10 {
	margin-top: 10px;
}
.textright {
	text-align: right;
	padding-right: 10px;
}
.textleft {
	text-align: left;
	padding-left: 10px;
}
.textcenter {
	text-align: center;
}
.pad20 {
	padding: 0 20px;
}

input[type='text']:focus, input[type='email']:focus, input[type='number']:focus, input[type='password']:focus, select:focus {
	outline: none;
	background: #efefef;
}
button {
	cursor: pointer;
	width: 270px;
	height: 42px;
	padding: 0;
	background: #919191;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 200;
	color: #fff;
	-o-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-ms-transition: all .2s;
	outline: none;
}
button:hover {
	background: #616161 ;
}
.footer {
	width: 305px;
	margin: 20px auto 0 auto;
	font-size: 10px;
	line-height: 1.4em;
	font-weight: 100;
	text-shadow: none;
	color: #AAA;
}
.connect a {
	display: inline-block;
	width: 32px;
	height: 35px;
	margin-top: 15px;
	-o-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-ms-transition: all .2s;
}

#errorfield {
	background: #fabac4;
}
#errormsg {
	color: #C00;
	margin-bottom:15px;
}
.notifymsg {
    color: grey;
    margin-top:15px;
	margin-bottom:15px;
}
.signout {
	font-size:12px;
	text-decoration:none;
	color:#AAA;
}

.success {
    border-radius: 50%;
	width: 12px;
	height: 12px;
    background-color: #8dc73f;
    display: inline-block;
}
.fail {
    border-radius: 50%;
	width: 12px;
	height: 12px;
    background-color: #ee1c25;
    display: inline-block;
}

.running {
    border-radius: 50%;
	width: 12px;
	height: 12px;
    background-color: orange;
    display: inline-block;
}

.queued {
    border-radius: 50%;
	width: 12px;
	height: 12px;
    background-color: darkgray;
    display: inline-block;
}

#table {
	margin: 10px 0;
}
.row {
    width: 100%;
}
.row,.formrow {
	display:table;
	text-align: left;
}
.row:nth-child(odd) {
	background: #EFEFEF;
}
.row:nth-child(even) {
	background: #FAFAFA;
}
.row:nth-child(1) {
	background: #E0E0E0;
	font-weight:bold;
	border-radius: 4px 4px 0 0;
}
.row:nth-last-child(1) {
	border-radius: 0 0 4px 4px;
}

.sep {
	margin: 5px 0;
	padding: 5px 0;
	background: #FFFFFF;
	font-weight:bold;
	font-size:14px;
	text-align: center;
}
.rowbutton {
	margin: 5px 0;
	padding: 10px 0;
	background: #fff;
	font-size:14px;
	color: #42537E;
	cursor:pointer;
	border-radius: 0 0 4px 4px;
	text-align:center;
}
.rowbutton:hover {
	color: #6681E1;
}



.cell {
	display:inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding:5px 10px;
	text-align:left;
	vertical-align: top;
	font-size:14px;
	margin:0;
}
.formcell {
	display:inline-block;
	padding:10px 0px;
	text-align:left;
	vertical-align: top;
	font-size:14px;
}

.formcolspc {
	width:35px;
}

.formcol {
	width:270px;
}
.resend {
	float:right;
	width:30px;
	height:30px;
	border:none;
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}
.resend:hover {
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}

a {
	color: #42537E;
}
a:hover {
	color: #6681E1;
}

.menu {
	font-size: 14px;
	font-weight: bold;
	display:inline-block;
	margin-left:5px;
	background-image: url(../img/arrow-right.gif);
	background-repeat: no-repeat;
	background-position: left;
	background-size: 12px;
	text-indent: 10px;
	padding: 5px;
}
.menu a {
	text-decoration: none;
}
.menuactive a {
	text-decoration: none;
	color: #6681E1 !important;
}
.menuactive {
	font-size: 14px;
	font-weight: bold;
	display:inline-block;
	margin-left:5px;
	background-image: url(../img/arrow-down.gif);
	background-repeat: no-repeat;
	background-position: left;
	background-size: 12px;
	text-indent: 10px;
	padding: 5px;
	cursor: default;
}

.header {
	display: block;
	border-bottom: 1px #CCC solid;
	margin: 0;
}
.headerright {
	float:right;
	margin: 0;
	font-size:16px;
	text-align:right;
}
.logo {
	margin: 0 0 15px 0;
	float: left;
	width:94px;
	height:73px;
}
.title {
	font-size: 18px;
	text-align: left;
	margin:15px 0;
}
.backbut {
	float:left;
	margin: 5px 15px 0 0;
	font-size: 30px;
	font-weight: bold;
	cursor: pointer;
	color: #BBB;
	width: 20px;
}
.backbut:hover {
	color: #6681E1;
}
.outputtag {
	display: inline-block;
	color: #42537E;
	cursor: pointer;
	margin: 5px 5px 0 0;
}
.outputtag:hover {
	color: #6681E1;
}


.cancelbutton {
	width: 130px !important;
	background: #CCC;
	margin: 0 5px 0 0;
}
.cancelbutton:hover {
	background: #AAA;
}
.submitbutton {
	width: 130px !important;
	margin: 0 0 0 5px;
}

.readonly {
	display: block;
	color: #333;
	margin-top:5px;
}
.edit {
	font-size:12px;
	text-align:right;
	margin: 0 15px;
}
.edit a {
	text-decoration: none;
}

.greeting {
    color: black;
    text-decoration: none;
}

.parser-format {
    white-space: pre-wrap;
}

.monospace-input {
    font-family: monospace !important;
}

textarea {
	padding: 15px 10px;
	background: #e0e0e0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	-o-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-ms-transition: all .2s;
	margin: 0 0 5px 0;
}

.delete-link {
    color: red;
}

.delete-link:hover {
    color: lightcoral;
}

.form-select {
    width: 270px;
    padding: 10px;
}

.error-msg {
	color: #C00;
	margin-bottom:15px;
}

.usrdel {
	width: 20px;
	height: 20px;
}

.banner-success {
    color: black;
    padding: 10px;
    background-color: lightgreen;
}

.banner-failed {
    color: black;
    padding: 10px;
    background-color: lightcoral;
}

.banner-normal {
    color: black;
    padding: 10px;
    background-color: lightgray;
}
