/**
 * initialize HTML elements styles
 */
@font-face {
    font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Open Sans'), local('OpenSans'), url(/ZendServer/fonts/open_sans.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: local('Open Sans Bold'), local('OpenSans-Bold'), url(/ZendServer/fonts/open_sans_bold.woff) format('woff');
}

tip-tip {
	white-space: normal;
}

html,body {
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: normal;
    font-size: 100%;
    line-height: 1;
    font-family: 'Open Sans', sans-serif;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ol,ul {
    list-style: none;
}

ul.performanceList {
    list-style: initial;
}

q:before,q:after,blockquote:before,blockquote:after {
    content: "";
}

html {
/* overflow:auto; */
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    height: 100%;
}

a:focus {
    outline: thin dotted;
}

a:hover,a:active {
    outline: 0;
}

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {
    display: block;
}

audio,canvas,video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

*:focus {
    outline: none;
}

button,input,select,textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}

button,input {
    line-height: normal;
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button:not([disabled]),input[type="button"]:not([disabled]),input[type="reset"]:not([disabled]),input[type="submit"]:not([disabled]) {
    cursor: pointer;
    -webkit-appearance: button;
}

button {
    font-family: 'Open Sans', sans-serif;
    background: #E3E3E3;
    height: 27px;
    border: 1px solid #CCC;
    color: #000;
    padding: 0 10px;
    font-size: 13px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}

button:enabled:not(.disabled):hover,
button:enabled:not(.disabled):active {
    color: #016FAE;
}

button:disabled,button.disabled {
    color: #bababa;
    cursor: default;
}

button[class^="icon"] {
    padding: 0 10px 0 25px;
}

button[class^="icon"]:hover {
    background-position: 5px 3px, left -20px;
}

button[class^="icon"]:active {
    background-position: 5px 3px, left -40px;
}

button::before {
    font: 24px/1em 'Glyphicons Regular';
    font-style: normal;
    font-size: 16px;
    margin-right: 9px;
    margin-left: -2px;
    float: left;
    margin-top: 1px;
    color: #43AFE0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/* placeholder */
::-webkit-input-placeholder {
    color: #ada9a1;
}

input:-moz-placeholder {
    color: #ada9a1;
}


select {
    color: #000;
    font-size: 14px;
    height: 27px;
    padding: 0 3px;
    width: auto;
    border: 1px solid #C7C7C7;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    width: 100%;
    margin-bottom: 18px;
    padding: 0;
    font-size: 13px;
    border-collapse: collapse;
}

table th,table td {
/*    padding: 10px 10px 9px; Breaking the style of application expanded table rows.*/
    line-height: 18px;
    text-align: left;
}

table th {
    padding-top: 9px;
    font-weight: bold;
    vertical-align: middle;
}

table td {
    vertical-align: top;
/*border-top:1px solid #ddd;*/
}

table tbody th {
    border-top: 1px solid #ddd;
    vertical-align: top;
}

a {
    color: #0069d6;
    text-decoration: none;
    line-height: inherit;
    font-weight: inherit;
}

a:hover {
    color: #00438a;
    text-decoration: underline;
}

/******** GLOBAL CLASSES ************/

.icon-status-ok, 
.icon-status-warning {
	color: #2774A0;
	margin-left: 0;
	margin-right: 0;
}

.icon-status-warning {
	color: #ff5400;
}

.grayed {
    color: #888;
}

.w100 {
    width: 100%
}


.float-right {
    float: right;
}

.float-left {
    float: left;
}

.float-center {
    margin: 0 auto;
    text-align: center;
}

.regular-cursor {
    cursor: auto;
}

.hidden {
    display: none;
}

.force-hidden {
    display: none !important;
}

tr.odd td,
tr.even td {
    line-height: 23px;
	/* border-bottom: 1px solid #dfe3e4; */
}

tr.odd {
    background: #ffffff;
}

tr.even {
    background: #f3f3f3;
}

.sortable {
    cursor: pointer;
}

.clear {
    clear: both;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
     -khtml-user-select: none; /* Konqueror */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  not supported by any browser */
}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */