/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/*******************/
/*  Global Styles  */
/*******************/
h1, h2, h3, p, label {
    font-family: 'Arial', sans-serif;
}

h1 {
    font-size: 32px;
    color: #FFFFFF;
    /*text-transform: uppercase;*/
}

h1 span {
    font-weight: 100;
}

h2 {
    font-size: 21px;
    color: #27588d;
    font-weight: 600;
}

h3 {
    font-size: 16px;
    color: #27588d;
}

p {
    font-size: 12px;
    color: #7A828C;
    margin: 5px 0;
}

p.p-blue {
    font-weight: 600;
    color: #27588D;
}

a {
    /* color: #009bdb;*/
    text-decoration: none;
}

label {
    font-size: 12px;
    color: #27588d;
    font-weight: 600;
    margin-top: 20px;
    display: inline-block;
}

input[type=text],
input[type=email],
input[type=password] {
    padding: 5px;
    border: 1px solid #DEE3E5;
    margin-top: 5px;
    width: 288px;
}

.cloak_border {
    border: 1px solid #ccc !important;
}

textarea {
    border: 1px solid #DEE3E5;
    margin-top: 5px;
}

.checkbox-container {
    position: relative;
    display: inline-block;
}

input[type=checkbox] {
    /* DOESN'T WORK */
    /*-webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;*/
    width: 15px;
    height: 15px;
    background: #FFFFFF;
    border: 1px solid #DEE3E5;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    vertical-align: sub;
    margin-right: 3px;
}

/* DOESN'T WORK */
/*input[type=checkbox]:checked:after {
    content: "";
    width: 6px;
    height: 3px;
    background: transparent;
    position: absolute;
    top: 4px;
    left: 4px;
    border: 2px solid #009BDB;
    border-top: 0;
    border-right: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}*/

.noWrap {
    white-space: nowrap;
}

.min-width {
    min-width: 1144px;
}

.center {
    width: 1270px;
    padding: 0 12px;
    margin: 0 auto;
}

.sprite {
    background: url(../images/sprite.png) no-repeat 0 0;
    display: inline-block;
}

.vertical-center {
    display: inline-block;
    vertical-align: middle;
}

.vertical-center-container:before {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.vertical-center {
    width: 98%;
    display: inline-block;
    vertical-align: middle;
}

.button, .button2, .button3 {
    display: inline-block;
    box-sizing: border-box;
    min-width: 90px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    letter-spacing: 1px;
    border: 0;
    outline: 0;
    padding: 5px 10px;
}

.button {
    height: 30px;
    line-height: 20px;
}

.button2, .button3 {
    height: 26px;
    line-height: 16px;
}

.button.blue, .button2.blue, .button3.blue {
    background: #009bdb;
}

.button.red, .button2.red, .button3.red {
    background: #d9534f;
}

.button.orange, .button2.orange, .button3.orange {
    background: #FFA500;
}

.button.pink, .button2.pink, .button3.pink {
    background: #FF1493;
}

.button.gray, .button2.gray {
    background: #7a828c;
}

.sub-label {
    color: #7A828C;
    text-style: italic;
}

/* Header */
#header-container {
    height: 100px;
}

#logo {
    display: block;
    float: left;
    width: 223px;
    height: 40px;
    margin-top: 34px;
}

#header-right {
    float: right;
    padding-top: 60px;
}

#user-email {
    font-size: 11px;
    font-weight: 600;
    color: #009bdb;
    text-decoration: none;
}

#log-out {
    font-size: 11px;
    text-transform: uppercase;
    color: #7A828C;
    margin-left: 35px;
    text-decoration: none;
}

#canvas-container {
    height: 108px;
    background: rgba(29,151,212,1);
    background: -moz-linear-gradient(-45deg, rgba(29,151,212,1) 0%, rgba(29,151,212,1) 9%, rgba(36,87,144,1) 74%, rgba(36,87,144,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(29,151,212,1)), color-stop(9%, rgba(29,151,212,1)), color-stop(74%, rgba(36,87,144,1)), color-stop(100%, rgba(36,87,144,1)));
    background: -webkit-linear-gradient(-45deg, rgba(29,151,212,1) 0%, rgba(29,151,212,1) 9%, rgba(36,87,144,1) 74%, rgba(36,87,144,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(29,151,212,1) 0%, rgba(29,151,212,1) 9%, rgba(36,87,144,1) 74%, rgba(36,87,144,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(29,151,212,1) 0%, rgba(29,151,212,1) 9%, rgba(36,87,144,1) 74%, rgba(36,87,144,1) 100%);
    background: linear-gradient(135deg, rgba(29,151,212,1) 0%, rgba(29,151,212,1) 9%, rgba(36,87,144,1) 74%, rgba(36,87,144,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d97d4', endColorstr='#245790', GradientType=1);
}

#canvas-content {
    height: 108px;
}

#sub-head {
    padding: 25px 0 0;
    background: url('../images/content-shadow.png') no-repeat 50% 0;
    /*overflow: hidden;*/
}

#breadcrumbs {
    float: left;
}

#breadcrumbs a, #breadcrumbs span, #breadcrumbs strong {
    font-size: 12px;
    color: #425968;
}

#nav {
    float: right;
}

#nav a {
    font-family: 'Arial', sans-serif;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    color: #71848f;
    padding: 10px 7px;
}

#nav a:hover {
    color: #009bdb;
}

.sub-nav-container {
    display: inline-block;
    position: relative;
}

.sub-nav-title {
    position: relative;
    border: 1px solid #FFFFFF;
    border-bottom: 0;
    z-index: 50;
}

.sub-nav-container:hover .sub-nav-title {
    border: 1px solid #DEE3E5;
    border-top: 3px solid #009BDB;
}

.sub-nav-container:hover .sub-nav {
    display: block;
}

.sub-nav {
    display: none;
    width: 200px;
    position: absolute;
    top: 28px;
    left: 0;
    padding: 8px;
    background: #FFF;
    border: 1px solid #DEE3E5;
    z-index: 50;
}

.sub-nav a.sub-nav-link {
    display: block;
    position: relative;
    padding: 8px 5px;
    color: #7A828C;
}

.sub-nav a.sub-nav-link:hover {
    background: #F2F5F7;
    color: #009bdb;
}

.sub-nav-arrow {
    width: 6px;
    height: 10px;
    float: right;
    margin-top: 2px;
    background: url('../images/sub-nav-arrow.png') 0 0 no-repeat;
}

.sub-sub-nav-arrow {
    width: 12px;
    height: 10px;
    float: right;
    margin-top: 2px;
    background: url('../images/sub-sub-nav-arrow.png') 0 0 no-repeat;
}

.sub-sub-nav-container {
    display: inline-block;
    position: relative;
    width: 183px;
}

.sub-sub-nav-title {
    position: relative;
    border: 1px solid #FFFFFF;
    border-bottom: 0;
    z-index: 50;
}

.sub-sub-nav-container:hover .sub-sub-nav-title {
    border: 1px solid #DEE3E5;
    border-left: 3px solid #009BDB;
}

.sub-sub-nav-container:hover .sub-sub-nav {
    display: block;
}

.sub-sub-nav {
    display: none;
    width: 115px;
    position: absolute;
    top: 0px;
    left: 182px;
    padding: 8px;
    background: #FFF;
    border: 1px solid #DEE3E5;
    z-index: 50;
}

.sub-sub-nav-container a.sub-sub-nav-title {
    display: block;
    position: relative;
    padding: 8px 5px;
    color: #7A828C;
}

.sub-sub-nav a.sub-sub-nav-link {
    display: block;
    position: relative;
    padding: 8px 5px;
    color: #7A828C;
}

.sub-sub-nav a.sub-sub-nav-link:hover {
    background: #F2F5F7;
    color: #009bdb;
}

#content {
    padding: 15px 0;
}

#content > h2 {
    margin-bottom: 50px;
}

#content h2 {
    border-bottom: 1px solid #DEE3E5;
    padding-bottom: 15px;
}

/* Forgot Password */
#forgot-password {
    width: 440px;
    height: 130px;
}

#forgot-password h2 {
    margin: 0 0 20px 0;
}

#forgot-password input[type=email] {
    width: 195px;
    margin-right: 5px;
}

#forgot-password label,
#forgot-password .button {
    margin-top: 0px;
}

/* Table Styles */
table {
    font-size: 11px;
    color: #4B4B59;
    /* let tables expand as they need space */
    /*width: 1120px;*/
}

th {
    /* text-align: center;*/
    color: #27588D;
}

.sort-arrow {
    display: inline-block;
    width: 8px;
    height: 5px;
    background: 0 0 no-repeat;
    margin-left: 3px;
    margin-bottom: 1px;
}

.sort-arrow.down {
    background-image: url('../Images/sort-arrow-down.png');
}

.sort-arrow.up {
    background-image: url('../Images/sort-arrow-up.png');
}

tr {
    height: 55px;
    text-align: center;
}

.td {
    text-align: center !important;
    padding-left: 10px !important;
}

/**Hover styling*/
tr:not(:first-child):hover {

    background-color: #B2DFEE;
}

/*tr:not(:last-child):hover { background: #B2DFEE ;}*/

.gray-row:hover {
    background: #B2DFEE;
}

/*table {border-collapse: collapse; }*/
table, td {
    text-align: left;
}

td:first-child {
    padding-left: 5px;
}

