﻿span.alert {
    padding: 5px;
}

html {
    height: 100%;
}

/*body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-family: "Open Sans",open-sans,sans-serif;
    font-size: 1em;
    font-weight: 500;
    letter-spacing: -0.2px;
    line-height: 19px;
    background-color: #F1F1F1;
    min-height: 100%;
}*/


h1 {
    margin-left: auto;   
    color: #09538D;
    font-family: "Open Sans",open-sans,sans-serif;
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
}

h2 {
    text-transform: capitalize;
    margin: 0 0 1em;
    color: #FFFFFF;
    font-family: "Open Sans",open-sans,sans-serif;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: -0.2px;
    line-height: 38px;
}
h3 {
    text-transform: capitalize;
    text-transform: none;
    color: #09538D;
    font-family: "Open Sans",open-sans,sans-serif;
}

h4 {
    text-transform: capitalize;
    color: #008ADE;
    font-family: "Open Sans",open-sans,sans-serif;
    font-size: 13px;
    font-weight: 400;
}

hr {
    margin: 30px 0;
}

/* Set padding to keep content from hitting the edges */

.body-content {
    padding-left: 15px;
    padding-right: 15px;
    min-height: 100%;
}

#detailContainer {
    background-color: #edf1f7;
    margin: 20px -30px;
    padding: 0px 30px 30px;
}
#linkDashboard:before {
    font-family: FontAwesome, sans-serif;
    content: "\f015\00a0";
}
#linkModelling:before {
    font-family: FontAwesome, sans-serif;
    content: "\f0c1\00a0";
}
#linkMonitoring:before {
    font-family: FontAwesome, sans-serif;
    content: "\f080\00a0";
}
.navbar-inverse {
    background-color: #fff;
    padding-top: 10px;
    border-bottom: 1px solid #F1F1F1;
    height: 70px;
    /*margin:0 30px;*/
}

    .navbar-inverse .navbar-nav > .active > a,
    .navbar-inverse .navbar-nav > .active > a:hover {
        background-color: rgba(255, 255, 255, .15);
        -moz-border-radius: 3px;
        color: #1AAAE2;
        border-bottom: 2px solid #1AAAE2;
        float: left;
        height: 45px;
    }


    .navbar-inverse .navbar-nav > li > a:hover {
        color: #1AAAE2;
        border-bottom: 2px solid #1AAAE2;
        height: 45px;
    }

    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:hover,
    .navbar-inverse .navbar-nav > .open > a:focus {
        color: #1AAAE2;
        border-bottom: 2px solid #1AAAE2;
        background-color: #FFFFFF;
        height: 45px;
    }
/*
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: rgba(68,70,84,0.68);
    }*/

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #1AAAE2;
        border-bottom: 2px solid #1AAAE2;
    }

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #000;
    background-color: #eee;
}


.bold > a {
    font-weight: 500;
    font-size: 14px;
}

.bold {
    margin-left: 4px;
    margin-right: 4px;
}

.navbar-inverse .navbar-brand {
    color: rgba(68,70,84,0.68);
}

/*.navbar-inverse .navbar-nav > li > a {
    text-transform: capitalize;
    color: rgba(68,70,84,0.68);
    height: 40px;
    font-weight: bold;
    font-size: 14px;
    background-color: #fff;
    padding: 0;
    margin: 15px 15px 0 15px;
}*/

/*.navbar-brand img {
    margin-top: -25px;
}*/

#loginForm {
    width: 700px;
}

.logoImage,
.OptalitixLogo {
    display: block;
    left: 4.33%;
    margin-left: -13px;
    position: absolute;
    background-position: 0 0;
    background-repeat: no-repeat;
    z-index: 0;
}

.logoImage {
    top: 20px;
    width: 300px;
    height: 100px;
}

.OptalitixLogo {
    top: 10px;
    width: 300px;
    height: 200px;
    background-image: url('/images/OptalitixLogo.png');
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #008ADE;
}

td > p {
    margin-bottom: .5em;
}

td > p:last-child {
    margin-bottom: 0;
}

/* Page header
-----------------------------------------------------------*/

.login-header {
    border: none;
    position: relative;
    padding: 0px 30px 30px; /*Redesign top padding set for 20px*/
    margin: 25px -30px 40px;
}

.page-header {
    border: none;
    position: relative;
    padding: 30px; /*Redesign top padding set for 20px*/
    margin: 20px -30px 0px;
    border-bottom: 1px solid #eee;
    height: auto;
}
.page-header::before, .page-header::after {
    display: table;
    content: " ";
}

.page-header::after {
    clear: both;
}

/*.page-header h2 {
    margin: 0;
}*/

.page-buttons {
    float: right;
    max-width: 50%;
    padding-top: 2px;
}

.page-buttons > .btn-group {
    margin-left: 10px;
}


