﻿body
{
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: #a1acb7;
}

.select-doctype {
    font-size:medium;
  background-color:lightgray;
}

.menu-innerbox {
   cursor:pointer;
   float: left;
   margin-right:8px; 
}

select, option,  input[type='checkbox'],  input[type='radio'] {
    cursor:pointer;
}

.blmfileselected {
    background: #f1f1f1;
}

.preloader-overlay {
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: fixed;
  left: 0;
  top: 0;
  opacity: .7;
  z-index: 999;
}
.preloader-overlay img {
  position: absolute;
  left: 50%;
  top: 40%;
  margin-left: -16px;
  margin-top: -16px;
}

.protbg
{
    border: 1px solid;
    padding: 0px;
    margin: 4px;
}

.protheaderbg
{
    background-color: #F0F0F0;
    height: 25px;
    padding: 0px;
    border: 0px;
    margin: 0px;
    line-height: 25px;
    vertical-align: central;
    -webkit-border-radius: 5px 5px 3px 3px;
    -moz-border-radius: 5px 5px 3px 3px;
    border-radius: 5px 5px 3px 3px;
    cursor:pointer;
    /*-webkit-box-shadow: 0px 6px 10px #a1acb7;
    -moz-box-shadow: 0 0 0 0px #F0F0F0, 0px 5px 10px #a1acb7;
    box-shadow: 0px 6px 10px #a1acb7;*/

}

.prot-color-mark
{
    width: 16px;
    height: 16px;
    float: left;
    margin: 4px 4px 2px 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.showimg
{
    float: left;
    margin: 0px 5px 0px 0px;
}

/* header starts */
.navbar-default
{
    background-color: #00A533;
    border-color: #00A533;
}

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus
    {
        color: #fff; /*Sets the text hover color on navbar*/
    }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus
    {
        color: white; /*BACKGROUND color for active*/
        background-color: #00A533;
    }

    .navbar-default .navbar-brand
    {
        color: #fff;
    }

    .navbar-default .navbar-nav > li > a
    {
        color: #fff;
    }

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus
{
    color: #262626;
    text-decoration: none;
    background-color: #66CCFF; /*change color of links in drop down here*/
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus
{
    color: #fff;
    background-color: #00B533;
}

.curveviewer-container
{
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 auto;
    float: left;
}

.settings-container
{
    /*position: absolute;*/
    width: 41% !important;
    margin-left:1%;
}

.chart-container
{
    float: right;
    height: auto;
}
.custom-width {
    width: 100%;
    margin-left: 5%;
    background-color: darkgray;
    height: auto;
}

  .cd-result-box-main
{
    float: left;
    width: 50%;    
    z-index: 1;
    margin-left: 27px;
}

  @media screen and (min-width: 1281px) 
{
    .left-main-panel-width{
         width: 50%;
    }
    .custom-width {
        width: 80%;
        margin-left:5%;
        background-color:darkgray;
        height:auto;
    }
    .cd-result-box-main
    {
        float: left;
        width: 55%;        
        z-index: 1;
        margin-left: 27px;
    }
}
@media screen and (min-width: 1001px) and (max-width: 1280px)
{
    .left-main-panel-width{
         width: 50%;
    }    
}

@media screen and (min-width: 701px) and (max-width: 1000px)
{
    .curveviewer-container
    {
        width: 90%;
        height: auto;
        position: relative;
        margin: 0 auto;
        float: left;
    }
    .left-main-panel-width{
         width: 70%;
    }
     .cd-result-box-main
    {
        float: left;
        width: 55%;        
        z-index: 1;
        margin-left: 27px;
    }
}

@media screen and (min-width: 400px) and (max-width: 700px)
{
    .curveviewer-container
    {
        width: 95%;
        height: auto;
        position: relative;
        margin: 0 auto;
        float: left;
    }
    .left-main-panel-width{
         width: 80%;
    }
     .cd-result-box-main
    {
        float: left;
        width: 70%;
        position: absolute;
        z-index: 1;
        margin-left: 27px;
    }
}


.popupheader
{
    float: left;
    background: url(../images/titlebg.png) repeat-x top left;
    width: 100%;
    padding: 0px 2%;
    height: 32px;
    line-height: 32px;
    color: #fff;
    font-size: 18px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
}

.green
{
    color: #00AA28 !important;
}

.fade
{
    color: #9FA0A4 !important;
}

.css-class-add, .css-class-remove
{
    -webkit-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
    -moz-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
    -o-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
    transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
}

    .css-class,
    .css-class-add.css-class-add-active
    {
        width: 800px;
        display: block;
    }

    .css-class-remove.css-class-remove-active
    {
        width: 0px;
        display: none;
    }

.show-hide
{
    -webkit-transition: all linear 0.5s;
    transition: all linear 0.5s;
    width: 100%;
}

    .show-hide.ng-hide
    {
        opacity: 0;
    }

.overlay
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0,0,0,0.5); /*dim the background*/
}