.ref-num {
    width: 55px;
    text-align: center;
}

td:first-child.ref-num {
    padding-left: 0;
}

.gray-row {
    background: #F2F5F7;
}

.column100 {
    width: 100px;
}

/* Incidents Detail Page */
.left-third {
    width: 460px;
    float: left;
    margin-right: 10px;
}

.left-third input[type=text] {
    width: 288px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: window;
    -o-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    -o-box-shadow: 0;
    width: 300px;
    height: 30px;
    padding: 0 5px;
    font-size: 12px;
    color: black;
    box-shadow: 0;
    border: 1px solid #DEE3E5;
    background: #FFFFFF url('../images/select-arrow.jpg') 100% 0 no-repeat;
    margin-top: 5px;
    outline: 0 none;
}

select::-ms-expand {
    display: none;
}

@-moz-document url-prefix() {
select {
    margin: 0;
    padding: 0;
}

.select-css {
    width: 300px;
    height: 30px;
    font-size: 12px;
    color: #7A828C;
    box-shadow: 0;
    border: 1px solid #DEE3E5;
    background: #FFFFFF url('../images/select-arrow.jpg') 100% 0 no-repeat;
    outline: 0 none;
}
}

.lt-ie10 select {
    background: #FFFFFF;
    margin: 0;
    padding: 0;
    line-height: 30px;
}

.lt-ie10 .select-css {
    background: none;
}

.right-twothirds {
    width: 625px;
    float: right;
}

.cell-bold {
    font-weight: 600;
}

.full-width {
    float: left;
    width: 100%;
}

.detail-box {
    background:#EDF2F5;/*original : #F2F5F7;*/
    padding: 30px;
    margin-bottom: 10px;
    position: relative;
}

.detail-box h2 {
    margin: -5px 0 15px 0;
}

.detail-box table {
    width: 100%;
    margin-top: 15px;
    font-size: 12px;
}

.detail-box tr {
    height: 34px;
}

.detail-box td {
    text-align: left;
}

.detail-box th:first-child,
.detail-box td:first-child {
    width: 190px;
    padding: 0 10px;
    font-weight: 600;
}

.detail-box.no-grid th:first-child,
.detail-box.no-grid td:first-child {
    padding: 0;
    width: auto;
}

.detail-box.no-grid td:first-child {
    font-weight: 400;
}

.detail-box .button {
    margin-top: 20px;
}

.darkgray-row {
    background: #DEE3E5;
}

.td-download {
    width: 140px;
}

.td-delete {
    width: 75px;
}

.buttons-right {
    float: right;
    margin-top: 15px;
}

.add-company {
    float: right;
}

#edit-sites-table {
    max-height: 634px;
    overflow: scroll;
}

.sites-box tr {
    height: 40px;
}

.sites-box label {
    margin-top: 5px;
}

th.th-center,
td.td-center {
    text-align: center;
}

input[type=text].capacity-input {
    display: block;
    width: 81px;
    margin: 0 auto;
    text-align: center;
}

.left-twothirds {
    width: 715px;
    float: left;
}

.left-twothirds textarea {
    width: 630px;
    height: 180px;
    resize: none;
    padding: 10px;
}

::-webkit-input-placeholder {
    font-size: 12px;
    font-style: italic;
    color: #B1C4CA;
}

::-moz-placeholder {
    font-size: 12px;
    font-style: italic;
    color: #B1C4CA;
}

:-ms-input-placeholder {
    font-size: 12px;
    font-style: italic;
    color: #B1C4CA;
}

.divider {
    width: 100%;
    border-top: 1px solid #DEE3E5;
    margin: 30px 0 10px;
}

.question-circle {
    width: 21px;
    height: 21px;
    display: inline-block;
    background: url('../images/question-circle.png') 0 0 no-repeat;
    position: absolute;
    top: 25px;
    right: 25px;
}

.button.inline {
    margin-top: 0;
    margin-left: 5px;
}

.field-left {
    float: left;
}

.field-right {
    float: right;
}

.field-left input[type=text],
.field-right input[type=text] {
    width: 290px;
}

#ticket-file-attachment {
    width: 324px;
}

#content h2.no-underline {
    border: 0;
    padding: 0;
    margin: 0;
}

.sub-header {
    border-bottom: 1px solid #DEE3E5;
    font-size: 12px;
    color: #7A828C;
    padding-bottom: 15px;
}

.change-password .detail-box {
    width: 290px;
}

.change-password input[type=text] {
    width: 288px;
}

.search-box {
    width: 655px;
}

#search-ticket-status {
    background-image: none;
    height: 105px;
    padding: 10px;
}

input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    background: #FFFFFF;
    border: 1px solid #DEE3E5;
    box-shadow: none;
    outline: none;
    vertical-align: sub;
    position: relative;
}