/* Button styling
-----------------------------------------------------------*/

.btn {
	border: none;
	padding: 0.4em 1.3em .4666em;
	transition: all .3s;
    font-size: 13px;
    margin-bottom: 6px;
    margin-left:25px;
}

.btn-lg {
    padding: 0.7em 1.3em .8666em;
}

.btn-xl {
	font-size: 16px;
	border-radius: 1.3em;
	padding: 0.6em 2.6em .62em;
}

@media screen and (max-width: 767px){
	.btn-xl {
		font-size: 14px;
		padding-left: 1.8em;
		padding-right: 1.8em; 
	}
}

.btn-primary {
	color: #fff;
	background: #008DCC;
    margin-bottom: 6px;
}

.btn-accent {
	background: #f6921e;
	color: #fff;
}

.btn-delete {
	background: red;
	color: #fff;
}

.btn-outline {
    color: #FFF !important;
    border: none !important;
    opacity: .7;
    background-color: #8CA3AE;
    margin-top: 0px !important;
    border-radius: 0px !important;
}

.btn-outline:hover {
    opacity: 1;
}

.btn-outline-white {
	background: none;
	color: #fff;
	border: 1px solid #fff;
	opacity: .7;
}

.btn-outline-white:hover {
	color: #fff;
	opacity: 1;
}

.btn-more {
    background: none;
    color: red;
    padding: 0;
    font-size: 11px;
}

.btn > small {
	font-size: .8em;
	line-height: 1.6666em;
}

.btn[disabled] {
    opacity: .8;
    cursor: not-allowed;
}

/* Styles for basic forms
-----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}

/*label {
    font-weight: normal;
}*/

/* Custom Styles  
-----------------------------------------------------------*/

.box {
    border: 1px solid #E4E8EC;
    background-color: #F1F6FB;
    padding: 10px;
}

.quoteForm {
    padding: 20px;
    color: black;
}

.quoteForm label {
    margin-right: 10px;
    vertical-align: middle;
}

.quoteForm .labelRow {
    width: 120px;
    text-align: right;
    vertical-align: central;
    height: 30px;
}

.field-validation-error {
    color: red;
    padding: 20px;
}
span.field-validation-error {
    padding: 0px;
    color: #D0021B;
    font-weight: bold;
}
fieldset {
    padding: 20px;
    border-radius: 5px;
}

.quoteBox {
    border: 1px solid #bbb;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 10px;
}

.quoteAmount {
    font-size: xx-large;
    font-weight: bold;
}

.box h2,
.box h3,
.box h4,
.box h5 {
    margin-top: 0;
    padding-top: 0;
}

.centeralign {
    text-align: center;
}

.smallprint {
    font-size: smaller;
}

.bigprint {
    font-size: large;
}

a.fakeclick {
    text-decoration: underline;
    cursor: pointer;
    font-weight: bold;
}

#preset {
    border: 1px solid black;
}

#preset th {
    text-align: center;
    min-width: 80px;
    border: 1px solid black;
}

#preset td {
    text-align: center;
    border: 1px solid black;
}

.smallInput {
    width: 80px;
}

.productTable td {
    padding: 5px;
}

.productTable th {
    text-align: left;
    padding: 5px;
}

table.analyticsTable {
    border-collapse: collapse;
}

table.analyticsTable td {
    border: 1px solid #ddd;
    padding: 5px;
    color: black;
}

th {
    border: 0 solid rgba(255,255,255,.2);
    color: #000;
    font-weight: 400;
}


.table-bordered {
    border: none;
}

thead > tr > th {
    border-right-width: 1px !important;
}
thead > tr > th:first-child {
    border-radius: 5px 0 0 0;
}
thead > tr > th:last-child {
    border-radius: 0 5px 0 0;
}

tbody > tr > th:first-child {
    border-bottom-width: 1px !important;
}

table.analyticsTable th {
    background-color: #E9EDF1;
    text-align: left;
}

table.dataTable thead .sorting::after {
    opacity: .5;
}

table.dataTable thead .sorting:hover::after {
    opacity: 1;
}