.animate-hide {
 -webkit-transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) .5s;
    -moz-transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) .5s;
    -o-transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) .5s;
    transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) .5s;
 line-height: 20px;
    opacity: 1;
    background: white;
    position: absolute;
    left: 0px;
}

.animate-hide.ng-hide {
  left: -100%;
  opacity:0;
  padding:0 10px;
}

.result-grid
{
    border: 1px solid #BAB7B7 !important;
    border-collapse: collapse;
    padding: 5px;
}

    .result-grid th
    {
        background-color: #f1f1f1;
        border-left: 1px solid #BAB7B7;
        border-collapse: collapse;
        padding: 5px;
    }

    .result-grid td
    {
        border-left: 1px solid #BAB7B7;
        border-collapse: collapse;
        padding: 5px;
    }

    .result-grid tr:nth-child(odd)
    {
        background-color: #ffffff;
    }

    .result-grid tr:nth-child(even)
    {
        background-color: #f1f1f1;
    }

.protection-container
{
    width: 100%;
    background-color: white;
    border: 1px solid;
    padding: 0px;
    margin: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 6px 10px #a1acb7;
    -moz-box-shadow: 0 0 0 0px #F0F0F0, 0px 5px 10px #a1acb7;
    box-shadow: 0px 6px 10px #a1acb7;
}

.margin-10
{
    margin: 10px;
}

.cable-header
{
    height: 30px;
    background: #F7F7F7;
    font-weight: bold;
    line-height: 30px;
    margin-left: -15px;
    /*margin-right: -15px;*/
}

    .cable-header .title1
    {
        float: left;
        padding-left: 13%;
    }

    .cable-header .title2
    {
        float: right;
        padding-right: 13%;
    }

        .cable-header .title2 .enables .title3
        {
            float: right;
            color: blue;
            padding-left: 5px;
            cursor: pointer;
        }

        .cable-header .title2 .disables .title3 {
            float: right;
            color: gray;
            padding-left: 5px;
            pointer-events: none;
        }