input[type=radio]:checked {
    background: #009BDB;
    border: 3px solid #FFFFFF;
}

.radio-label {
    font-size: 12px;
    color: #7A828C;
    margin-top: 13px;
    display: inline-block;
}

.radio-list-left {
    width: 170px;
    float: left;
    margin-top: 20px;
}

.radio-list-left label {
    margin-top: 13px;
}

.radio-list-right input {
    margin-left: 10px;
}

.radio-list-right {
    width: 130px;
    float: right;
    text-align: right;
    margin-top: 20px;
}

.field-tip {
    margin: 30px 0 0;
}

/* Pagination */
.pagination {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 50px;
}

.pagination a {
    font-family: 'Arial', sans-serif;
    font-size: 11px;
    color: #B2C4CA;
    margin-left: 4px;
}

.pagination a.active {
    color: #27588D;
    font-weight: 600;
}

/* Camera Lists */
.listItem {
    margin-bottom: 10px;
}

.camListing {
    border: 1px solid #e0e0e0;
    border-radius: 25px;
    padding: 20px;
    display: none;
}

/* FloorPlan Nav */
#floorplan-nav {
    border-bottom: 1px solid #ccc;
}

#floorplan-nav span {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    padding: 6px 30px;
    background: #27588d;
    cursor: pointer;
}

#floorplan-nav .active {
    background: #009bdb;
}

/* FloorPlan */
.floorplan {
    float: left;
    width: 100%;
    margin-right: -100%;
}

.floorplan span {
    font-weight: bold;
    font-size: 12px;
    line-height: 29px;
    margin: 4px 0 0 8px;
    display: block;
    float: left;
}

/* Map Nav */
#map-nav {
    border-bottom: 1px solid #ccc;
}

#map-nav span {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    padding: 6px 35px;
    background: #27588d;
    cursor: pointer;
}

#map-nav span.red,
#map-nav span.orange,
#map-nav span.pink {
    padding-right: 13px;
}

#map-nav span svg {
    width: 12px;
    height: 12px;
    margin-left: 10px;
    vertical-align: middle;
}

#map-nav .active {
    background: #009bdb;
}

/* Map */
#network-map {
    width: 1120px;
    height: 700px;
    position: relative;
    /*background: #F2F5F7;*/
    margin-bottom: 63px; /*Added 1 Sep 2015*/
}

#network-map img {
    float: right;
}

.map {
    float: left;
    width: 100%;
    margin-right: -100%;
}

/*
.minimap {
    width: 164px;
    height: 80px;
    position: absolute;
    right: 20px;
    overflow: hidden;
    border: 1px solid #DEE3E5;
}

.minimap .stately {
    width: 1800px;
    font-size: 1800px;
}

#minimap1 {
    bottom: 380px;
}

#minimap1 .stately {
    top: -364px;
    left: -1619px;
}

#minimap2 {
    bottom: 290px;
}

#minimap2 .stately {
    top: -434px;
    left: -1819px;
    font-size: 2000px;
    width: 2000px;
    height: auto;
}

#minimap3 {
    bottom: 200px;
}

#minimap3 .stately {
    top: -452px;
    left: -1796px;
    font-size: 2000px;
    width: 2000px;
    height: auto;
}

#minimap4 {
    bottom: 110px;
}

#minimap4 .stately {
    top: -588px;
    left: -1735px;
    font-size: 2000px;
    width: 2000px;
    height: auto;
}

#minimap5 {
    bottom: 20px;
}

#minimap5 .stately {
    top: -461px;
    left: -1233px;
    font-size: 1500px;
    width: 1500px;
    overflow: visible;
}

.state-label {
    display: inline-block;
    position: absolute;
    z-index: 10;
}

.state-label.ma {
    width: 57px;
    height: 25px;
    background: url(../Home_Pages/public/images/networkmap/label-ma.png) no-repeat;
    left: 100px;
    top: 17px;
}

.state-label.ri {
    width: 40px;
    height: 25px;
    background: url(../Home_Pages/public/images/networkmap/label-ri.png) no-repeat;
    left: 85px;
    top: 40px;
}

.state-label.ct {
    width: 56px;
    height: 26px;
    background: url(../Home_Pages/public/images/networkmap/label-ct.png) no-repeat;
    left: 68px;
    top: 46px;
}

.state-label.de {
    width: 51px;
    height: 26px;
    background: url(../Home_Pages/public/images/networkmap/label-de.png) no-repeat;
    left: 73px;
    top: 50px;
}

.state-label.md {
    width: 42px;
    height: 26px;
    background: url(../Home_Pages/public/images/networkmap/label-md.png) no-repeat;
    left: 118px;
    top: 55px;
}
*/

.text-orange {
    color: #FFA500;
}

.text-pink {
    color: #FF1493;
}

#pins {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.map-pin {
    width: 25px;
    height: 25px;
    line-height: 24px;
    position: absolute;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: url('../images/networkmap/map-pin.png') no-repeat;
}

.map-pin.red {
    background-image: url('../images/networkmap/map-pin-red.png');
}

.map-pin.orange {
    background-image: url('../images/networkmap/map-pin-orange.png');
}

.map-pin.pink {
    background-image: url('../images/networkmap/map-pin-pink.png');
}

.map-pin.multiple {
    background-image: url('../images/networkmap/map-pin-multiple.png');
}

.map-pin.multiple.red {
    background-image: url('../images/networkmap/map-pin-multiple-red.png');
}

.map-pin.multiple.orange {
    background-image: url('../images/networkmap/map-pin-multiple-orange.png');
}

.map-pin.multiple.pink {
    background-image: url('../images/networkmap/map-pin-multiple-pink.png');
}

.map-pin:hover {
    cursor: pointer;
}

.map-pin-info-container {
    width: 270px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    background: #27588D;
    z-index: 10;
    color: #FFFFFF;
}

.map-pin-info-container.red {
    background: #ff1d24;
}

.map-pin-info-container.orange {
    background: #FFA500;
}

.map-pin-info-container.pink {
    background: #FF1493;
}

.map-pin-info:hover,
.map-pin-info-container:hover {
    cursor: default;
}

.map-pin-info .networks {
    padding: 15px 0 0;
}

.map-pin-info p {
    font-size: 11px;
    font-weight: 700;
    line-height: 14px;
    color: #FFFFFF;
    position: relative;
    margin: 0 0 7px;
}

.pin-info-right {
    float: right;
    font-weight: 400;
}

.map-pin-info {
    padding: 12px 18px 0;
    color: #FFFFFF;
}

.map-pin-info h3 {
    margin: 0;
    font-size: 20px;
    line-height: 20px;
    color: #FFFFFF;
}

.map-pin-info h3 span {
    padding-left: 26px;
    margin: 7px 0 0 2px;
    display: block;
    font-size: 11px;
    line-height: 26px;
    font-weight: normal;
    color: #FFFFFF;
    background: url('../images/networkmap/map-pin-location-icon-sm.png') no-repeat 0 4px;
}

.map-pin-info h3 span:first-child {
    margin-top: 0;
}

.multiple .map-info-site-code {
    position: relative;
}

.multiple .map-info-site-code:after {
    display: block;
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #fff;
}

.multiple .map-info-site-code.open:after {
    margin-top: -2px;
    border-width: 5px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
}

.map-info-dropdown h3 {
    margin-top: 10px;
}

.map-pin-info hr {
    color: #FFFFFF;
    border-top: 1px solid #FFFFFF;
    height: 0;
    margin: 10px 0;
}

.icons_row {
    margin-top: 12px;
}

#map-stats {
    text-align: center;
    height: 31px;
    background: #e5e9ea;
    width: 1120px; /*Added 1 Sep 2015*/
}

#map-stats p {
    display: inline-block;
    font-size: 11px;
    color: #27588D;
    line-height: 31px;
    margin: 0 0 0 24px;
}

#map-stats p:first-child {
    margin: 0;
}

/*
#network-map-key {
    width: 993px;
    padding: 30px 0 22px 0;
    margin-top: 12px;
    font-size: 12px;
    color: #71848f;
    background: url('../images/networkmap/network-map-key-bg.png') no-repeat 0 0;
}

#network-map-key .icon {
    padding: 18px 14px;
    margin: 0 5px 0 15px;
    overflow: hidden;
    display: inline-block;
    background: url('../images/networkmap/key-icons.png') no-repeat;
}

#network-map-key .icon.blue {
    background-position: 0 0;
}

#network-map-key .icon.gray {
    background-position: -30px 0;
}

.networkmap .content-block {
    padding: 18px 0;
}

.networkmap .content-block small {
    font-size: 12px;
    color: #71848f;
}

.networkmap .content-block p {
    font-size: 16px;
    line-height: 27px;
    font-weight: 100;
}

.networkmap .content-block h4 {
    font-size: 16px;
    color: #005893;
    margin-bottom: 0;
}

.networkmap .content-block h4 small {
    font-weight: 100;
}
*/

/* Footer */
#footer-container {
    background: #e6ebef;
    padding: 25px 0;
}

#footer-left {
    float: left;
}

#footer-left p {
    font-size: 12px;
    line-height: 22px;
    color: #7f92a0;
    margin: 0;
}

#footer-left p.bigtext {
    font-size: 14px;
}

