body{
    font-family: roboto !important
}

@font-face {
    font-family: 'roboto';
    src:url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Inkfree';
    src:url('../fonts/Inkfree.ttf');
    font-weight: normal;
    font-style: normal;
} 

h2
{
    font-family: 'Inkfree' !important;
    font-size: 50px !important;
    color: #FFF !important;
    text-align: center !important;
} 

.entry-header{
    display: grid !important;
}

.surveySuccessSlider{
  overflow-y: scroll !important;
  height: 360px !important;
  width: 100% !important;
  max-width: 1200px !important; 
  max-height: 500px !important;
  left: 10%;
  padding: 2px 2px 2px 2px !important;
  float: left !important;
  margin-bottom: 1em;
  border-radius: 10px;
  border: 1px solid #AAAAAA;
}

.postTR
{
  height: 70px !important;
  border-bottom: 1px solid #AE976D;
}


.infoDraft
{

}

.infoPending
{

}

.infoPublished
{

}

.filter-option
{
  white-space: normal;
}

.surveySuccessSlider label{
  color: #2B4A63 !important;
}

.btn {
  background-color: #2b4a63; /* Blue background */
}

/* Darker background on mouse-over */
.btn:hover {
  color: #000 !important;
  background-color: #ae976d !important;
}

.postField{
  width: 25%;
  text-align: center;
  vertical-align: middle  !important;
  color: #FFF;
}

.headshot
{
  border: none !important;
  padding-left: 0px !important;
}

.infographics
{
  border: none !important;
  padding-left: 0px !important;
}

.entry-title{
    float: left
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.questionForm{
  display: none;
}


.submitHide
{
  display: none;
}

.hiddenNext
{
  display: none;
}

.hiddenPrevious
{
  display: none;
}

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 23px;
}


.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}


.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}


.slider.round {
  border-radius: 23px;
}

.slider.round:before {
  border-radius: 50%;
} 


input{
    margin-bottom: 0.25em !important;
    font-family: roboto
}

select{
    font-family: roboto;
    
}
.country{
    font-size: 3vw !important
}

.ui-dialog .ui-dialog-titlebar-close{
    background-color: #FFFFFF !important
}
.plan{
    border: 1px solid #999999;
    padding: 1em;
    text-align: justify;
    margin-bottom: 1em;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #FFFFFF
}

.plan:hover{
    background-color: #dbf0e0;
    color: #155724;
    
}
.plans{
    padding-top: 1em;
    padding-bottom: 1em;
}

.selectPlanInformation{
    vertical-align: middle;
}
#selectPlan{
    z-index: 100 !important;
}
.memberShipInformation{
    text-align: center;
    font-weight: bold
}

.prizeMemberShip{    
    background-color: #2B4A63;
    color: #FFFFFF
}

.planInformation{    
    text-align: justify;
}

.planInformation ul{
    padding-top: 1vw
}
 
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 23px;
}


.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}


.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}


.slider.round {
  border-radius: 23px;
}

.slider.round:before {
  border-radius: 50%;
} 

#termsService,
#privacyPolicy{
    display: none;
    z-index: 2000 !important
}

/*tr:hover{
     background-color: #DDDDDD;
 }
*/
 th{
     padding-left: 1em !important;
 }

 .indexTable th{
     width: 20% !important;
     padding-left: 0px !important
 }

 .postTable
 {
    background-color: #24303A;
    color: #AE976D;
 }

 .postTable th{
     width: 20% !important;
     padding-left: 0px !important;
     font-weight: normal;
 }

 td{
     padding-right: 1em !important;
     border: 0px !important
 }

 form > li{
     margin-left: 1em
 }

 select{
     margin-top: 0.3em !important
 }

 
 .own-note{
     font-size: 0.75em
 }

 .errorMessage{
     display: none;
     width: 100%;
     margin-top:1em
 }
    
 #messagesPWD{
     display: none
 }
 
 .ownBox
 {
    margin-right: 1em;
    padding: 1em;
    text-align: center
 }
 
 .ownBox .table-responsive{
     margin: auto;
     display: inline-table;
     width: 50%;
     border: 1px solid #2a4962;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
 }
 
 .ownBox .table-responsive td .description{
     font-size: 16px;
     font-weight: bold
 }
  .ownBox .table-responsive tr:hover{
     background-color: #FFFFFF !important
 }
 
 .companyHeader{
     font-weight: bold;
     font-size: 22px;
     text-align: center;
     width: 100%
 }
 
 .screen1{
    font-size: 3em;
    color: #007BFF;
    clear:both;
    font-weight: bold;    
 }
 
 .screen4{
     font-size: 2em;
     color: #007BFF;
     clear:both;
     font-weight: bold
 }
 
 label, .field, 
 .field-large, .fieldCompany, .fieldAccount, .fieldMarked{
     /*font-size: 1.3em;*/
     color: #00a5fc;
     /*white-space: nowrap*/
 }
 
 .field, .field-large, .fieldAccount, .fieldMarked{
     border-top: 1px solid #AAAAAA;
     /*width: 150px;*/
      vertical-align: middle
 }
 
/**.surveyFormulario
{
  z-index:999; 
  float: right; 
  position: relative; 
  min-width: 960px;
  left: 38%;
}

@-moz-document url-prefix() {
  .surveyFormulario {
    left: 35%;
  }
} **/

 .field-large {
     /*width: 200px;*/
 }
 
 .fieldAccount, .fieldMarked{
     /*width: 225px;*/
 }
 
 .fieldMarked{
     border-top: 0px !important
 }
 
.fieldCompany{
    border-top: 1px solid #AAAAAA;
    width: 200px;
    vertical-align: middle;
    font-size: 16px;
    color: #2B4A63;
    font-weight: bold;
}

progress[value] {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  border-radius: 3px;
}

progress[value]::-webkit-progress-bar {
  background-color: "#1482d0";
  border: none;
  border-radius: 3px;
}

progress[value] {
  -moz-appearance: none;
  appearance: none;
}

progress {
  border: none;
  border-radius: 3px;
  background: #d7dcdd;
}

progress::-webkit-progress-bar {
  background: #d7dcdd;
}

progress {
  color: #2B4A63;
  background-color: #d7dcdd;
}

progress::-webkit-progress-value {
  background: #1482d0;
  border: none;
  border-radius: 3px;
}

.surveysForm{
  padding: 2px 2px 2px 2px !important;
  float: left !important;
  margin-bottom: 1em;
  border-radius: 10px;
  border: 1px solid #AAAAAA;
  width: 100% !important;
  left: 10%;

}

.surveysForm label{
  color: #2B4A63 !important;
}

.surveysFormSuccess{
  padding: 2px 2px 2px 2px !important;
  float: left !important;
  margin-bottom: 1em;
  border-radius: 10px;
  border: 1px solid #AAAAAA;
  width: 100% !important;
  left: 10%;
}

.surveysFormSuccess label{
  color: #2B4A63 !important;
}


.fieldValueCompany, .fieldValueOffice {
     /*margin-left: 1.5em;*/
     vertical-align: middle;
     padding-bottom: 0px!important;
     padding-top: 0.25em;
     font-size: 16px
 }
 
 .fieldValueCompanyView
 {
     /*margin-left: 1.5em;*/
     vertical-align: middle;
     padding-top: 0.25em;
     text-align: justify
 }
 
 .fieldValueAccount{
     /*margin-left: 1.5em;*/
     vertical-align: middle;
     padding-top: 0.25em; 
     /*width: 70%*/
 }
 
 .fieldValue{
     /*margin-left: 1.5em;*/
     vertical-align: middle;
     padding-top: 0.25em;
     text-align: justify
     /*width: 85%*/
 }
 
 .lastField{
     border-bottom: 1px solid #AAAAAA;
 }
 

 #formulario{
    /* background-color: #DEE9F6; /*#C2DAF0;*/
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
    padding: 1em 1em 1em 1em;
/*    width: 80%;*/
    font-family: roboto;
    /*margin-top: 3em;*/
    /*margin-left: 1em;*/
    z-index: 120 !important;
   
    text-align: center
 }
 
 #formularioImg{
/*    background: url('https://cyberstartupobservatory.com/wp-content/plugins/finder/resources/img/cupula.jpeg'); */
    background-repeat: no-repeat;
    background-position: 50% 50%;/*  */
    background-size: cover; 
    position: fixed;
    opacity: 0.2; 
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; 
    /* This works in IE 8 & 9 too */
    /* ... but also 5, 6, 7 */
    filter: alpha(opacity=20); 
    float: left;     
    z-index: 0 !important;
    height: 100vh;
    width: 100vw;
 }
 
 #formularioImg2{
    /*background: url('https://cyberstartupobservatory.com/wp-content/plugins/finder/resources/img/cupula.jpeg'); */
    background-repeat: no-repeat;
    background-position: 50% 50%;/*  */
    background-size: cover; 
    position: fixed;
    opacity: 0.2; 
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; 
    /* This works in IE 8 & 9 too */
    /* ... but also 5, 6, 7 */
    filter: alpha(opacity=20); 
    float: left;     
    z-index: 0 !important;
    height: 100vh;
    width: 100vw;
 }
 
  #formularioImg3{
    /*background: url('https://cyberstartupobservatory.com/wp-content/plugins/finder/resources/img/observatory.jpeg');*/
    background-repeat: no-repeat;
    background-position: 50% 50%;/*  */
    background-size: cover; 
    position: fixed;
    opacity: 0.2; 
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; 
    /* This works in IE 8 & 9 too */
    /* ... but also 5, 6, 7 */
    filter: alpha(opacity=20); 
    float: left;     
    z-index: 0 !important;
    height: 100%;
    width: 100%;
 }
 
#formularioImg4{
    /*background: url('https://cyberstartupobservatory.com/wp-content/plugins/finder/resources/img/cupula.jpeg') center center; */
    background-repeat: no-repeat;
    background-position: 50% 50%;/*  */
    background-size: cover; 
    /*position: fixed;*/
    /*opacity: 0.2; */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; 
    /* This works in IE 8 & 9 too */
    /* ... but also 5, 6, 7 */
    filter: alpha(opacity=20); 
    z-index: 0 !important;
    height: 100%;
    width: 100%;
 }
 /*
 .selectedOption{
    background-color: #2B4A63;
    color: #FFFFFF
 }
 */
 textarea{
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    width: 90%;
    height: 200px;
 }

 .rfsecFR{
     padding-top: 0.5em;
    padding-bottom: 0.5em;
    text-align: center;
 }
 #rfsec{
     
     z-index: 999 !important;
     padding: 1em
 }

  #rfsecSurvey{
     
     z-index: 999 !important;
     padding: 1em
 }
 
 .content .entry-header{
    display: block !important;
    clear:both;
    margin-left: 10%;
    margin-right: 10%;
 }
 
 .glyphicon-spin {
    -webkit-animation: spin 1000ms infinite linear;
    animation: spin 1000ms infinite linear;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
 #rfsec th {
    text-align: right;
    padding-right: 1em;
    padding-top:0.5em !important;
    text-transform: none!important;
 }
 
 #rfsec th:last{
     margin-bottom: 1em
 }
 
 .office .required,
 #tabs .required,
 #rfsec .required{
    color: #AE976D;
    font-size: 16px
 }

  #rfsecSurvey th {
    text-align: right;
    padding-right: 1em;
    padding-top:0.5em !important;
    text-transform: none!important;
 }
 
 #rfsecSurvey th:last{
     margin-bottom: 1em
 }
 
 #rfsecSurvey .required{
    color: #AE976D;
    font-size: 16px
 }
 
 #formulario .required{
    color: #AE976D;
    font-size: 16px
 }
 
 .saveBtn{
     background-color: #2a4962 !important;
     color: #FFFFFF;
     padding-right: 1em;
     float:right; 
     -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
 }
 
 .saveBtn:hover{
     background-color: #00a5fc !important;
     color: #FFFFFF !important;
     
 }
 
 .file-input-wrapper {
    overflow: hidden;
    position: relative;
    
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    width: 100%;
    height: 200px;
}


.file-input-wrapper > input[type="file"] {
    font-size: 200px;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
}

.file-input-wrapper > .btn-file-input {
    display: inline-block;
    width: 100%;
    height: auto;
    text-align: center;
    vertical-align: middle
}

.file-input-wrapper:hover > .btn-file-input {
    background-color: #aaa;
}

.showImage{
    
    border: 1px solid #2a4962;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}

#partnerForm{
    padding-top: 0.5em
}

.wp-admin select {
    height: auto !important;
    padding-left: 0.5em;
    /*width: 31em;*/
    height: 38px !important
}

.office{
    margin-top: 1em;
    margin-bottom: 1em;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 1em 1em 1em 2em;
    border: 1px solid #AAAAAA;
    width:80% !important;
    left:10%;
    z-index: 1000 !important;
      /* IMPORTANTE */
    display: inline-block; /* jose */
}

.product{
    margin-top: 1em;
    margin-bottom: 1em;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 1em;
    border: 1px solid #000000
}


.ui-widget.ui-widget-content{
    border: 0px !important
}

.mainTitle{
    font-size: 2em;
    color: #007BFF;
    margin-bottom: 1em !important
}


.ui-widget-header {
    background-color: #FFFFFF;
}

.ui-widget.ui-widget-content {
    border: 1px solid #DDDDDD !important;
    height: 100%
}

#wpcontent {
    padding-left: 0!important;
}


.informationElementsMain2
{
    width: 80%; 
    background-color: #FFFFFF;
}

.informationElementsMain3
{
    width: 80%; 
    /*opacity: 0.8*/
}

.informationElementsMain{
   width: 80%; 
    /*padding-left: 3em; */
    margin-top: 1em !important;
    background-color: #FFFFFF;
    /*opacity: 0.8*/
}

#tabs{
    width: 80%;
    left: 10%
}

#tabs .ui-widget-header {
    border: 0px !important;
    background: none;
    
}
#tabs ul li{
    
}

#tabs .ui-state-hover a
{
    background-color: #007BFF !important;
    color: #FFFFFF !important
}

#tabs .ui-tabs-active, #tabs .ui-state-active{
    background-color: #2B4A63 !important;
    color: #FFFFFF !important
}

#tabs{
    border: 0px !important
}

#tabs [id^="tabs-"] {
    width: 100vw;
    height: auto;
    z-index: 100 !important;
    border: 1px solid #2B4A63;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#tabs [id^="tabs-"] .office{
    left: 0% !important;
    width: 100% !important
}

#tabs [id^="tabs-"] #formulario{
    padding-top: 0px !important;
}

#tabs [id^="tabs-"] .urlExtern{
    left: 0%;
}

.rformIcon{
    opacity: 1
}

.member{
    font-weight: bold;
    color: #2B4A63
}
.membership{
    /*float: right; */
    /*margin-right: 1em*/
}

.informationElementsAccount{
    /*width: 80%; */
    /*margin-top: 1.5em*/
}

.companyLogo{
    padding-top: 0.5em; 
    padding-bottom: 0.5em; 
    
}

#formulario a:hover{
    color: #00a5fc   
}


  
@media (max-width:1250px) and (min-width:705px)
 {
    .fieldCompany{
        text-align: left;
    }

 }

@media (max-width: 704px)
{
    .fieldCompany{
         width: auto !important
    }
}
 
 @media (max-width: 768px)
 {
    .row{
        margin-right: 0px !important
    }
    .mainTitle{
            margin-top: 1em;

    }
    #formulario{
        text-align: left
    }

    #contact
    {
        margin-left: 5%;
        width: 83%;
    }

    #informationElementsMain
    {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }

    label, 
    span
    {
        font-size: 12px !important;
    }

    tr
    {
        padding: 0 !important;
    }

    label
    {
        float: left;
        margin-bottom: 1px !important;
    }

    th
    {
        padding-top: 0px !important;
    }

    .form-control
    {
        height: 23px !important;
    }

    .textleft.office
    {
        padding-left: 0px !important;
        padding-top: 3px !important;
        height: 208px;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    #conditions
    {
        padding-left: 6% !important;
        width: 100% !important;
    }

    .urlPlans
    {
        padding-left: 1% !important;
        display: block !important;
    }

    .g-recaptcha
    {
        transform-origin: -5% 500px !important;
    }

    table
    {
        margin-bottom: 5% !important;
    }

    .resDes
    {
        float: left !important;
        left: 0% !important;
        width: 80% !important;
    }

    #SendForm
    {
        float: left !important;
        margin-top: 40% !important;
        margin-left: 1.5% !important;
        font-size: 13px !important;
    }
    
 }
 
#formulario [class*='col']{
    /*padding-right: 0px !important;*/
    /*padding-left: 15px;*/
 }

#formulario .optionsUrl{
    /*padding-right: 1em !important;*/
    padding: 0.25em 0.5em 0.25em 0.5em;
    font-size: 12px;
    display: flow-root;
    margin-left: 0px;
    margin-right: 0px;
    clear: right;
    margin-bottom: 1em;
    /* color: #2B4A63; */
    /*margin-bottom: 2em;*/
   /* color: #2B4A63*/
}

#formulario .optionsUrl:Hover{
    color: #007BFF
}

#formulario .optionsNextUrl a{
    background-color: #2a4962 !important;
    color: #FFFFFF;
    padding: 0.5em 1em 0.5em 1em;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-left:1em
}
#formulario .optionsUrl a,
#formulario .urlExtern a{
     background-color: #2a4962 !important;
     color: #FFFFFF;
     padding: 0.5em 1em 0.5em 1em;
     float:right; 
     -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-left:1em
}
 #formulario .optionsNextUrl a:hover,
#formulario .optionsUrl a:hover,
#formulario .urlExtern a:hover{
     background-color: #00a5fc !important;
     color: #FFFFFF !important
 }

.disabledButton{
    background-color: #989898 !important;
    color: #FFFFFF !important;
    text-transform: none !important
}

.disabledButton:hover{
    background-color: #989898 !important;
    color: #FFFFFF !important
}

.urlExtern{
    left: 10%;
}

.lostPassswordgrecaptcha{
    padding-left: -15px !important;
    
}

.btnSelect{
    width: 100% !important;
    background-color: #2B4A63 !important;
    text-transform: none !important
       
}

.btnSelect:hover{
    background-color: #2483d0 !important
}

.btnSelected{
    background-color: #2B4A63 !important;
    text-transform: none !important;
    border-radius: 10px !important;
       
}

.btnSelected:hover{
    background-color: #2483d0 !important
}


.glyphicon .normal-right-spinner {
    -webkit-animation: glyphicon-spin-r 2s infinite linear;
    animation: glyphicon-spin-r 2s infinite linear;
}

.urlPlans{
    color: #2B4A63 !important   
}

.question{
  width: 90% !important;
  text-align: left !important;
}

.op-survey{
  width: 90% !important;
  margin-left: 20px;
  padding-left: 60px
}

.office label{
    color: #2B4A63 !important   
}

.entry-header .entry-title{
    color: #2B4A63 !important   
}

