﻿
a{
   outline:none !important;
}

.well{
    margin-left:5px;
    margin-bottom:10px;
     
}
ul {
    list-style-type: none;
}

.row{
    margin-left:0px;
    margin-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;
   margin-bottom:0px;
}
.form-inline{
    padding-left:0px;
    padding-right:0px;
}

.error{
  color:#a94442;
}
#subQuestions-error {
    color:#C52229 !important;
    text-align:center;
    margin-bottom:10px;
    font-size:16px;
    font-weight:bold;
}
/*
==========================================================================================
Title bar
==========================================================================================
*/

.title-bar {
padding-top:-3px;
margin-top:0px;
    background:#337ab7;
}

.title-bar-text h1{
    color:#fff;
    font-size:24px;
    margin-top:10px;
}

.title-bar-text h3{
   
    color:#fff;
     font-size:18px;
      margin-top:10px;
      text-transform:uppercase;
}
@media only all and (min-width:768px) and (max-width:991px) {
   .title-bar-text h1{
  padding-left:0px;
  padding-right:0px;
   
    margin-top:8px;
    margin-bottom:8px;
}
}

@media only all and (max-width:600px) {

    .title-bar-text h3{
        margin-top:5px;
        margin-bottom:5px;
        font-size:16px;
    }
    .title-bar-text h1{
           margin-top:5px;
        margin-bottom:5px;
        font-size:18px;
    }
}
/*
==========================================================================================
Tool Tips
==========================================================================================
*/
.tooltip-on-text{
    color:#C52229;
    font-size:14px;
    cursor:pointer;
}
.tooltip-on-text:hover {
    color:#006dcc;
}
/*
==========================================================================================
Modal Styles
==========================================================================================
*/

.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: 5px;
}
 
.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;
}

}

.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;
}

.close-modal-btn{
    color:#C52229;
    font-size:35px;
    font-weight:500;
    opacity:1;
}

@media only screen and (max-width: 767px) {
     .modal-body .col-sm-6 {
        padding-left: 0px;
        padding-right: 0px;
    }
  
}

/*----------------Alert Message------ Modal*/
.alertMessagePopup{
    margin-bottom:0px;
    padding-top:0px;
    padding-bottom:0px;
}
/*===========================
    Panel Styles
  ===========================
*/
.panel-danger>.panel-heading{
      background-color:#a94442;
      background-image:none !important;
    color:#fff;
    font-size:18px;
    padding-top:5px;
    padding-bottom:5px;
}
.panel-warning>.panel-heading{
      background-color:#f0ad4e;
      background-image:none !important;
    color:#fff;
       font-size:18px;
    padding-top:5px;
    padding-bottom:5px;
}
.panel-info>.panel-heading{
      background-color:#5dc0de;
      background-image:none !important;
      font-size:18px;
    color:#fff;
   
    padding-top:5px;
    padding-bottom:5px;
}
.panel-success>.panel-heading{
      background-color:#5cb85c;
      background-image:none !important;
    color:#fff;
       font-size:18px;
    padding-top:5px;
    padding-bottom:5px;
}
@media only screen and (max-width: 500px) {
 .panel-default{
    margin-left:0;
    margin-right:0;
}
}

.panel-default>.panel-heading {
  font-size:18px;
  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;
}
.panel-default{
     border-color:#777;
}
.panel-danger{
    border-color:#a94442;
}
.panel-info{
    border-color:#5dc0de;
}
.panel-warning{
    border-color:#f0ad4e;
}
.panel-success{
    border-color:#5cb85c;
}
/*=================================================================================================================================================================================
    Panel Styles
    ===========================================================================================================
*/

.panel{
    margin-top:0px;
    margin-left:2%;
    margin-right:2%;
}

.panel-title{
    font-size:20px;
    padding-right:10px;
}

 .panel-primary{
    margin-left:3%;
    margin-right:3%;
      padding-left:0px;
    padding-right:0px;
   
}
.panel-primary>.panel-heading {
  
    text-align:center;
  outline: 0;
   position:relative;
      position:relative;
      line-height:24px; 
   text-decoration:none !important;
      padding-top:5px;
    padding-bottom:5px;
    padding-left:0px;
    padding-right:15px;
    font-size:18px;
}

.panel-primary>.panel-heading:before{
      color:#fff;
}

a.panel-heading {
    display: block;
    cursor:pointer;
}


/*==================
    panel-body styles
    ==============
*/

@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;
}
}
@media only all and (min-width:1201px) and (max-width:1400px) {
    .panel-body{
    margin-bottom:0px;
    padding-top:12px;
     padding-bottom:12px;
     margin-top:0px;
}
}
@media only all and (max-width:767px) {
    .panel-body{
    margin-bottom:0px;
    padding-top:8px;
     padding-bottom:8px;
}
}

/*---On Org Approval and Summary Page----*/
.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;
 
}
.data-content a{
     color:#006dcc;
     font-weight:500;
}
.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;
}
}
.panel-content panel-body{
    margin-bottom:0px;  
}
.data-content a:hover{
     color:#C52229;
}
.list-group-content{
  margin-bottom: 0;
  font-size: 13px;
  font-weight:bold;
  padding-bottom:10px;
}

.panel-each-content{
    padding-left:0px;
    padding-right:0px;
}
.general-list-group-content a{
    color:#006dcc;
    font-weight:500;
    font-size:13px;
    text-transform:uppercase;
    cursor:pointer;
}
.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_uploadDoc_link{
color:#C52229 !important;
text-transform:uppercase !important;

}
.oeds_uploadDoc_link:hover{
color:#006dcc !important;
}

/*==============================
    Panel-footer Properties 
    =============================
*/
.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;
    
}
.panel-footer a{
    float:right;
}

/*=====================================================================
   Buttons
     ==================================================================
 */
.btn-glyphicon { 
     padding:3px; 
     background:#ffffff; 
     margin-right:4px; 
     margin-top:0px; 
}

.btn-success{
   
    margin-left:20px;
}

.btn-warning{
    padding-top:3px;
    padding-bottom:3px;
    margin-top:0px;
}
.btn-primary{
    margin:5px;
    padding-top:3px;
    padding-bottom:3px;
}

.btn-info{
    margin:5px;
    padding-top:3px;
    padding-bottom:3px;
}
.btn-success{
   margin:5px;
    padding-top:3px;
    padding-bottom:3px;
}
.btn-danger{
    margin:5px;
    padding-top:3px;
    padding-bottom:3px;
}
.remove-relation-btn{
  color: white;
    border-radius: 100%;
   padding-top:5px;
   padding-bottom:5px;
   padding-right:10px;
     margin-top:0px;
  max-width: 35px;
    text-align: center;
}
.add-relation-btn{
   color: white;
    border-radius: 100%;
   padding-top:5px;
   padding-bottom:5px;
   padding-right:10px;
   margin-top:0px;
  max-width: 35px;
    text-align: center;
}
/*================================================================
  Bootstrap Thumbnail Customizing 
    ==============================================================
*/
.oeds_establishOrgApprovalForm .thumbnail {
    margin-left:15px;
    margin-right:15px;
    margin-bottom: 20px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border-color: rgba(0,0,0,0.2);
}
#duplicateOrgs{
    padding:15px;
}
@media only screen and (max-width: 767px) {
 
.thumbnail
{
    padding:0px;
}
.oeds_helptext_body{
    padding-left:10px;
    padding-right:10px;
}
}
@media only screen and (min-width: 768px) {
 
.thumbnail
{
     margin-bottom: 20px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border-color:rgba(0,0,0,0.2);
}
}
/*===============================
    Padding effects
    =========================
*/
 .paddingZero {
        padding-left: 0px;
        padding-right: 0px;
    }
 @media only screen and (min-width: 768px) {
    .paddingLeftZero {
        padding-left: 0px;
    }
    .paddingRightZero {
        padding-right: 0px;
    }
}
@media only screen and (max-width: 767px) {
    .paddingLeftZero {
        padding-left: 0px;
        padding-right:0px;
    }
    .paddingRightZero {
        padding-left:0px;
        padding-right: 0px;
    }
}
/*-------------Paddings-------------*/

 .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;
     }

}
/*================================================================================
   Validation Feedback Icons
    ==============================================================================
*/
.help-block{
    margin-bottom:0px;
    margin-top:0px;
}
.has-feedback .form-control-feedback {
    position: absolute;
    top: 3px;
    right: 15px;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    
}
.has-feedback .form-control{
    padding-right:10px;
}

@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;
}

/*================================================================================
  Styles for Create Org Tabs
    ==============================================================================
*/
.oeds_establishOrgForm{
    width: 100%;
background: #fff;
/*box-shadow: 10px 10px #ccc,-10px 20px #ddd;*/
}

.oeds_establishOrgForm .nav-tabs {
    position: relative;
    margin-bottom: 0;
    box-sizing: border-box;
   
}
@media only screen and (min-width: 1500px){
    .oeds_establishOrgForm .nav-tabs{
         margin-left:17%;
    margin-right:17%;
    }
    .tab-content{
     margin-left:17%;
    margin-right:17%;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1499px){
    .oeds_establishOrgForm .nav-tabs{
        margin-left: 10%;
        margin-right: 10%;
    }
    .tab-content{
    margin-left:10%;
    margin-right:10%;
}
}
@media only screen and (min-width: 1000px) and (max-width: 1199px){
    .oeds_establishOrgForm .nav-tabs{
        margin-left:7%;
        margin-right: 7%;
    }
    .tab-content{
    margin-left:7%;
    margin-right:7%;
}
}

.oeds_establishOrgForm p.narrow{
    width: 60%;
    margin: 10px auto;
}

.oeds_establishOrgForm .liner{
    height: 2px;
    background: #ddd;
    position: absolute;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.oeds_establishOrgForm .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
    outline: 0;
}

.oeds_establishOrgForm span.round-tabs{
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: white;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

.oeds_establishOrgForm span.round-tabs.one{
    color: #C52229;
    border: 2px solid #C52229 ;
}

li.active span.round-tabs.one{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #C52229;
}

span.round-tabs.two{
    color: #5dc0de;
    border: 2px solid #5dc0de;
}

li.active span.round-tabs.two{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #5dc0de;
}

span.round-tabs.three{
    color: #3e5e9a;
    border: 2px solid #3e5e9a;
}

li.active span.round-tabs.three{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #3e5e9a;
}

span.round-tabs.four{
    color: #3e5e9a;
    border: 2px solid #3e5e9a;
}

li.active span.round-tabs.four{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #3e5e9a;
}
span.round-tabs.five{
    color: #f0ad4e;
    border: 2px solid #f0ad4e;
}

li.active span.round-tabs.five{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #f0ad4e;
}

span.round-tabs.six{
    color: #5cb85c;
    border: 2px solid #5cb85c;
}

li.active span.round-tabs.six{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #5cb85c;
}
.nav-tabs > li.active > a span.round-tabs{
    background: #fafafa;
    outline: 0;
}
  .nav-tabs > li {
        width: 15%;
    }
@media only screen and (min-width: 420px)  and (max-width: 535px) {
    .nav-tabs > li {
             margin-left: 1%;
        margin-right: 1%;
        width: 13%;
    }
}
@media only screen and (max-width: 419px) {
    .nav-tabs > li {
         margin-left: 1%;
        margin-right: 1%;
        width: 11%;
    }
}

.oeds_establishOrgForm li:after {
    content: " ";
    position: absolute;
    left: 40%;
   opacity:0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5cb85c;
    transition:0.1s ease-in-out;
    
}
.oeds_establishOrgForm li.active:after {
    content: " ";
    position: absolute;
    left: 45%;
   opacity:1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #5cb85c;
    outline: 0;
    
}
.nav-tabs > li a{
   width: 70px;
   height: 70px;
   margin: 20px auto;
   border-radius: 100%;
   padding: 0;
   outline: 0;
}

.nav-tabs > li a:hover{
    background: transparent;
    outline: 0;
}


.tab-pane{
   position: relative;
padding-top: 10px;
}

.btn-outline-rounded{
    border: 2px solid transparent;
    border-radius: 25px;
}

.btn.green{
    background-color:#5cb85c;
    /*border: 2px solid #5cb85c;*/
    color: #ffffff;
}

.btn.red{
    background-color:#a94442;
    /*border: 2px solid #5cb85c;*/
    color: #ffffff;
    margin-top:0px;
    padding-top:3px;
    padding-bottom:3px;
}
.btn.litblue{
    background-color:#5dc0de;
    /*border: 2px solid #5cb85c;*/
    color: #ffffff;
    margin-top:0px;
    padding-top:3px;
    padding-bottom:3px;
}
.btn.blue{
    background-color:#337ab7;
    /*border: 2px solid #5cb85c;*/
    color: #ffffff;
    margin-top:0px;
    padding-top:3px;
    padding-bottom:3px;
}

li.active:after {
content: " ";
position: absolute;
left: 35%;
}


.panel-main-title{
    color:#006dcc;
    text-align:center;
    font-weight:500;
    text-transform:uppercase;
}
.oeds_org-type-display{
    color:#C52229;
    font-size:13px;
    margin-top:10px;
    margin-bottom:5px;
    font-weight:bold;
}

.establishOrgDetails .thumbnail{
  margin:15px;
}

.oeds_orgEst_orgType{
    text-align:center;
    font-size:14px;
    text-transform:uppercase;
    padding-top:15px;
    padding-bottom:15px;
}
 .changeOrgtype_link{
    font-size:14px;
    color:#006dcc;
    text-transform:none !important;
    cursor:pointer;
}
.changeOrgtype_link:hover {
    color:#C52229;

}
.changeOrgtype_link_remove{
     font-size:14px;
    color:#C52229;
    text-transform:none !important;
    cursor:pointer;
}
@media only screen and (max-width: 767px) {
    .changeOrgtype_link {
       position:center;
    }
}

.establishOrgContactForm .thumbnail{
    margin:15px;
    padding:15px;
}
.establishOrgLocationForm .thumbnail{
      margin: 15px 5px;
}
.establishOrgUploadDocForm .thumbnail{
      margin: 15px 15px;
}
.oeds_establish_final_location_display{
    padding:10px 10px 10px 15px;
}

/*===========================
    Optional Panel Data
===============================
*/
.gardelevel-checkbox input[type=checkbox]{
   position:relative;
  margin-top:2px;
  margin-right:5px;
  margin-left:0px;
 
   list-style:none !important;
}
.oeds_establish_gradeLevel ul{
    padding-left:0px;
    
}
@media only screen and (min-width: 768px) {

    .oeds_establish_gradeLevel ul li{
    margin-top:5px;
margin-bottom:5px;
    
}
}



/*================================
    File Upload Tab
    =============================
*/
.oeds_establishOrg_upload_btn{
    margin-top:5px;
    padding-left:15px
}
.oeds_uploadFile_del_btn{
    padding-top:3px;
    padding-bottom:3px;
    margin-top:5px
}
.oeds_docUpload_progressBar{
    padding-left:15px;
    padding-right:15px;
}
.progress{
    margin-bottom:0px;
}
.fileUpload {
    position: relative;
    overflow: hidden;
  margin:5px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
/*================================================
    Summary Tab and Approval Page
    =============================================
*/
input .estblish_comments{
    padding:15px;
}
.estblish_comment{
    resize: vertical;
    overflow: auto;
}
.establish_comments_box{
    margin-left:15px;
    margin-right:15px;
}

 .oeds_establishOrgApprovalForm{
     margin-top:25px;
 }
@media only screen and (min-width: 1500px){
    .oeds_estbalishOrg_Instructions {
            margin-left:17%;
    margin-right:17%;
    }
    .oeds_establishOrgApprovalForm{
    margin-left:17%;
    margin-right:17%;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1499px){
   .oeds_estbalishOrg_Instructions {
           margin-left:10%;
    margin-right:10%;
    }
    .oeds_establishOrgApprovalForm{
    margin-left:10%;
    margin-right:10%;
}
}
@media only screen and (min-width: 1000px) and (max-width: 1199px){
    .oeds_estbalishOrg_Instructions {
           margin-left:7%;
    margin-right:7%;
    }
    .oeds_establishOrgApprovalForm{
    margin-left:7%;
    margin-right:7%;
}
}
@media only screen and (min-width: 320px) and (max-width: 500px) {
      .oeds_estbalishOrg_Instructions {
           margin-left:2%;
    margin-right:2%;
    }
}
@media only screen and (min-width: 783px) {
 li .oeds_startEstablish_btn {
        margin-top: 23px;
        padding-left:25px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 782px){
    li .oeds_startEstablish_btn {
        margin-top: 43px;
         padding-left:25px;
    }
}
/*li .oeds_instructionEstablishOrg_label{
    color:#777;
    text-transform:uppercase;
}*/
/*================================
    Mandatory Tab
    ==============================
*/

.oeds_orgType_select{
    margin-top:5px;
    margin-bottom:5px;
}
.oeds_orgType_select_dropDown{
    margin-bottom:0px;
}
.establishcontactDetails .oeds_optional_details_content{
  padding:0px;
}
/*==================
    Questions Modal
    ==================
*/
.oeds_que_modal_body .tab-content{
      margin-left:2%;
    margin-right:2%;
    
}
.oeds_que_modal_body{
    margin-top:0px;
  padding:0px;
}
.oeds_que_modal_body .modal-title-content{
    margin-top:0px;
    margin-bottom:0px;
}
.oeds_que_modal_body .modal-footer{
  padding-left:0px;
  padding-right:0px;
}

.modal-title-content{
    padding-top:5px;
    color:#006dcc;
    font-size:14px;
    text-transform:uppercase;
}
.modal-title-content-selected{
    color:#C52229;
}

/*================================================================================
    Custome Check boxes for Answing Questions in Establishing Organization
    ==============================================================================
*/

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; 
}

.customRadiobtn div {
	clear: both;
	margin: 0px;
}
/* hide input */
.customRadiobtn input.radio:empty {
	margin-left: -999px;
}
.customRadiobtn label {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #D1D3D4;
  
}
/* style label */
.customRadiobtn input.radio:empty ~ label {
	position: relative;
	float: left;
    padding-left:40px;
	cursor: pointer;
    line-height:2.5em;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.customRadiobtn input.radio:empty ~ label:before {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	content: '';
	width: 2.5em;
	background: #D1D3D4;
	
}
/* toggle hover */
.customRadiobtn input.radio:hover:not(:checked) ~ label:before {
	content:'\2714';
	text-indent: .9em;
	color: #fff;
}

.customRadiobtn input.radio:hover:not(:checked) ~ label {
	color: #888;
}

/* toggle on */
.customRadiobtn input.radio:checked ~ label:before {
	content:'\2714';
	text-indent: .9em;
	color: #fff;
	background-color: #5cb85c;
}

 input.radio:checked ~ label {
	color: #C52229;
}
/*===================================
    Tooltips
    ====================================
*/
.oeds_tooltip {
    position: relative;
    display: inline-block;
}
.oeds_helptxt_def span{
    color:#5dc0de;
}
.oeds_tooltip .oeds_tooltiptext {
    visibility: hidden;
    line-height: 15px;
    width: 180px;
    background-color: #333;
    opacity:0.9;
    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
}

.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;
}
.oeds_tooltip:hover .oeds_tooltiptext {
    visibility: visible;
}

/*-----------------Loading Effect--------------*/
/*.oeds_loadingEffect{
 text-align:center;
 padding:10px;
 background-color:#f2f2f2;
 border:2px solid #777;
 
}*/
 #oeds_loadwrapper p{
    color:#fff;
    font-size:20px;
    text-transform:uppercase;
    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_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_success {
    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; 
}
#oeds_spinner_danger {
    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); 
    }
}
/*===================================
    Create Org Instructions page
    =================================
*/
.oeds_ContactEmail_link{
    color:#006dcc;
    text-transform:none !important;
    font-size:16px;

}
 .oeds_ContactEmail_link:hover{
    color:#C52229;
}

.oeds_estbalishOrg_Instructions{
      padding-top:25px;
}
 .oeds_helptxt_ans label {
    font-weight:500 !important;
}
.oeds_helptxt_def{
     color:#777;
     margin-left:10px;
     padding: 0 15px 10px 25px;
     text-transform:none !important;
     font-size:14px;
      background: url(/Enterprise/v4.0/Mvc/RedMobile/Images/red-arrows.gif) no-repeat left 0px;
     font-weight:bold;
 }
 .oeds_helptxt_ans{
      color:#777;
       text-transform:none !important;
     font-size:14px;
     margin-left:15px;
    padding: 0 15px 10px 25px;
 }
  .oeds_helptxt_imp_ans{
      color:#C52229;
       text-transform:none !important;
     font-size:14px;
     margin-left:15px;
    padding: 0 15px 10px 25px;
 }

.oeds_estbalishOrg_help {
    color: #006dcc;
    text-transform: uppercase;
    font-size: 16px;
    padding-left: 0px;
}

 .oeds_helptxt_main{
     color:#777;
     text-transform:none !important;
     font-size:16px;
     font-weight:bold;
 }
 .oeds_establishOrg_nav_link{
     color:#006dcc;
     cursor:pointer;
     text-transform:uppercase;
 }
  .oeds_establishOrg_nav_link:hover{
     color:#C52229;
 }
  .oeds_helptxt_title{
   text-align:center;
   background-color:#f2f2f2;
   padding-top:5px;
   padding-bottom:5px;
   padding-right:15px;
   border-left: 4px solid #006dcc;
   border-right: 4px solid #006dcc;
   margin-top:0px;
   margin-bottom:10px;
  }
    .oeds_helptxt_title_contact{
   text-align:center;
   background-color:#f2f2f2;
   padding-top:5px;
   padding-bottom:5px;
   padding-right:15px;
   border-left: 4px solid #C52229;
   border-right: 4px solid #C52229;
   margin-top:0px;
   margin-bottom:10px;
   color:#C52229;
  }

    .oeds_checkbox_mailingAdd
    input[type=checkbox]
{
 
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  padding: 10px;
}
    
    .oeds_checkbox_mailingAdd label{
        margin-left:10px;
        font-size:14px
    }

    .oeds_linebreak
{
       
 margin-left:5%;
  margin-right:5%;
    border-bottom:1px solid rgba(0,0,0,0.2);
    height:0.6em;
    width:80%;
   
    text-align:center;
    margin-bottom:1em;
    padding-left:15px;
    
}
    .oeds_linebreak > a
{
    text-decoration:none;
    background:white;
    padding-left:15px;
    padding-right:15px;
    color:#f0ad4e;
    font-weight:700;
}

    /*============================
    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:pointer;
}
table.display tbody tr:nth-child(odd):hover td {
     background-color: #f2f2f2 !important;
     cursor:pointer;
}
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 #ccc;
    border-radius: 4px;
}
.dataTables_wrapper .dataTables_filter input:focus{
     border: 1px solid #337ab7;
}
/*=============Return to Top Button on Summary page and Approval Page=========*/
#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;
}

.oeds_establishOrg_helpText .tab-pane{
    font-size:15px;
    color:#777;

} 
.oeds_helptext_link{
    color:#C52229 !important;
    text-transform:uppercase;
        font-size:16px;
        font-weight:500;

}
.oeds_establishOrg_helpText .tab-content{
    margin:0px;
}

 .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;
 }

 .oeds_DetailInst_modal{
     margin-top:15px;
     
 }

  /*-------------Icon Inside Text Field-----*/
  .oeds_AddingIcon_insideText {
    position: relative;
}
.oeds_AddingIcon_insideText input {
    padding-left: 30px;    
}
.oeds_AddingIcon_insideText i {
    position: absolute;
      color:#a6a6a6;
    padding: 10px 12px;
    pointer-events: none;
}

/*===============================================================================================================================================================================
                                       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;
}