#footer-left a,
#footer-left span {
    font-size: 12px;
    color: #7f92a0;
}

#footer-left span {
    padding: 0 5px;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
* {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
}

a,
a:visited {
    text-decoration: underline;
}

a[href]:after {
    content: " (" attr(href) ")";
}

abbr[title]:after {
    content: " (" attr(title) ")";
}

/*
 * Don't show links for images, or javascript/internal links
 */

.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
}

pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
}

thead {
    display: table-header-group; /* h5bp.com/t */
}

tr,
img {
    page-break-inside: avoid;
}

img {
    max-width: 100% !important;
}

@page {
    margin: 0.5cm;
}

p,
h2,
h3 {
    orphans: 3;
    widows: 3;
}

h2,
h3 {
    page-break-after: avoid;
}
}

/***********Over Write Controls**************/

.form-control {
    width: 250px !important;
}

.Medium_title {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
}

.small_title {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 3px;
}

.tiny_txtbox {
    width: 50px !important;
}

.large_textbox {
    width: 290px !important;
}

.black_Label {
    color: black !important;
    font-weight: normal;
}

.Controls_inline {
    height: 33px !important;
}

/*******************GRID CSS*******************/
.alt-row {
    color: #333333;
    vertical-align: middle;
}

.button3 {
    min-width: 40px !important;
}

.Headerlinks tr th a {
    color: #27588D !important;
    font-weight: bold;
}

.gridHeader :hover {
    background-color: transparent;
}

.sort-img {
    padding-left: 4px;
    height: 6px;
}

.btn-align {
    margin-bottom: 20px !important;
    margin-top: 22px !important;
}

.gridview {
    background-color: #fff;
    padding: 2px;
    /*margin:2% auto;*/
    font-weight: bold;
    width: 20%;
}

.gridview a {
    margin: auto 1%;
    border-radius: 50%;
    background-color: #F2F5F7;
    padding: 5px 10px 5px 10px;
    /*color:#fff;*/
    text-decoration: none;
    -o-box-shadow: 1px 1px 1px #111;
    -moz-box-shadow: 1px 1px 1px #111;
    -webkit-box-shadow: 1px 1px 1px #111;
    box-shadow: 1px 1px 1px #111;
}

.gridview a:hover {
    background-color: #e6ebef;
    color: #fff;
}

.gridview span {
    background-color: #009bdb;
    color: #fff;
    -o-box-shadow: 1px 1px 1px #111;
    -moz-box-shadow: 1px 1px 1px #111;
    -webkit-box-shadow: 1px 1px 1px #111;
    box-shadow: 1px 1px 1px #111;
    border-radius: 50%;
    padding: 5px 10px 5px 10px;
}

.rowButton {
    background: #009bdb;
    margin-top: 6px;
    height: 34px;
    margin-bottom: 1px;
}

/* v3 redesign */
/* map icons */
.floorplan-icon {
    background: url('../Home_Pages/public/images/icons/icon_floorplan.png') no-repeat;
    width: 28px;
    height: 28px;
    float: left;
    cursor:pointer;
}

.cmms-icon {
    background: url('../Home_Pages/public/images/icons/icon_CMMS.png') no-repeat;
    width: 28px;
    height: 28px;
    float: left;
    cursor:pointer;
}

.ticket-submit-icon {
    background: url('../Home_Pages/public/images/icons/icon_submit_ticket.png') no-repeat;
    width: 28px;
    height: 28px;
    float: left;
    margin-left: 5px;
    cursor:pointer;
}

.cross-connect-icon {
    background: url('../Home_Pages/public/images/icons/icon_cross_connect.png') no-repeat;
    width: 28px;
    height: 28px;
    float: left;
    margin-left: 5px;
    cursor:pointer;
}

.mop-icon {
    background: url('../Home_Pages/public/images/icons/icon_mop.png') no-repeat;
    width: 20px;
    height: 28px;
    float: left;
    margin-left: 5px;
    cursor:pointer;
}

.rpp-panel-icon {
    background: url('../Home_Pages/public/images/icons/icon_rpp_panel.png') no-repeat;
    width: 20px;
    height: 28px;
    float: left;
    margin-left: 5px;
    cursor:pointer;
}

.ckt-power-icon {
    background: url('../Home_Pages/public/images/icons/icon_ckt_power.png') no-repeat;
    width: 28px;
    height: 28px;
    float: left;
    margin-left: 5px;
    cursor:pointer;
}

.google-map-icon {
    background: url('../Home_Pages/public/images/icons/icon_google_map.png') no-repeat;
    width: 28px;
    height: 28px;
    float: left;
    margin-left: 5px;
    cursor:pointer;
}

.dashboard-icon {
    background: url('../Home_Pages/public/images/icons/icon_dashboard.png') no-repeat;
    width: 28px;
    height: 28px;
    float: left;
    margin-left: 5px;
    cursor:pointer;
}

.calendar-icon {
    background: url('../Home_Pages/public/images/icons/icon_calendar.png') no-repeat;
    width: 28px;
    height: 28px;
    float: left;
    margin-left: 5px;
    cursor:pointer;
}

.onsite-icon {
    background: url('../Home_Pages/public/images/icons/icon_onsite.png') no-repeat;
    width: 33px;
    height: 33px;
    float: left;
    margin-left: 5px;
    cursor:pointer;
}

.floatRight {
    float: right;
}

.Grid_tix {
    margin: 0px !important;
}

.tab {
    margin-left: 40px;
}

.bigGap {
    margin-top: 30px;
}

.smallGap {
    margin-top: 10px;
}

.inline {
    display: inline !important;
    width: 175px;
}

.alignTop {
    vertical-align: top;
}

.alignCenter {
    text-align: center;
}

.alignLeft {
    text-align: left;
}

.padding10px {
    padding: 10px;
}

.dateBox {
    width: 110px !important;
}

.timeBox {
    width: 110px !important;
}

.input_box {
    width: 150px;
}

.box {
    border-radius: 5px;
    /*border: 2px solid #2b669a;*/
    padding: 5px;
    background-color: #EDF2F5/*#AFCEEA*/;
    color: #27588d;
    height: 375px;
    font-weight:bold;
}

.box_sub {
    border-radius: 5px;
    border: 2px solid #2b669a;
    padding: 14px;/*25px;*/
    background-color: #2b669a;
    color: #ffffff;
    font-weight:bold;
    text-align:center;
    height:75px;
    width:250px;
    margin-left: auto;
    margin-right: auto;
    display: table;
}

.box_sub a {
    display: table-cell;
    vertical-align: middle;
}

.gap {
    margin-top: 40px;
}

.color_white {
    color: #ffffff;
}

/* overwrite datepicker properties */
.ui-datepicker {
    background: #005882;
    border: 1px solid #555;
    color: #EEE;
}

.ui-datepicker th {
    text-align: center;
    font-weight: bold;
    color:#fff;
}

.ui-datepicker tr {
    height:0px;
}

.ui-datepicker tr:not(:first-child):hover {
    background: none;
}

.ui-datepicker select {
    padding:0px;
}

.ui-timepicker-div
{
    color:#fff;
    font-weight:bold;
}

* {
    border-radius: 0 !important;
}