.plot-container {
    padding: 10px 10px 15px 15px;
    margin: 15px auto 30px auto;
    border: 1px solid #ddd;
    background: #fff;
    background: linear-gradient(#f6f6f6 0, #fff 50px);
    background: -o-linear-gradient(#f6f6f6 0, #fff 50px);
    background: -ms-linear-gradient(#f6f6f6 0, #fff 50px);
    background: -moz-linear-gradient(#f6f6f6 0, #fff 50px);
    background: -webkit-linear-gradient(#f6f6f6 0, #fff 50px);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.kpi {
    display: block;
    color: #2363A4;
}


.text-box {
    background: #F9FAFB;
    border: 1px solid #2A78C6;
    margin: 0 auto;
}

.text-box {
    padding: 8px 4px;
    color: #153D65 !important;
    font-size: 12px;
    font-family: "Open Sans",open-sans,sans-serif;
    font-weight: normal;
    font-style: normal;
}

select {
    width: 100%;
    padding: 8px 4px;
    color: #153D65 !important;
    font-size: 14px;
    font-family: "Open Sans",open-sans,sans-serif;
    font-weight: normal;
    font-style: normal;
    border: 1px solid #cccccc;
    border-radius: 4px;
    margin: 0 auto;
}

div.greentick {
    background-image: url('/Images/greentick.png');
    background-repeat: no-repeat;
    background-position: 0px 5px;
    vertical-align: central;
    height: 24px;
    font-weight: bold;
    padding-top: 10px;
    padding-left: 30px;
}


div.crosstick {
    background-image: url('/Images/cross.png');
    background-repeat: no-repeat;
    background-position: 0px 5px;
    vertical-align: central;
    height: 24px;
    font-weight: bold;
    padding-top: 10px;
    padding-left: 30px;
}


input.sliderValBox {
    width: 250px;
    border: none;
    background-color: #F1F6FB;
    font-weight: bold;
    text-decoration: underline;
}


input.rangeMap {
    width: 150px;
}

#tabs {
    border: 0px;
    background: transparent;
}

#tabs a,
a:focus,
li:focus {
    color: black;
    border: 0px;
    outline: 0;
    list-style-type: none;
    text-decoration: none;
}


#tabs li:before {
    content: "";
}

#tabs .ui-widget-header {
    border: 0;
    background: transparent;
    color: black;
}

#tabs .ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #ffffff none;
}

#tabs .ui-state-default,
.ui-widget-content .ui-state-default {
    background: white;
    background: #ffffff none;
    border-top: solid 1px #aaaaaa;
    border-right: solid 1px #aaaaaa;
    border-bottom: solid 0px #aaaaaa;
    border-left: solid 1px #aaaaaa;
}

#tabs .ui-state-active,
.ui-widget-content .ui-state-active {
    background: #ffffff none;
    border-top: solid 1px #aaaaaa;
    border-right: solid 1px #aaaaaa;
    border-bottom: solid 1px white;
    border-left: solid 1px #aaaaaa;
}


#tabs .ui-tabs-nav {
    margin: 0;
    padding: 0;
}

#contentHolder {
    padding: 10px;
}


.promote {
    width: 550px;
    text-align: justify;
}

.promote textarea {
    width: 550px;
}

.promote label {
    float: left;
    margin-bottom: 0px;
}

label.check {
    float: none;
    display: inline;
}

label.title {
    float: none;
    min-width: 200px;
    display: inline-block;
}

label.titleEdit {
    float: none;
    min-width: 150px;
    display: inline-block;
}


.promote span {
    margin-left: 5px;
    float: left;
    margin-right: 5px;
}

.promote input[type=radio] {
    float: left;
    margin-right: 5px;
}

.promote input[type=text] {
    width: 350px;
    float: right;
}

#contentHolderRoles label,
#contentHolderUsers label {
    display: inline-block;
    width: 160px;
}

.cellblock input[text],
.cellblock select {
    display: inline-block;
    width: 184px;
}

fieldset,
legend {
    border: none;
    border-radius: 3px;
    background-color: #FFF;
}

pre.renderjson {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    border:none;
}

pre.renderjson .boolean,
pre.renderjson .syntax,
pre.renderjson .node-bracket,
pre.renderjson .keyword {
    color: #333;
}

pre.renderjson .string {
    color: #65B042;
}

pre.renderjson .datetime {
    color: #ff7f50;
}

pre.renderjson .key {
    color: #222b45;
}

/* forms*/

/*form label {
    color: rgba(68,70,84,0.68);
    font-family: "Open Sans",open-sans,sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: -0.2px;
    line-height: 19px;
}*/

form input[type=submit] {
    margin-bottom: 10px;
    margin-top: 10px;
}

/* Filter dropdown menu
-----------------------------------------------------------*/

.box-tools {
 position: relative
}

.dropdown-menu-form {
    width: 450px;
    background: #fff;
    border: 1px solid #000;
    padding: 20px;
    border-radius: 5px 0 5px 5px;
    margin-top: -2px;
}

.pull-right .dropdown-menu-form  {
    position: absolute;
    right: 0;
    z-index: 11;
}

.dropdown-menu-form label {
    font-weight: 400;
}

.dropdown-menu-form > form > button:last-child {
    margin-top: 20px;
}


/* API inputs table
-----------------------------------------------------------*/

.table-inputs > thead > tr > th, .table-inputs > tbody > tr > th, .table-inputs > tfoot > tr > th, .table-inputs > thead > tr > td, .table-inputs > tbody > tr > td, .table-inputs > tfoot > tr > td {
    vertical-align: middle;
   
}

