﻿.btn {
    font-size: 12px
}
.btn-primary, .btn-primary:hover {
    color: white !important;
    padding: 5px 8px !important;
}
body
{
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #000; /*	text-align: center; 	behavior: url(csshover.htc); */
}

.float
{
    float: left;
}

a img
{
    border: 0;
}

a
{
    color: #000;
    text-decoration: none;
    outline: 0pt;
}

a:hover
{
    color: #222;
    text-decoration: none;
}

a.link, a.link:hover
{
    color: #999999;
}
a.link
{
    text-decoration: underline;
}


img
{
    vertical-align: middle;
}

input
{
    vertical-align: middle;
}

p
{
    margin: 0.5em 0;
    color: #585A69;
}

hr
{
    border: none;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.block
{
    display: block;
}

/* FONTS */

.bold
{
    font-weight: bold;
}


h1, h2, h3, h4, h5, h6,boy, input
{
    font-family: Arial,Helvetica,sans-serif;
}

h1
{
    font-size: 1.6em;
    margin: 0 0 .67em 0;
}
h2
{
    font-size: 1.4em;
}
h3
{
    font-size: 1.1em;
}
h4
{
}
h5
{
    font-size: 0.83em;
}
h6
{
    font-size: 0.67em;
}

h3.blue
{
    color: #268CCD;
}

.red
{
    color: red;
}

form
{
    margin: 0;
    padding: 0;
}


input, textarea, option
{
    color: #000;
    font-size: 12px;
    margin: 0;
    padding: 0;
     font-family: Arial,Helvetica,sans-serif;
}

input[type="text"], input[type="password"], input[type="file"], textarea
{
    padding: 2px 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    width:580px;
    margin-top:2px;
    margin-bottom:2px;
}

textarea
{ height:200px;}
.disable {
	color: Gray;
	background: #ccc;
    
}

input[type="radio"], input[type="checkbox"]
{
    background-color: transparent;
}

input:focus, textarea:focus
{
    border: 1px solid #3293D6;
}


select optgroup
{
    background: #fff;
    padding: 2px;
    color: #000;
}
select optgroup option
{
    padding: 0 9px;
    color: #000;
}


/* CLASS */

h3.title
{
    clear: both;
    margin: 0;
    padding: 4px 10px;
    border: 1px solid #E0D0B1;
    border: none;
}

h3.subtitle
{
    color: #FF8D42;
    font-size: 1.2em;
}

.hidden
{
    height: 1px;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #fff;
}

.clear
{
    clear: both;
}

.left
{
    text-align: left;
}

.top
{
     vertical-align:top;
}
.center
{
    text-align: center;
}

.right
{
    text-align: right;
}

.small
{
    font-size: 0.85em;
}


.uppercase
{
    text-transform: uppercase;
}

.noborder
{
    border: none;
}

.highlight
{
    background-color: #FFFF66;
    font-weight: bold;
}


.pointer
{
    cursor: pointer;
}


.clearfix
{
    display: inline-block;
}


.clear
{
    clear: both;
}

a.blue
{
    color: blue;
}

a.blue:hover
{
    color: #0000AA;
}



#menu .submenu_size .submenu
{
    display: none;
    position: absolute;
}
#menu .submenu_size:hover > .submenu
{
    display: block;
}
.submenu li
{
    float: none;
    clear: left;
}


body
{
    font-family: Arial, Helvetica, sans-serif;
}


h1, h2, h3, h4
{
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: .5em;
    line-height: 1.4em;
}
h2
{
    font-size: 1.7em;
}
h3
{
    font-size: 1.25em;
}
h4
{
    font-size: 1.05em;
}
h6
{
    font-size: 1em;
}


/*LIST*/
ul, ol
{
    list-style: none;
    margin: 0;
    padding: 0;
}
ul li
{
    color: #585A69;
}

/*FORM*/
label
{
    color: #585a69;
    text-shadow:  0 1px 0#fff;
}

input[type="text"], input[type="password"], input[type="file"], textarea
{
    border: 1px solid #ccc;
    background-color: #fff;
}
input[type="text"]:disabled, input[type="password"]:disabled, input[type="file"]:disabled, textarea:disabled
{
    border: 1px solid #ccc;
    background-color: #dedede;
    color: #444444;
}
select
{
    border: 1px solid #ccc;
    font-size: 12px;
}
select[disabled="disabled"], input[disabled="disabled"], textarea[disabled="disabled"], option[disabled="disabled"]
{
    border: 1px solid #CCCCCC;
    color: #AAAAAA;
}


/*BUTTON*/

.button
{
    background: #e3e3e3 url('../img/bg-button-degrade.png') repeat-x scroll left top;
    background: -moz-linear-gradient(center top , #F9F9F9, #E3E3E3) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, center top ,center bottom, from(#F9F9F9), to(#E3E3E3)) repeat scroll 0 0 transparent;
    border-color: #CCCCCC #BBBBBB #A0A0A0;
    border-left: 1px solid #BBBBBB;
    border-radius: 3px 3px 3px 3px;
    border-right: 1px solid #BBBBBB;
    border-style: solid;
    border-width: 1px;
    color: #000000;
    margin: 0;
    outline: medium none;
    padding: 3px 8px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-shadow: 0 1px 0 #fff;
    min-width:75px;
}


.button a
{
    text-decoration:  none !important;
}
.button a:hover
{
    text-decoration: none !important;
     color:blue;
}

.shortbutton
{
    min-width:20px;
      padding: 3px 3px;
    }
input.button[disabled=disabled]:hover
{
    background-color: #FFF6D3;
}
.button:hover
{
    border: 1px solid #939393;
}
.button:active
{
    border: 1px solid #939393;
}



#top_container
{
    margin: 0;
    padding: 0;
}

/*HEADER*/
#header
{
    background-color: #394049;
    height: 60px;
}

#header #header_infos
{
    position: relative;
    margin: 0;
    padding: 0;
    height: 40px;
}
#header #header_shopname
{
    float: left;
    margin: 10px 15px 0 10px;
}
#header #employee_box
{
    float: right;
    display: block;
}
#header #employee_infos
{
    display: block;
    margin: 5px 15px 0 10px;
}
#header #employee_infos a
{
    color: #BABABA;
    text-transform: capitalize;
    margin-right: 5px;
}
#header #employee_infos a:hover
{
    color: #fff;
}
#header #employee_infos .employee_name
{
    float: left;
    color: #fff;
    padding: 0 20px 0 0;
}
#header .separator
{
    background: transparent url('../img/separator.png') no-repeat scroll center top;
    height: 19px;
    width: 16px;
    margin-right: 5px;
}

#header #header_infos #header_shopname span
{
    font-size: 16px;
    font-weight:bold;
    overflow: hidden;
    margin: 0;
    color: #fff;
    text-shadow: 0 1px 0 #000000;
}
#header #header_infos a#header_logout
{
    background: transparent url('../img/logout.png') no-repeat scroll left top;
    padding-left: 20px;
    color: #bababa;
}
#header #header_infos a#header_logout:hover
{
    color: #fff;
}
#header #header_infos #header_logout a span
{
    color: #bababa;
}
#header #header_infos #header_foaccess
{
    text-decoration: none;
    color: #bababa;
}
#header #header_infos #header_foaccess a
{
    color: #bababa !important;
}
#header #header_infos a#header_foaccess:hover
{
    color: #fff;
}



#header #header_quick
{
    float: right;
    display: block;
    margin-top: 15px;
    color:White;
}
#header #header_quick #quick_select_chzn
{
    font-size: 13px;
    margin: 0 10px 0 0;
    padding: 0px 0 4px;
}




/*MENU*/
#header #menu
{
    background-color: #f8f8f8;
    border-bottom: 1px solid #e5e5e5;
    float: left;
    line-height: normal;
    margin: 0;
    padding: 0;
    width: 100%;
}
#header #menu li.maintab
{
    float: left;
    height: 29px;
    list-style: none;
    list-style: none;
    display: block;
    border-left: 1px solid #fff;
    border-right: 1px solid #ccc;
  
}
#header #menu li.submenu_size .title
{
    cursor: default;
    color: #000;
    display: block;
    padding: 8px 10px 4px 0;
    font-weight: normal;
    font-size: 12px;
}
#header #menu li.submenu_size .title
{
    _display: inline;
    _padding: 6px 5px 4px 0;
}
#header #menu li
{
    _height: 32px;
    _padding-top: 3px;
}
#header #menu img
{
    display: inline;
    padding: 0 3px 0 6px;
    margin-top: -4px;
    vertical-align: middle;
    width: 16px;
    height: 16px;
}
#header #menu li.active, #header #menu li:hover
{
    background-position: 0 -38px;
    white-space: nowrap;
}
#header #menu li.active a
{
}
#header #menu li:hover, #header #menu li.active
{
    background-color: #49B2FF;
}
#header #menu li.maintab:hover, #header #menu li.active
{
    border-left: 1px solid #49B2FF;
    border-right: 1px solid #49B2FF;
}
#header #menu li.active a.title, #header #menu li:hover a.title
{
    color: #fff;
    text-shadow: -1px -1px 0 #3293D6;
}
#header #menu .withLeftBorder
{
    background: transparent url('../img/separator_subnav.png') no-repeat 0 5px;
}
#header #menu .submenu
{
    background: #f8f8f8;
    clear: both;
    margin: 0;
    padding: 0;
    border: 1px solid #d9d9d9;
    z-index: 9999;
    box-shadow: 1px 5px 5px #CCCCCC;
    -moz-box-shadow: 1px 5px 10px #CCCCCC;
    -webkit-box-shadow: 1px 5px 10px #CCCCCC;
}
#header #menu .submenu li
{
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    min-width: 150px;
}
#header #menu .submenu li a
{
    font-size: 12px;
    display: block;
    padding: 5px 15px 5px 10px;
    color: #666666;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ccc;
}
#header #menu .submenu li a:hover
{
    background-color: #eee;
    text-shadow: 0 1px 0 #fff;
}

/*SEPARATION*/
.separation
{
    background-color: #ccc;
    border-bottom: 1px solid #fff;
    width: 100%;
    height: 1px;
    margin: 10px 0;
}

/*TABLE*/
.table_grid
{
    width: 100%;
}
.table
{
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 0;
    border-radius:3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.table th a
{
    text-decoration: underline;
}
.table a:hover
{
    text-decoration:underline;
     color:blue;
}
.table  th
{
    font-weight: bold;
        height: 30px;
        text-decoration: none;
        padding-left: 10px;
        padding-right: 10px;
}
.DetailTable th {
    padding: 6px;
}
.table tr th
{
    background-color: #F1F1F1;
    text-shadow: 0 1px 0 #fff;
    padding: 6px;
    background: #ececec url('../img/bg-degrade-table.png') repeat-x scroll left top;
    background-image: -moz-linear-gradient(center top , #F9F9F9, #ECECEC);
    background: -webkit-gradient(linear, center top ,center bottom, from(#F9F9F9), to(#ECECEC)) repeat scroll 0 0 transparent;
    font-size: 13px;
    text-align: left;
    color: #333;
}
.table tr th.right
{
    text-align: center;
}
.table tr td
{
    border-bottom: 1px solid #ccc;
    color: #333;
    font-size: 12px;
    padding: 5px 4px 5px 6px;
    word-break:break-all;
}
.table tr.row_hover:hover td
{
    background: #fff1b5;
}
.table tr.row_hover.filter:hover td
{
    background: #F1F9FF;
}
.table tr td.row_hover:hover table tr td
{
    background: none;
}
.table tr.action_details td
{
    background: #FAFAFA;
}
.table tr.alt_row.action_details td
{
    background: #E8E8E8;
}
.table tr td.empty
{
    border-bottom: none;
    background: white !important;
}
.table tr td.first
{
    border-left: 1px solid #DEDEDE;
}
.table tr td.last
{
    border-right: 1px solid #DEDEDE;
}
.table tr.small td
{
    height: 15px;
}
.table tr.last td
{
    border-bottom: none;
}

td.col-left label
{
    display: block;
    width: 100%;
    text-align: right;
}
.DetailTable
{
    background-color: #EBEDF4;
    border: 1px solid #CCCED7;
    color: black;
    font-size: 1.1em;
    margin: 0;
    padding:0px;
    width: 100%;   
}

.NameColmn
{
  padding: 2px;
    text-align: right;
    font-weight: bold;
    color: black;
    min-height: 25px;
    vertical-align:top;
}
.ValueColmn
{
    width: 75%;
  padding: 2px;
    text-align: left;
    font-weight: bold;
    color: black;
    min-height: 25px;
     vertical-align:top;

 
}
.OrderNameColmn
{
    padding:  0px 0  5px 0;
    text-align: right;
    font-weight: bold;
    color: black;
    height: 20px;
    vertical-align:top;

}
.OrderValueColmn
{
    width: 90%;
     padding:  5px 0  5px 0;
    text-align: left;
    color: black;
      vertical-align:top;
    height: 20px;
}

.StandText, StandTextPad
{
    color: #000;
    font-size: 12px;
    margin: 0;
    padding: 2px 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    border: 1px solid #ccc;
    background-color: #fff;
    background-color: transparent;
    font-family:Arial;
}

.StandText
{
    width: 250px;
}

.StandTextPad
{
    width: 500px;
    height: 100px;
}

.StandText, StandTextPad:focus
{
    border: 1px solid #3293D6;
}

.LongText
{
        width:90%;
    }

.NumberText
{
        width:100px;
    }
.HeaderTable
{
    background-color: #F8F8F8;
    border: 1px solid #CCCCCC;
    margin-bottom: 10px;
    padding: 5px 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
  width: 100%;
  height:50px;
}

.TitleColmn
{
    width: 75%;
    padding: 0.2em 0.5em 0 0;
    text-align: right;
    font-weight: bold;
    color: black;
    min-height: 25px;
}
.ToolbarColmn
{
    width: 25%;
    padding: 0.2em 0.5em 0 0;
    text-align: left;
    font-weight: bold;
    color: black;
    min-height: 25px;
}

 .pageTitle
{
    margin-left: 10px;
    font-size: 1.6em;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-shadow: 0 1px 0 #fff;
    text-align:left;
    padding-left:10px;
}


.message{color:Red;}

.LoginFormPageTitle
{
    font-size:20px;
    font-weight:bold;
    padding:20px;
    }
    
     table.BusinessDetails
{
    width:100%;
    text-align:left;
    margin:0px;
    padding:0px;
    border-spacing:0px;
    
    }
    td.BusinessDetailsName
    {
        width:270px;
        font-weight:bold;
padding: 5px;
border-bottom:1px dotted #43366d; 
min-height:20px;
    }
    
td.BusinessDetailsValue
{
width:595px;
font-weight:normal;
padding: 2px;
border-bottom:1px dotted #43366d; 
}

td.BusinessDetailsMessage
{
    width:130px;
padding: 0px;
color:Red;
border-bottom:1px dotted #43366d; 
    }
    
     td.BusinessDetailsNameLastRow
{
font-weight:bold;
padding: 5px;
border-bottom:0px dotted #43366d; 
    }
    
td.BusinessDetailsValueLastRow
{
padding: 2px;
border-bottom:0px dotted #43366d; 

    }
    

td.BusinessDetailsMessageLastRow
{
padding: 0px;
border-bottom:0px dotted #43366d; 
color:Red;
    }

       
td.BusinessSubTitle
{
padding: 5px;
font-weight:bold;
color:White;
background-color:#43366d;
font-size:13px;
height:25px;
}


      #overlay
        {
            position: fixed;
            z-index: 99;
            top: 0px;
            left: 0px;
            background-color: #f8f8f8;
            width: 100%;
            height: 100%;
            filter: Alpha(Opacity=90);
            opacity: 0.9;
            -moz-opacity: 0.9;
            
        }
        #theprogress
        {
            background-color: #fff;
            border: 1px solid #ccc;
            padding: 10px;
            width: 100%;
            height: 100%;
            line-height: 30px;
            text-align: center;
            filter: Alpha(Opacity=100);
            opacity: 1;
            -moz-opacity: 1;
            font-size: 30px;
        }


        
.cal_Theme1 .ajax__calendar_container {
    background-color: #e2e2e2;
    border: solid 1px #cccccc;
}

.cal_Theme1 .ajax__calendar_header {
    background-color: #ffffff;
    margin-bottom: 4px;
}

.cal_Theme1 .ajax__calendar_title,
.cal_Theme1 .ajax__calendar_next,
.cal_Theme1 .ajax__calendar_prev {
    color: #004080;
    padding-top: 3px;
    margin: 0px;
}

.ajax__calendar_container TD {
    padding: 0px !important;
    margin: 0px !important;
    width: 5px !important;
}

.cal_Theme1 .ajax__calendar_body {
    background-color: #e9e9e9;
    border: solid 1px #cccccc;
    padding: 2px;
    margin: 0px;
}

 .ajax__calendar_body {
    background-color: #F9F9F9 !important;
    border: solid 1px #cccccc;
    padding: 2px;
    margin: 0px;
}

.cal_Theme1 .ajax__calendar_dayname {
    text-align: center;
    font-weight: bold;
    margin-bottom: 4px;
    margin-top: 2px;
    padding: 2px;
    margin: 0px;
    width: 20px;
}

.cal_Theme1 .ajax__calendar_day {
    text-align: center;
    padding: 2px;
    margin: 0px;
    width: 20px;
}

.cal_Theme1 .ajax__calendar_hover .ajax__calendar_day,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_month,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_year,
.cal_Theme1 .ajax__calendar_active {
    color: #004080;
    font-weight: bold;
    background-color: #ffffff;
    padding: 2px;
    margin: 0px;
}

.cal_Theme1 .ajax__calendar_today {
    font-weight: bold;
}

.cal_Theme1 .ajax__calendar_other,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_today,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_title {
    color: #bbbbbb;
    padding: 2px;
    margin: 0px;
    width: 20px;
}


.overlay-loading {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255,255,255,.95);
    width: 100%;
    height: 100%;
    z-index: 2000;
    display: none;
}

.loading {
    border: 6px !important;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 50% !important;
    border-style: solid !important;
    border-color: #0285d2 !important;
    border-top-color: rgba(0,38,107,.1) !important;
    border-right-color: rgba(0,38,107,.1) !important;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: 25% auto;
    width: 120px;
    height: 120px;
}

.overlay-loading .loading-heading {
    position: absolute;
    top: 45%;
    margin-top: 25px;
    /*font-size: 22px;*/
    color: #02266b;
    text-transform: none;
    text-align: center;
    width: 100%;
    font-size: 28px;
}

.overlay-loading .loading-footer {
    position: absolute;
    right: 0;
    bottom: 20%;
    left: 0;
    margin: 0;
    text-align: center;
    font-size: 16px;
    color: #000;
    /*background-size: contain;*/
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/images/logo.png);
    /* background-color: #000; */
    display: block;
    height: 120px;
}

.overlay-loading .loading-logo, .overlay-loading .loading-text {
    margin: 0 10px;
    display: inline-block;
    vertical-align: baseline;
}

.overlay-loading .loading-logo, .overlay-loading .loading-text {
    margin: 0 10px;
    display: inline-block;
    vertical-align: baseline;
}

    .overlay-loading .loading-logo img {
        display: block;
        max-width: 100%;
        vertical-align: baseline;
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.hidden {
    display: none !important;
}

.show {
    display: block !important;
}

.no-record{
    padding:8px;
}

.pagination {
    padding-left: 0;
    margin: 20px auto;
    border-radius: 4px
}

    .pagination .active a {
        background-color: #337ab7;
        color: #fff
    }

    .pager li, .pagination > li {
        display: inline
    }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px
        }

    .pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
        color: #777;
        background-color: #fff;
        border-color: #ddd;
        cursor: not-allowed
    }

    .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
        z-index: 3;
        color: #23527c;
        background-color: #eee;
        border-color: #ddd
    }

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        z-index: 2;
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7;
        cursor: default
    }

    .pagination > li > a, .pagination > li > span {
        position: relative;
        float: left;
        text-decoration: none;
        color: #337ab7;
        background-color: #fff;
        border: 1px solid #ddd;
        margin-left: -1px;
        width: 38px;
        height: 38px;
        line-height: 36px;
        text-align: center;
        font-size: 14px
    }

[type=reset], [type=submit], button, html [type=button] {
    font-size: 12px;
    padding: 4px 8px;
}

.table {
    width: auto !important;
}

.button-wrapper {
    margin: 0 0 15px
}

.row_wrapper {
    overflow: hidden;
    padding: 6px 0 4px;
    font-size: 12px;
}

    .row_wrapper .row-content {
        float: right;
        width: 980px;
        padding-bottom: 0
    }

    .row_wrapper .row-title {
        width: 210px;
        text-align: left;
        line-height: 34px;
        font-size: 12px;
        padding-left: 20px;
    }

.table tr td {
    border: 1px solid #ccc;
}

.table tr:hover {
    background-color: #eee;
}

.radio, .checkbox {
    display: inline;
    padding-right: 10px;
    vertical-align: middle;
}

.checkbox {
    display: inline;
    padding-top: 15px !important;
    padding-right: 20px;
    vertical-align: middle;
}

.checkbox, .remark, .row_wrapper {
    position: relative;
}

    .checkbox label {
        padding-left: 25px;
        height: 16px;
        line-height: 16px;
        background-position: 0 0;
        font-size: 14px;
        vertical-align: middle;
        cursor: pointer;
        background-image: url(/images/check-box.png);
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-repeat: no-repeat;
    }

    .checkbox input[type=checkbox] {
        position: absolute;
        z-index: -1000;
        left: -1000px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0;
    }

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

.radio, .checkbox {
    display: inline;
    padding-right: 10px;
    vertical-align: middle;
}

.checkbox {
    display: inline;
    padding-top: 15px !important;
    padding-right: 20px;
    vertical-align: middle;
}

.checkbox, .remark, .row_wrapper {
    position: relative;
}

input[type=checkbox]:checked + label {
    background-position: 0 -18px;
}
/*
.checkbox label {
    width: 240px;
}

.checkbox label {
    min-width: 120px;
}*/

h1 {
    padding-left: 20px !important;
}

#detailForm .modal-dialog {
    width: 850px !important;
    max-width: 850px !important;
}
#detailForm .close-modal {
    background: url(/images/modal-close.png) center top no-repeat;
    border-style: none;
    cursor: pointer;
    height: 37px;
    position: absolute;
    right: -18px;
    top: -18px;
    width: 37px;
    z-index: 2;
}
.modal-content {
    width: 750px;
    float: left;
}