.temp.temp_null {
    display: inline-flex;
    justify-content:center;
    align-items:center;
    border-color: #005882;
    border: 5px;
    position:absolute;
    overflow:hidden;
    font-size:11px;
    border-radius: 50% !important;
    z-index:2;
    background: -webkit-radial-gradient(#ffffff 0%, #ffffff 60%); /* Safari 5.1 to 6.0 */
    background: -o-radial-gradient(#ffffff 0%, #ffffff 60%); /* For Opera 11.6 to 12.0 */
    background: -moz-radial-gradient(#ffffff 0%, #ffffff 60%); /* For Firefox 3.6 to 15 */
    background: radial-gradient(#ffffff 0%, #ffffff 60%); /* Standard syntax */
}

.temp.temp_1 {
    display: inline-flex;
    justify-content:center;
    align-items:center;
    background-color:#ff0000;
    position:absolute;
    overflow:hidden;
    font-size:11px;
    border-radius: 50% !important;
    z-index:2;
    background: -webkit-radial-gradient(#ffffff 0%, #91ecff 60%); /* Safari 5.1 to 6.0 */
    background: -o-radial-gradient(#ffffff 0%, #91ecff 60%); /* For Opera 11.6 to 12.0 */
    background: -moz-radial-gradient(#ffffff 0%, #91ecff 60%); /* For Firefox 3.6 to 15 */
    background: radial-gradient(#ffffff 0%, #91ecff 60%); /* Standard syntax */
}

.temp.temp_2 {
    display: inline-flex;
    justify-content:center;
    align-items:center;
    background-color:#ff0000;
    position:absolute;
    overflow:hidden;
    font-size:12px;
    border-radius: 50% !important;
    z-index:2;
    background: -webkit-radial-gradient(#fff2a3 0%, #91ecff 40%); /* Safari 5.1 to 6.0 */
    background: -o-radial-gradient(#fff2a3 0%, #91ecff 40%); /* For Opera 11.6 to 12.0 */
    background: -moz-radial-gradient(#fff2a3 0%, #91ecff 40%); /* For Firefox 3.6 to 15 */
    background: radial-gradient(#fff2a3 0%, #91ecff 40%); /* Standard syntax */
}

.temp.temp_3 {
    display: inline-flex;
    justify-content:center;
    align-items:center;
    background-color:#ff0000;
    position:absolute;
    overflow:hidden;
    font-size:12px;
    border-radius: 50% !important;
    z-index:2;
    background: -webkit-radial-gradient(#fff2a3 0%, #91ecff 60%); /* Safari 5.1 to 6.0 */
    background: -o-radial-gradient(#fff2a3 0%, #91ecff 60%); /* For Opera 11.6 to 12.0 */
    background: -moz-radial-gradient(#fff2a3 0%, #91ecff 60%); /* For Firefox 3.6 to 15 */
    background: radial-gradient(#fff2a3 0%, #91ecff 60%); /* Standard syntax */
}

.temp.temp_4 {
    display: inline-flex;
    justify-content:center;
    align-items:center;
    background-color:#ff0000;
    position:absolute;
    overflow:hidden;
    font-size:12px;
    border-radius: 50% !important;
    z-index:2;
    background: -webkit-radial-gradient(#fff2a3 0%, #91ecff 80%); /* Safari 5.1 to 6.0 */
    background: -o-radial-gradient(#fff2a3 0%, #91ecff 80%); /* For Opera 11.6 to 12.0 */
    background: -moz-radial-gradient(#fff2a3 0%, #91ecff 80%); /* For Firefox 3.6 to 15 */
    background: radial-gradient(#fff2a3 0%, #91ecff 80%); /* Standard syntax */
}

.temp.temp_5 {
    display: inline-flex;
    justify-content:center;
    align-items:center;
    background-color:#ff0000;
    position:absolute;
    overflow:hidden;
    font-size:12px;
    border-radius: 50% !important;
    z-index:2;
    background: -webkit-radial-gradient(#fff2a3 0%, #91ecff 90%); /* Safari 5.1 to 6.0 */
    background: -o-radial-gradient(#fff2a3 0%, #91ecff 90%); /* For Opera 11.6 to 12.0 */
    background: -moz-radial-gradient(#fff2a3 0%, #91ecff 90%); /* For Firefox 3.6 to 15 */
    background: radial-gradient(#fff2a3 0%, #91ecff 90%); /* Standard syntax */
}

.temp.temp_6 {
    display: inline-flex;
    justify-content:center;
    align-items:center;
    background-color:#ff0000;
    position:absolute;
    overflow:hidden;
    font-size:12px;
    border-radius: 50% !important;
    z-index:2;
    background: -webkit-radial-gradient(#ff0000 0%, #ffcc00 60%); /* Safari 5.1 to 6.0 */
    background: -o-radial-gradient(#ff0000  0%, #ffcc00 60%); /* For Opera 11.6 to 12.0 */
    background: -moz-radial-gradient(#ff0000  0%, #ffcc00 60%); /* For Firefox 3.6 to 15 */
    background: radial-gradient(#ff0000 0%, #ffcc00 60%); /* Standard syntax */
}

.cabinet_links_null {
    display:block;
    border:1px solid #005882;
    text-align:center;
    position:absolute;
    overflow:hidden;
    font-size:8px;
    padding-top:5px;
    z-index:3;
}

.cabinet_links_low {
    display:block;
    border:1px solid #005882;
    text-align:center;
    position:absolute;
    overflow:hidden;
    font-size:8px;
    padding-top:5px;
    z-index:3;
    background-color: #c1ffcb;
    opacity: 0.7;
}

.cabinet_links_medium {
    display:block;
    border:1px solid #005882;
    text-align:center;
    position:absolute;
    overflow:hidden;
    font-size:8px;
    padding-top:5px;
    z-index:3;
    background-color: #ffdf89;
    opacity: 0.7;
}

.cabinet_links_high {
    display:block;
    border:1px solid #005882;
    text-align:center;
    position:absolute;
    overflow:hidden;
    font-size:8px;
    padding-top:5px;
    z-index:3;
    background-color: #ffa0a0;
    opacity: 0.7;
}

.cabinet_links:link {
    color: #005882;
    text-decoration: none;
    font-weight: normal;
}

.cabinet_links:visited {
    color: #005882;
    text-decoration: none;
    font-weight: normal;
}

.cabinet_links:hover {
    color: #005882;
    text-decoration: none;
    font-weight: normal;
}

.cabinet_links:active {
    color: #005882;
    text-decoration: none;
    font-weight: normal;
}

.label_low
{
    background-color: #c1ffcb;
    color:black;
    padding:3px;
}

.label_medium
{
    background-color: #ffdf89;
    color:black;
    padding:3px;
}

.label_high
{
    background-color: #ffa0a0;
    color:black;
    padding:3px;
}

.vertical-text {
    white-space: nowrap;
}

.vertical-text > div {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    padding-left: 5px;
    width: 18px;
}