.table-inputs > tbody > tr > td {
    padding: 0;
   
}
.table-inputs .form-control {
    border-radius: 0;
    border: none;
}
.table>thead>tr, .table>tbody>tr
{
    height:50px;
}
.slow-loader {
    position: absolute;
    display: inline-block;
    border: 3px solid #f3f3f3; /* Light grey */
    border-top: 3px solid #1AAAE2;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.field-validation-valid {
 color:red;

}


/*ReDesign CSS*/
.line img {
    position: absolute;
    top: 0;
    left: 10%;   
    height: 123px;
    width: 121px;
    background-color: #1AAAE2;
    float: left;
    margin-left:20px;
}


.login-control {
    font-family: "Open Sans",open-sans,sans-serif;
    font-size: 12px;
    letter-spacing: -0.2px;
    text-align: center;
    line-height: 19px;
    color: #686868;
    display: block;
    width: 100%;
    background-color: rgba(25,85,137,0.07);
    height: 50px;
    outline: none;
    padding: 0 10px 0 25px;
    border: 0px none;
}
.login-control:focus {
    outline: none;
}
.btn-login {
   display:block;
   margin:auto;
   width:150px;
    height: 50px;
    background-color: #1AAAE2;
    border: 0px none;
    color: #FFFFFF;
    font-family: "Open Sans",open-sans,sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.2px;
    line-height: 19px;
    text-align: center;
}

