
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Medium'), local('Roboto-Medium'), url('fonts/Roboto-Medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto'), local('Roboto Regular'), local('Roboto-Regular'), url('fonts/Roboto-Regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "advancedtomato";
    src: url("fonts/advancedtomato.woff") format("woff");
    font-weight: normal;
    font-style: normal;

}


html {
    font-size: 62.5%;
}

body {
    font-size: 10pt;
    font-family: "Roboto", sans-serif;
    color: #76838f;
    line-height: 1.42857;
    background-color: #f1f4f5;
}


a {
    color: #45657C;
    text-decoration: none;
    outline-style: none;
    outline-width: 0;
}

a:hover, a:active {
    color: #8DBDF1;
    text-decoration: none;
}

h1, h2, h3, h4, h5 {
    font-weight: 500;
    line-height: 1.1;
    color: #37474f;
}

h1, .h1 {
    font-size: 24px;
    margin: 0 0 10px;
}

h2, .h2 {
    font-size: 20px;
    margin: 0 0 10px;
}

h3, .h3 {
    font-size: 16px;
    margin: 0 0 10px;
}

h4, .h4 {
    font-size: 16px;
}

h5, .h5 {
    font-size: 15px;
}

h6, .h6 {
    font-size: 12px;
}

hr {
    margin: -5px 0 15px;
    border: 0;
    border-bottom: 1px dashed #EEE;
}

small {
    font-size: 80%;
}

.align {
    display: block;
}

.align.center, .centered {
    text-align: center;
}

.bold, b {
    font-weight: 500;
}


.text-center {
    display: block;
    text-align: center;
}

.text-orange {
    color: #c0392b;
}

.text-green {
    color: #27ae60;
}

.text-red {
    color: #c0392b;
}

.text-blue {
    color: #2980b9;
}


* {
    box-sizing: border-box;
}

*:before, *:after {
    box-sizing: border-box;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}


.span1 {
    width: 10% !important;
}

.span2 {
    width: 20% !important;
}

.span3 {
    width: 30% !important;
}

.span4 {
    width: 40% !important;
}

.span5 {
    width: 50% !important;
}

.span6 {
    width: 60% !important;
}

.span7 {
    width: 70% !important;
}

.span8 {
    width: 80% !important;
}

.span9 {
    width: 90% !important;
}

.span10 {
    width: 100% !important;
}



.top-header {
    display: block;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    backface-visibility: hidden; /* Performance Improvement */
    transform: translate3d(0, 0, 0); /* Font Rendering FIX */
    z-index: 3;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.top-header .logo {
    display: inline-block;
    float: left;
    height: 60px;
    width: 240px;
    line-height: normal;
    background: #3498DB;
    text-align: center;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: width 600ms cubic-bezier(1.000, -0.600, 0.000, 1.650);
    -webkit-transition: width 600ms cubic-bezier(1.000, -0.600, 0.000, 1.650);
}

.top-header .logo h1 {
    display: inline-block;
    color: #fff;
    font-weight: 500;
    font-size: 14pt;
    margin: 12px 0 4px 0;
    padding: 0;
}

.top-header .logo h2 {
    color: #fff;
    font-weight: normal;
    display: block;
    font-size: 10pt;
    padding: 0;
    margin: -4px 0 0;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}

.top-header .logo svg {
    display: none;
    margin: -8px 0 0 -10px;
    padding: 0;
    vertical-align: middle;
}

.top-header .left-container a {
    display: inline-block;
    float: left;
    height: 100%;
    width: 40px;
    text-align: center;
    line-height: 60px;
    font-size: 14px;
    font-weight: normal;
    color: #777;
}

.top-header .left-container a:hover {
    color: #000;
}

.top-header .links {
    position: relative;
}

.top-header > .links > ul > li > a {
    display: inline-block;
    color: #696969;
    padding: 0 22px;
    height: 60px;
    line-height: 60px;
    transition: all 150ms ease;
    -webkit-transition: all 150ms ease;
}

.top-header > .links > ul > li > a:hover,
.top-header > .links > ul > li a.active {
    color: #000;
    background: rgba(0, 0, 0, 0.05);
}

.top-header .links > ul {
    list-style: none;
}

.top-header .links > ul > li {
    margin: 0 0 0 -4px;
    padding: 0;
    display: inline-block;
}

.top-header .links li a i {
    padding-left: 2px;
    font-size: 16px;
    margin-top: -2px;
    vertical-align: middle;
}



.system-ui {
    display: block;
    position: absolute;
    background: #fff;
    padding: 0;
    width: 340px;
    top: 65px;
    right: 10px;
    border-radius: 4px;
    display: none;
    z-index: 1;
    border: 1px solid #e4eaec;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, .05);
}

.system-ui .router-name {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #656565;
    border-bottom: 1px solid #e4eaec;
    padding: 14px 18px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.system-ui .router-name small {
    margin-top: 2px;
}

.system-ui .router-control {
    text-align: center;
    padding: 15px 15px;
}

.system-ui .inner-container {
    margin: 0;
    padding: 5px 18px;
    border-bottom: 1px solid #e4eaec;
}

.system-ui .inner-container .desc {
    display: inline-block;
    vertical-align: baseline;
    text-align: right;
    padding: 5px 15px 0 0;
    width: 50px;
    font-weight: 500;
}

.system-ui .inner-container .value {
    display: inline-block;
    vertical-align: middle;
    width: 235px;
    padding: 5px 0;
}



.navigation {
    display: block;
    position: fixed;
    left: 0;
    top: 60px;
    bottom: 0;
    width: 240px;
    background: #2b323a;
    z-index: 2;
    overflow: auto;
    backface-visibility: hidden; /* Performance Improvement */
    transform: translate3d(0, 0, 0); /* Font Rendering FIX */
    transition: width 600ms cubic-bezier(1.000, -0.600, 0.000, 1.650);
    -webkit-transition: width 600ms cubic-bezier(1.000, -0.600, 0.000, 1.650);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.navigation li {
    position: relative;
}

.navigation li a {
    position: relative;
    display: block;
    color: #969ba0;
    text-shadow: 0px 1px 3px #222;
    font-size: 10pt;
    font-weight: 500;
    padding: 10px 25px;
    vertical-align: middle;
}

.navigation li a i {
    font-size: 16px;
    margin-right: 7px;
}

.navigation li ul {
    display: none;
    margin: 0;
    background: #262c33;
}


.navigation li ul li:first-child:before {
    top: 5px;
}

.navigation li ul li:before {
    content: "";
    left: 30px;
    top: -15px;
    bottom: 15px;
    position: absolute;
    display: block;
    width: 1px;
    border-left: 1px dashed #606c77;
    z-index: 1;
}

.navigation li ul li a:before {
    content: "";
    left: 30px;
    top: 15px;
    position: absolute;
    display: block;
    width: 15px;
    border-bottom: 1px dashed #606c77;
    z-index: 1;
}

.navigation li ul li a {
    font-size: 12px;
    font-weight: normal;
    padding: 5px 0 5px 55px;
}


.navigation li ul li.active a:after {
    background-color: #3498DB;
}

.navigation .active > a {
    color: #e1e4e6;
    background-color: #262c33;
}

.navigation > ul > li > a:hover {
    color: #e1e4e6;
    background: #2f363e;
}

.navigation li ul li a:hover {
    color: #e1e4e6;
    background: #2a3037;
}


.navigation > ul {
    position: relative;
    padding-bottom: 40px;
    min-height: 100%;
}

.navigation .nav-footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    min-height: 30px;
    line-height: 1;
    font-size: 13px;
    padding: 10px;
    color: #969ba0;
    text-align: center;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
    background: #262c33;
}

.navigation .nav-footer i:before {
    font-size: 18px;
    top: -2px;
    left: -2px
}


.top-header.collapsed .logo {
    width: 60px;
}

.top-header.collapsed .logo svg {
    margin: 15px 0 0;
    display: inline-block;
}

.navigation.collapsed {
    width: 60px;
    overflow: visible;
}

.navigation.collapsed .icons-desc {
    display: none;
}

.navigation.collapsed li a i {
    font-size: 20px;
}

.navigation.collapsed > ul > li > a {
    text-align: center;
    padding: 14px 18px;
    color: #919292;
    background-color: transparent;
}

.navigation.collapsed li:hover ul {
    display: block !important;
    top: 40px;
}

.navigation.collapsed li:hover > a {
    background: rgba(255, 255, 255, 0.05);
}

.navigation.collapsed li:hover .icons-desc {
    display: block !important;
    position: absolute;
    text-align: left;
    left: 100%;
    top: 0;
    font-weight: normal;
    line-height: 40px;
    width: 200px;
    color: #FFF;
    background: none repeat scroll 0 0 #262c33;
    z-index: 4;
    padding: 0 20px;
    border-top-right-radius: 3px;
}

.navigation.collapsed li ul li a {
    width: 200px;
    padding: 6px 0 6px 35px;
}

.navigation.collapsed li ul {
    display: none !important;
    width: 200px;
    position: absolute;
    height: auto;
    left: 100%;
    border-bottom-right-radius: 3px;
}

.navigation.collapsed li ul li:before {
    left: 15px;
}

.navigation.collapsed li ul li a:before {
    left: 15px;
    width: 15px;
}

.navigation.collapsed .active > a > i {
    color: #969ba0;
}

.navigation.collapsed > ul > li:hover > a > i {
    color: #e1e4e6;
}



#wrapper > .container {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 60px;
    padding: 20px 40px;
    height: auto;
    overflow-y: auto;
    overflow-x: visible;
    z-index: 1;
    margin-left: 240px;
    transition: margin 600ms cubic-bezier(0.680, -0.550, 0.265, 1.550) 150ms;
    -webkit-transition: margin 600ms cubic-bezier(0.680, -0.550, 0.265, 1.550) 150ms;
    backface-visibility: hidden; /* Performance Improvement */
    transform: translate3d(0, 0, 0); /* Font Rendering FIX */;
}

#wrapper > .container .debug {
    font-size: 12px;
    background: #fafafa;
    border: 1px solid #F5F5F5;
    padding: 10px;
    border-radius: 2px;
}

#wrapper > .container:after {
    content: "";
    display: table;
    clear: both;
}

#wrapper .container ul {
    margin: 10px 15px;
}

#wrapper .container ul li {
    margin: 0 20px;
}

#wrapper > .container .container-center {
    position: absolute;
    top: 25%;
    left: 50%;
    width: 350px;
    margin-left: -175px;
    text-align: center;
}

.action-area {
    float: right;
    display: inline-block;
}

.fluid-grid {
    -moz-column-count: 1;
    -moz-column-gap: none;
    -moz-column-width: auto;
    -webkit-column-count: 1;
    -webkit-column-gap: none;
    -webkit-column-width: auto;
    -moz-column-count: 1;
    column-count: 1;
    -moz-column-gap: none;
    column-gap: none;
    -moz-column-width: auto;
    column-width: auto;
    margin: 0 0 10px;
}

.fluid-grid .box {
    display: inline-block;
    width: 100%;
    margin: 8px 0;
}

.fluid-grid.x3 {
    -moz-column-count: 2;
    -moz-column-gap: 15px;
    -moz-column-width: 50%;
    -webkit-column-count: 2;
    -webkit-column-gap: 15px;
    -webkit-column-width: 50%;
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 15px;
    column-gap: 15px;
    -moz-column-width: 50%;
    column-width: 50%;
}

.box {
    display: block;
    padding: 0;
    margin: 0 0 15px;
    background: #fff;
    border: 1px solid transparent;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    vertical-align: top;
    border-radius: 3px;
}

.box .heading {
    display: block;
    font-size: 17px;
    font-weight: 500;
    line-height: normal;
    color: #656565;
    padding: 15px 10px 15px 20px;
    vertical-align: middle;
}

.box .heading small {
    margin-left: 5px;
    vertical-align: baseline;
}

.box .heading a {
    color: #838c91;
    margin: -10px 0 0 0;
    padding: 8px 12px;
    border-radius: 50%;
    transition: color 150ms ease-out;
}

.box .heading a:hover {
    color: #3498DB;
}

.box .content {
    padding: 0 20px 15px;
    display: block;
}

.box .content:after {
    display: table;
    content: "";
    clear: both;
}

.box.small {
    max-width: 960px;
}

.box.box-fluid {
    width: auto !important;
    display: block;
}

.box h2, .box h3, .box h4 {
    padding: 0;
    margin: 8px 0;
}


#wrapper > .container.collapsed {
    margin-left: 60px;
}

#wrapper > .container .ajaxwrap {
    min-width: 720px;
}



ul.dropdowns {
    list-style: none;
}

ul.dropdowns > li {
    position: relative;
    display: inline-block;
}

ul.dropdowns > li ul {
    display: none;
    position: absolute;
    left: -10px;
    z-index: 40;
    width: 200px;
    background: #fff;
    border-radius: 2px;
    overflow-y: hidden;
    overflow-x: auto;
}

ul.dropdowns > li ul li {
    display: block;
    line-height: normal;
    margin: 0;
}

ul.dropdowns > li ul li a {
    display: block;
    padding: 5px 10px;
}

.dropdowns li:hover > ul {
    display: block;
}

.dropdowns li ul a:hover {
    background: #f0f0f0;
}



table {
    position: relative;
    display: table;
    width: 100%;
    margin: 0;
}

table th {
    font-weight: 500;
}


table.line-table tr {
    display: table-row;
    border-top: 1px solid #e4eaec;
    transition: background-color 75ms ease;
    -webkit-transition: background-color 75ms ease;
}

table.line-table tr:first-child {
    border: 0;
}

table.line-table .progress {
    margin: 1px 15px;
}

table.line-table tr:nth-child(even) {
    background: rgba(243, 247, 249, .3);
}

table.line-table tr:hover {
    background: #f3f7f9;
}

table.line-table tr:hover .progress {
    background: #e0e0e0;
}

table.line-table tr.editor {
    background: transparent !important;
}

table.line-table tr.controls {
    background: rgba(243, 247, 249, .3) !important;
}

table.line-table tr:first-child,
table.line-table.static tr {
    background: transparent;
}

table.line-table tr th {
    display: table-cell;
    padding: 8px;
    font-weight: 500;
    text-align: left;
}

table.line-table tr td {
    display: table-cell;
    width: inherit;
    padding: 10px 6px;
    vertical-align: middle;
}

#table-row-panel {
    text-align: right;
    right: 0;
    display: block;
    position: absolute;
}

#table-row-panel a.move-up-row, #table-row-panel a.move-down-row, #table-row-panel a.move-row, #table-row-panel a.delete-row {
    float: left;
    font-size: 10px;
    text-align: center;
    padding: 2px;
    color: #fff;
    background: #585858;
    width: 20px;
    height: 20px;
    transition: background-color 80ms ease;
    -webkit-transition: background-color 80ms ease;
}

#table-row-panel a.move-up-row: