﻿
body {
    font-family:'open sans', sans-serif;
    font-size:13px;
    -webkit-font-smoothing:antialised;

}

a{
   outline:none !important;
}

.container-fluid{
    width:100%;
    position:relative;
    padding-left:0px;
    padding-right:0px;
}


/*
===============================================================================================================================================
                                                            Common Classes used on all Pages
===============================================================================================================================================
*/
ul { padding:0 } 
.well{
    margin-left:5px;
    margin-bottom:10px;
     
}
.row{
    margin-left:0px;
    margin-right:0px;
}
@media only screen and (max-width: 767px) {
     .modal-body .col-sm-6 {
        padding-left: 0px;
        padding-right: 0px;
    }
  
}
hr{
    margin-bottom:0px;
    margin-top:0px;
 
   border-color: rgba(0,0,0,0.2);
 margin-left:15px;
   margin-right:15px;

}
@media only screen and (max-width: 767px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
}
.form-control {
     margin-bottom: 10px;
}
 .form-group{
      margin-top:0px;
   padding-bottom:0px;
  
}
 @media only screen and (max-width: 767px) {
    
 .form-group{
    padding-left:0px;
    padding-right:0px;

}

}
.form-inline{
    padding-left:0px;
    padding-right:0px;
}
.list-group-heading {
  margin-bottom: 0;
  text-transform:uppercase;
  font-size: 13px;
  font-weight:500;
  padding-bottom:10px;
  color:#777;
}
.list-group-content{
  margin-bottom: 0;

  font-size: 13px;
  font-weight:bold;
  padding-bottom:10px;
}

.list-group-content a{
    color:#006dcc;
    font-weight:500;
    font-size:14px;
    text-transform:uppercase;
   
}
.list-group-content a:hover{
    color:#C52229;
}
 .remove-alert-text{
     color:#C52229;
 }

 /*--------------Validation Feedback Icons------------------ */

.form-group{
    margin-bottom:0px;
}
.help-block{
    margin-bottom:0px;
    margin-top:0px;
}
.oeds_dropdown_select .has-feedback  .form-control-feedback  {
    position: absolute;
    display: block;
    right:45px;
    width: 15px;
    height: 34px;
    text-align: center;
}
.has-feedback .form-control-feedback {
    position: absolute;
    top: 3px;
    right: 15px;
    display: block;
    width: 35px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    
}
@media only screen and (min-width:400 px) and (max-width: 500px) {
    .has-feedback .form-control-feedback {
          right: 0px;
    }
}
@media only screen and (max-width: 399px) {
    .has-feedback .form-control-feedback {
          right: -10px;
    }
}
.has-feedback .form-control{
    padding-right:10px;
}
/*-------------Tooltips-----------*/
.oeds_tooltip {
    position: relative;
    display: inline-block;
   
}

.oeds_tooltip .oeds_tooltiptext {
    visibility: hidden;
    width: 180px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -90px;
    font-size:13px;
    opacity:0.9;
}

.oeds_tooltip .oeds_tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
      opacity:0.9;
}
.oeds_tooltip:hover .oeds_tooltiptext {
    visibility: visible;
}


/*-----Line Before and After Text----*/

#oeds_return_to_top {
    opacity: 0.7;
    position: fixed;
    bottom: 25px;
    right: 10px;
    background:rgba(0,0,0,0.3);
    width: 50px;
    height: 50px;
   z-index: 1000;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#oeds_return_to_top span {
    color: #C52229;
    margin: 0;
    position: absolute;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#oeds_return_to_top:hover {
    background: rgba(0, 0, 0, 0.6);
}
#oeds_return_to_top:hover span {
    color: #fff;
    top: 5px;
}


/*-------------Paddings-------------*/
 .paddingZero {
        padding-left: 0px;
        padding-right: 0px;
    }


 .paddingLeftFive{
      padding-left: 15px;
        padding-right: 0px;
 }

 @media only all and (max-width:767px) {
     .paddingLeftFive{
      padding-left: 0px;
        padding-right: 0px;
 }
     .paddingZeroMobile{
        padding-left: 0px;
        padding-right: 0px;
     }

}
  .main{
     padding-left:0px;
     padding-right:0px;
 }
  .alertMessagePopup{
    margin-bottom:0px;
    padding-top:0px;
    padding-bottom:0px;
}


/*----------------Accordion Panels----------*/
 .panel-primary{
    margin-left:3%;
    margin-right:3%;
   
}
.panel-primary>.panel-heading {
  background-color:#337ab7 !important;
    text-align:center;
  outline: 0;
   position:relative;
      position:relative;
      line-height:24px; 
   text-decoration:none !important;
}

.panel-primary>.panel-heading:before{
      color:#fff;
}

a.panel-heading {
    display: block;
    cursor:pointer;
}
.panel-title{
    font-size:18px;
    padding-right:10px;
}


/*--- Icon Indicator for Panel-----------*/
.panel-group .panel-heading .icon-indicator {
float:right;
margin-left:10px;
font-size:20px;
}

.panel-group .panel-heading .icon-indicator:before {
	content: "\2212";
    color:#fff;
}
.panel-group .panel-heading.collapsed .icon-indicator:before {
	content: "\2b";
   color:#fff;
}
.panel-group{
    margin-bottom:5px;
}

/*---------------------------Help Text Heading on Panels Default Role, Location, Role Assignment, Serach Org, Serach Person---------------*/
.panel strong{
    font-weight:500;
}
.help-text-heading{
    padding-left:5px;
    padding-right:5px;
    text-align:center;
}
.tooltip-on-text{
    color:#C52229;
    font-size:14px;
    cursor:pointer;
}
.tooltip-on-text:hover {
    color:#006dcc;
}
.oeds_roleTable_help{
    color:#C52229;
    text-transform:uppercase;
     font-size:16px;
     margin-top:10px;
}
 .oeds_personTable_help{
    color:#5dc0de;
     text-transform:uppercase;
      font-size:16px;
}
  .oeds_personSearch_help{
    color:#006dcc;
     text-transform:uppercase;
      font-size:16px;
}
  .oeds_addressReq_help{
     color:#C52229;
       text-transform:uppercase;
     font-size:16px;
     margin-top:10px;
 }
  .oeds_standardizeReq_help{
     color:#006dcc;
       text-transform:uppercase;
     font-size:16px;
 }
 .oeds_helptxt_def{
     color:#777;
     text-transform:none !important;
     font-size:14px;
       background: url(/Enterprise/v4.0/Mvc/RedMobile/Images/red-arrows.gif) no-repeat left 0px;
        padding: 0 15px 10px 25px;
     font-weight:bold;
 }
 .oeds_helptxt_ans{
      color:#777;
       text-transform:none !important;
     font-size:14px;
  margin-left:5px;
    padding: 0 15px 10px 25px;
 }


/*---------------------Text on Data Tabels to Return the Results Count------------*/

.search-result-total-count h3{
     font-size: 16px;
  margin-top:5px;
  color:#09ad7e;
   padding-bottom:0px;
 
}
.search-result-text h4{
    color:#d9534f;
    font-size:15px;

}
/*---------------------------Page Title with Primary color Background--------------------------*/
.title-bar {
padding-top:-3px;
margin-top:0px;
    background:#337ab7;
}

.title-bar-text h1{
    color:#fff;
    font-size:18px;
    margin-top:5px;
      margin-bottom:5px;
}

.title-bar-text h3{
    color:#fff;
     font-size:16px;
      margin-top:5px;
        margin-bottom:5px;
      text-transform:uppercase;
}
/*----------Oeds Top Navigation Bar -----------*/
.oeds_topTabNavbar .nav-tabs { 
    border-bottom: 2px solid #DDD; 
    box-shadow:1px 0px 7px rgba(0,0,0,0.2);
    text-align:center !important;
   
}
.oeds_topTabNavbar .nav-tabs > li{
     float:none;
    display:inline-block;
    *display:inline; 
     zoom:1; 
}
   .oeds_topTabNavbar .nav-tabs > li.active > a,.oeds_topTabNavbar .nav-tabs > li.active > a:focus,.oeds_topTabNavbar .nav-tabs > li.active > a:hover { border-width: 0; }
    .oeds_topTabNavbar .nav-tabs > li > a { border: none; color: #777; }
       .oeds_topTabNavbar .nav-tabs > li.active > a,   .oeds_topTabNavbar .nav-tabs > li > a:hover { border: none; color: #006dcc !important; background: transparent; }
          .oeds_topTabNavbar .nav-tabs > li > a::after { content: ""; background: #337ab7; height: 4px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
      .oeds_topTabNavbar .nav-tabs > li.active > a::after, .oeds_topTabNavbar .nav-tabs > li:hover > a::after { transform: scale(1); }
 .oeds_topTabNavbar ul li{
  text-align:center;
    font-size:18px;
    text-transform:uppercase;
    list-style:none !important;
  
}

/*---------------More Details Button on Overview, General, Location, Role, Relationship---------------------------*/
  .toggle-nav{
    font-size:15px;
    text-decoration:none !important;
}
.toggle-nav{
    padding-top:0px;
    padding-bottom:0px;
  color:#fff;
}

.toggle-nav a:hover{
     text-decoration:none !important;
}

/*--------------Overview and Location Content Alignment-----------*/
.panel-each-content{
    padding-left:0px;
    padding-right:0px;
}
.panel-row-content{
     padding-left:5px;
    padding-right:5px;
}
.panel-content-location{
    padding-left:0px;
    padding-right:8px;
}
@media only all and (min-width:1300px) {
    .panel-content-location{
    padding-left:0px;
    padding-right:15px;
}
}

/*-----Custome Check boxes-----------*/
.oeds_customeCheckbox{
    margin-top:0px;
    margin-bottom:5px;
}
.oeds_customeCheckbox input[type="checkbox"] {
    display: inline-block;
    width: 15px;
    vertical-align: top;
    margin-top:2px;
}

.oeds_customeCheckbox label{
  display: inline-block;
}

/*--------------------OR--------------*/
  .selectOneFromGroup{
      color:#C52229;
      text-align:center;
  }
  li .text-center-or{
     text-align:center;
     color:#006dcc;
 }
  .oeds_or_text{
    text-align:center;
    font-size:16px;
    font-weight:bold;
}

/*-------------------List of Text Arrangment--------------*/
  .general-list-group-content{
  margin-bottom: 0;

  font-size: 13px;
  font-weight:bold;
  padding-bottom:10px;
}


.general-list-group-content a{
    color:#006dcc;
    font-weight:500;
    font-size:13px;
    text-transform:uppercase;
}
.general-list-group-content a:hover{
    color:#C52229;
}

.general-list-group-title{
    
  font-size: 13px;

padding-left:15px;
  padding-bottom:10px;
  padding-top:10px;
     color:#777;
    font-weight:500;
    font-size:13px;
    text-transform:uppercase;
}

@media only screen and (max-width: 400px) {
    .general-list-group-title {
        padding-left: 5px;
    }
}

.general-list-group-content{
     font-size: 13px;
  padding-bottom:10px;
  padding-top:10px;
     color:#000;
    font-weight:bold;
    text-align:left;
  
}
.oeds_panels_listMargin{
    margin-bottom:10px;
}
/*-----------------Loading Effect--------------*/
 #oeds_loadwrapper p{
   
    font-size:20px;
    text-transform:uppercase;
    color:#fff;
    margin-top:20%;
}
#oeds_loadwrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
   
}
#oeds_spinner {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 4px solid transparent;
    border-top-color: #f0ad4e;
    -webkit-animation: spin 2s linear infinite; 
    animation: spin 0.7s linear infinite; 
}
 
#oeds_spinner_delete {
  display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 4px solid transparent;
    border-top-color: #C52229;
    -webkit-animation: spin 2s linear infinite; 
    animation: spin 0.7s linear infinite; 
}
 #oeds_spinner_edit {
  display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 4px solid transparent;
    border-top-color: #5dc0de;
    -webkit-animation: spin 2s linear infinite; 
    animation: spin 0.7s linear infinite; 
}
 #oeds_spinner_add {
  display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 4px solid transparent;
    border-top-color: #5cb85c;
    -webkit-animation: spin 2s linear infinite; 
    animation: spin 0.7s linear infinite; 
} 
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg); 
        -ms-transform: rotate(0deg); 
        transform: rotate(0deg);  
    }
    100% {
        -webkit-transform: rotate(360deg); 
        -ms-transform: rotate(360deg); 
        transform: rotate(360deg); 
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg); 
        -ms-transform: rotate(0deg); 
        transform: rotate(0deg); 
    }
    100% {
        -webkit-transform: rotate(360deg); 
        -ms-transform: rotate(360deg); 
        transform: rotate(360deg); 
    }
}


/*=============================================================================================================================================
  More Details Content Site Wrapper It has the side bar content and the main panel content
 ==============================================================================================================================================
*/

#site-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height:100%;
}
#site-canvas {
  width: 100%;
  height: 100%;
  position: relative;
  
  -webkit-transform: translateX(0);
  transform: translateX(0);
  
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  
  -webkit-transition: 300ms ease all;
  transition: 300ms ease all;
 
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding:0px;
}
.show-nav #site-canvas {
  -webkit-transform: translateX(200px);
  transform: translateX(200px);
  
  -webkit-transform: translate3d(200px, 0, 0);
  transform: translate3d(200px, 0, 0);
}
#site-menu {
  width: 200px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -200px;
  background: #337ab7;
  padding-top:15px;
 
}
.nav-sidebar glyphicon{
    font-size:20px;
}

.nav-sidebar li{
    font-size:16px;
}

.nav-sidebar a{
    color:#fff;
    background:#337ab7;
}
.nav-sidebar a:hover{
    color:#337ab7;
    background:#fff;
}


/*=============================================================================================================================================
                                                                    Data Tabel Styles
===============================================================================================================================================
*/
 table.dataTable thead .sorting_asc, 
 table.dataTable thead .sorting_desc, 
 table.dataTable thead .sorting_asc_disabled,
 table.dataTable thead .sorting_desc_disabled {
    background-repeat: no-repeat;
    background-position: left !important;
     padding-left: 20px;
}
 table.dataTable thead .sorting{
     background: none !important;
 }
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
     display:none;
}
 .dataTables_wrapper .dataTables_paginate .paginate_button{
    margin-left:3px;
    margin-right:3px;
    color:#006dcc !important;
    background-color:#f7f7f7;
  text-transform:uppercase;
  border: none;
  border-radius: 2px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.26);
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  line-height: 25px;
 padding:3px 15px 3px 15px;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  -webkit-transition: box-shadow 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: box-shadow 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22);
 }
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
      background:#337ab7 !important;
      color:#fff !important ;
        border: none;
  border-radius: 2px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.26);
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  line-height: 25px;
 padding:3px 15px 3px 15px;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  -webkit-transition: box-shadow 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: box-shadow 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
     background:#fff !important;
      color:#337ab7 !important ;
       border:none;
         margin-left:3px;
    margin-right:3px;
  border-radius: 2px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.26);
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  line-height: 25px;
 padding:3px 15px 3px 15px;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  -webkit-transition: box-shadow 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: box-shadow 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

@media only all and (max-width:349px) {
    .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
         padding-left: 4px;
        padding-right: 4px;
    }
    .dataTables_wrapper .dataTables_paginate .paginate_button {
        padding-left: 4px;
        padding-right: 4px;
    }
    .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
          padding-left: 4px;
        padding-right: 4px;
    }
}
@media only all and (min-width:350px) and (max-width:600px) {
    .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
         padding-left: 7px;
    padding-right: 7px;
    }
    .dataTables_wrapper .dataTables_paginate .paginate_button {
    padding-left: 7px;
    padding-right: 7px;
}
        .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
   padding-left: 7px;
    padding-right: 7px;
    }
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before{
     
    top: 8px;
    left: 4px;
    height: 16px;
    width: 16px;
    display: block;
    position: absolute;
    color: white;
    border: none !important;
    box-shadow: 0 0 3px #444;
    box-sizing: content-box;
    text-align: left;
    font-family: 'Courier New', Courier, monospace;
    text-indent: 4px;
    line-height: 16px;
    content: '\2b';
    background-color: #31b131;
}

.orgNameTitle{
    color:#006dcc;
    text-transform:uppercase;
}
.orgNameTitle:hover{
    color:#C52229;
}
.orgNameTitle:focus{
    color:#006dcc;
    outline:0;
}
table.dataTable thead tr th{
   padding-left:10px;
   padding-right:10px;
}
table.dataTable thead th{
     font-weight:500;
     color:#C52229;
     background-color:#f2f2f2;
     text-transform:uppercase;
}
table.dataTable thead {
    background-color:#f2f2f2;
}
table.display tbody tr:nth-child(even) td{
    background-color: #fff !important;
}
 
table.display tbody tr:nth-child(odd) td {
    background-color: #fff !important;
}
table.display tbody tr:nth-child(even):hover td{
    background-color: #f2f2f2 !important;
    cursor:default;
}
table.display tbody tr:nth-child(odd):hover td {
     background-color: #f2f2f2 !important;
     cursor:default;
}
div.dataTables_filter label{
    color:#777;
    font-size:13px;
    text-transform:uppercase;
}
div.dataTables_length label{
     color:#777;
    font-size:13px;
    text-transform:uppercase;
}
div.dataTables_length select{
    width: 60px !important;
    border: 1px solid #ccc;
   color:#006dcc;
    border-radius: 4px;
    font-weight:bold;
}
div.dataTables_length select:focus{
       border: 1px solid #337ab7;
}
.dataTables_wrapper .dataTables_filter input{
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 25px;
    min-width:250px;
    min-height:25px;
}
.dataTables_wrapper .dataTables_filter input:focus{
     border: 1px solid #337ab7;
       border-radius: 25px;
       outline:none !important;
      padding: 5px 5px 5px 8px;
     
}
.dataTables_wrapper .dataTables_filter input:active{
    outline: none !important;
}
@media only all and (max-width:525px){
.dataTables_wrapper .dataTables_filter input{
    min-width:120px;
}
}
/*
===============================================================================================================================================
                                                                   Thumbnail styles 
===============================================================================================================================================
*/
@media only screen and (min-width: 768px) {
.thumbnail
{
    margin-bottom: 10px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border-color:rgba(0,0,0,0.2);
}
}

