﻿body {
	background: #2f3238;
	color: #fff;
	font-weight: 400;
	font-size: 1em;
	font-family: Verdana;
}
#auto-style1 {
            width: 600px;
            height: 34px;
        }
#auto-style2 {
            width: 250px;
            height: 34px;
        }
#auto-style3 {
            width: 200px;
            height: 34px;
        }
#auto-style4 {
            width: 150px;
            height: 34px;
        }
#marquee {
    margin-top:0px;
   padding-left:0px;
   margin-left:0px;
   margin-bottom:0px;
   padding-bottom:0px;
    width:100%;
    font-family: Verdana;
	font-size: 14px;
    color:white;
    background: gray;
}
.form-container {
    max-width: 600px;
    padding: 10px;
    background-color: white;
    font-family: Verdana;
}


.form-container input[type=text], .form-container input[type=password] {
width: 100%;
padding: 15px;
margin: 5px 0 22px 0;
border: none;
background: #f1f1f1;
}


.form-container input[type=text]:focus, .form-container input[type=password]:focus {
    background-color: #ddd;
    outline: none;
}
.btn {
    border-radius: 20px;
    background-color:#43B02A;
    color:#FFF;
    font-family:Verdana;
    font-weight:bold;
}

/*Mishika- Added style for partition in versions of Dashboard*/
.n-bordered {
    border: none;
    border-collapse: collapse;
}

    .n-bordered td {
        border: 1px solid grey;
    }

    .n-bordered tr:first-child td {
        border-top: none;
    }

    .n-bordered tr:last-child td {
        border-bottom: none;
    }

    .n-bordered tr td:first-child {
        border-left: none;
    }

    .n-bordered tr td:last-child {
        border-right: none;
    }
/**/

/*Khushboo- Added style for begin processing button*/
 .btn-processing {
    border-radius: 20px;
    background-color:#43B02A;
    color:#FFF;
    font-family:Verdana;
    font-weight:bold;
    font-size:medium;
    width: 11em;  height: 4em;
}

 .disableButton{
    opacity: 0.35; 
    background: #eee;
    color: #444;
}

#menu {   
   height: 50%;
    width:50%;
	top: 100px;
	left: 70px;    
	font-family: Verdana;
	font-size: 12px;    
    float:left;
}
#tabsDiv {
    padding-top :55px; /*Khushboo: edited to manage the formatting issues that came after carousel was added*/
    margin-left :400px;   
    position:absolute;    /*Khushboo: added to manage the formatting issues that came after carousel was added*/
}
.nav-tabs { border-bottom: 2px solid RGBA(208,208,206,0.1); } /*Border at the bottom of the tabs*/

 .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; } /*style on hover*/

 .nav-tabs > li > a { border: none; color: #000000; font: bold 15px Verdana; } /*Font color and style in the anchor tage*/

 .nav-tabs > li.active > a, .nav-tabs > li > a:hover { border: none; color: #000000; background: transparent; } /*anchor tags style on hover*/

.nav-tabs > li > a::after { content: ""; background: #43B02A; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }

.nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }

/*.tab-nav > li > a::after { background: #21527d none repeat scroll 0% 0%; color: #fff; }
.tab-pane { padding: 15px 0; }*/
.tab-content{padding:2px} /*content panel style*/

  #panel, #flip, #panelSet, #flipSet,#flipCLRProc,#panelCLRProc 
  {
            background-color: gray;
            color: white;
            font-family: Verdana;
            width: 900px;
            border: 1px solid;
            text-align: left;
}
#panel, #panelSet, #panelCLRProc {
    display: none;
}
#tblStyle {
    border: 0px solid grey;
    border-collapse: collapse;
    padding: 5px;
    font-family: Verdana;  
}
.flex-master-container {
            display: -webkit-flex;
            display: flex;
            flex-wrap: wrap;
            width: auto;
            height: auto;
            /*background-color: black;*/
        }
.flex-files-container {
            display: -webkit-flex;
            display: flex;
            flex-wrap: wrap;
            width: 70%;
            height: 100%;
            /*background-color: green;*/
        }

/*Khushboo: 20 July 2017
 Added new container for default rule template upload*/
.flex-rule-container {
            display: -webkit-flex;
            display: flex;
            flex-wrap: wrap;
            width: 70%;
            height: 100%;
            /*background-color: green;*/
        }