.cable-group-title
{
    height: 25px;
    line-height: 25px;
    background: #F7F7F7;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 2%;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}

    .cable-group-title .content
    {
        padding-left: 4%;
    }

.left-form-content
{
    width: 48%;
    margin-left: 2%;
}

.right-form-content
{
    width: 48%;
    margin-right: 2%;
}

.thumb
{
    float: left;
    height: 100px;
    width: 100px;
}

.cable-form-two-control
{
    padding-left: -15px;
    padding-right: -15px;
    margin-left: -10px;
}

.form-item
{
    height: 21px;
}

.se-form-control
{
    height: 34px;
    line-height: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.outer-border
{
    border-left: #E7E6E6 solid 2px;
    border-right: #E7E6E6 solid 2px;
}

.middle-separator
{
    border-right: #F7F7F7 solid 2px;
}

.cable-standard
{
    margin-left: 2%;
}

.moi-title
{
    border-bottom: 1px solid #00A533;
    margin-left: 2%;
    margin-bottom: 2%;
    font-weight: bold;
}

.moi-image
{
    height: 80px;
    width: 100px;
}

.float-left
{
    float: left;
}

.right-form-content-margin
{
    margin-bottom: 6px;
}

.result-grid-container
{
    overflow-y: auto;
    min-height: 250px;
    width: 100%;
    margin-bottom:30px; 
    padding: 3px;
}

.result-grid-header
{
    height: 30px;
    background-color: #47a447;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    font-size: 14px;
}

.result-grid-title
{
    float: left;
    margin-left: 5px;
    text-align: center;
    line-height: 30px;
    color: white;
}

.enables .result-grid-title-link
{
    float: right;
    margin-right: 5px;
    color: white;
    line-height: 25px;
}

.disables .result-grid-title-link {
    pointer-events: none;
    float: right;
    margin-right: 5px;
    color: darkgray;
    line-height: 25px;
}

.result-grid-table
{
    border: none;
    color: black;
    font-size: 11px;
}

.result-grid-col-style
{
    text-align: center;
}

.result-grid-row-style
{
    text-align: center;
    height: 25px;
    line-height: 25px;
}

.modal-header-custom
{
    background-color: green;
}

.modal-header-custom-content
{
    color: white;
}

.modal-body-custom
{
    height: 450px;
    overflow-y: auto;
    color: black;
}

.moi-fieldset
{
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 0.35em;
    padding-bottom: 0.625em;
    margin-bottom: 0.625em;
    padding-left: 0.75em;
    padding-right: 0.75em;
    border: 2px groove;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-align: left;
}

.moi-legend
{
    width: auto;
    border-bottom: none;
    font-size: small;
    TEXT-ALIGN: LEFT;
}

.moi-fieldset-body
{
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.cable-schedule-subtitle
{
    float: right;
    margin-right: 8px;
    height: 32px;
    font-size: 14px;
    color: green;
}

.close-image
{
    width: 16px;
    height: 16px;
    float: right;
    margin: 5px 1px 0px 3px;
}

.shadow
{
    -webkit-box-shadow: 6px 0 10px #a1acb7;
    -moz-box-shadow: 0 0 0 0px #F0F0F0, 5px 0 10px #a1acb7;
    box-shadow: 6px 0 10px #a1acb7;
}

.protection-subheader
{
    height: 30px;
    background: #f5f5f5;
    font-weight: bold;
    line-height: 30px;
    padding-left: 5px;
    padding-right: 5px;
}
.protection-subheader .subheader-title
    {
        float: left;
        padding-left: 10%;
    }

.cd-result-box
{
    border-width: 1px 1px 1px 1px;
    border-color: darkgray;
    border-style: solid;
    background-color: #F7F7F7;
    color: black;
    opacity:0.9;
}

    .cd-result-box .header
    {
        height: 20px;
        background: #00B533;
        color: white;
    }

    .cd-result-box .result-body
    {
        padding-top: 6px;
         padding-bottom: 6px;
    }
    
    .cd-result-box .row-spacing
    {
      height:23px;
    }



.padding-0
{
    padding: 0;
    margin: 0;
}

.padding-verticle10
{
    padding-top: 10px;
    padding-bottom: 10px;
}

.left-main-panel0
{
    z-index: 2;
    position: absolute;   
    float: left;
}


.left-main-panel1
{
    /*background-color: #F5F5F5;
    width: 20px;*/
    float: left;
    height: 600px;
}

.left-sub-panel
{
    min-height: 610px;
    background-color: #F5F5F5;
    margin: 0px;
    position: absolute;
    width: 100%;
}

.left-sub-panel-left
{
    float: left;
    width: 96%;
}

.left-sub-panel-right
{
    height: 100%;
    width: 4%;
    float: right;
}

.breadgrum
{
    height: 14px;
    width: 18px;
    cursor:pointer;
}

.right-main-panel0
{
    width: 100%;
    min-height: 600px;
    text-align: center;
}

.right-main-panel1
{
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.table-container
{
    overflow-y: auto;
    height: 400px;
    width: 100%;
}

.button_extra-padding
{
    padding-bottom: 5px;
    padding-top: 4px;
}

#reportModal
{
    margin-top: 70px !important;
}

    #reportModal .modal-body
    {
        height: 310px;
    }

.report-controls
{
    margin-bottom: 10px;
    height: 30px;
    line-height: 15px;
}

.report-form-item
{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 30px;
    width: 130%;
}

.fileinput-button
{
    /*position: relative;*/
    overflow: hidden;
}

    .fileinput-button input
    {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        opacity: 0;
        filter: alpha(opacity = 0);
        font-size: 23px;
        direction: ltr;
        cursor: pointer;
    }

.file-upload-btn
{
    border-radius: 4px;
    font-size: small;
    cursor: pointer;
    padding: 5px;
    margin-right: 4px;
    position: relative;
}

    .file-upload-btn.first-child
    {
        margin-left: 2px;
    }

    .file-upload-btn.active
    {
        color: rgba(255, 255, 255, 0.75);
    }

.footer-separator
{
    border-top: solid 1px;
    margin-top: 3px;
    padding-top: 3px;
}

.left-main-panel-width0{
    width:0px;
}
.button-container {
    margin:3% 0% 3% 0%;
}


.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #3dcd58;
    background: transparent;
    border: 0px solid #D21414;
	border-bottom: 4px solid green;
    
    cursor: default;
    font-size:14px;
    font-weight: bold;
}
.nav-tabs>li>a:hover {
    border:0px;
}
.nav-tabs {
    background-color:#f5f5f5;
    margin-left: -15px;
    margin-right: -15px;
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 2px 2px 0 0;
    color: #505559;
    font-size: 14px;
    font-weight: bold;
}

.loading-dialog {
    display: none;
    position: fixed;
    z-index: 8000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 0, 0, 0, .4 ) ;
     opacity: .5
}

.loading-img{
    position: relative;
    left: 50%; 
    position: fixed;
    text-align: center; 
    top: 40%;    
    color:darkgreen;
}

button:disabled {
 background-color: green !important;
}
.top-margin {
    margin-top:10px;
}
.sche-button {
    background-color: #009530;
    min-height:38px;
    min-width: 200px;
    line-height: 16px;
    width:100%; 
    font-size: 14px;
    color: white;
    position: relative;
    text-decoration:none;
        -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    cursor:pointer;
        text-shadow: none;
    outline: none !important;
        border-color: #009530;
        border:0;

}
.sche-button .sche-button-body {
    /*position: absolute;*/
    display: table;
    min-height: 38px;
    padding:4px 10px 4px 10px;
    text-align:center;
    width: 100%;
}
.sche-button p {
    display:table-cell;
    text-align:center;
    vertical-align:middle;
}
.sche-button:hover {
		color: #ffffff !important;
		background-color: #009530 !important;
		background-repeat: repeat-x;
		border-color: #009530 #009530 #87d300;
		background-color: #009530 !important;
		background-image: linear-gradient(to bottom, #39af1c, #009530);
}
.sche-button[disabled] {
        cursor:not-allowed;
        opacity: .65;
}
/*.sche-button-body:disabled {
        cursor:not-allowed;
        opacity: .65;
}*/
.moi-listbox {
	position:relative;
	overflow:auto;
	border:1px solid grey;
	height:70px;
	width:100%; 
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px; 
	border-radius: 4px 4px 4px 4px;
}
.moi-listbox .moi-list {
	position:absolute; 
	overflow:hidden; 
	list-style: none; 
	padding: 5px; 
	margin: 0;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px; 
	border-radius: 4px 4px 4px 4px;
	width:100%;
}
.moi-list .li {
	list-style: none; 
	padding: 0; 
	margin: 0; 
	padding: 0px;
    cursor:pointer;
}
.moi-list li:hover { background-color: #66afe9; color: #fff; }
.moi-list li.selected { background-color: grey; color: #fff; }


.points-listbox {
	position:relative;
	overflow:auto;
	border:1px solid grey;
	height:150px;
	width:100%; 
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px; 
	border-radius: 4px 4px 4px 4px;
}
.points-listbox .points-list {
	position:absolute; 
	overflow:hidden; 
	list-style: none; 
	padding: 5px; 
	margin: 0;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px; 
	border-radius: 4px 4px 4px 4px;
	width:100%;
}
.points-list .li {
	list-style: none; 
	padding: 0; 
	margin: 0; 
	padding: 0px;
}
.popup-modal-body {
    max-height: 600px;
    overflow-y: auto;
}

.cursor-hand {
    cursor: pointer;
}

.tool-tip, .tool-tip:hover {
    font-size: 13.5px;
    color: blue;
    text-decoration: underline;
}
.tiptext {
    visibility: hidden;
    z-index: 3;
    opacity: 1;
    width: 170%;
    padding: 15px 15px 15px 15px;
    font-weight: normal;
    color: black;
    position: absolute;
    border-radius: 5px;
    background-color: #F5F5F5;
    box-shadow: 6px 6px 6px grey;
    font-size: 14px;
}

.tiptext::after {
    content: " ";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #F5F5F5;
    position: absolute;
    top: -5%;
    left: 5%;
    }

.tool-tip:hover .tiptext {
    visibility: visible;
    top: 130%;
    left: 33%;
}