.thumbnail{
    padding-bottom:0px;
}
/*
===============================================================================================================================================
                                           Bootsrap Modal Styles includes Header, Footer, Body & Buttons 
===============================================================================================================================================
*/
/*Modal Styles*/
.draggable{
  position: absolute;
  z-index: 1000
}
.draggable-handler{
  cursor: pointer
}
.dragging{
  cursor: move;
  z-index: 2000 !important
}
.close-modal-btn{
    color:#C52229;
    font-size:35px;
    font-weight:500;
    opacity:1;
}
.modal-header{
    padding-bottom:7px;
  
    border-bottom:1px solid #C52229;
     background-color:#f2f2f2;
     color:#C52229;
     font-weight:500;
}
.modal-footer{
    padding:10px;
    border-top:1px solid #C52229;
    background-color:#f2f2f2;
}
.modal-footer btn{
    margin-top:0px;
}
.modal .modal-body {
    max-height: 650px;
    overflow-y: auto;
}

.modal .modal-body{
    scrollbar-track-color:#f2f2f2;
     scrollbar-highlight-color:#777;
     scrollbar-arrow-color:#f2f2f2;
     scrollbar-face-color:#777;
}

.modal .modal-body::-webkit-scrollbar{
    width: 7px;
}
 
.modal .modal-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
.modal .modal-body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

@media only all and (min-width:501) and (max-width:767) {
.modal .modal-body {
    max-height: 480px;
    overflow-y: auto;
}

}

@media only all and (min-width:360px) and (max-width:500px) {
.modal .modal-body {
    max-height: 380px;
    overflow-y: auto;
}

}
@media only all and (max-width:359px) {
.modal .modal-body {
    max-height: 280px;
    overflow-y: auto;
}

}
/*
===============================================================================================================================================
                                   Oeds Buttons which includes Customizing Styles of Bootstrap buttons and hovering effects
===============================================================================================================================================
*/
.btn-danger{
     margin:5px;
    padding-top:3px;
    padding-bottom:3px;
   text-align:center;
    padding-left:10px;
    padding-right:10px;
       text-shadow:none !important;
}

/*.btn-success{
    margin-left:20px;
}*/
.btn-warning{
    padding-top:3px;
    padding-bottom:3px;
    margin-top:0px;
     text-shadow:none !important;
}
.btn-primary{
    margin:5px;
    padding-top:3px;
    padding-bottom:3px;
       text-shadow:none !important;
}

.btn-info{
    margin:5px;
    padding-top:3px;
    padding-bottom:3px;
       text-shadow:none !important;
}
.btn-success{
   margin:5px;
    padding-top:3px;
    padding-bottom:3px;
       text-shadow:none !important;
}

/*----------------Search Org Page Customized Buttons-------------------*/
.oeds_advFilt_resetBtn{
    margin-right:3px;
    margin-left:5px;
    margin-top:5px;
    padding-left:5px;
    padding-right:5px;
    font-size:12px;
      border-radius:50px; 
}
.oeds_advFilt_applyBtn{
    margin-left:15px;
    margin-right:5px;
    padding-left:5px;
    padding-right:5px;
    font-size:12px;
      border-radius:50px; 
}

.oeds_advFilter_btnMobile{
    margin-left:-20px;

}

/*----------------------------------Back to Overview pages Btn on Role and Location-----------*/

.oeds_backSearch_btn{
    margin-left:2%;
    padding-left:0px;
     margin-bottom:5px;
}
/*----------------------------------Back Search Result or to Overview pages Btn-----------*/

@media only all and (min-width:320px) and (max-width:374px) {
   .back-search-org-btn{
       padding-left:5px;
       padding-right:5px;
   }
}
@media only all and (min-width:375px) and (max-width:767px) {
   .back-search-org-btn{
       padding-left:10px;
       padding-right:10px;
   }
}
@media only all and (min-width:768px) and (max-width:1200px) {
   .back-search-org-btn{
       padding-left:2%;
       padding-right:2%;
   }
}
 .back-search-org-btn {
        margin-top: 5px;
        margin-bottom: 5px;
    }

   .back_overview_generalpage_btn {
         margin-top: 5px;
    margin-bottom:5px;
    padding-left:1%;
    
    }
@media only all and (min-width:1271px) {
    .back_overview_generalpage_btn {
        margin-top: 5px;
        margin-bottom: 5px;
        padding-left: 1.5%;
    }
}
@media only all and (max-width:767px) {
    .back_overview_generalpage_btn {
        padding-left:2%;
          margin-top: 5px;
    }
}
.back_overview_btn_section{
   margin-top: 5px;
    margin-bottom:5px;
    padding-left:2%;
    margin-top:0px;
}


 /*-----------Panel Footer Buttons of Over View Page---------------*/
 /*.panel-footer .btn-primary{
    float:left;
    background-color:#fff;
    color:#006dcc;
    font-size:14px;
   
   
}
.panel-footer .btn-primary:hover{
    float:left;
    background-color:#337ab7;
    color:#fff;
    
}*/

/*-----------------Help text Icon Color Location, Role, Role Assignment---------*/
.oeds_helptext_add_btn{
     color:#5cb85c;
     font-size:16px;
 }
 .oeds_helptext_remove_btn{
     color:#C52229;
      font-size:16px;
 }
 .oeds_helptext_hyper_btn{
     color:#006dcc;
      font-size:16px;
 }
 .oeds_helptext_edit_btn{
     color:#5dc0de;
      font-size:16px;
 }


 /*-------------- Add,Edit and Remove Buttons ----------*/
.remove-all-persons-btn{
  color: white;
    border-radius: 100%;
   padding-top:5px;
   padding-bottom:5px;
   padding-right:10px;
   
  max-width: 35px;
    text-align: center;
}
.add-person-btn{
   color: white;
    border-radius: 100%;
   padding-top:5px;
   padding-bottom:5px;
   padding-right:10px;
   
  max-width: 35px;
    text-align: center;
}

.add-role-btn {
    color: white;
    border-radius: 100%;
   padding-top:5px;
   padding-bottom:5px;
   padding-right:10px;
   
  max-width: 35px;
    text-align: center;
      
}
 .edit-role-btn{
  
 color: white;
    border-radius: 100%;
   padding-top:5px;
   padding-bottom:5px;
   padding-right:10px;
   max-width: 35px;
  
    text-align: center;

 }
 .remove-role-btn{
   
   color: white;
    border-radius: 100%;
   padding-top:5px;
   padding-bottom:5px;
   padding-right:10px;
   max-width: 35px;
  
    text-align: center;
   
 }
 .add-role-btn span{
   text-align: center;
 }

/*-----------------------Relationship Page Btns-----------*/
.oeds_FiltRelation_btn{
    border-radius:50px;
  
 text-align:right;
}
/*--------Expand & Collpase all Panels Btns on General Page, Relationship--------*/
.exp-all-acc-btn{
      border-radius:50px;
    background:#fff;
    color:#5bc0de;
    text-decoration:none;
    text-shadow:none !important;
}
.exp-all-acc-btn:hover{
      border-radius:50px;
    background:#5bc0de;
    color:#fff;
     text-shadow:none !important;
}

/*----------------Search Person In Role Assignement-----------*/
 .oeds_search_personRole_btn{
     margin-top:0px;
     margin-bottom:0px;
 }
 .multipleRoleBtn{
     color:#006dcc;
     font-size:16px;
     text-align:center;
 }
  .multipleRoleBtn:hover{
     color:#C52229;
     
 }

/*
===============================================================================================================================================
                            Search Organization Page Styles which Includes Text Fields, Adv Filter and Results Section
===============================================================================================================================================
*/

/*----------Oeds Search Org Text Fileds Top Navigation Bar -----------*/
.search-text-fields .thumbnail{
padding:0px !important;
}
.oeds_searchText_tabSection .nav-tabs { 
    border-bottom: 2px solid #DDD; 
    box-shadow:1px 0px 7px rgba(0,0,0,0.2);
    /*text-align:center !important;*/
    background-color:#777;
    border-top:1px solid #777;
}
.oeds_searchText_tabSection .nav-tabs > li{
     float:none;
    display:inline-block;
    *display:inline; 
     zoom:1; 
}
   .oeds_searchText_tabSection .nav-tabs > li.active > a,
   .oeds_searchText_tabSection .nav-tabs > li.active > a:focus,
   .oeds_searchText_tabSection .nav-tabs > li.active > a:hover {
        border-width: 0;
   }
    .oeds_searchText_tabSection .nav-tabs > li > a {
         border: none;
          color: #fff; 
          font-weight:500; 
          padding-top:7px;
          padding-bottom:7px;
    }
       .oeds_searchText_tabSection .nav-tabs > li.active > a,
          .oeds_searchText_tabSection .nav-tabs > li > a:hover {
            border: none; 
            color: #777 !important;
             background: #fff;
             border-radius:0px;
       }
          .oeds_searchText_tabSection .nav-tabs > li > a::after { 
              content: ""; 
              background: #aaa; 
              height: 4px;
               position: absolute;
                width: 100%; 
                left: 0px;
                 bottom: -1px;
                  transition: all 250ms ease 0s;
                   transform: scale(0); 
          }
      .oeds_searchText_tabSection .nav-tabs > li.active > a::after,
       .oeds_searchText_tabSection .nav-tabs > li:hover > a::after { 
          transform: scale(1); 
      }
 .oeds_searchText_tabSection ul li{
    font-size:16px;
    text-transform:uppercase;
    list-style:none !important;
}
@media only screen  and (min-width: 350px) and (max-width: 630px) {
     .oeds_searchText_tabSection ul li{
    font-size:13px;
}
.oeds_searchText_tabSection .nav-tabs > li > a {
          padding-left:5px;
          padding-right:5px;
    }
}
@media only screen  and (max-width: 349px) {
     .oeds_searchText_tabSection ul li{
    font-size:12px;
}
         .oeds_searchText_tabSection .nav-tabs > li > a {
          padding-left:3px;
          padding-right:3px;
    }
}
 .tab-pane .oeds_searchOrgbyAddSec{
    margin-top:10px;
    margin-left:15px;
    margin-right:15px;
}
/*.oeds_searchText_tabSection .nav-pills{
    background-color:#777;
    color:#fff;
    border-radius:0;
   
}
.oeds_searchText_tabSection .nav-pills li a:hover{
    border-radius:0;
    background-color:#fff;
    color:#777;
    font-size:13px;
    font-weight:bold;
}
   .oeds_searchText_tabSection .nav-pills>li a{
    padding:10px 25px 10px 25px;
    }

@media only screen and (min-width: 535px)  and (max-width: 600px) {
       .oeds_searchText_tabSection .nav-pills>li a{
     padding:10px 25px 10px 25px;
    font-size:12px !important;
    }
       .oeds_searchText_tabSection .nav-pills li a:hover{

    font-size:12px;
    font-weight:bold;
}
}
@media only screen and (max-width: 534px) {
       .oeds_searchText_tabSection .nav-pills>li a{
    padding:10px;
    font-size:11px !important;
    }
        .oeds_searchText_tabSection .nav-pills li a:hover{

    font-size:9px;
    font-weight:bold;
}
}
@media only screen and (max-width: 767px) {
    .search-text-fields .thumbnail{
        padding:0px;
    }
}
    .oeds_searchText_tabSection .nav-pills>li.active>a, .oeds_searchText_tabSection .nav-pills>li.active>a:focus, .oeds_searchText_tabSection .nav-pills>li.active>a:hover{
  background-color:#09ad7e;
 color:#fff;
 border-radius:0px;
    }
.oeds_searchText_tabSection .nav-pills li a{
    color:#fff;
    font-size:14px;
    font-weight:500;
}
.tab-pane .oeds_searchOrgbyAddSec{
    margin-top:10px;
    margin-left:15px;
    margin-right:15px;
}*/

 /*---Text Fields Labels, Text Fields Alignment classes-----------*/
.panel strong{
    font-size:18px;
    color:#006dcc;
}
@media only screen and (min-width: 768px) and (max-width: 855px) {
   .panel strong{
    font-size:15px;
    font-weight:600;
}
}
.search-org-text{
    padding-left:5px;
    padding-right:5px;
}
/*@media only screen and (min-width: 768px) and (max-width: 1040px) {
    .panel strong .oeds_searchOrgType {
        font-size:12px !important;
    font-weight:600;
    }
}*/
@media only screen and (max-width: 550px) {
    .search-text-fields {
        padding-left: 8px;
        padding-right: 8px;
    }
}
.search-org-text-internal{
      padding-left:5px;
    padding-right:5px;
}

/*.search-select-dropdown>li>a{

    background:none !important;
    color:#006dcc;
    font-size:16px;

}
.search-select-dropdown>li>a:hover{
    color:#C52229;
}*/

 /*----------------Search Tip-----------*/

@media only all and (max-width:399px) {
      .searchTip  .panel-default{
       margin-left:0px;
         margin-right:0px;
    }
      .search-text-fields{
          padding-left:0px;
          padding-right:0px;
      }
}
@media only all and (max-width:767px) {
      .searchTip{
        margin-bottom:5px;
    }
}


/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 * Off Canvas Search Result with advance Search Fields on Left
 *------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 */
/*-----More Details Offcanvas Toggle-----------------------------------------*/
  #moretabs_button {
    position: fixed !important;
    left:0;
    top: 50%;
    width:50px;
    height:67px;
    position:absolute;
     top: 55%; 
     z-index: 1000;
     transform: rotate(-90deg);
     -webkit-transform: rotate(-90deg); 
     -moz-transform: rotate(-90deg); 
     -o-transform: rotate(-90deg); 
  }

  .left-more-details{
      background:#C52229;
   opacity: 0.9;
  }
   .left-more-details:hover{
      color:#fff;
  }

@media screen and (max-width: 450px) {
     .left-more-details{
   opacity: 0.5;
  }
}

@media screen and (min-width: 1500px){
    .sidebar-offcanvas {
        padding-left:30px;
    }
}
@media screen and (min-width: 1350px) and (max-width: 1499px){
    .sidebar-offcanvas {
        padding-left:25px;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1349px){
    .sidebar-offcanvas {
        padding-left:20px;
    }
}
@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -250px;
  }
  .row-offcanvas-left.active {
    left: 250px;
    
  }
  .sidebar-offcanvas {
    width: 250px;
    height: 100%;
    position: absolute;
    
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
  
  }
}
.nav-sidebar .active a{
    background-color:#fff;
    color:#337ab7;
}
/*=======================================================================
    Search Result View With Animation from left and container
    ==================================================================
*/
.slide-left{
      padding-top:15px;
     
}
.container{
    margin-left:3%;
    margin-right:3%;
   
    padding-left:0px;
}

 /*------- Advance Filter Section on Search Org Page-------------------------------------*/
@media only screen and (min-width:1200px)and (max-width: 1500px) {
    #sidebar{
        padding-right:0px;
    }
}
@media only screen and (min-width:768px)and (max-width: 850px) {
    #sidebar{
        padding-right:0px;
    }
}
#sidebar{
    display: block;
}
.adv-title{
color: #000;
    font-size:18px;
    text-transform:uppercase;
  text-align:center;
  padding:10px 0px 10px 0px;
  font-weight:bold;
}
.faq-accordion { 
  
   margin-top:10px;
  
   list-style: none outside none;
  padding-left:0px;
  padding-bottom:10px;
 
}
.faq-accordion li{
    margin-top:10px;
  margin-bottom:10px;
    border-top:1px rgba(0,0,0,0.2);
  
}
.faq-content li span{
     display: block;
    padding-left: 22px;
    margin-top:-20px;
}
.adv-fltr-content-title a{
    color:#006DCC;
    font-size:16px;
    text-decoration:none !important;
}
.faq-content{
   overflow-x:hidden;
   padding-top:7px;
   text-align:left;
   font-size:14px;
   color:#808080;
}
small{
    text-align:center;
    color:#C52229;
    font-size:13px;
}

.faq-accordion > li > a:after {
    color: #ff8300;
    content: '+';
    float: right;
    font-weight:300;
    margin-right: 1.25em;
    -webkit-transform: scale(2);
            transform: scale(2);
  list-style: none outside none;
}
.faq-accordion > li > a.expanded:after {    /*  After Expand */
    color:  #ff8300;
    content: '\2212';
    -webkit-transform: scale(2);
            transform: scale(2);
}

.faq-hide {display: none}

.faq-selected {
    color: #49494b!important;
 -webkit-transition: all 1s ease;
         transition: all 1s ease;
}
.checkbox input[type=checkbox]{
    float:left;
   position:relative;
   margin-left:5px;
    margin-right:5px;
}
ul .faq-content{
    max-height:295px;
    overflow-y:auto;
    
}
ul .faq-content{
    scrollbar-track-color:#f2f2f2;
     scrollbar-highlight-color:#777;
     scrollbar-arrow-color:#f2f2f2;
     scrollbar-face-color:#777;
}

ul .faq-content::-webkit-scrollbar{
    width: 5px;
}
 
ul .faq-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
ul .faq-content::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
/*------------------------------------------------------------
    Search Result Content Section View With Page Wrap
   ----------------------------------------------------------
*/

#page-wrap {
	margin: 30px;
    margin-top:10px;
}
@media only screen and (min-width:351px)and (max-width: 430px) {
    #page-wrap {
	margin: 20px;
}
}
@media only screen and (max-width: 350px) {
    #page-wrap {
	margin: 10px;
}
}
@media only screen and (max-width: 767px) {
    .search-result-text h4{
        margin-top:5px;
        margin-bottom:5px;
    }
    .search-result-total-count h3{
          font-size:14px;
        margin-top:5px;
        margin-bottom:5px;
    }
}
@media only screen and (max-width: 767px) {
    .search-result-nav-links form-inline from-group{
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
}

@media only all and (max-width:500px) {
    .panel-row-box {
        padding-left: 5px;
        padding-right: 5px;
    }
  
}
.panel-org-search-result{
    padding-left:0px;
    padding-right:0px;
}
@media only screen and (max-width: 767px) {
    
.panel-org-search-result{
   margin-bottom:305px;
 
}
}
 .org_search_result {
     padding-top:0px;
     padding-bottom:0px;
        padding-left: 0px;
        padding-right: 0px;
    }

/*
================================================================================================================================================
                                                            Over View Page Styles
================================================================================================================================================
*/

/*-----------------------------------------------------------------------------
    Viewing Search Result Count on Overview Page for now its is commented out
-------------------------------------------------------------------------------
*/
.overview-search-result-count h3{
    padding-bottom:0px;
    padding-top:0px;
    margin-top:0px;
    margin-bottom:0px;
    color:#990000;
    font-size:16px;
    text-align:center;
   
}
/*----------------------------------------------------------------------------------------------------------------------------------------------
Panels of the overview page styles, Has Media Quaries as in one Row we can fit Maximum Two Panels to maintain Equality for All Screen Sizes
    We have Media Query for ->1330px to Maximum, -> 1225px to 1329px, ->1165px to 1224px, ->1055px to 1164px, ->768px to 1054px, ->500px to 767px , ->400px to 499px,  ->min to 399px 
   -------------------------------------------------------------------------------------------------------------------------------------------
*/

/*---------------------------Start of Media Queries for Panels to Adjust for screen Sizes-----------------------------------------*/
@media only all and (min-width:1481px) {
     .overview-first-row {
        padding-left: 13%;
        padding-right: 13%;
    }
      .overview-second-row {
        padding-left: 13%;
        padding-right: 13%;
    }
}
@media only all and (min-width:1375px) and (max-width:1480px) {

    .overview-first-row {
        padding-left: 12%;
        padding-right: 12%;
    }
      .overview-second-row {
        padding-left: 12%;
        padding-right: 12%;
    }
}
@media only all and (min-width:1308px) and (max-width:1374px) {

    .overview-first-row {
        padding-left: 10%;
        padding-right: 10%;
    }
      .overview-second-row {
        padding-left: 10%;
        padding-right: 10%;
    }
}

@media only all and (min-width:1190px) and (max-width:1307px){

    .overview-first-row {
        padding-left: 9%;
        padding-right: 9%;
    }
      .overview-second-row {
        padding-left: 9%;
        padding-right: 9%;
    }
}
@media only all and (min-width:1164px) and (max-width:1189px){

    .overview-first-row {
        padding-left: 5%;
        padding-right: 5%;
    }
      .overview-second-row {
        padding-left: 5%;
        padding-right: 5%;
    }
}
@media only all and (min-width:1093px) and (max-width:1163px){

    .overview-first-row {
        padding-left: 2%;
        padding-right: 2%;
    }
      .overview-second-row {
        padding-left: 2%;
        padding-right: 2%;
    }
}
@media only all and (min-width:768px) and (max-width:1092px){

    .overview-first-row {
        padding-left: 1%;
        padding-right: 1%;
    }
      .overview-second-row {
        padding-left: 1%;
        padding-right: 1%;
    }
}

@media only all and (min-width:500px) and (max-width:767px){

    .overview-first-row {
        padding-left: 6%;
        padding-right: 6%;
    }
      .overview-second-row {
        padding-left: 6%;
        padding-right: 6%;
    }
}
@media only all and (min-width:400px) and (max-width:499px){

    .overview-first-row {
        padding-left: 6%;
        padding-right: 6%;
    }
      .overview-second-row {
        padding-left: 6%;
        padding-right: 6%;
    }
}

/*-----------------------------------End of Media Queries for Panels to Adjust for screen Sizes---------------------------------------------*/

/*--------------------------------Panels Styles----------------------------*/
.panel{
    margin-top:0px;
    margin-left:2%;
    margin-right:2%;
}
.panel-primary .panel-heading a{
    color:#fff;
    text-decoration:none !important;
}

.panel-primary .panel-heading a:hover{
     text-decoration:none !important;
}
.panel-primary>.panel-heading{
    padding-top:5px;
    padding-bottom:5px;
    padding-left:0px;
    padding-right:15px;
    font-size:18px;
    font-weight:500 !important;
}
.panel-primary{
    padding-left:0px;
    padding-right:0px;
}
.panel-danger{
    border-color:#a94442;
}
.panel-danger>.panel-heading{
      background-color:#a94442;
      background-image:none !important;
        font-size:18px;
    color:#fff;
       padding-top:5px;
    padding-bottom:5px;
}
.panel-warning{
    border-color:#f0ad4e;
}
.panel-warning>.panel-heading{
      background-color:#f0ad4e;
      background-image:none !important;
        font-size:18px;
    color:#fff;
       padding-top:5px;
    padding-bottom:5px;
}
.panel-info{
    border-color:#5dc0de;
}
.panel-info>.panel-heading{
      background-color:#5dc0de;
      background-image:none !important;
      font-size:18px;
    color:#fff;
       padding-top:5px;
    padding-bottom:5px;
}
.panel-success{
    border-color:#5cb85c;
}
.panel-success>.panel-heading{
      background-color:#5cb85c;
      background-image:none !important;
    color:#fff;
    font-size:18px;
       padding-top:5px;
    padding-bottom:5px;
}

.panel-default>.panel-heading {
    text-align:center;
  outline: 0;
   position:relative;
      line-height:24px; 
      color:#fff;
   text-decoration:none !important;
    background-image:none !important;
   padding-top:5px;
   padding-bottom:5px;
   background-color:#777;
   font-size:18px;
}

a.panel-heading {
    display: block;
}

/*------------------------------panel-body styles---------------------------------*/
@media only all and (max-width:767px) {
    .primary-address-title {
        margin-bottom: 0px;
    }
}
.data-title {
  margin-bottom: 0;
  text-transform:uppercase;
  font-size: 13px;
  font-weight:500;
 
  color:#777;
}
.data-content {
  margin-bottom: 0;

  font-size: 13px;
  font-weight:bold;
 
}
.panel-content form-group{
      margin-top:0px;
   padding-bottom:0px;
}
@media only all and (max-width:767px) {
    .panel-content form-group{
     
   padding-bottom:6px;
   padding-top:5px;
   display:inline-block;
}
   
}
@media only all and (min-width:767px) and (max-width:1200px) {
    .panel-body{
    margin-bottom:0px;
    padding-top:10px;
     padding-bottom:10px;
     margin-top:0px;
}
}
.panel-body {
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0px;
}

@media only all and (max-width:767px) {
    .panel-body{
    margin-bottom:0px;
    padding-top:8px;
     padding-bottom:8px;
}
}

.panel-content panel-body{
    margin-bottom:0px;
}
.overview-map-button{
    font-size:16px;
    color:#006dcc;
}

.data-content-title{
    color:#006dcc;
    font-size:18px;
  
}
@media only all and (min-width:768px) and (max-width:991px) {
   .panel-imp-roles{
        margin-top:0px;
    }

}
.data-content a{
     color:#006dcc;
     font-weight:500;
    
}
.data-content a:hover{
     color:#C52229;
    
}
@media only all and (max-width:500px) {
    .overview-panel-each-content{
    padding-left:5px;
    padding-right:0px;
}
}

/*---Panel- Primary Accordion AutoScroll-----*/
.panel-primary>.panel-heading+.panel-collapse>.panel-body{
      max-height:600px;
    overflow-y:auto;
    overflow-x: hidden;
}

@media only screen and (max-width: 340px) {
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
        max-height: 600px;
    }
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body{
    scrollbar-track-color:#f2f2f2;
     scrollbar-highlight-color:#777;
     scrollbar-arrow-color:#f2f2f2;
     scrollbar-face-color:#777;
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body::-webkit-scrollbar{
    width: 5px;
}
 
.panel-primary>.panel-heading+.panel-collapse>.panel-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
.panel-primary>.panel-heading+.panel-collapse>.panel-body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

/*---Panel- Default Accordion AutoScroll-----*/
.panel-default>.panel-heading+.panel-collapse>.panel-body{
      max-height:500px;
    overflow-y:auto;
      overflow-x: hidden;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body{
    scrollbar-track-color:#f2f2f2;
     scrollbar-highlight-color:#777;
     scrollbar-arrow-color:#f2f2f2;
     scrollbar-face-color:#777;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body::-webkit-scrollbar{
    width: 5px;
}
 
.panel-default>.panel-heading+.panel-collapse>.panel-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
.panel-default>.panel-heading+.panel-collapse>.panel-body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

/*---Panel- Danger AutoScroll-----*/



/*---Panel- Danger Accordion AutoScroll-----*/
.panel-danger>.org-relation-body{
      max-height:500px;
    overflow-y:auto;
      overflow-x: hidden;
}
.panel-danger >.org-relation-body{
    scrollbar-track-color:#f2f2f2;
     scrollbar-highlight-color:#777;
     scrollbar-arrow-color:#f2f2f2;
     scrollbar-face-color:#777;
}
.panel-danger >.org-relation-body::-webkit-scrollbar{
    width: 5px;
}
 
.panel-danger >.org-relation-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
.panel-danger >.org-relation-body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

/*---------------------------Panel-footer Properties----------------------------*/
.panel-footer{
    padding:0;
}
/*------------------------General Page Panels Alignement--------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1270px) {
    .oeds_generalPage_panelsFixed{
           padding-left:0px;
            padding-right:0px;
}
.oeds_generalPage_panelsAccordion{
    padding-left:0px;
    padding-right:0px;
}
}

@media only screen and (max-width: 600px) {
    .oeds_generalPage_panelsFixed{
           padding-left:5px;
    padding-right:5px;
}
.oeds_generalPage_panelsAccordion{
    padding-left:5px;
    padding-right:5px;
}
}
.heading-icon{
    font-size:20px;
    margin-top:5px;  
}
.phone-type-org, .phone-num-org, .Ext-phone-org, .phone-primary-org, .phone-private-org{
    padding-left:0px;
    padding-right:0px;
}

/*----------------------------Organization Phone Number Table--------------------*/
/*Phone Number Table*/
@media only screen and (max-width: 545px) {
    .phone-number-txt-field {
        padding-left:0px;
        padding-right:0px;
    }
    .phone-number-text-box{
        padding-left:5px;
        padding-right:0px;
    }
    .phone-text-input{
         padding-left:5px;
        padding-right:5px;
    }
      .contact-panel-general{
        padding-left:10px;
        padding-right:10px;
    }
}
.general-phone-type{
    color:#777 !important;
    text-transform:uppercase;
    font-weight:500 !important;
    font-size:13px !important;
}

.general-contact-info table { 
		width: 100%; 
		border-collapse: collapse; 
	}
	.general-contact-info tr:nth-of-type(even) { 
      border-top: 1px solid rgba(0,0,0,0.1);
		background: #fff; 
	}
    .general-contact-info tr:nth-of-type(odd) { 
      border-top: 1px solid rgba(0,0,0,0.1);
		background: #fff; 
	}

.general-contact-info th { 
		background: #f2f2f2; 
		color: #C52229; 
		font-weight: 500; 
        padding: 6px 6px 6px 15px;
        text-transform:uppercase;
        text-align: left; 
	}

  #oeds_edit_title_text{
    text-align:center;
    padding-top:0px;
    padding-bottom:0px;
}
	.general-contact-info td { 
	 padding: 10px 6px 10px 15px;
		text-align: left; 
      font-weight:bold;
      font-size:12px;
      color:#000;
       
	}
 @media only screen and (max-width: 990px) {         
  #oeds_edit_title_text{
    text-align:left;
                    }
         
           .general-contact-info table{
                   display:block;
                }
            .general-contact-info thead{
                   display:block;
                }
             .general-contact-info tbody{
                   display:block;
                }
              .general-contact-info th{
                   display:block;
                }
              .general-contact-info td{
                   display:block;
                }
               .general-contact-info tr {
                   display:block;
                 
                }
                  .general-contact-info thead tr {
                        position: absolute;
                        top: -9999px;
                        left: -9999px;
                    }
                .general-contact-info tr {
                    border: 1px solid #b3b3b3;
                }
                .general-contact-info td {
                    border: none;
                    padding-top:6px;
                    position: relative;
                    padding-left: 50%;
                   
                    font-weight:500;
                }

                   .general-contact-info td:before {
                        position: absolute;
                        top: 6px;
                        left: 6px;
                        width: 45%;
                        padding-right: 10px;
                       
                        white-space: nowrap;
                        text-transform:uppercase;
                        color:#C52229;
                        font-weight:500;
                    }
                  .general-contact-info td:nth-of-type(1):before {
                        content: "Phone Type";
                    }
                      .general-contact-info td:nth-of-type(2):before {
                        content: "Phone Number";
                    }

                    .general-contact-info td:nth-of-type(3):before {
                        content: "Extension";
                    }

                   .general-contact-info td:nth-of-type(4):before {
                        content: "Primary";
                    }


                   .general-contact-info td:nth-of-type(5):before {
                        content: "Private";
                    }
                    .general-contact-info td:nth-of-type(6):before {
                        content: "Edit";
                    }
                   
            }

@media only screen and (max-width: 990px) {
    .general-contact-info, .general-contact-info-mail {
        border: none;
    }
}

/*-----------------------Org Email Address Table--------------------------------*/
.general-email-type a{
  text-align:left;
  color:#006dcc;
  font-size:13px;
  font-weight:500 !important;
   text-transform:uppercase;

}
.general-email-type a:hover{
 
  color:#C52229;
}
.general-contact-info-mail general-phone-type{
    font-weight:bold;
    text-align:left;
}
.general-contact-info-mail table { 
		width: 100%; 
		border-collapse: collapse; 
	}
	.general-contact-info-mail tr:nth-of-type(odd) { 
		  border-top: 1px solid rgba(0,0,0,0.1);
		background: #fff; 
	}
    .general-contact-info-mail tr:nth-of-type(even) { 
		  border-top: 1px solid rgba(0,0,0,0.1);
		background: #fff; 
	}
.general-contact-info-mail th { 
		background: #f2f2f2; 
		color: #C52229; 
		font-weight: 500; 
       padding: 6px 6px 6px 15px;
        text-align: left; 
        text-transform:uppercase;
	}
	.general-contact-info-mail td { 
		 padding: 10px 6px 10px 15px;
		text-align: left; 
        color:#000;
        font-size:12px;
       font-weight:bold;
	}
   
             @media only screen and (max-width: 990px) {
           .general-contact-info-mail table{
                   display:block;
                }
            .general-contact-info-mail thead{
                   display:block;
                }
             .general-contact-info-mail tbody{
                   display:block;
                }
              .general-contact-info-mail th{
                   display:block;
                }
              .general-contact-info-mail td{
                   display:block;
                }
               .general-contact-info-mail tr {
                   display:block;
                }
                  .general-contact-info-mail thead tr {
                        position: absolute;
                        top: -9999px;
                        left: -9999px;
                    }
                .general-contact-info-mail tr {
                    border: 1px solid #b3b3b3;
                }
                .general-contact-info-mail td {
                 border: none;
                    padding-top:6px;
                    position: relative;
                    padding-left: 25%;
                    font-weight:500;
                }
                   .general-contact-info-mail td:before {
                          position: absolute;
                        top: 6px;
                        left: 6px;
                        width: 30%;
                        padding-right: 10px;
                       
                        white-space: nowrap;
                        text-transform:uppercase;
                        color:#C52229;
                        font-weight:500;
                    }
                 
                 .general-contact-info-mail td:nth-of-type(1):before {
                        content: "Email";
                    }
                   .general-contact-info-mail td:nth-of-type(2):before {
                        content: "Primary";
                    }


                   .general-contact-info-mail td:nth-of-type(3):before {
                        content: "Private";
                    }
                    .general-contact-info-mail td:nth-of-type(4):before {
                        content: "Edit";
                    }
                   
            }

 .general-classification-panel{
 border: 1px solid #b3b3b3; 
 }
.general-classification-table-title {
    background: #f2f2f2; 
    color:#C52229;
    padding: 6px 6px 6px 6px; 
    text-transform:uppercase;
}
.general-list-group-heading{
    font-size:14px;
}
@media only screen and (min-width: 768px) {
    .oeds_cust_list_table {
        padding-left: 7px;
    }
}
.otherCodesTitle{
   margin-top:5px;
}
.otherCodesTitle checkbox{
margin-top:0px;
}
.title-in-modal{
    color:#428bca;
    text-transform:uppercase;
    font-size:14px;
    padding-left:5px;
}
ul {
    list-style-type: none;
}

.gardelevel-checkbox input[type=checkbox]{
   
    float:left;
   position:relative;
   margin-left:5px;
   margin-right:10px;
   list-style:none !important;
}
@media only screen and (min-width: 768px) {
    .paddingLeftZero {
        padding-left: 0px;
    }
    .paddingRightZero {
        padding-right: 0px;
    }
}

.icon-custome-color{
    color:#b3b3b3;
}

/*
=================================================================================================================================
                                                              Person Landing
=================================================================================================================================
*/
@media only screen and (max-width: 767px) {
    .oeds_personDetails_identity{
        padding-left:0px;
        padding-right:0px;
    }
}
/*
===============================================================================================================================================
                                                                Location Page Styles
===============================================================================================================================================
*/

.instruction-panel{
     padding-left:0px;
    padding-right:0px;
}
.panel-group .panel+.panel {
    margin-top:10px;
}
.oeds_orgLocation_AddInsert{
      padding-left:0px;
    padding-right:0px;
}
 .oeds_accordionMargins{
     margin-bottom:15px;
 }
.location-name-text{
    font-size:18px;
    color:#777;
    text-transform:uppercase;
    margin-top:0px;
    padding-left:18px;
}
@media only all and (max-width:600px) {
    .location-name-text{
    font-size:16px;
}
}
.oeds_commentBox{
    resize: vertical;
    overflow: auto;
}
@media only screen and (max-width: 767px) {

     .oeds_location_panel{
         padding-left:0px;
         padding-right:0px;
         
}
}
@media all and (max-width:767px){
    .add-location-body{
        padding-left:5px;
        padding-right:5px;
}

}

/*---------------------------Unknown Styles---------------------------------*/
.item.list-group-item
{
    float: none;
    width: 100%;
    background-color: #fff;
    margin-bottom: 10px;
}
.item.list-group-item:nth-of-type(odd):hover,.item.list-group-item:hover
{
    background: #428bca;
}

.item.list-group-item .list-group-image
{
    margin-right: 10px;
}
.item.list-group-item .thumbnail
{
    margin-bottom: 0px;
}
.item.list-group-item .caption
{
    padding: 9px 9px 0px 9px;
}
.item.list-group-item:nth-of-type(odd)
{
    background: #eeeeee;
}

.item.list-group-item:before, .item.list-group-item:after
{
    display: table;
    content: " ";
}


.item.list-group-item:after
{
    clear: both;
}
.list-group-item-text
{
    margin: 0 0 11px;
}
/*
=================================================================================================================================
                                                          Personnel Page
=================================================================================================================================
*/
.panel-role-assigned-persons {
     margin-bottom:10px;
}
.panel-person-search-result{
    margin-top:20px;
    margin-bottom:10px;
}
.oeds_personRole_panelLayout{
     margin-top:20px;
    margin-bottom:10px;
}

@media only screen and (min-width: 1300px) {
    .panel-person-role-result {
       margin-left: 25px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
    .panel-person-role-result {
        margin-left: 15px;
        margin-right: 15px;
    }
   
}
 .oeds_sm_text_gray {
  font-size: 11px;
  color: #777;
}
.oeds_lg_text_rmv_Role {
  font-size: 13px;
  text-transform:uppercase;
  font-weight: 600;
  color: #000;
}
@media only screen and (max-width: 500px) {

  .help_text_role  .panel-default{
    margin-left:1%;
    margin-right:1%;
}
}
.oeds_listofPersonRole a{
    color:#006dcc;
    cursor:pointer;
}
.oeds_listofPersonRole a:hover{
    color:#C52229;
 
}
 .text-center-or{
     text-align:center;
     color:#006dcc;
 }
 .sub-content-title{
    color:#006dcc;
    font-size:15px;
    font-weight:500;
    text-transform:uppercase;
   text-align:center;
}
/*
=================================================================================================================================
                                                            Role Assignmnet
=================================================================================================================================
*/
.role-org{
    text-transform:uppercase;
    color:#006dcc;

}
.role-org a{
    text-transform:uppercase;
    color:#006dcc;

}
.role-org a:hover{
   
    color:#C52229;

}
.select-person-remove-content{
     margin-left:0px;
 }
.select-person-remove {
  width: 100%;
  padding: 15px;
  border-bottom: 1px solid #EEEEEE;
  text-decoration:none !important;
   list-style-type:none !important;
   cursor:pointer;
}
.select-person-remove:hover {
  background: #F5F5F5;
}

.select-person-remove .select-person-remove-content {
  color: #404040;
  margin-left:0px;
   text-decoration:none !important;
   list-style-type:none !important;
}
 .select-person-remove-content{
     margin-left:0px;
 }
 .checkbox-role ul { padding:0 } 
  .checkbox-role input[type=checkbox]{
    margin-right:10px;
    cursor:pointer;
 }
 .grayboxMarginLeft .well{
    margin-left:0px;
}
.oeds_marginTop{
    margin-top:10px;
}
 .text-title-radio{
     text-align:center;
     color:#C52229;
     font-size:16px;
     padding-left:0px;
 }
 .text-content-radio{
      text-align:center;
     color:#006dcc;
     font-size:16px;
 }
 
@media only screen and (min-width: 1300px) {
     .oeds_search_result_person_roleAss{
     margin-left:1%;
     margin-right:1%;
 }
     .oeds_assign_role_to_existing_panel{
    margin-left:1%;
     margin-right:1%;
     }
     .oeds_list_multiple_roles_toAssign{
    margin-left:1%;
     margin-right:1%;
     }
}
@media only screen and (min-width: 768px) and (max-width: 1299px){
     .oeds_search_result_person_roleAss{
     margin-left:1%;
     margin-right:1%;
 }
     .oeds_assign_role_to_existing_panel{
    margin-left:1%;
     margin-right:1%;
     }
     .oeds_list_multiple_roles_toAssign{
    margin-left:1%;
     margin-right:1%;
     }
}
 .oeds_radio_inline{
      padding-left:0px;
  }


/*
=================================================================================================================================
                                                       Orgniazation Relationship Page
=================================================================================================================================
*/
.org-relation-body{
    padding:0px;  
}
@media only screen and (min-width: 768px) {
  .org-relation-body{
    min-height:200px;
}
   .oeds_personRole_panelLayout{
        margin-right:9px;
    }
  }
.child-relationship-panel{
    margin-top:15px;
}
.child-relation-bottom{
    margin-top:5px;
}
.child-relation-bottom{
    margin-bottom:10px;
}
@media only screen and (max-width:500px){
.oeds_relationship_filterSection{
    padding-left:5px;
    padding-right:5px;
}
}
.panel-group-org{
    margin-bottom:5px;
}
.relation-table-title{
     background: #fff; 
    font-size:18px;
       color:#C52229;
        padding: 6px; 
}
.orgFilterList{
    padding-left:0px;
}
/*
=================================================================================================================================
                                                         Search Person Page
=================================================================================================================================
 */
.oeds_search_person_fields .panel-primary>.panel-heading+.panel-collapse>.panel-body{
       max-height:900px;
    overflow-y:auto;
      overflow-x: hidden;
}
.oeds_person_search_result_table{
    padding-left:0px;
    padding-right:0px;
}
@media only screen and (min-width: 768px) {
    .oeds_serachPerson_middleNameField {
         padding-left: 0px;
        padding-right: 0px;
    }
    .oeds_role_table_panelLayout{
    padding-left:9px;
}
    .oeds_rolePerson_table_panelLayout{
        margin-right:5px;
    }
}
.panel-search-by{
padding-bottom:5px;
padding-left:0px;
padding-right:0px;
}
/*
=================================================================================================================================
                                                        Person Landing Page
=================================================================================================================================
*/
.panels_person_landing{
    margin-top:1%;
}

.person-role {
    color: #000;
    text-transform: uppercase;
}

input[type=date]::-webkit-inner-spin-button, 
input[type=date]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

/*-----------Switch Back--------*/
h3 .oeds_switchBack_oeds{
    color:#C52229;
    float:right;
    font-size:14px;
    font-weight:bold;
    text-transform:uppercase;
    margin:0px 15px 0px 15px;
}

.oeds_ContactEmail_link{
    color:#006dcc;
    text-transform:none !important;
    font-size:14px;

}
 .oeds_ContactEmail_link:hover{
    color:#C52229;
}
 .nav-pills>li>a{
     font-size:14px !important;
     color:#777;
     font-weight:bold;
     text-transform:uppercase;
 }
 .nav-pills>li.active>a{
       font-weight:500 !important;
 }

 /*-------------Icon Inside Text Field-----*/
  .oeds_AddingIcon_insideText {
    position: relative;
}
.oeds_AddingIcon_insideText input {
    padding-left: 30px;    
}
.oeds_AddingIcon_insideText i {
    position: absolute;
    padding: 10px 12px;
   color:#a6a6a6;
    pointer-events: none;
}



/*---New Styles*/
.oeds_dataTable_Ash{
    font-size:14px;
   color:#777;

}
.oeds_dataTable_Status{
    color:#333;
    text-transform:uppercase;
    font-weight:bold;
    font-size:13px;
}
.oeds_SearchPage_OrgType{
    color:#777;
    text-transform:uppercase;
    font-size:14px;
}
.oeds_SearchPage_CountyName{
 color:#333;
    font-weight:bold;
    font-size:13px;
}

/*----- Accordio Check Boxes-----*/
/* Base for label styling */
.adv_filter_body [type="checkbox"]:not(:checked),
.adv_filter_body [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.adv_filter_body [type="checkbox"]:not(:checked) + label,
.adv_filter_body [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}

/* checkbox aspect */
.adv_filter_body [type="checkbox"]:not(:checked) + label:before,
.adv_filter_body [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left:0; top: 2px;
  width: 17px; height: 17px;
  border: 1px solid #aaa;
  background: #f8f8f8;
  border-radius: 3px;
  margin-top:-3px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.3)
}
/* checked mark aspect */
.adv_filter_body [type="checkbox"]:not(:checked) + label:after,
.adv_filter_body [type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: 0px; left: 3px;
  font-size: 18px;
  line-height: 0.8;
  color: #09ad7e !important;
  transition: all .2s;
}
/* checked mark aspect changes */
.adv_filter_body [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.adv_filter_body [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
.adv_filter_body [type="checkbox"]:disabled:not(:checked) + label:before,
.adv_filter_body [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.adv_filter_body [type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
.adv_filter_body [type="checkbox"]:disabled + label {
  color: #aaa;
}

/* hover style just for information */
label:hover:before {
  border: 1px solid #09ad7e !important;
}
.adv_filter_body p label{
    color:#777;
    font-size:14px;
    margin:5px;
  
    font-weight:500;
}
.adv_filter_body p {
    margin-bottom:0px !important;
}


/*----------------------------------------------Adv Filter Accordion ----------------------------------------------------------------*/
.adv_filter_accordion, .adv_filter_accordion * {
    -webkit-box-sizing:border-box; 
    -moz-box-sizing:border-box; 
    box-sizing:border-box;
}
 
.adv_filter_accordion {
    overflow:hidden;
    box-shadow:0px 1px 3px rgba(0,0,0,0.25);
    border-radius:3px;
    background:#f8f8f8;
   
}
.adv_filter_body{
    padding:0px 0px 15px 0px !important;
}
/*----- Section Titles -----*/
.adv_filter_accordion_section_title {
    width:100%;
    padding:18px;
    display:inline-block;
     cursor: pointer;
    border-bottom:1px solid rgba(0,0,0,0.2);
    background:#fff;
    transition:all linear 0.15s;
    font-size:17px;
    color:#006dcc;

    text-decoration:none !important;
}

.adv_filter_accordion_section_title.active, .adv_filter_accordion_section_title:hover {
    background:#fff;
    color:#c52229;
}
 .adv_filter_accordion_section_title.focus{
         background:#fff;
         color:#006dcc !important;
 }
.adv_filter_accordion_section_title:after{
    content: '\02795';
    font-size: 14px;
    background-color:#777;
    border-radius:50%;
    height:30px;
    width:30px;
    color: #fff !important;
    font-weight:500 !important;
    padding-top:4px;
    float: right;
  text-decoration:none !important;
    text-align:center !important;
}

.adv_filter_accordion_section_title.active:after{
    content: "\2796";
}
.adv_filter_accordion_section:last-child .adv_filter_accordion_section_title {
    border-bottom:none;
}
 
/*----- Section Content -----*/
.adv_filter_accordion_section_content {
    padding:15px;
    display:none;
       position:relative;
    max-height:250px;
    overflow-y:auto;
}
.adv_filter_accordion_section_content{
    scrollbar-track-color:#f2f2f2;
     scrollbar-highlight-color:#777;
     scrollbar-arrow-color:#f2f2f2;
     scrollbar-face-color:#777;
}

.adv_filter_accordion_section_content::-webkit-scrollbar{
    width: 7px;
}
 
.adv_filter_accordion_section_content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
.adv_filter_accordion_section_content::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

/*===============================================================================================================================================================================
                                       Square Buttons for Dashboard styles, 
    ============================================================================================================================================================================
*/
.default_btn {
  background-color:#808080;
  border: none;
  border-radius: 2px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.26);
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  margin:0px;
  text-align:center;
  padding:3px 8px 3px 8px; 
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  -webkit-transition: box-shadow 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: box-shadow 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.default_btn:hover, .button:focus, .button:active {
  color:#fff;
   background-color:#808080;
}
.default_btn:focus {
  outline: 0;
}
.info_btn {
  background-color:#5dc0de;
  border: none;
  border-radius: 2px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.26);
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  line-height: 25px;
  margin:0px;
  text-align:center;
  padding:3px 10px 3px 10px; 
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  -webkit-transition: box-shadow 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: box-shadow 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.info_btn:hover, .button:focus, .button:active {
  color:#fff;
}
.info_btn:focus {
  outline: 0;
}
/*-------------*/
.primary_btn {
  background-color:#337ab7;
  border: none;
  border-radius: 2px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.26);
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  line-height: 25px;
padding:3px 8px 3px 8px; 
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  -webkit-transition: box-shadow 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: box-shadow 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.primary_btn:hover, .primary:focus, .primary:active {
  color:#fff;
}
.primary_btn:focus {
  outline: 0;
}

/*----------------*/
.reset_btn {
  background-color:#f0ad4e;
  border: none;
  border-radius: 2px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.26);
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  line-height: 25px;
padding:3px 8px 3px 8px;  
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  -webkit-transition: box-shadow 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: box-shadow 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.reset_btn:hover, .reset:focus, .reset:active {
  color:#fff;
}
.reset_btn:focus {
  outline: 0;
}
/*----------------*/
.success_btn {
  background-color:#5cb85c;
  border: none;
  border-radius: 2px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.26);
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  line-height: 25px;
padding:3px 8px 3px 8px; 
  position: relative;
  text-transform: uppercase;
  -webkit-transition: box-shadow 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: box-shadow 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.success_btn:hover, .success_btn:focus, .success_btn:active {
  color:#fff;
}
.success_btn:focus {
  outline: 0;
}
/*----------------*/
.danger_btn {
  background-color:#d9534f;
  border: none;
  border-radius: 2px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.26);
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  line-height: 25px;
    padding:3px 8px 3px 8px; 
  position: relative;
  text-transform: uppercase;
  -webkit-transition: box-shadow 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: box-shadow 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.danger_btn:hover, .danger_btn:focus, .danger_btn:active {
  color:#fff;
}
.danger_btn:focus {
  outline: 0;
}
/*----------------*/
.warning_btn {
  background-color:#f0ad4e;
  border: none;
  border-radius: 2px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.26);
  color: #fff;
  cursor: pointer;
  font-size:13px;
  font-weight: 500;
  line-height: 25px;
padding:3px 8px 3px 8px; 
  position: relative;
  text-transform: uppercase;
  -webkit-transition: box-shadow 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: box-shadow 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.warning_btn:hover, .warning_btn:focus, .warning_btn:active {
  color:#fff;
}
.warning_btn:focus {
  outline: 0;
}


/*===============================================================================================================================================================================
                                       Rounded Buttons for Dashboard styles, 
    ============================================================================================================================================================================
*/
.info_Rbtn {
  background-color:#5dc0de;
  border: none;
  border-radius: 2px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.26);
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  margin:0px;

 padding:6px 10px 6px 10px; 
 position: absolute;
  text-transform: uppercase;
  -webkit-transition: box-shadow 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: box-shadow 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.info_Rbtn:hover, .button:focus, .button:active {
  color:#fff;
}
.info_Rbtn:focus {
  outline: 0;
}
/*-------------*/
.primary_Rbtn {
  background-color:#337ab7;
  border: none;
  border-radius: 100%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.26);
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
 
  margin:0px;
 padding:6px 10px 6px 10px; 
 position: absolute;
  text-transform: uppercase;
  -webkit-transition: box-shadow 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: box-shadow 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.primary_Rbtn:hover, .primary:focus, .primary:active {
  color:#fff;
}
.primary_Rbtn:focus {
  outline: 0;
}

/*----------------*/
.reset_Rbtn {
  background-color:#f0ad4e;
  border: none;
   border-radius: 100%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.26);
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  margin:0px;

 padding:6px 10px 6px 10px; 
  position: absolute;
  text-transform: uppercase;
  -webkit-transition: box-shadow 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: box-shadow 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.reset_Rbtn:hover, .reset:focus, .reset:active {
  color:#fff;
}
.reset_Rbtn:focus {
  outline: 0;
}
/*----------------*/
.success_Rbtn {
  background-color:#5cb85c;
  border: none;
  border-radius: 100%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.26);
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  margin:0px;

 padding:6px 10px 6px 10px; 
  position: relative;
  text-transform: uppercase;
  -webkit-transition: box-shadow 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: box-shadow 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.success_Rbtn:hover, .success_Rbtn:focus, .success_Rbtn:active {
  color:#fff;
}
.success_Rbtn:focus {
  outline: 0;
}
/*----------------*/
.danger_Rbtn {
  background-color:#d9534f;
  border: none;
  border-radius: 100%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.26);
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
   margin:0px;

padding:6px 10px 6px 10px; 
  position: relative;
  text-transform: uppercase;
  -webkit-transition: box-shadow 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: box-shadow 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.danger_Rbtn:hover, .danger_Rbtn:focus, .danger_Rbtn:active {
  color:#fff;
}
.danger_Rbtn:focus {
  outline: 0;
}
/*----------------*/
.warning_Rbtn {
  background-color:#f0ad4e;
  border: none;
  border-radius: 100%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.26);
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
   margin:0px;

 padding:6px 10px 6px 10px; 
  position: relative;
  text-transform: uppercase;
  -webkit-transition: box-shadow 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: box-shadow 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.warning_Rbtn:hover, .warning_Rbtn:focus, .warning_Rbtn:active {
  color:#fff;
}
.warning_Rbtn:focus {
  outline: 0;             
}

#backToOverview{
    padding-top:0px; 
    padding-bottom:0px;
}