/*Addition End*/

/*suhazra: PB 1669: added new container to get data from external path via SFTP*/
.flex-externalData-container {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: 70%;
    height: 100%;
    /*background-color: green;*/
}


.flex-upload-container {
            display: -webkit-flex;
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;           
            align-items: stretch;
            top: 0;
            right: 0;
            width: 30%;
            /*height: 70%;*/
            align-items: flex-end;
            width: 100%;
            /*background-color: yellow;*/
        }
.flex-process-container {
            position: absolute;
            right: 0;
            top: inherit;
            display: -webkit-flex;
            display: flex;
            width: 30%;
            height: 20%;
            background-color: orange;
        }


/*Users TAb styles*/
.flex-user-container {
            display: -webkit-flex;
            display: flex;
            flex-wrap: wrap;
            flex-direction: row;
            width: auto;
            height: auto;          
        }
.flex-item {
    width: 100%;
    margin: 10px;
}
.flex-add {
    margin: 10px;
    order: 0;
}

.dialogdemoBasicUsage #popupContainer {
  position: relative; }

.dialogdemoBasicUsage .footer {
  width: 100%;
  text-align: center;
  margin-left: 20px; }

.dialogdemoBasicUsage .footer, .dialogdemoBasicUsage .footer > code {
  font-size: 0.8em;
  margin-top: 50px; }

.dialogdemoBasicUsage button {
  width: 200px; }

.dialogdemoBasicUsage div#status {
  color: #c60008; }

.dialogdemoBasicUsage .dialog-demo-prerendered md-checkbox {
  margin-bottom: 0; }
.searchandselect {
    cursor: pointer;
    position: relative;
    width: 430px;
    border: 1px solid #e6e8ea;
    z-index: 9999;
}
.searchandselect .header {
        height: 40px;
        padding: 10px 15px;
        z-index: 9999;
    }
.searchandselect .search {
        padding: 5px;
        display: none;
        z-index: 9999;
    }

.searchandselect .dropdown {
        border: 1px solid #e6e8ea;
        left: 0;
        list-style: outside none none;
        overflow: auto;
        position: absolute;
        right: 0;
        top: 100%;
        margin: 0;
        padding: 0;
        display: none;
        z-index: 9999;
        background-color: rgb(230, 232, 234);
    }

    .searchandselect.active .search {
        display: inherit;
    }

    .searchandselect.active .dropdown {
        display: inherit;
        max-height: 250px;
    }

    .searchandselect .dropdown li {
        margin: 10px 0 0;
        padding: 0 10px;
    }

        .searchandselect .dropdown li i {
            color: inherit;
            margin-right: 5px;
            vertical-align: middle;
            float: right;
        }

        .searchandselect .dropdown li small {
            margin-right: 10px;
        }

 /*for FAB control*/    
 .fabSpeedDialdemoMoreOptions .md-fab-top-right {
  top: 16px;
}

@media (max-device-width: 600px) {
  .fabSpeedDialdemoMoreOptions .md-fab-top-right {
    top: 9px;
    right: 9px;
  }
}

.fabSpeedDialdemoMoreOptions .md-fab.demo-fab.trigger-fab:hover,
.fabSpeedDialdemoMoreOptions .md-fab.demo-fab.trigger-fab.md-focused,
.fabSpeedDialdemoMoreOptions .md-fab.demo-fab.action-fab:hover,
.fabSpeedDialdemoMoreOptions .md-fab.demo-fab.action-fab.md-focused {
  background-color: #333;
}

.fabSpeedDialdemoMoreOptions .md-fab.demo-fab.action-fab {
  background-color: #aaa;
}

.fabSpeedDialdemoMoreOptions md-content div[flex="50"] {
  padding: 15px;
}

.fabSpeedDialdemoMoreOptions md-fab-speed-dial {
  margin-top: 89px;
}

/*Dashboard Progress Bar*/   
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}


/*Dashboard Progress Bar END*/     
.vr{
  width:1px;
  display:table-cell;
  background-color:black;
  height:100%;
  left:50%;
}

/*Dashboard Progress Bar END*/     
 div.vertical-line{
      width: 2px; 
      background-color: rgba(192, 192, 192, 1); 
      height: 100%;
      float: left; 
     }