.template-name {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.spinner-border {
margin-right:6px

}


.table > :not(:first-child) {
    border-top: 0 !important;
}


#topBtn {
    display: none;
    position: fixed;
    bottom: 20%;
    right: 30px;
    z-index: 99;
    font-size: 36px;
    border: none;
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
    /* padding: 15px; */
    border-radius: 4px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

    #topBtn:hover {
        background-color: #555;
    }

.businesslist .name b {
    color: red;
}

 
.description-input {
    width: 100%;
    height: 500px !important;
    overflow: visible;
    overflow-y: scroll;
}



.amenities-list .checkbox label {
    width: 230px;
    background-image: url(/images/check-box.png) !important;
}

.amenities-list .checkbox i {
    padding-left: 25px;
    background-size: 16px;
    background-repeat: no-repeat;
}
/*
.amenities-list .checkbox .security i {
    background-image: url(/images/icon/24hoursecurity.png);
}

.amenities-list .checkbox .access i {
    background-image: url(/images/icon/24hour.png);
}

.amenities-list .checkbox .lighting i {
    background-image: url(/images/icon/450LuxLighting.png);
}

.amenities-list .checkbox .air-conditioning i {
    background-image: url(/images/icon/AirConditioning.png);
}

.amenities-list .checkbox .av-equipment i {
    background-image: url(/images/icon/AVEquipment.png);
}

.amenities-list .checkbox .handicap-friendly i {
    background-image: url(/images/icon/HandicapFriendly.png);
}

.amenities-list .checkbox .raised-access-floor i {
    background-image: url(/images/icon/RaisedAccessFloor.png);
}

.amenities-list .checkbox .water-trap i {
    background-image: url(/images/icon/WaterTrap.png);
}

.amenities-list .checkbox .broadband-internet i {
    background-image: url(/images/icon/BroadbandInternet.png);
}

.amenities-list .checkbox .car-parking i {
    background-image: url(/images/icon/CarParking.png);
}

.amenities-list .checkbox .cctv i {
    background-image: url(/images/icon/CCTV.png);
}

.amenities-list .checkbox .kitchen i {
    background-image: url(/images/icon/Kitchen.png);
}

.amenities-list .checkbox .loading-bay i {
    background-image: url(/images/icon/LoadingBay.png);
}

.amenities-list .checkbox .restrooms i {
    background-image: url(/images/icon/Restrooms.png);
}*/

.security i {
    background-image: url(/images/icon/24hoursecurity.png);
}

.access i {
    background-image: url(/images/icon/24hour.png);
}

.lighting i {
    background-image: url(/images/icon/450LuxLighting.png);
}

.air-conditioning i {
    background-image: url(/images/icon/AirConditioning.png);
}

.av-equipment i {
    background-image: url(/images/icon/AVEquipment.png);
}

.handicap-friendly i {
    background-image: url(/images/icon/HandicapFriendly.png);
}

.raised-access-floor i {
    background-image: url(/images/icon/RaisedAccessFloor.png);
}

.water-trap i {
    background-image: url(/images/icon/WaterTrap.png);
}

.broadband-internet i {
    background-image: url(/images/icon/BroadbandInternet.png);
}

.car-parking i {
    background-image: url(/images/icon/CarParking.png);
}

.cctv i {
    background-image: url(/images/icon/CCTV.png);
}

.kitchen i {
    background-image: url(/images/icon/Kitchen.png);
}

.loading-bay i {
    background-image: url(/images/icon/LoadingBay.png);
}

.restrooms i {
    background-image: url(/images/icon/Restrooms.png);
}

.amenities {
    width: 100%;
}

    .amenities li {
        float: left;
        line-height: 30px;
        padding-right: 20px;
    }

        .amenities li i {
            padding-left: 25px;
            background-size: 18px;
            background-repeat: no-repeat;
        }
.radio label {
    background-image: url(/images/radiobutton.png) !important;
    height: 18px;
    background-position-y: 2px;
    padding-left: 25px;
    display: inline-block;
    line-height: 18px;
    background-repeat: no-repeat;
    background-position: 0 0;
/*    font-size: 14px;*/
    vertical-align: middle;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 0;
    margin-top: 0;
}
.radio input[type="radio"] {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    background-image: url(/images/radiobutton.png);
}
.radio, .checkbox {
    display: inline;
    padding-right: 10px;
    vertical-align: middle;
}
input[type=radio]:checked + label {
    background-position: 0 -18px;
}

.price-type{
    padding-top:8px;
}