.content .entry-header .entry-title{
    color: #007BFF !important;
 }
 
 .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100% !important;
 }
 
 textarea{
     height: 12em!important
 }
 
 .deleteProduct{
     margin-right:1em
 }
 
 #rfsec .bootstrap-select > .dropdown-toggle.bs-placeholder
 {
     color: #FFFFFF;
 }
 
 #rfsec .bootstrap-select{
     list-style:outside none none;
     font-family: roboto
 }

  #rfsecSurvey .bootstrap-select > .dropdown-toggle.bs-placeholder
 {
     color: #FFFFFF;
 }
 
 #rfsecSurvey .bootstrap-select{
     list-style:outside none none;
     font-family: roboto
 }
 
 .rformFooter{
    width: 80% !important;
    left: 10%;
    background-color: #FFFFFF;
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 1em 1em 1em 2em;
    z-index: 100 !important;
    display: inline-block;
    text-align: center !important
 }
 

[id^=currentStateHeader]{
    background-color: #00a5fc; 
    color: #FFFFFF; 
    width: 9em; 
    padding: 0.4em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
}

#currentState{
    background-color: #00a5fc; 
    color: #FFFFFF; 
    width: 9em; 
    padding: 0.4em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-left:45%
 }
 
 #currentState:hover, 
 [id^=currentStateHeader]:hover{
     background-color: #2B4A63; 
     cursor: pointer
 }
 
#rfsec .bootstrap-select.btn-group .dropdown-menu li {
    list-style-type: none !important;
 }
 
 .faqOptionInfo{
    padding: 1em;
    display: none;
    margin-top: 1em
 }
 
 .faqOption{
     width: 100%;
     margin-bottom:1em;
     padding-top:1em;
     
 }
 
 .faqOption .bottomLine{
     border-bottom: 1px solid #CCCCCC
 }
 
 .officeWOB{
    margin-top: 1em;
    margin-bottom: 1em;    
    padding: 1em 1em 1em 2em;
    width:80% !important;
    left:10%;
    z-index: 1000 !important;
      /* IMPORTANTE */
    display: inline-block;
}

.sign{
    padding: 0.25em 1em 0.15em 0.25em;
    margin-left: 1em;
    color: #2B4A63;
    border: 1px solid #2B4A63;
}
.sign:hover{
    cursor: pointer;
    background-color:  #2B4A63;;
    color: #fcf8e3
}



.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -ms-animation: spin .7s infinite linear;
    -webkit-animation: spinw .7s infinite linear;
    -moz-animation: spinm .7s infinite linear;
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}
  
@-webkit-keyframes spinw {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@-moz-keyframes spinm {
    from { -moz-transform: rotate(0deg);}
    to { -moz-transform: rotate(360deg);}
}



#registration table th{
    width: 30%;
}

input, select, textarea{
    font-family: roboto !important
}

.toggle-faqOption{
    color: #2B4A63
}

.toggle-faqOption:hover{
    cursor: pointer;
    color: #007BFF
}

.abstractWrap{
    white-space: pre-wrap;      /* CSS3 */   
    white-space: -moz-pre-wrap; /* Firefox */    
    white-space: -pre-wrap;     /* Opera <7 */   
    white-space: -o-pre-wrap;   /* Opera 7 */    
    word-wrap: break-word;      /* IE */
}

.alert{
    text-align: justify;
    clear: both;
}

.alert-warning
{
  color: #24303A !important;
  background-color: #FFF !important;
  border-color: #24303A !important
}

.bootstrap-select button{
    background-color: #FFFFFF !important;
    color: #000000 !important
}
#country {
    background-color: #FFFFFF !important;
    color: #000000 !important
}

.pageTitleForm{
    text-align: center;
    color: #2c4a63
}

table td[class*=col-], table th[class*=col-] {
    position: static;
    display: table-cell;
    float: left !important;
}

tbody {
    border-bottom: 0px !important;
}