/*! normalize.css v1.1.0 | MIT License | git.io/normalize */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}html,button,input,select,textarea{font-family:sans-serif}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}h2{font-size:1.5em;margin:.83em 0}h3{font-size:1.17em;margin:1em 0}h4{font-size:1em;margin:1.33em 0}h5{font-size:.83em;margin:1.67em 0}h6{font-size:.67em;margin:2.33em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}blockquote{margin:1em 40px}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}p,pre{margin:1em 0}code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:'';content:none}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}dl,menu,ol,ul{margin:1em 0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ul,nav ol{list-style:none;list-style-image:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal;*margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}
/* General styles */
html{
    height: 100%;
}
body{
    min-width: 980px;
    font: 14px/1.2 Helvetica, Arial, sans-serif;
    color: #343434;
    height: 100%;
    background: #edece8;
}
a{
    color: #155390;
    text-decoration: none;
}
a:active{
    background: none;
}
a:hover{
    color: #3485c9;
    text-decoration: none;
}
a.red, span.red{
    color: #b92321;
}
a.red:hover{
    color: #f63834;
}
p{
    margin: 0 0 10px
}
.well{
    font-style: italic;
    color: #818181;
}
.well-red{
    font-style: italic;
    color: red;
}
.disabled-text{
    color: #818181;
}
.links{
    margin: 0;
    padding: 0;
    list-style: none;
}
.links li{
    margin: 0 0 5px;
}
.list{
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
}
.list li{
    margin: 0 0 5px;
    padding: 0 0 0 15px;
    background: url('../Content/images/new/dot.gif') 3px 7px no-repeat;
}

/* Columns */
.cols-2,
.cols-3{
    width: 100%;
}
.cols-2 .col-1,
.cols-3 .col-1,
.cols-3 .col-2{
    float: left;
    padding: 0 0 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cols-2 .col-1{
    width: 50%;
}
.cols-3 .col-1{
    width: 33.3%;
}
.cols-3 .col-2{
    width: 66.6%;
}
.cols-2 .col-1:first-child,
.cols-3 .col-1:first-child,
.cols-3 .col-2:first-child{
    padding: 0;
}

.align-right{
    text-align: right;
}
.align-center{
    text-align: center;
}
.align-left{
    text-align: left !important;
}
.float-left{
    float: left;
}
.float-right{
    float: right;
}

.clearfix:before,
.clearfix:after{
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
.clearfix:after{
  clear: both;
}
.clearfix{
  zoom: 1;
}

/* Buttons */
.btn{
    height: 33px;
    line-height: 34px;
    border: 1px solid #d2cfbd;
    color: #343434;
    text-decoration: none;
    text-align: center;
    padding: 0 10px;
    margin: 0;
    font-size: 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    min-width: 52px;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    font-style: normal;
    background: #f7f7f4;
    background: -moz-linear-gradient(top,  #fbfbf9 0%, #e0dfd6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbf9), color-stop(100%,#e0dfd6));
    background: -webkit-linear-gradient(top,  #fbfbf9 0%,#e0dfd6 100%);
    background: -ms-linear-gradient(top,  #fbfbf9 0%,#e0dfd6 100%);
    background: linear-gradient(to bottom,  #fbfbf9 0%,#e0dfd6 100%);
}
.btn:hover,
.btn.selected{
    color: #343434;
    background: #e4e2da;
    background: -moz-linear-gradient(top,  #e0ded5 0%, #fbfbf8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0ded5), color-stop(100%,#fbfbf8));
    background: -webkit-linear-gradient(top,  #e0ded5 0%,#fbfbf8 100%);
    background: -ms-linear-gradient(top,  #e0ded5 0%,#fbfbf8 100%);
    background: linear-gradient(to bottom,  #e0ded5 0%,#fbfbf8 100%);
}
.btn.selected{
    color: #3984ce;
    font-weight: bold;
    -webkit-box-shadow: 2px 2px 2px rgba(2,3,3,.25) inset;
    -moz-box-shadow: 2px 2px 2px rgba(2,3,3,.25) inset;
    box-shadow: 2px 2px 2px rgba(2,3,3,.25) inset;
}
input.btn,
button.btn{
    height: 35px;
}
.submit-panel button.btn span{
     padding:0px 10px;
}
.btn.small{
    height: 27px;
    line-height: 27px;
}
input.btn.small,
button.btn.small{
    height: 29px;
}
.btn.wide{
    min-width: 190px;
}
.btn.blue{
    border-color: #164182;
    color: #fff;
    background: #378bc0;
    background: -moz-linear-gradient(top,  #419acc 0%, #1b5e9b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#419acc), color-stop(100%,#1b5e9b));
    background: -webkit-linear-gradient(top,  #419acc 0%,#1b5e9b 100%);
    background: -ms-linear-gradient(top,  #419acc 0%,#1b5e9b 100%);
    background: linear-gradient(to bottom,  #419acc 0%,#1b5e9b 100%);
}
.btn.blue:hover{
    color: #fff;
    background: #1c609d;
    background: -moz-linear-gradient(top,  #1a5d9a 0%, #4099cb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1a5d9a), color-stop(100%,#4099cb));
    background: -webkit-linear-gradient(top,  #1a5d9a 0%,#4099cb 100%);
    background: -ms-linear-gradient(top,  #1a5d9a 0%,#4099cb 100%);
    background: linear-gradient(to bottom,  #1a5d9a 0%,#4099cb 100%);
}
.btn.red{
    border-color: #721011;
    color: #fff;
    background: #ca382a;
    background: -moz-linear-gradient(top,  #d33d2d 0%, #821013 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d33d2d), color-stop(100%,#821013));
    background: -webkit-linear-gradient(top,  #d33d2d 0%,#821013 100%);
    background: -ms-linear-gradient(top,  #d33d2d 0%,#821013 100%);
    background: linear-gradient(to bottom,  #d33d2d 0%,#821013 100%);
}
.btn.red:hover{
    color: #fff;
    background: #8a1416;
    background: -moz-linear-gradient(top,  #810f13 0%, #d23c2d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#810f13), color-stop(100%,#d23c2d));
    background: -webkit-linear-gradient(top,  #810f13 0%,#d23c2d 100%);
    background: -ms-linear-gradient(top,  #810f13 0%,#d23c2d 100%);
    background: linear-gradient(to bottom,  #810f13 0%,#d23c2d 100%);
}
.btn.green{
    border-color: #107222;
    color: #fff;
    background: #3dd32d;
    background: -moz-linear-gradient(top,  #3dd32d 0%, #108213 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3dd32d), color-stop(100%,#108213));
    background: -webkit-linear-gradient(top,  #3dd32d 0%,#108213 100%);
    background: -ms-linear-gradient(top,  #3dd32d 0%,#108213 100%);
    background: linear-gradient(to bottom,  #3dd32d 0%,#108213 100%);
}
.btn.green:hover{
    color: #fff;
    background: #3dd32d;
    background: -moz-linear-gradient(top,  #0f8113 0%, #3cd22d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0f8113), color-stop(100%,#3cd22d));
    background: -webkit-linear-gradient(top,  #0f8113 0%,#3cd22d 100%);
    background: -ms-linear-gradient(top,  #0f8113 0%,#3cd22d 100%);
    background: linear-gradient(to bottom,  #0f8113 0%,#3cd22d 100%);
}

.btnInactive {
    border-color: #e6e5dd !important;
    background: #fafaf8 !important;
    color: #a0a0a0 !important;
}

.btnRed, .btnRed:hover {
    border-color: #721011;
    color: #fff;
    background: #ca382a;
    background: -moz-linear-gradient(top, #d33d2d 0%, #821013 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d33d2d), color-stop(100%,#821013));
    background: -webkit-linear-gradient(top, #d33d2d 0%,#821013 100%);
    background: -ms-linear-gradient(top, #d33d2d 0%,#821013 100%);
    background: linear-gradient(to bottom, #d33d2d 0%,#821013 100%);
}

.btn.inactive,
.btn.inactive:hover{
    border-color: #e6e5dd;
    background: #fafaf8;
    color: #a0a0a0;
    cursor: default;
}
a.btn.inactive,
a.btn.inactive:hover,
button.btn.inactive,
button.btn.inactive:hover{
    cursor: pointer;
}
.btn span{
    display: block;
    height: 100%;
}
.btn-login span{
    padding: 0 10px 0 50px;
    background: url(../Content/images/new/icon-login.png) 10px 50% no-repeat;
}
.btn-ssologin span {
    padding: 0 10px 0 50px;
    background: url(../Content/images/icons8-single-sign-on-32.png) 10px 50% no-repeat;
}
.btn-add span{
    padding: 0 25px 0 10px;
    background: url(../Content/images/new/icon-add.png) 100% 50% no-repeat;
}
.btn-add-white span{
    padding: 0 25px 0 10px;
    background: url(../Content/images/new/icon-add-white.png) 100% 50% no-repeat;
}
.btn-back span{
    padding: 0 25px 0 10px;
    background: url(../Content/images/new/icon-back.png) 100% 50% no-repeat;
}
.btn-search span{
    padding: 0 25px 0 10px;
    background: url(../Content/images/new/icon-search.png) 100% 50% no-repeat;
}
.btn-white-search span{
    padding: 0 25px 0 10px;
    background: url(../Content/images/new/icon-search-white.png) 100% 50% no-repeat;
}
.btns{
    margin: 0 0 10px;
    padding: 0;
    list-style-type: none;
    font-size: 0;
}
.btns li{
    display: inline-block;
    margin: 0 10px 0 0;
    font-size: 14px;
    vertical-align: middle;
}
.align-right .btns li{
    margin: 0 0 0 10px;
}
.align-center .btns li{
    margin: 0 5px;
}

/* Forms */
label,
input,
select,
textarea,
button{
    font: 14px/1.2 Helvetica, Arial, sans-serif;
    color: #343434;
    vertical-align: middle;
}
.type-text,
select,
textarea{
    border: 1px solid #969696;
    margin: 0;
    padding: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    width: 120px;
}
select{
    padding-top: 7px;
    padding-bottom: 7px;
}
.type-text.small,
select.small,
textarea.small{
    padding: 5px;
}
select.small{
    padding-top: 4px;
    padding-bottom: 4px;
}
span.small{
    font-size:12px;
    font-weight:normal;
}
.type-radio,
.row .type-radio,
.type-checkbox,
.row .type-checkbox{
    float: none;
    display: block;
    min-height: 0;
    line-height: 1.2;
    margin: 0 0 4px;
    text-align: left;
    width: 100%;
}
.row .type-checkbox-center{
    float: none;
    display: block;
    min-height: 0;
    margin: 0 0 4px;
    text-align: left;
    width: 50%;
}
.type-checkbox.inline,
.type-radio.inline{
    display: inline-block;
    margin: 0 10px 0 0;
}
.type-radio input,
.type-checkbox input{
    margin: -2px 4px 0 0;
}
.row label + .control .type-checkbox:first-child,
.row label + .control .type-radio:first-child{
    margin-top: 8px;
}
.field-validation-error{
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../Content/images/new/icon-error.png) no-repeat;
    vertical-align: middle;
    margin: 5px 0 0 4px;
}
.required{
    width: 10px;
    height: 10px;
    display: inline-block;
    background: url(../Content/images/new/icon-required.png) no-repeat;
    vertical-align: middle;
    margin: 0 0 0 4px;
}
.chzn-container-single{
    margin-top: 5px;
}
.chzn-container-single .chzn-single{
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.chzn-container-single .chzn-search{
    padding-left: 10px;
    padding-right: 10px;
}
.chzn-container-single .chzn-search input,
.chzn-container-multi .chzn-choices{
    border: 1px solid #969696;
    margin: 0;
    padding: 8px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
}
.chzn-container-multi .chzn-choices{
    padding: 5px 3px;
}
.chzn-container .chzn-results{
    padding: 0;
    margin: 4px 10px;
}
.type-text:focus,
textarea:focus,
.chzn-container-active .chzn-choices{
    border-color: #4ab1d5;
    -moz-box-shadow: 0 0 3px #48a8df;
    -webkit-box-shadow: 0 0 3px #48a8df;
    box-shadow: 0 0 3px #48a8df;    
    outline: none;

}

.btn:focus
{
    border-color: #4ab1d5;
}

.input-validation-error,
.input-validation-error:focus{
    border-color: #b92321 !important;
    color: #b92321;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.chzn-container-multi .chzn-choices .search-choice{
    margin: 1px 0 1px 5px;
}
.chzn-container-multi .chzn-choices .search-field input{
    margin: 0;
    color: #373737 !important;
    padding: 4px 5px;
}
.row{
    margin: 15px 0 !important;
}
.row label{
    float: left;
    text-align: right;
    min-height: 35px;
    line-height: 35px;
    width: 120px;
}
.row label.static 
{
    text-align: left;
}
.row label.double{
    line-height: normal;
}
.row > label:first-child:not(.type-checkbox):not(.type-radio){
    font-weight:bold;
}
.row .control{
    display: inline-block;
    margin-left: 20px;
}
.row .inner{
    margin: 10px 0 0;
}
.row .inner:first-child{
    margin: 0;
}
.w30{
    width: 30px !important;
}
.w35 {
    width: 35px !important;
}
.w40 {
	width: 40px !important;
}
.w48 {
	width: 48px !important;
}
.w60{
    width: 60px !important;
}
.w65{
    width: 65px !important;
}
.w70{
    width: 70px !important;
}
.w80{
    width: 80px !important;
}
.w85{
    width: 85px !important;
}
.w100{
    width: 100px !important;
}
.w110 {
	width: 110px !important;
}
.w120 {
	width: 120px !important;
}
.w130 {
	width: 130px !important;
}
.w140{
    width: 140px !important;
}
.w150{
    width: 150px !important;
}
.w160{
    width: 160px !important;
}
.w170{
    width: 170px !important;
}
.w172{
    width: 172px !important;
}
.w180 {
	width: 180px !important;
}
.w190{
    width: 190px !important;
}
.w200{
    width: 200px !important;
}
.w210{
    width: 210px !important;
}
.w215{
    width: 215px !important;
}
.w220{
    width: 220px !important;
}
.w245{
    width: 245px !important;
}
.w250{
    width: 250px !important;
}
.w260{
    width: 260px !important;
}
.w298{
    width: 298px !important;
}
.w400{
    width: 400px !important;
}
.w435{
    width: 435px !important;
}
.w490{
    width: 490px !important;
}
.w540{
    width: 540px !important;
}
.w980 {
    width: 980px !important;
}
.w350 {
    width: 350px !important;
}
.w100p{
    width: 100% !important;
}

.row-standart{
    margin: 15px 0;
}
.row-standart label{
    display: inline-block;
    margin: 0 0 5px;
}
.row-standart .inner{
    margin: 8px 0 0;
}
.row-standart .inner:first-of-type{
    margin: 0;
}

.row-inline{
    margin: 0 0 10px;
}
.row-inline > *{
    vertical-align: middle;
}
.row-inline label{
    margin: 0 10px;
}
.row-inline label:first-child{
    margin-left: 0;
}
.btw{
    margin: 0 6px;
}
.btw:first-child{
    margin-left: 0;
}
.btw:last-child{
    margin-right: 0;
}
.paddingtop10{
    padding-top:10px;
}
.paddingbottom10 {
    padding-bottom: 10px;
}

/* Containers */
.page-wrap{
    width: 1100px;
    margin: 0 auto;
}
.container{
    min-height: 100%;
}

/* Header */
.header{
    background: #48413C;
    position: relative;
    margin: 0 0 37px;
}
.header:after{
    content: '';
    position: absolute;
    bottom: -37px;
    left: 0;
    right: 0;
    height: 35px;
    border-top: 1px solid #d2cfbd;
    border-bottom: 1px solid #d2cfbd;
    background: #fbfbf9;
    background: -moz-linear-gradient(top,  #fbfbf9 0%, #e0dfd6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbf9), color-stop(100%,#e0dfd6));
    background: -webkit-linear-gradient(top,  #fbfbf9 0%,#e0dfd6 100%);
    background: -ms-linear-gradient(top,  #fbfbf9 0%,#e0dfd6 100%);
    background: linear-gradient(to bottom,  #fbfbf9 0%,#e0dfd6 100%);
}
.header .page-wrap{
    position: relative;
    height: 108px;
}
.main-nav{
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 0;
}
.main-nav li{
    display: inline-block;
    margin: 0 0 0 8px;
}
.main-nav a{
    font-size: 14px;
    display: block;
    height: 45px;
    border: 1px solid #505050;
    border-bottom: 0;
    line-height: 45px;
    padding: 0 36px 0 36px;
    color: #d5d3ca;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    background: #2c2c2c;
    background: -moz-linear-gradient(top,  #565555 0%, #040404 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#565555), color-stop(100%,#040404));
    background: -webkit-linear-gradient(top,  #565555 0%,#040404 100%);
    background: -ms-linear-gradient(top,  #565555 0%,#040404 100%);
    background: linear-gradient(to bottom,  #565555 0%,#040404 100%);
}
.prelogo_container
{
	width: 220px; 
	height: 92px; 
	background: #edece8; 
	position: absolute; 
	top:10px; 
	border-radius: 25px;
}
.logo {
    /*position: absolute;
    top: 0px;
    left: -7px;
    width: 250px;
    height: 142px;
    background: url(../Content/images/new/logo.png) no-repeat;
    background-size:107%;
    text-indent: -9999px;
    overflow: hidden;*/

    position: absolute;
    top: 21px;
    left: 19px;
    width: 246px;
    height: 100px;
    background: url(../Content/images/new/logo.png) no-repeat;
    background-size: 90%;
    text-indent: -9999px;
    overflow: hidden;
}
.logo a{
    display: block;
    height: 100%;
}

/* Content */
.box{
    margin: 0 0 20px;
    border: 1px solid #d7d7d7;
    background: #fff;
    padding: 0 20px 20px;
}

/* Alerts */
.alert{
    background: #e2f1fb;
    border: 2px solid #3f96c9;
    padding: 14px;
    margin: 0 0 8px;
    font-style: italic;
    color: #3f96c9;
}
.alert p{
    margin: 0;
    overflow: hidden;
}
.alert.success{
    padding-left: 60px;
    background: #effce7 url(../Content/images/new/alert-success.png) 22px 12px no-repeat;
    border-color: #2f923b;
    color: #2f923b;
}
.alert.error{
    padding-left: 60px;
    background: #feede8 url(../Content/images/new/alert-error.png) 16px 8px no-repeat;
    border-color: #b92321;
    color: #b92321;
    min-height: 15px;
}
.alert.info{
    padding-left: 60px;
    background: #FCF7E4 url(../Content/images/info.png) 16px 8px no-repeat;
    border-color: #cecfce;
    color: #343434;
    min-height: 15px;
    background-size: 28px 28px;
    position:relative;
    padding-right:60px;
    font-style:normal;
}
.alert.info img{
    height: 17px;
    position:absolute;
    right:5px;
    top:8px;
    cursor:pointer;        
}
.alert .btns{
    float: left;
    margin: -8px 4px -8px -8px;
}
.alert.error ul {
    margin: 0px;
    list-style: none;
    padding: 0px;
}

.main{
    padding: 20px 0 80px;
}

/* Headings */
.main h2{
    margin: 15px 0 5px;
    font-size: 20px;
    font-weight: normal;
}
.main .title{
    margin: 0 0 12px;
    font-size: 20px;
    font-weight: normal;
    border-bottom: 1px solid #d5d5d5;
    padding: 15px 30px 12px 0;
    position:relative;
}
.main h4{
    margin: 0 0 4px;
    font-size: 14px;
}
.second-title
{
    position:relative;
}
.main .title .note, .main .second-title .note{
    position: absolute;
    top: 50%;
    right: 0;
    margin: -9px 0 0;
}
.main .title .right{
    position: absolute;
    right: 0;
}
.main .has-icon{
    padding-left: 50px;
    position: relative;
}
.has-icon:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 42px;
    height: 42px;
    margin: -21px 0 0;
    background: url(../Content/images/new/icons-title.png) -9999px -9999px no-repeat;
}
.icon-login:before{
    background-position: -5px -5px;
}
.icon-hours:before{
    background-position: -52px -5px;
}
.icon-listing:before{
    background-position: -99px -5px;
}
.icon-location:before{
    background-position: -146px -5px;
}
.icon-info:before{
    background-position: -193px -5px;
}
.icon-shifts:before{
    background-position: -240px -5px;
}
.icon-reservation:before{
    background-position: -287px -5px;
}
.icon-customer:before{
    background-position: -334px -5px;
}
.icon-menus:before{
    background-position: -381px -5px;
}
.sub-title{
    background: #edece8;
    font-size: 16px;
    line-height: 1.25;
    padding: 5px 8px;
    margin: 0;
}

.content{
    width: 800px;
    float: right;
}

.loginContent{
    width: 672px;
    margin: 0 auto;
}

/* Notes */
.note{
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../Content/images/new/icon-note.png) no-repeat;
    vertical-align: middle;
    position: relative;
}
.note.empty {
    background: none;
}
.ttp {
    display: inline-block;
    position: relative;
}
.ttp .helper, .note .helper{
    position: absolute;
    z-index: 2;
    top: -6px;
    left: 26px;
    width: 130px;
    font-size: 12px;
    line-height: 1.2;
    background: #fffebb;
    border: 1px solid #d8d7cf;
    display: none;
    text-align: left;
    padding: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 2px 2px 2px rgba(2,3,3,.25);
    -moz-box-shadow: 2px 2px 2px rgba(2,3,3,.25);
    box-shadow: 2px 2px 2px rgba(2,3,3,.25);
    font-weight:normal;
}

.ui-dropdownchecklist .note
{
    background: none;
    z-index: 1000;
}

.note.right .helper{
    left: auto;
    right: 26px;
}
.note:hover .helper, .ttp:hover .helper{
    display: block;
}

.def{
    margin: 0 0 10px;
}
.def dt{
    font-weight: bold;
    float: left;
    clear: both;
    margin: 0 4px 0 0;
}
.def dd{
    margin: 0;
}

/* Tables */
table{
    width: 100%;
    line-height: 1.25;
    border-collapse: separate;
    border-bottom: 1px solid #d9d9d9;
    margin: 0 0 10px;
}
table p{
    margin: 0;
}
table th{
    text-align: left;
    padding: 5px 8px 11px;
    text-transform: uppercase;
    font-weight: bold;
    background: #edece8;
    /*background: -moz-linear-gradient(bottom,  #fff 6px, #edece8 6px);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(6px,#fff), color-stop(6px,#edece8));
    background: -webkit-linear-gradient(bottom,  #fff 6px, #edece8 6px);
    background: -ms-linear-gradient(bottom,  #fff 6px, #edece8 6px);
    background: linear-gradient(to top,  #fff 6px, #edece8 6px);*/
}
.ie8 table th,
.ie9 table th{
    padding-bottom: 5px;
}
.seatingTypeCheckBox:nth-of-type(odd) {
    background-color:#fff;
    padding-top: 6px !important;
    padding-left: 10px !important;
    height: 24px !important;
    width: 140px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
    
.seatingTypeCheckBox:nth-of-type(even) {
    background-color:#e2f1fb;
    padding-top: 6px !important;
    padding-left: 10px !important;
    height: 24px !important;
    width: 140px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.seatingAreaType{
    padding:0px !important;
}
table td{
    padding: 11px 8px 5px;
    padding-bottom: 6px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 0px solid #fff;
    vertical-align: top;
}
table .alt td{
    background: #e2f1fb;
    background: -moz-linear-gradient(top, #fff 6px, #e2f1fb 6px);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(6px,#fff), color-stop(6px,#e2f1fb));
    background: -webkit-linear-gradient(top,  #fff 6px, #e2f1fb 6px);
    background: -ms-linear-gradient(top,  #fff 6px, #e2f1fb 6px);
    background: linear-gradient(to bottom,   #fff 6px, #e2f1fb 6px);
}
table .alt-error td{
    background: #feede8;
    background: -moz-linear-gradient(top, #fff 6px, #feede8 6px);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(6px,#fff), color-stop(6px,#feede8));
    background: -webkit-linear-gradient(top,  #fff 6px, #feede8 6px);
    background: -ms-linear-gradient(top,  #fff 6px, #feede8 6px);
    background: linear-gradient(to bottom,   #fff 6px, #feede8 6px);
}
table .alt-success td{
    background: #effce7;
    background: -moz-linear-gradient(top, #fff 6px, #effce7 6px);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(6px,#fff), color-stop(6px,#effce7));
    background: -webkit-linear-gradient(top,  #fff 6px, #effce7 6px);
    background: -ms-linear-gradient(top,  #fff 6px, #effce7 6px);
    background: linear-gradient(to bottom,   #fff 6px, #effce7 6px);
}

td.limited-width {
    min-width: 60px;
    word-break: break-all;
}

.full-fill table .alt td{
    background: #e2f1fb;
}
.full-fill table .alt-error td{
    background: #feede8;
}
.full-fill table .alt-success td{
    background: #effce7;
}
.ie8 table td,
.ie9 table td{
    border-bottom: 0;
    padding-top: 5px;
}

/* Pagination */
.pagination ul{
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: bold;
}
.pagination li{
    display: inline-block;
    margin: 0 0 0 5px;
    color: #3f96c9;
}
.pagination .active a{
    color: #3f96c9;
}
.pagination a{
    color: #04417a;
}
.PagedList-skipToPrevious a {
    display: block;
    width: 6px;
    height: 9px;
    vertical-align: middle;
    text-indent: -9999px;
    text-align: left;
    overflow: hidden;
    background: url(../Content/images/new/pagination.png) -5px -5px no-repeat;
}
.PagedList-skipToNext a {
    display: block;
    width: 6px;
    height: 9px;
    vertical-align: middle;
    text-indent: -9999px;
    text-align: left;
    overflow: hidden;
    background: url(../Content/images/new/pagination.png) -16px -5px no-repeat;
}
.box-grey{
    background: #edece8;
    margin: 0 0 20px;
    padding: 10px;
}
.box-grey .sub-title{
    font-size: 14px;
    padding: 0;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.box-grey .btns{
    margin: 0;
}

.sidebar{
    float: left;
    width: 288px;
}

/* Sub navigation */
.sub-nav{
    margin: 0 -20px -20px;
}
.sub-nav h3{
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
}
.sub-nav h3:first-child{
    border-top: 0;
}
.sub-nav h3{
    background: #ecebe6;
    background: -moz-linear-gradient(top,  #f9f9f8 0%, #e1dfd7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f8), color-stop(100%,#e1dfd7));
    background: -webkit-linear-gradient(top,  #f9f9f8 0%,#e1dfd7 100%);
    background: -ms-linear-gradient(top,  #f9f9f8 0%,#e1dfd7 100%);
    background: linear-gradient(to bottom,  #f9f9f8 0%,#e1dfd7 100%);
    margin: 0 0 5px;
    padding: 6px 12px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.25;
}
.sub-nav h4{
    margin: 8px 22px 5px;
}
.sub-nav ul{
    margin: 5px 0;
    padding: 0;
    list-style-type: none;
}
.sub-nav ul a{
    display: block;
    padding: 3px 22px;
    text-transform: capitalize;
}
.sub-nav ul .active a{
    background: #3797c5 url('../Content/images/triangle-white.png') 97.5% 50% no-repeat;
    color: #fff;
}

/* Footer */
.footer{
    height: 40px;
    background: #030105;
    margin: -40px 0 0;
    text-align: center;
    color: #fff;
    font-size: 12px;
}
.footer .inner{
    padding: 13px 0;
    width: 980px;
    margin: 0 auto;
}
.footer .btns a{
    color:#d5d3ca;
    padding:0 40px;    
}

/* Popup */
.ui-dialog{
    background: #fff;
    padding: 10px;
    -webkit-box-shadow: 0 0 7px 3px rgba(0,0,0,.6);
    -moz-box-shadow: 0 0 7px 3px rgba(0,0,0,.6);
    box-shadow: 0 0 7px 3px rgba(0,0,0,.6);
}
.ui-dialog .ui-dialog-titlebar{
    border: 1px solid #010003;
    -webki-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #1f1f1f;
    background: -moz-linear-gradient(top,  #3f3f3f 0%, #020202 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f3f3f), color-stop(100%,#020202));
    background: -webkit-linear-gradient(top,  #3f3f3f 0%,#020202 100%);
    background: -ms-linear-gradient(top,  #3f3f3f 0%,#020202 100%);
    background: linear-gradient(to bottom,  #3f3f3f 0%,#020202 100%);
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 7px 15px;
}
.ui-dialog .ui-dialog-title{
    margin: 0;
}
.ui-dialog .ui-dialog-titlebar-close{
    width: 18px;
    height: 18px;
    padding: 0;
    background: url(../Content/images/new/icon-close.png) no-repeat;
    right: 14px;
    margin: -7px 0 0;
}
.ui-dialog .ui-dialog-content{
    padding: 15px;
    position: relative;
}
.ui-widget-overlay{
    background: #000;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
    opacity: 0.3;
}
.ui-dialog h5{
    margin: 20px 0 10px;
    font-size: 14px;
}
.ui-dialog .ui-dialog-content > .note, .dialog-note{
    position: absolute;
    top: 12px;
    right: 12px;
}
img.calendar{
    margin-left:10px;
}
#loading-element 
{
    padding:0 15px 15px;
    background-color: white;
    position: fixed;
    top: 50%;
    left : 50%;
    margin-top: -45px;
    margin-left: -114px;
}
#loading-element img   {
    display:block;
    margin:0px auto;
}
.validation-summary-errors {
    display: block;
}
.footer-extender
{
    height:150px;
}
.Customers table, .guest-notes-content table
{
    table-layout:fixed; 
}
.custom-statuses-content .content-row .view-mode, .guest-notes-content .content-row .view-mode {
    word-wrap: break-word;
}

.confirm-dialog .content-panel
{
    margin-bottom:55px;
    text-align:center;
}

.confirm-dialog .buttons-panel
{
    position:absolute;
    width:100%;
    bottom:0px;
}
.confirm-dialog .ui-dialog-content
{
    padding:0;
    margin:5px;
}
.right-20
{
    padding-right:20px;
}
.no-border {
    border-color: transparent;
    border: 0
}
.no-border tr {
    border-color: transparent;
}
.no-border td 
{
    border-color: transparent;
    padding: 0;
}
/*ReservationDataExport*/
.rdeParentDiv{
    width: 100%;
    height: 400px;
}
.rdeChildDiv1{
    width: 46%;
    float: left;
}
.rdeChildDiv2{
    width: 48%;
    float: left;
    border: 1px solid #d7d7d7;
    height: 350px;
    margin-left: 50px;
    overflow:auto;
}
.rdeSchedulerDiv{
    padding-left: 20px;
    padding-bottom: 10px;
    font-size: 20px;
    height: 253px;
    display: flex;
    align-items: center;
}
.rdeBoldFont{
    font-weight: bold !important;
}
.paddingtop20{
    padding-left: 20px;
}
.marginleft20{
    margin-left: 20px;
}
.scheduleBtn{
    float: right;
    margin-right: 10px;
    margin-top: -28px;
    width: 200px;
}
.rdeRadioBtn
{
    min-height: 0;
    line-height: 1.2;
    margin: 0 0 4px;
    text-align: center;
    width: 100%;
}
.rdeMarginleft{
    margin-left: 210px;
}
.margin0{
    margin: 0px !important;
}
.scheduleButton{
    float: right;
    margin: 3px;
}
#schedule{
    height: 300px;
}
.generateBtn{
    margin-top: 138px;
    width: 200px;
    float: right;
    margin-right: 50px;
}

.generateBtnCustom {
    margin-top: 80px;
    width: 200px;
    float: right;
    margin-right: 50px;
}
.rdeListimgDelete{
    height:29px;
    width:29px;
}
.rdeListimgEdit{
    height:19px;
    width:19px;
    padding-top: 6px;
}
.rdeListName{    
    padding-left: 10px !important;
    line-height: 2.3;
    width: 63%;
    display: inline-block;
    width: 280px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
.rdeSchedulerList{
    background-color: #f7f7f4;
    border: 1px solid #d2cfbd;
    text-align: left;
}
.rdeMargin{
    margin:10px 0 10px !important;
}

.rdeTableCustomStyle td{
    border-bottom: 0 !important;
    padding: 4px 5px 4px !important;
}
.disableBtn{
    height: 30px !important;
    margin-top: 2px !important;
    line-height: 0 !important;
    float: right;
    margin-right: 10px;
}
.rdeBlueBtn{
    float: left;
    margin-left: 210px;
    width: 160px !important;
    min-width: 0px !important;
}

.release-note-container{
    position: relative;
    display: inline-block;
}

.red-dot{
    box-sizing: border-box;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    vertical-align: top;
    background-color: red;
    position: absolute;
}
.release-note-header-text{
    text-align: center;
    vertical-align: middle !important;
    font-size: large;
    text-align: left;
}
.ratePlanTab{
    border: 1px solid #aaaaaa;
    background: #cccccc url(../Content/css/new/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
    border-radius: 4px;
    width: 100% !important;
    text-align: left !important;
    padding-left: 7px;
    text-transform: uppercase;
    font-weight: bold;
}
.ratePlanLabel
{
    font-weight: bold;
    width:48% !important;
}
.descriptionEllipsis {
    width: 130px !important;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
.ratePlanSaveBtn {
    width: 250px !important;
    margin-left: 95px !important;
}
.specialMealCalendar {
    margin-top: 2px;
    position: absolute;
}
.lineheight16{
    line-height: 16px !important;
}
.seatingTypeRP{
    width: 130px !important;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

#notesTable  tbody tr td:nth-child(2),#notesTable  thead tr th:nth-child(2){
    padding-left: 80px;
}

.guestNoteSelectedIcon, .partyNoteSelectedIcon{
    width:55px;
    height:40px;
    cursor:pointer;
    background-color:#222222;
}

.partyNoteIcon, .guestNoteIcon{
    cursor:pointer;
    height: 25px;
    width: 35px;
}


.type-radio-custom {
    float: none;
    min-height: 0;
    line-height: 1.2;
    margin: 0 25px 4px;
    text-align: left;
    width: 100%;
}

.helper-custom {
    position: absolute;
    z-index: 2;
    top: -35px;
    left: 35px;
    width: 130px;
    font-size: 12px;
    line-height: 1.2;
    background: #fffebb;
    border: 1px solid #d8d7cf;
    display: none;
    text-align: left;
    padding: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 2px 2px 2px rgba(2,3,3,.25);
    -moz-box-shadow: 2px 2px 2px rgba(2,3,3,.25);
    box-shadow: 2px 2px 2px rgba(2,3,3,.25);
    font-weight: normal;
}
.ui-datepicker .ui-icon {
    width: 16px;
    height: 16px;
    background-image: url(../Content/themes/smoothness/images/ui-icons_222222_256x240.png);
}

.display-inline {
    display: inline-block !important;
}

.display-inherit {
    display: inherit !important;
}

.display-flex {
    display: flex !important;
}

.loading-img{
    display: block;
    margin: auto;
}
.loader-text{
    text-align: center;
}
.reservation-widgets-content .meal-tabs
{
     width:500px !important;
}