@import "icons.css";
@import "bootstrap.css";
@import "bootstrap-responsive.css";
@import "login.css";
@import "stylesheet.css";

html {
    height: 100%;
}

body {
    min-height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 22px;
    position: relative;
    background: url("../img/backgrounds/body.jpg") left top repeat;
}

@media only screen and (max-width: 1350px) {
    body > .menu {
        display: block;
    }
}

@media only screen and (max-width: 1024px) {
    body > .menu {
        display: block;
    }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
    body > .menu {
        display: none;
        position: absolute;
        left: 50%;
        margin-top: 0px;
        margin-left: -110px !important;
        top: 15px;
        z-index: 999;
        height: auto;
        min-height: auto;
    }

    body > .menu .breadLine .arrow {
        display: block;
    }

    body > .content {
        margin-left: 0px;
    }

    .header .header_menu li.list_icon {
        display: block;
    }
}

@media only screen and (min-width: 481px) {

}

@media only screen and (max-width: 768px) {
    .wBlock.auto {
        width: auto;
        float: left;
    }

    .wBlock.auto .dSpace {
        padding: 3px;
    }

    .wBlock .dSpace {
        width: 100%;
        padding: 3px 0px;
    }

    .wBlock .rSpace {
        float: left;
        width: 100%;
    }
}

@media only screen and (min-width: 769px) {

}

@media only screen and (min-width: 769px) and (max-width: 980px) {
    body > .menu {
        display: none;
        position: absolute;
        left: 50%;
        margin-top: 0px;
        margin-left: -110px !important;
        top: 15px;
        z-index: 999;
        height: auto;
        min-height: auto;
    }

    body > .menu .breadLine .arrow {
        display: block;
    }

    body > .content {
        margin-left: 0px;
    }

    .header .header_menu li.list_icon {
        display: block;
    }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    body > .menu {
        display: none;
        position: absolute;
        left: 50%;
        margin-top: 0px;
        margin-left: -110px !important;
        top: 15px;
        z-index: 999;
        height: auto;
        min-height: auto;
    }

    body > .menu .breadLine .arrow {
        display: block;
    }

    body > .content {
        margin-left: 0px;
    }

    .header .header_menu li.list_icon {
        display: block;
    }
}

.scroll-h {
    width: 100%;
    overflow-x: scroll;
}

.auto-center {
    margin: 0 auto;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border-radius: 4px;
    color: #555555;
    display: inline-block;
    font-size: 14px;

    line-height: 20px;
    margin-bottom: 10px;
    padding: 4px 6px;
    vertical-align: middle;
}

.form-group {
    margin: 0 auto 15px;
    width: 40%;
	display: inline-block;
}
.clsbtnRateGraph{
	margin: 26px 0 0 0px;
	width: 100%;	
}
.form-control label {
    font-weight: bold;
}

.form-control select {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    width: 100%;
    height: 34px;
}

.form-control input, textarea, .uneditable-input {
    width: 387px;
    height: 34px;
}

.table-wrap {
  border: 1px solid #dddddd;
  margin: 0 auto;
  width: 95%;
}
.display.table.table-bordered th {
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
}
.display.table.table-bordered td {
  font-size: 12px;
  vertical-align:middle;
}
.table.table-bordered .btn.btn-primary {
  display: block;
  font-size: 11px;
  padding: 2px 10px;
}
.table-wrap-inner {
    max-width: 1600px !important;
    width: 1600px !important;
}

body .table-wrap-inner th {
    position: relative;
    width: auto !important;
}

.table-wrap-inner td, th {
    text-align: center;
}

.table-wrap-inner td span {
    display: inline-block;
    margin-bottom: 0 !important;
}
form table td input {
    width: 68%;
}

.live-rate {
    background: url("../img/backgrounds/menu-item.jpg") left top repeat-x;
    border: 1px solid #54789C;
    border-radius: 4px;
    color: #f5f5f5;
    cursor: pointer;
    margin-bottom: 20px;
    padding: 8px 35px 8px 10px;
    text-shadow: 0 1px 0 #54789C;
	display:block;
}

.menu-toggle{
	cursor:pointer
}

.cl-nowrap td:nth-child(7), .cl-nowrap td:nth-child(8) {
  white-space: pre;
}