.circle-radio{
height: 20px; 
width: 20px; 
border-radius: 16px; 
background-color: rgba(79,196,209,0.6);
}
.radio-label {
    color: rgba(0,0,0,0.39);
    font-family: "Open Sans",open-sans,sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.2px;
    line-height: 19px;
    text-align: center;
    MARGIN: 10PX 0px 10px 0px;
    position: relative;
    cursor: pointer;
    padding-top: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.forgot-label {   
    font-family: "Open Sans",open-sans,sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.2px;
    line-height: 19px;
    text-align: center;
    MARGIN: 10PX 0px 10px 0px;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    color: rgba(0,0,0,0.39);
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    text-align: center;
    height: 30px;
    width: 30px;
    background-color: rgba(79,196,209,0.2);
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-label:hover input ~ .checkmark {
    background-color: rgba(25,85,137,0.07);
}

/* When the radio button is checked, add a blue background */
.radio-label input:checked ~ .checkmark {
    background-color: rgba(79,196,209,0.2);
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-label input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio-label .checkmark:after {
    top: 4px;
    left: 5px;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background-color: rgba(79,196,209,0.6);
}

.radio-label a {
    color: rgba(0,0,0,0.39);
    font-family: "Open Sans",open-sans,sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.2px;
    line-height: 25px;
    text-align: center;
    MARGIN-top: 30px;
    position: relative;
}
.line {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #EFEFEF;
    line-height: 0.1em;
    padding-top: 85PX;
}

.login-body {
    padding: 0px 30px 30px;
}



#loginContainer {
    background: #FFFFFF;
    border-radius: 10px;
    width: 960px;
}

.divider {
    border-left: 1px solid #E5E5E5;
    height: 50px;
}

.down-arrow {
    background-image: url('../Img/arrow_down_black.png');
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 2px;
    vertical-align: middle;
    border:none;
}
.navbar-inverse .navbar-nav > .active > a > span
 {
    background-image: url('../Img/arrow_down_blue.png');
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 2px;
    vertical-align: middle;
}

.navbar-inverse .navbar-nav > li > a:hover > span {
    background-image: url('../Img/arrow_down_blue.png');
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 2px;
    vertical-align: middle;
}

.navbar-inverse .navbar-nav > .open > a > span {
    background-image: url('../Img/arrow_down_blue.png');
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 2px;
    vertical-align: middle;
}
/*Submit button for all CRUD button*/
.btn-submit {
    height: 40px;
    background-color: #1AAAE2;
    border: 0px none;
    color: #FFFFFF;
    font-family: "Open Sans",open-sans,sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.2px;
    line-height: 19px;
    text-align: center;
    border-radius: 0px !important;
}
    .btn-submit:hover, .btn-submit:focus, .btn-submit.focus {
        color: #FFFFFF;
        background-color: #1799cb;
    }
.btn-table-submit {
    background-color: #1AAAE2;
    border: 0px none;
    color: #FFFFFF;
    text-align: center;
    border-radius: 20px;
}

    .btn-table-submit:hover, .btn-table-submit:focus, .btn-table-submit.focus {
        color: #FFFFFF;
        background-color: #1799cb;
    }
/*
.form-control {
    font-family: "Open Sans",open-sans,sans-serif;
    font-size: 14px !important;
    letter-spacing: -0.2px;
    text-align: left;
    line-height: 19px;
    color: rgba(0,0,0,0.39);
    display: block;
    width: 100%;
    background-color: rgba(25,85,137,0.07);
    height: 56px;
    outline: none;
    padding: 0 10px 0 25px;
    border: 0px none;
}*/
    .form-control:focus {
        outline: none;
    }
.form-group-sm .form-control {
    height: 56px;
}
/*.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
    background-color: rgba(25,85,137,0.07);
}*/
.btn-resetfilter {
    height: 50px;
    background-color: #CECECE;
    color: #FFFFFF;
    font-family: "Open Sans",open-sans,sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.2px;
    line-height: 19px;
    margin-top: 25px;
    width: 100%;
    border: none;
    float: right;
}

.btn-applyfilter {
    height: 50px;
    background-color: #7ABE2F;
    color: #FFFFFF;
    font-family: "Open Sans",open-sans,sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.2px;
    line-height: 19px;
    margin-top: 25px;
    width: 100%;
    border: none;
    float: left;
}

/*.search-label {
    font-family: "Open Sans",open-sans,sans-serif;
    font-size: 14px !important;
    color: rgba(68,70,84,0.68);
    font-weight: bold;
    margin-bottom:5px !important;
}*/


h6 {
    color: #1AAAE2;
    font-family: "Open Sans",open-sans,sans-serif;
    font-size: 20px;
    letter-spacing: -0.2px;
    line-height: 24px;
    display:inline-block;
}

.help-submenu {
    color: #1AAAE2;
    font-family: "Open Sans",open-sans,sans-serif;
    font-size: 14px;
    letter-spacing: -0.2px;
    line-height: 20px;
}

.hr-line {
    width: 200%;
    margin-left: -2.5%;
}


.pagination > .active > a{
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #1AAAE2;
    border-color: #1AAAE2;
}
 /*Dashboard CSS*/
.box-content {
    background-color: #F1F1F1;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12);
    margin-left:10px;
    width:100%;
}
.tile-content-today {
    color: #1AAAE2;
    font-family: "Open Sans",open-sans,sans-serif;
    font-size: 42px;
    font-weight: 500;
    letter-spacing: -0.26px;
    line-height: 50px;
    text-align: center;
}
.tile-content-yday {
    color: #507282;
    font-family: "Open Sans",open-sans,sans-serif;
    font-size: 42px;
    font-weight: 500;
    letter-spacing: -0.26px;
    line-height: 50px;
    text-align: center;
}
.tile-content-error {
    color: #FF5F72;
    font-family: "Open Sans",open-sans,sans-serif;
    font-size: 42px;
    font-weight: 500;
    letter-spacing: -0.26px;
    line-height: 50px;
    text-align: center;
}
.tile-header {
    color: rgba(70,70,70,0.46);
    font-family: "Open Sans",open-sans,sans-serif;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -0.25px;
    line-height: 24px;
    text-align: center;
}

/*.graph-box {
    border: 1px solid #d6e6f2;
    height: 200px;
    margin-top: 30px;
}*/
.table-box {
    border: 1px solid #E0E0E0;
    
}
.graph-label {
    color: #222b45;
    font-family: "Open Sans",open-sans,sans-serif;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -0.3px;
    line-height: 24px;
}
.btn-radious {
    border-radius: 20px;
    background-color: #1AAAE2;
    color: #FFFFFF;
    font-family: "Open Sans",open-sans,sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.2px;
    line-height: 19px;
    height: 35px;
}
    .btn-radious:active, .btn-radious.active {
        border-radius: 20px;
        background-color: #1AAAE2;
        color: #FFFFFF;
        font-family: "Open Sans",open-sans,sans-serif;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: -0.2px;
        line-height: 19px;
    }

/*Change Request API label-info*/
.label-info {
    /* background-color: #5bc0de; */
    margin-left: 10px;
    background-color: rgba(134,214,196,0.51);
    border-radius: 17.5px;
    color: #5FA998;
    font-family: "Open Sans",open-sans,sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.2px;
    line-height: 19px;
}

.btn-trace {
    background-color: #8CA3AE;
    color: #FFFFFF;
    font-family: "Open Sans",open-sans,sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.2px;
    line-height: 19px;
    text-align: center;
    border: none !important;
    border-radius: 0px !important;
}
    .btn-trace:hover {
        background-color: #8CA3AE;
        color: #FFFFFF;
        font-family: "Open Sans",open-sans,sans-serif;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: -0.2px;
        line-height: 19px;
        text-align: center;
        border: none !important;
    }

.btn-request {
    background-color: #1AAAE2;
    color: #FFFFFF;
    font-family: "Open Sans",open-sans,sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.2px;
    line-height: 19px;
    border: none !important;
    border-radius: 0 !important;
}
    .btn-request:hover {
        background-color: #1AAAE2;
        color: #FFFFFF;
        font-family: "Open Sans",open-sans,sans-serif;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: -0.2px;
        line-height: 19px;
        border: none !important;
    }

.dropdown {
    float: left;
   
}
@media screen and (max-width: 600px) {
    .dropdown {
        float: left;
        overflow: hidden;
    }
}

/*To set margin between two controls resolve problem of Test Sets */
.form-group {
    margin-bottom: 30px;
}
.form-group-sm select.form-control {
    height: 50px;
    line-height: 30px;
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    content: url(../Img/sorting.svg);
    bottom: 15px;
    height: 25px;
}
table.dataTable thead .sorting_asc:after {
    opacity: 2.5;
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    position: initial;
    padding-left:7px;
    vertical-align: middle;
    display: inline-table;
}/*
    .table > thead:first-child > tr:first-child > th {
        border-radius: 0;
    }*/
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle;
    border: 1px solid #F8F8FF;
}
/*Sort Button*/
.select-sort {
    border-radius: 28px;
    background-color: #FFFFFF;
    color: #8CA3AE !important;
    font-family: "Open Sans",open-sans,sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.2px;
    line-height: 19px;
    height: 40px !important;
    padding: 0 15px 0 15px;
}

.btn-form-delete {
    border-radius: 0px !important;
    background-color: #CA5555;
    color: #FFFFFF;
    border: none;
    padding: 0.4em 1.3em .4666em;
    transition: all .3s;
    font-size: 14px;
    height: 40px;
    font-weight: 500;
    letter-spacing: -0.2px;
    line-height: 19px;
    text-align: center;
}
.btn-form-delete:hover {
    background-color: #823333;
    color: #FFFFFF;
}

.btn-delete-user {
    border-radius: 20px;
    background-color: #CA5555;
    color: #FFFFFF;
    border: none;
    padding: 0.4em 1.3em .4666em;
    transition: all .3s;
    font-size: 14px;
}

.btn-delete-user:hover {
    background-color: #823333;
    color: #FFFFFF;
}

.btn-edit-user {
    border-radius: 20px;
    background-color: #8CA3AE;
    color: #FFFFFF;
    border: none;
    padding: 0.4em 1.3em .4666em;
    transition: all .3s;
    font-size: 14px;
    
}

.btn-edit-user:hover {
    background-color: #56646b !important;
    color: #FFFFFF;
}

.btn-close-filter {
    border-radius: 20px;
    background-color: #1AAAE2;
    color: #FFFFFF;
    border: none;
    padding: 0.1em 1.0em 0.1em;
    transition: all .3s;
    font-size: 14px;
}

.btn-close-filter:hover {
        background-color: #1799cb;
    }

/*.btn-filter {
    background-color: #FFFFFF;
    color: #8CA3AE;
    font-size: 14px;
    height: 40px;
    border-radius: 0px !important;
}*/

#pointer {
    position: absolute;
    border: solid 10px transparent;
    border-right-color: #F0AEB6;  
    margin: -25px 0 0 300px;
    text-align: center;
}
.alert-danger-error {
    position: absolute;
    border: 1px solid rgba(208,2,27,0.44);
    border-radius: 4px;
    background-color: #F0AEB6;
    width: 300px !important;
    margin: -40px 0 0 320px;
    color: #D0021B;
}
/*No Model Screen css*/
.nomodel {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 150px;
    padding-bottom: 10px;
}

.nomodeltitlePage {
    color: rgba(70,70,70,0.46);
    font-family: "Open Sans",open-sans,sans-serif;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.3px;
    line-height: 29px;
    padding-bottom: 10px;
    display: block;
}
.middleware {
    text-align: center;
    padding-bottom:150px;
}

.alert-success {
    border: 1px solid #7ABE2F;
    border-radius: 12px;
    background-color: rgba(122,190,47,0.26);
    color: #7ABE2F;
    padding: 1px 10px 1px 10px !important;
}
.alert-danger {
    border: 1px solid #D0021B;
    border-radius: 12px;
    background-color: rgba(208,2,27,0.15);
    color: #D0021B;
    padding: 1px 10px 1px 10px !important;
}
.alert-warning {
    border: 1px solid #8a6d3b;
    border-radius: 12px;
    padding: 1px 10px 1px 10px !important;
}

.hr-line {
    width: 100%;
}

.alert-created {
    border: 1px solid #1AAAE2;
    border-radius: 12px;
    background-color: #C9E8EC;
    color: #1AAAE2;
    padding: 1px 10px 1px 10px !important;
}

.alert-finished {
    border: 1px solid #E2AD65;
    border-radius: 12px;
    background-color: #FFE2BB;
    color: #E2AD65;
    padding: 1px 10px 1px 10px !important;
}

.alert-failed {
    border: 1px solid #D0021B!important;
    border-radius: 12px!important;
    background-color: rgba(208,2,27,0.15)!important;
    color: #D0021B!important;
    padding: 1px 10px 1px 10px !important;
}


    /*Arrow on dropdown*/
.caret {
    top: 43% !important;
    content: url(../Img/arrow_down.png);
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 2px;
    vertical-align: middle;
    border: none;
    margin-right:5px;
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    top: 43% !important;
    /*content: url(../Img/arrow_up.png);*/
    content: url(../Img/arrow_down.png);
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 2px;
    vertical-align: middle;
    border: none;
}

/*datatable pagination*/

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #1AAAE2 !important;
    border-color: #1AAAE2 !important;
}

/*Required button*/
.alert-required {
    border-radius: 6px;
    background-color: rgba(255,95,114,0.63);
    color: #FFFFFF;
    font-size: 10px;
    font-weight: bold;
    margin-left: 5px;
    text-align: center;
    padding: 0 3px !important;
}



/*Handsontable CSS*/
.handsontable table.htCore,
.handsontable table.htCore thead tr th {
    border-collapse: separate;
    vertical-align: middle;
    text-align: left;
    border-radius: 0;
    border-top: 0;
    border-right-color: #DBDFE2;
    color: #999;
    border-left: 0;
    border-bottom: 0;
}

    .handsontable table.htCore,
    .handsontable table.htCore thead tr th:last-child {
        border-right: 0;
    }

.htCore > tbody > tr {
    height: 55px;
    vertical-align: middle;
    border: 1px solid rgba(151,151,151,0.24);
    border-radius: 0px !important;
}

    .htCore > tbody > tr > td {
        border-top: 1px solid #DBDFE2 !important;
        border-bottom: 1px solid #DBDFE2 !important;
        border-color: #DBDFE2 !important;
    }

.handsontable .relative {
    padding: 0 15px !important;
}

.handsontable-add-row {
    margin-top: 5px;
    height: 55px;
}

.handsontable-remove-row {
    width: 15px !important;
    border-radius: 8px;
    font-size: 12px;
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding-top: 0px !important;
    padding-bottom: 1px !important;
    height: 18px;
    margin: 10px !important;
}

.ht__highlight {
    color: inherit !important;
}

.ht_master:not(.innerBorderTop) thead tr:last-child th, .ht_master:not(.innerBorderTop) ~ .handsontable thead tr:last-child th, .ht_master:not(.innerBorderTop) thead tr.lastChild th, .ht_master:not(.innerBorderTop) ~ .handsontable thead tr.lastChild th, .handsontable tr:first-child th {
    vertical-align: middle;
    background-color: #EEF2F6 !important;
    text-align: left;
}

.handsontable tr td {
    vertical-align: middle;
    text-align: left;
}

.handsontableInputHolder > .handsontableInput {
    border: 1px solid rgba(151,151,151,0.24) !important;
    height: 55px;
    border-radius: 0px !important;
}
.ht_master:not(.innerBorderTop) thead tr {
    height: 55px;
    vertical-align: middle;
    border-right: 1px solid rgba(151,151,151,0.24);
    border-left: 1px solid rgba(151,151,151,0.24);
}
    .ht_master:not(.innerBorderTop) thead tr:first-child th {
        border-left: none;
    }

.TableSelectSource {
    margin-top: 20%;
    margin-bottom: 20%;
    margin-left: 20%;
    margin-right: 20%;
    height: 100%;
    width: 60%;
}
.TableSelectSourcebordered > tbody > tr > td {
    width: 50%;
    margin-right: 20%;
    background-color: #DAE6E7;
    border-radius: 10px;
    height: 200px;
    text-align: center;
}
.TableSelectSourcebordered > tbody > tr :hover{
        background-color: #BCDC98;
}

.TableSelectSourcebordered {
    border-collapse: separate;
    border-spacing: 20px;
}

.sourceicon {
    width: 60px;
    height: 60px;
    margin-bottom: 40px;
}
.detail-subtitle {
    color: rgba(70,70,70,0.46);
    font-family: "Open Sans",open-sans,sans-serif;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: -0.3px;
    line-height: 29px;
    margin-bottom: 40px;
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: rgba(0,0,0,0.39);
}
/*.required-css {
    font-weight: 700;
    font-size: 10px;
}*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: rgba(0,0,0,0.39);
    transition: background-color 5000s ease-in-out 0s;
}
#previewContainer {   
    margin: 20px -30px;
    padding: 0px 30px 30px;
}


/* Styles for validation helpers
-----------------------------------------------------------*/

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

#tenantSelectInput {
    padding: 10px 20px 10px 30px;
    border: none;
    border-bottom: 1px solid #e5e5e5;
    color: red;
    width: 100%;
    outline:none;
}

.tenant-select-icon {
    position: absolute;
    padding-top: 12px;
    padding-left: 5px;
    color: rgba(68,70,84,0.68);
}

