﻿/*Css*/
html, body
{
    font-family: Arial, "sans-serif";
    font-size: 14px;
    margin: 0;
    padding: 0;
    height: 100%;
}

a
{
    color: #FF6164;
    text-decoration: none;
}

ul
{
    list-style-type: none;
    padding: 0;
}

.layoutTable
{
    border-spacing: 0;
    border-collapse: collapse;
    white-space: nowrap;
    width: 100%;
}

.layoutTable > tbody > tr > td, .layoutTable > tbody > tr > th
{
    padding: 0;
    vertical-align: top;
}

#bodyWrapper
{
    min-height:calc(100% - 155px);
	position:relative;
    padding-top: 64px;
}

#bodyContent
{
    min-height: 530px;
    padding: 10px 35px;
    width: calc(100% - 300px);
    min-width: 740px;
    max-width: 1200px;
    margin: 0 auto;
}

#bodyFooter
{
    width:100%;
	height:277px;
    clear: both;
 	bottom:0;
	left:0;
}

.breadcrumb
{
    background-color: white;
    height: 48px;
    min-width: 544px;
}

.breadcrumbContent
{
    height: 48px;
    /*width: 940px;*/
    margin: 0 auto;
    border-bottom: 1px solid #EEEEEE;
}

.breadcrumbContent > a
{
    text-decoration: none;
    color: #B9B9B9;
    line-height: 48px;
}

.breadcrumbContent > .login > span
{
    color: #B9B9B9;
    line-height: 48px;
    margin-left: 20px;
}

.breadcrumbContent > span
{
    text-decoration: none;
    color: #333;
    line-height: 48px;
}

#aspnetForm
{
    min-height: calc(100% - 319px);
}

.pageSearch 
{
    padding-top: 10px;
}
.pageTitle
{
    height: 58px;
    min-width: 544px;
}

.pageTitleContent
{
    height: 58px;
    line-height: 58px;
    /*width: 940px;*/
    margin: 0 auto;
    border-bottom: 1px solid #EEEEEE;
    font-size: 36px;
    font-weight: 100;
    color: #333;
}

.login
{
    float: right;
}

.main-content
{
    padding-top: 20px;
    min-width: 544px;
}

.forgotPaswordContainer {
    display: inline-block;
    width: 600px;
}

.adminArea
{
    margin-top: 20px;
    background-color: #CFE4FF;
    border: 0;
    padding: 20px;
}

.adminArea > span
{
    width: 221px;
    display: inline-block;
    white-space: nowrap;
}

.adminArea > span > a
{
    color: black;
    text-decoration: none;
}

.adminArea > span > a:hover
{
    color: #4c80a6;
}

.userInfoArea
{
    background-color: #F8F8F8;
    padding: 20px;
    white-space: nowrap;
    margin-bottom: 20px;
}

.btn
{
    min-width: 140px;
    padding: 12px 20px;
    margin: 0;
    display: inline-block;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    text-align: center;
    color: white;
}

.btnSmall
{
    min-width: 70px;
    display: inline-block;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    text-align: center;
    color: white;
}

.btn.gray:hover, .btnSmall.gray:hover {
    background-color: #333333;
}

.btn.gray, .btnSmall.gray {
    background-color: #5700AF;
}

.dxtable
{
    border: 1px solid #8ba0bc;
    font: normal 11px Verdana, Geneva, sans-serif;
}

.dxtable th
{
    background: #e4effb url('/DXR.axd?r=0_2703-zxAr8') repeat-x left top;
    text-align: left;
}

.helpPanel
{
    margin-bottom: 20px;
    background-color: #F8F8F8;
    padding: 20px;
    width: 310px;
}

.callUsPanel
{
    width: 600px;
    padding: 0 20px 0 0!important;
}

.gfield_required {
    color: #CF5C5C;
}

.textBoxControls input[type="text"],
.textBoxControls input[type="search"],
.textBoxControls input[type="email"],
.textBoxControls input[type="password"],
.textBoxControls textarea,
.textBoxControls select
{
    padding: 7px 8px 7px 12px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-border-radius: 0;
    border-radius: 0;
    border: none;
    border: 1px solid #DBDBDB;
    background-color: #F8F8F8;
    color: #333;
    width: 100%;
    margin: 0;
}

.textBoxControls input[type="text"]:focus,
.textBoxControls input[type="search"]:focus,
.textBoxControls input[type="email"]:focus,
.textBoxControls input[type="password"]:focus,
.textBoxControls textarea:focus,
.textBoxControls select:focus
{
    padding: 6px 7px 6px 11px;
    border: 2px solid #ABABAB;
    outline: none;
}

.textBoxControls textarea
{
    -moz-resize: vertical;
    -ms-resize: vertical;
    -o-resize: vertical;
    resize: vertical;
}

.gfield_label
{
    margin-bottom: 4px;
    display: inline-block;
    font-weight: bold;
}



.rightFloat
{
    float: right;
}

.error
{
    background-color: #FDE2E3;
    border: 1px solid #FAC1C4;
    color: #E22E35;
    padding: 5px;
    margin-top: 20px;
}

.validation-error
{
    color: #E22E35;
    white-space: normal;
}

.error-nobg
{
    color: #E22E35;
    padding: 5px;
}

.success
{
    background-color: #e6ffe2;
    border: 1px #a4ce9e solid;
    color: #698e63;
    padding: 5px;
    margin-top: 20px;
}

.info
{
    background-color: #B5DEF7;
    border: 1px #8BA0BC solid;
    color: #4c80a6;
    padding: 5px;
    margin-top: 20px;
}

.action
{
    float: right;
    margin-left: 20px;
}

.team-members li {
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis; 
    text-overflow: ellipsis; 
    white-space: normal; 
    overflow: hidden;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #DDD;
}

#zenbox_tab
{
    display: none !important;
    transition:.3s;
}

.adminLink > tbody > tr > td
{
    background-image: none !important;
    color: black;
    background-color: #CFE4FF;
    border: 0;
    font-size: 14px;
    transition:.3s;
}

.adminLink > tbody > tr > td:hover,
.adminLink > tbody > tr > td:hover
{
    background-color: #9EC8FF;
    transition:.3s;
}

.ui-datepicker, .ui-datepicker-header
{
    border-radius: 0!important;
}


.modalLabel{
    display: inline-block;
    width: 200px;
    margin-bottom: 5px;
    margin-top: 15px;
}
.modalInput {
    display: inline-block;
    width: 300px;
    margin-bottom: 10px;
}

.validationMessage {
    color: #f00;
    display: block;
}
.validationElement {
    color: #f00;
}

.tagOrderDisabled {
    background: #E22E35;
    border-radius: 3px 0 0 3px;
    color: white;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 20px 0 23px;
    position: relative;
    margin: 0 10px 10px 0;
    text-decoration: none;
    -webkit-transition: color 0.2s;
}

    .tagOrderDisabled::before {
        background: #fff;
        border-radius: 10px;
        box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
        content: '';
        height: 6px;
        left: 10px;
        position: absolute;
        width: 6px;
        top: 10px;
    }

    .tagOrderDisabled::after {
        background: #fff;
        border-bottom: 13px solid transparent;
        border-left: 10px solid #E22E35;
        border-top: 13px solid transparent;
        content: '';
        position: absolute;
        right: 0;
        top: 0;
    }

.tagNonProduction {
  background: #91c663;
  border-radius: 3px 0 0 3px;
  color: white;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
}

.tagNonProduction::before {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 10px;
}

.tagNonProduction::after {
  background: #fff;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #91c663;
  border-top: 13px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}


.tagProduction {
  background: #5700AF;
  border-radius: 3px 0 0 3px;
  color: white;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
}

.tagProduction::before {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 10px;
}

    .tagProduction::after {
        background: #fff;
        border-bottom: 13px solid transparent;
        border-left: 10px solid #5700AF;
        border-top: 13px solid transparent;
        content: '';
        position: absolute;
        right: 0;
        top: 0;
    }

.btnUserProfile
{
    width: 100%;
    padding: 12px 0px;
    margin: 0;
    display: inline-block;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    text-align: center;
    color: white;
    background-color: #666666;
}

.passwordValidation {
    color: #ea4444;
    font-family: 'Helvetica Neue','Segoe UI',Helvetica,Verdana,sans-serif;
}

.passwordValidation ul {
    list-style-type: disc;
    padding: 0;
    margin: 0;
    padding-left: 25px
}

.dx-field:after {
    clear: right !important;
}

.devExtremeGridCellAllignment {
    vertical-align: middle !important;
    text-align: center !important;
}