/*Thin Progress Bar*/
#RuleProcessProgressBar {
    height: 4px;
    width:150px;
}

#dataProgressBar {
    height: 4px;
    width:150px;
}
/*Addition ended*/

/*for table on reports tab*/
#borderlessTable {
    border-bottom:0px;
}
#borderlessTable th, #borderlessTable td {
    border: 1px;
    background-color:#FFFFFF;
}
.fixed-table-container {
    border:0px !important;
}



/*Footer*/
.footer {

    height:35px; 
    width: 100%; 
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    position: fixed;
    bottom: 0pt;
    left: 0pt;
    color: white; 
   background: black;

}
.footer_contents {

    height:35px; 
    width: 100%; 
    margin:auto;
    margin-top:2px;
 }
.navbar-nav.navbar-center {
    position: absolute;
    left: 6%;
    font-size: 14px;
    margin-top: 0px;    
    color: #9d9d9d;
}
/*UI Responsive - for Application name on Header*/
 @media (min-width: 768px) {
  .navbar-nav.navbar-center {
    position: absolute;
    left: 40%;
    font-size: 24px;
    margin-top: 9px; 
    font-weight: bold; 
    color: #fff;
  }
}
@media (min-width: 768px) {
    #menu {
        height: 50%;
        width: 50%;
        top: 100px;
        left: 70px;
        font-family: Verdana;
        font-size: 12px;
        float: left;
    }
}
/*for internet strength on header*/

.icon__signal-strength {
    display: inline-flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: auto;
    height: 23px;
    padding: 4px;
}


.strong span {
    display: inline-block;
    width: 4px;
    margin-left: 2px;
    transform-origin: 100% 100%;
    background-color: #43B02A;
    border-radius: 2px;
}

.weak span {
    display: inline-block;
    width: 4px;
    margin-left: 2px;
    transform-origin: 100% 100%;
    background-color: red;
    border-radius: 2px;
}

.icon__signal-strength .bar-1 {
    height: 25%;
}

.icon__signal-strength .bar-2 {
    height: 50%;
}

.icon__signal-strength .bar-3 {
    height: 75%;
}

.icon__signal-strength .bar-4 {
    height: 100%;
}


.signal-1 .bar-2,
.signal-1 .bar-3,
.signal-1 .bar-4 {
    opacity: 1;
    background-color: #9d9d9d;
}

.signal-2 .bar-3,
.signal-2 .bar-4 {
    opacity: 1;
    background-color: #9d9d9d;
}

.signal-3 .bar-4 {
    opacity: 1;
    background-color: #9d9d9d;
}


/*for feedback dropdown style   - Prameet on 17 July 17*/
.feedbackDropDown select {
    font-family:Verdana;
    margin-bottom:10px;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 5px 5px 5px 5px;   
    height: 40px;  
    padding: 10px;
    width: 430px;
}
/*for splash screen   - Prameet on 08 feb 18*/
.video-slider {
    width: 100%;
    height: 40em;
    background: #444;
    position: relative;
    overflow: hidden;
}
.slide {
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.button-download{
float: left;
}
.slide:first-child{
    left: 0;
}
.overlay-content {
    background: rgba(0, 0, 0, .7);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4em;
    height: 3em;
    margin-top: -1.5em;
    margin-left: -2em;
    background: red;
    border-radius: 1em;
    cursor: pointer;
}
.play-button:after {
    content:"\25b6";
    font-size: 2em;
    line-height: 1.4em;
}
video {
    max-height: 100%;
    max-width: 100%;
}
.slide-arrow{
    position: absolute;
    top: 0;
    left: 0;
    height: 45%;
    width: 15%;
    cursor: pointer;
    opacity: .2;
    color:white;
    
}
.slide-arrow:hover{
    opacity: 1;
}
.slide-arrow:after{
    content: "\003c";
    text-align: center;
    display: block;
    height: 10%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 3em;
}
.slide-arrow.right:after{
    content: "\003e";
}
    .slide-arrow.right {
        left: auto;
        right: 0;
    }
/*End Splash screen*/

/*Splash Screen changes post JS Upgrade by dinkhatri*/
.fade.show {
    opacity: 1;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
    transition-property: opacity;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    transition-delay: initial;
}
.modal .modal-dialog {
    z-index: 10051;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}
.modal-backdrop {
    opacity: 0.5 !important;
}
/*End*/