/*.tenant-select-button {
    text-decoration: none !important;
    color: rgba(68,70,84,0.68) !important;
    font-weight: bold !important;
    margin: 15px 15px 0 15px !important;
    background-color: #fff !important;
}*/

.footer-info {
    float: left;
    font-weight: 400;
}
.footer-links {
    float: right
}

.footer-links a {
    margin-left: 5px;
    margin-right: 5px;
    color: #9d9d9d;
    font-weight:400;
}

.footer-links a.disabled, .footer-links a.disabled:hover{
    cursor: not-allowed;
    text-decoration: none;
}

.liSelectTestSet .dropdown-toggle {
    box-shadow:none !important;
    background-color:white !important;
    padding:5px;
}

.liSelectTestSet .bootstrap-select {
    height:auto;
}

.liSelectTestSet .bs-searchbox > .form-control {
    height:30px;
    padding:5px;
}

.liSelectTestSet .dropdown-menu > li > a {
    padding:5px;
}

.liSelectTestSet .bs-searchbox {
    padding:5px;
}

.liSelectTestSet .dropdown-menu {
    padding:0;
}

.liSelectTestSet .filter-option {
    font-size: 14px;
    color: rgba(68,70,84,0.68);
}

.liSelectTestSet .caret {
    margin: 0;
    right: 5px !important;
    position: static !important;
}

.test-span {
    color: grey;
    border-radius: 5px;
    border: 1px solid #BDBDBD;
    background-color: #fff;
    padding: 2px 10px 2px 10px;   
}

    .test-span .fa-right {
        margin-right: 10px;
    }

.test-passed-padding {
    padding: 2px 5px 2px 5px;
}

.test-notrun-padding {
    padding: 2px 8px 2px 8px;
}

.test-passed {
    background-color: #5cb85c !important;
    color: white !important;
}

.test-failed {
    background-color: red !important;
    color: white !important;
}

.browser-link {
    display: grid;
    text-align: center;
    margin: auto;
}

.browser-link img {
    display: block;
    width: 32px;
    margin: auto;
}

.browser-link span {
    display: block;
}

#link-documentation:before {
    font-family: FontAwesome, sans-serif;
    content: "\f15c\00a0";
}

#link-documentation:focus {
    color: rgba(68,70,84,0.68);
}

 /* new changes */
body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-family: "Open Sans",open-sans,sans-serif;
    color: #222b45;
    font-size: 1em;
    font-weight: 400;
    letter-spacing: -0.2px;
    line-height: 15px;
    min-height: 100%;
}

.navbar-brand img {
    width: 230px;
    max-height:100px;
}

label {
    font-weight: 400;
    color: #222b45;
    font-size: 15px;
}

.graph-box {
    height: 200px;
    margin-top: 30px;
}

.page-header h2 {
    margin: 0;
    color: #222b45;
    font-weight:500;
}

.search-label { 
    font-family: "Open Sans",open-sans,sans-serif;
    font-size: 15px !important;
    color: #222b45;
    margin-bottom: 5px !important;
    font-weight:400;
}

.navbar-inverse .navbar-nav > li > a {
    text-transform: capitalize;
    color: #222b45;
    height: 40px;
    font-size: 15px;
    font-weight:600;
    background-color: #fff;
    padding: 0;
    margin: 15px 15px 0 15px;
}

.table > thead:first-child > tr:first-child > th {
    border-radius: 0;
    color: #222b45;
    font-weight: 600;
    font-size: 15px;
}

.table > thead {
    background-color: #E8E8E8;
}

.table{
    border: 1px solid #edf1f7;
}

.btn-filter {
    background-color: #FFFFFF;
    color: #222b45;
    font-size: 14px;
    height: 40px;
    border-radius: 0px !important;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #222b45;
}

.form-control {
    font-family: "Open Sans",open-sans,sans-serif;
    font-size: 15px !important;
    letter-spacing: -0.2px;
    text-align: left;
    line-height: 19px;
    display: block;
    width: 100%;
    height: 40px;
    outline: none;
    padding: 0 10px 0 25px;
}

.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
    background-color: none;
}

.required-css {
    font-weight: 400;
    font-size: 15px;
}

form label {
    color: #215229;
    font-family: "Open Sans",open-sans,sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.2px;
    line-height: 24px;
}

.tenant-select-button {
    text-decoration: none !important;
    color: #222b45 !important;
    font-weight: 400;
    margin: 15px 15px 0 15px !important;
    background-color: #fff !important;
}

.tr-link {
    width: 100%;
    height: 100%;
    display: inline-block;
    color: #222b45;
}

    .tr-link:link, .tr-link:visited, .tr-link:hover, .tr-link:active {
        text-decoration: none;
        color: #222b45;
    }