form{
     margin: 0;
}

body{
     height: 100%;
     background-image:url('../images/background6.jpg');
	background-repeat: repeat;

     /*line-height: 1.4em;*/

     line-height: 1.2em;
}

#confirm_profile_pic
{
  border: 1px solid silver;
  margin: 0;
  max-width: 150px;
}

.my_chosen .no-results:hover
{
  cursor: pointer;;
  background: #3875d7 !important;
  color: white !important;
}
.my_chosen_selected_nomatch
{
  background: #3875d7 !important;
  color: white !important;
}
.my_chosen .chosen-single div
{
  margin-right: 4px;
}
.my_chosen .chosen-single b
{
  margin-top: 13px !important;
}
.my_chosen .chosen-drop
{
  margin-top: -45px !important; /*-15px !important;*/
  border: 1px solid dodgerblue !important;
  border-top: none !important;
}
.chosen-search-input
{
  padding: 7px 11px !important;
  line-height: 1.5;
  font-family: Gotham,gotham,Verdana,sans-serif !important;
  border: none !important;
  border-bottom: 1px solid silver !important;
  font-size: 18px !important;
}

.chosen_input_lg_yellow
{
  background: lightyellow !important;
}
.chosen_input_lg_white
{
  background: white !important;
}
.chosen_input_lg
{

  border-radius: 0px !important;
  margin-top: -1px !important;
  border: 1px solid silver !important;
  border-top: 0px !important;
  height: 47px !important;
  padding: 12px 15px !important;

  line-height: 31px !important

  /*font-size: 16px !important;*/
  font-family: Gotham,gotham,Verdana,sans-serif;
  font-size: 18px !important;
}
.chosen-container
{
  width: 100% !important;
}
.chosen-results li
{
  padding: 5px 12px !important;
}

.active-result.group-option
{
  padding-left: 25px !important;
}

.popover{
    min-width:250px;
}

.show{
     display: block;
}
.hide_me{
     display: none;
}
.hide_important{
     display: none !important;
}

.margin10{
     margin: 10px !important;
}

.bold{
     font-weight: bold;
}
.italic{
     font-style: italic;
}

.margin0{
     margin: 0px !important;
}

.margin2top
{
     margin-top: 2px !important;
}

.margin10topbottom{
     margin: 10px 0px 10px 0px !important;
}
.margin-10
{
     margin: -10px !important;
}

.margin10top{
     margin-top: 10px;
}
.margin5top{
     margin-top: 5px !important;
}
.margin5topbottom{
     margin: 5px 0px 5px 0px !important;
}
.margin5left{
     margin-left: 5px;
}

.margin10leftright{
     margin-left: 10px;
     margin-right: 10px;
}

.margin10leftright_minus{
     margin-left: -20px !important;
     margin-right: -20px !important;
}

.margin5leftright{
     margin-left: 5px;
     margin-right: 5px;
}


.margin10left{
     margin-left: 10px !important;
}

.margin10right{
     margin-right: 10px !important;
}
.margin5right{
     margin-right: 5px !important;
}

.margin10bottom{
     margin-bottom: 10px !important;
}
.margin5bottom{
     margin-bottom: 5px !important;
}

.padding5{
     padding: 5px !important;
}
.padding5topbottom{
     padding: 5px 0px 5px 0px;
}

.padding5top{
     padding-top: 5px;
}

.padding10{
     padding: 10px !important;
}
.padding0{
     padding: 0px !important;
}
.padding10topbottom{
     padding-top: 10px;
     padding-bottom: 10px;
}

.padding10leftright
{
     padding: 0px 10px 0px 10px !important;
}

.padding5leftright{
     padding: 0px 5px 0px 5px !important;
}

.padding5left{
     padding-left: 5px !important;
}
.padding5right{
     padding-right: 5px !important;
}
.padding10top{
     padding-top: 10px;
}

.wrap{


     margin: 0px;
     background-image:url('../images/background6.jpg');
     background-repeat: repeat;
     padding: 0px;

     /*  min-height: 100%;    */
     /*padding-bottom: 20px;*/
}

.body_container{
     background-color:  #F6F6F6;
     border-right: 1px solid black;
     border-left: 1px solid black;


     /*margin-bottom: 30px;
     border-bottom: 1px solid black;
     */

}

.close_add_reference:hover
{
  color: black !important;
  cursor: pointer;
}


.container{
  padding: 10px !important;
}

#col2{
    min-height: 100%;
    padding: 10px;
}

#col1, #col3 { /* .row{  */
    padding: 10px;
}

.width100{
     width: 100% !important;
}

.height100{

     height: 100%;
}
.height150px{
     height: 150px !important;
}

.width0{
     width: 0px !important;
}

.width20{
     width: 20px !important;
}

.width150px
{
     max-width: 150px !important;
}

.hover_class{

}

.hover_class:hover{
     background: gainsboro !important;
     cursor: pointer !important;
}

.hover_class_border_green:hover{
     border: 1px solid green !important;
     opacity: 1 !important;
     cursor: pointer !important;
}

.select_this_custom_hover
{
     cursor: pointer !important;
}
.select_this_custom_hover:hover
{
     background: purple !important;
}
.hover_class_resume:hover
{
     background: lavender !important;
     color: purple !important;
     cursor: pointer;
}

.hover_class_green:hover
{

     cursor: pointer !important;

     /*background: #85e085 !important;*/
     background: #c1ff80 !important;

     -webkit-transition: background-color 500ms linear;
     -ms-transition: background-color 500ms linear;
     transition: background-color 500ms linear;
}

.hover_class_opacity:hover
{
     opacity: 1;
     cursor: pointer !important;
}


.hover_class_border{
    transition: 250ms background-color;
}

.hover_class_border:hover
{
     border: 1px solid silver;
     background-color: #F0F0F0;
     transition-delay:250ms;
}

.pointer_class{
     cursor: pointer;
}

.relative_class{
     position: relative;
}

/*--- new version to maybe replace span-float_right---*/
    .inline_right{
     right: 0;
     display: inline-block;
     position: absolute;
    }


/*----TEXT STYLES-------------------------------------------------------------------*/

.text_style_white, .font_white{
     color: white;
}
.text_style_green, .font_green{
     color: green;
}

.text_style_othergreen
{
     color: #5cb85c !important;
}

.text_style_gray
{
     color: gray !important;
}

.text_style_orange, .font_orange{
     color: orange;
}

.text_style_darkorange{
     color: darkorange;
}

.text_style_blue, .font_blue{
     color: dodgerblue;
}

.text_style_red, .text_red, .font_red{
     color: red !important;
}

.text_normal{
     font-weight: normal;
}




/*----COLOR SCHEMES-------------------------------------------------------------------*/

.color_white{
     background: white !important;
}

.color_silver, .silver{
     background: silver !important;
}

.color_default{
     background-color:  #F6F6F6;
}

.color_gainsboro{
     background: gainsboro !important;
}

.title_color{
     background: #414141 !important;
     color: white;
}

.color_blue{
     background: dodgerblue !important;
}

.color_lightblue{
     background: #CCFFFF !important;
}

.color_green{
     background: green !important;
}

.color_lightgreen{
     background: LightGreen !important;
}

.color_gray{
     background: gray !important;
}

.color_lavender{
     background: lavender !important;
}

.color_snow{
     background: Snow !important;
}

.color_lightyellow
{
     background: lightyellow !important;
}

.border_orange
{
     border: 1px solid orange !important;
}

.color_lightred
{
     background: #f2dede;
}

.color_mistyrose
{
  background: mistyrose !important;
}

.color_black{
     background: black !important;
}


.border_blue
{
     border: 1px solid dodgerblue;
}

.border_purple
{
     border: 1px solid purple !important;
}

.border_red
{
  border: 1px solid red !important;
}

.border_grey
{
     border: 1px solid gainsboro;
}

.border_black
{
     border: 1px solid black;
}




/*----IMAGE STYLES-------------------------------------------------------------------*/

.img-height-30{
     height: 30px;
}


     .img_style4{
	  height: 40px;
	  vertical-align: top;
     }

    .img_style3{
	height: 20px;
	vertical-align: bottom;
    }

     .preview_pic{
	width: 50px !important;
	vertical-align: top;
    }




/*----AUTOCOMPLETE STYLE--------------------*/
     .autocomplete_container{
          border: 1px solid silver;
          background: white;
          border-radius: 2px;

	  -moz-box-shadow: 0px 3px 8px rgb(100,100,100);
-webkit-box-shadow: 0px 3px 8px rgb(100,100,100);
box-shadow: 0px 3px 8px rgb(100,100,100);

	  /*
	   -webkit-box-shadow: 0 10px 6px -6px #777;
       -moz-box-shadow: 0 10px 6px -6px #777;
            box-shadow: 0 10px 6px -6px #777;
          */
     }

     .autocomplete_header{
          background: gray;
          color: white;
          padding: 5px;
     }
     .autocomplete_suggested{
          text-align: left;
          font-weight: bold;
          /* padding: 5px; */
          color: black;
          border-bottom: 1px solid silver;
          font-size: 10px;
     }
     .autocomplete_suggested:last-child{
	border-bottom: 0px;
     }
     .autocomplete_selected{
          background: gainsboro;
          cursor: pointer;
     }
    .autocomplete_suggested strong{
          color: dodgerblue;
          font-weight: bold;
    }
    .autocomplete_left
     {
	display: inline-block;
	background: gainsboro;
	width: 10%;
        padding: 10 0 10 0;
	text-align: center;
	vertical-align: top;
	font-size: 12px;
    }
     .autocomplete_middle{
	display: inline-block;
	width: 70%;
	vertical-align: top;
	padding-left: 1%;
	font-size: 12px;
        padding: 10 0 10 1%;

    }
    .autocomplete_right{
	display: inline-block;
	width: 20% !important;
	text-align: right;
	font-size: 12px;
	vertical-align: top;
        padding: 10 1% 10 0;
    }
    .autocomplete_middle_full
    {
	display: inline-block;
	width: 90%;
	vertical-align: top;
	font-size: 12px;
	padding: 10 0 10 1%;


    }
     .address_row{
          font-size: 11px;
          color: gray;
          font-weight: normal;
     }

    .autocomplete_full{
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding: 10px 0px 10px 1%;
	padding-left: 1%;
	font-size: 12px;

    }

.errors_borders
{
     border: 1px solid red !important;
}


/*--INFOGRAPHIC CSS---*/
#infographic_container{
	   background: none;
    }


    .infographic_title_2{
     padding-left: 10px;
     font-size: 10px;
    }

    .infographic_number_2{
     font-size: 10px;
     text-align: center;
    }

     .infographic_image_2{
          margin: 1px 0px 1px 0px;
          font-size: 10px;
          height: 12px;
    }

    .infographic_row{
	   margin: 0px;
    }
    .infographic_title{
	   display: inline-block;

	   font-size: 10px;

	   padding-right: 1%;

           padding-left: 10px;
           width: 25%;

           /*
            width: 34%;
            text-align: right;
            */
    }
    .infographic_image{
	   display: inline-block;
	   background: silver;
	   color: silver;

	   height: 12px;
	   font-size: 12px;

           /*
            *width: 40%;
            */
    }
    .infographic_number{
	   display: inline-block;

	   font-size: 10px;
	   text-indent: 5px;
           width: 10%;
           /*
           width: 20%;


           */
    }
    .infographic_active{
	   background: green;
	   height: 12px;
           /*
           position: absolute;
	   left: 0;
	   top: 0;

	   height: 14px;
	   */
    }
/*---end inforgraphic css=-----*/

    .inline_container{
	   font-size: 0;
    }
    .inline_elements{
	   display: inline-block;
	   width: 50%;
	   font-size: 12px;
	   vertical-align: top;
    }

    .inline_class{
	  display: inline-block;
    }

    #result_count{
	   margin: 10px 10px 10px 10px;
    }



/*------ribbon-------*/
.ribbon {
  padding: 0px 0px 10px 0px;
  position: absolute;
  right: 5px; /*0.25em;*/
  top: -0.25em;
  width: 40px;
}

.inactive_ribbon {
  padding: 0px 0px 10px 0px;
  position: absolute;
  right: 5px; /*40px; /*0.25em;*/
  top: -0.25em;
  width: 40px;
}

.ribbon:hover, .inactive_ribbon:hover{
   cursor: pointer;
}

.ribbon div {

  background: #bb3a34;
  background: linear-gradient(#e74841 0%, #bb3a34 100%);
  color: #fff;
  padding: 0.5em 0px;
  text-align: center;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
}

.inactive_ribbon div {

  background: gainsboro; /*#bb3a34;*/
  background: linear-gradient(gainsboro 0%,gray 100%); /*linear-gradient(#eeeeee 0%,#cccccc 100%);*/

  color: #fff;
  padding: 0.5em 0;
  text-align: center;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
}


.ribbon div:after {

  border-left: 20px solid #bb3a34;
  border-right: 20px solid #bb3a34;

  border-bottom: 10px solid transparent;
  bottom: 0;
  content: '';
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
}


.inactive_ribbon div:after {

  border-left: 20px solid gray; /*#cccccc;*/
  border-right: 20px solid gray; /*#cccccc;*/


  border-bottom: 10px solid transparent;
  bottom: 0;
  content: '';
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
}




.table_style2
{
	border-collapse: collapse;
	width:100%;
}
    .table_style2 tr:nth-child(odd)    { background-color:#eee; }
    .table_style2 tr:nth-child(even)    { background-color:#fff; }



.table_style4{
	border-collapse: collapse;
	width:100%;
    }
    .table_style4 tr:nth-child(odd)    { background-color:#eee; }
    .table_style4 tr:nth-child(even)    { background-color:#fff; }

    .table_style4 tr:hover{
	background: silver;
	cursor: pointer;
    }


    .table_style7{
	border-collapse: collapse;
	width:100%;
    }
    .table_style7 tr:nth-child(odd)    { background-color:#eee; }
    .table_style7 tr:nth-child(even)    { background-color:#fff; }

    .table_style7 tr:hover{
	background: gainsboro;
	cursor: pointer;
    }

     .normal_table_font td
     {
	  font-family: Helvetica;
	  font-size: 14px;
     }

     .table_style8{
	border-collapse: collapse;
	width:100%;
     }

     .table_style8 tr{
          border-top: 1px solid gainsboro;
          border-bottom: 1px solid gainsboro;
     }

     .table_inner_rows_only tr:first-child, .table_inner_rows_only tr:last-child
     {
          border-top: none !important;
          border-bottom: none !important;
     }


     .opacity50{
          opacity: 0.5;
     }


     .opacity50hover{
          opacity: 0.5;
     }

     .opacity50hover:hover{
	  opacity: 0.8;
     }


     .opacity70
     {
	  opacity: 0.7 !important;
     }
     .opacity70:hover{
	  opacity: 1 !important;
     }

     .opacity100
     {
	  opacity: 1 !important;
     }
/*----CIRCLES-------*/

     .small_circle_grey{
            display: inline-block;
            width: 13px;
            height: 13px;
            line-height: 13px;
            text-align: center;
            border: 1px solid black;
            font-weight: bold;
            color: green;
            font-size: 12px;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            border-radius: 10px;
            text-indent: 0;
            margin: 5px;
     }
    .circle_green{
            background: limegreen;
            opacity: 0.5;
    }
    .circle_orange{
            background: orange;
            opacity: 0.5;
    }
    .circle_red{
            background: red;
            opacity: 0.5;

    }
    .circle_silver{
            background: silver;
            opacity: 0.5;

    }



    .align_right{
          text-align: right;
    }


    .message_alert{

	  position: absolute;
	  top: -6px;
	  right: -6px;
	  width: 16px;
	  height: 16px;
	  line-height: 16px;
	  font-size: 12px;
          text-align: center;
          font-weight: bold;
	  margin: 5px;
	  background: red;
	  color: white;
	  border-bottom: 1px solid black;
	  border-left: 1px solid black;

    }

.focus{
  border-color: rgba(82,168,236,.8);
  outline: 0;
  outline: thin dotted \9;
  -moz-box-shadow: 0 0 8px rgba(82,168,236,.6);
  box-shadow: 0 0 8px rgba(82,168,236,.6) !important;
}


/*----these are things I am usin on every page----*/
    #col1{
	padding: 0px;
	margin: 0px;
    }
    #col2{
	margin: 0px;
	min-height: 100%;

	/*
	border-left: 1px solid grey;
	border-right: 1px solid grey;
	*/
    }
    #sidebar{
	margin: 0px;
	position: fixed;
	top: 51px;
	width: 242px;
	border-radius: 0px !important;
    }
    #sidebar a{
	border-radius: 0px !important;
    }


/*--needed to prevent scroll in collapse navbar menu--*/
.navbar-collapse {
      max-height: none;
   }


.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.truncate_table td, .truncate_row td{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


#custom-handle {
    width: 3em;
    height: 1.6em;
    top: 50%;
    margin-top: -.8em;
    text-align: center;
    line-height: 1.6em;
  }

/*try this instead for ellipsis dynamic size */

.contain_ellipsis_class
{
     width: 100%;
     display: table;
     table-layout: fixed;
}

.contain_ellipsis_class > div{
     display: table-cell;
}

.ellipsis_class
{
     text-overflow: ellipsis !important;
     overflow: hidden !important;
     white-space: nowrap;
}

.word_wrap_class
{
     word-wrap: break-word !important;
}

.font_weight_normal{
     font-weight: normal !important;
}

     .search_container{
         background-color:  #F6F6F6;
         border-right: 1px solid black;
         border-left: 1px solid black;
         margin-bottom: 10px;
         padding: 0px !important;
     }

     #nav_search_container{
         padding: 0px 10px 0px 10px;
     }

     #group1{
	padding: 0px;
        /* padding-left: 15px !important; */
	padding-right: 5px;
    }
    #group2{
	padding: 0px;
	padding-left: 5px;
	padding-right: 10px;
    }
    #group_container{
	padding: 0px;
    }

    #group3{
     padding-left: 15px !important;
    }

    .gray_line{
	  border-top: 1px solid silver;

    }


.underline{
     border-bottom: 1px solid silver;
}

.underline_dashed
{
     border-bottom: 1px dashed silver;
}


#apply_message{
     min-height: 51px;
     resize: vertical;
}

.caret.caret-reversed {
    border-top-width: 0px;
    border-bottom: 4px solid #000000;
}

.table_padding0 td{
     padding: 0px;
}

.table_padding5 td{
     padding: 5px;
}

.table_padding10 td{
     padding: 10px;
}



/* used for applied, alert, favorite icones */
     .my_inactive_icon, .icon_size_hired{
          opacity: 0.4;
     }
     .my_inactive_icon:hover{
          opacity: 0.6;
     }
     .my_active_icon{
         opacity: 1;
     }

     .my_waitlisted_icon{
	  opacity: 0.8;
	  color: orange;
     }
     .my_blocked_icon{
	  opacity: 0.7;
	  color: maroon;
     }


/* for applied, alert, favorite icons */
.icon_size, .icon_size_hired{
	font-size: 20px;
	margin: 5px;
    }

    .icon_row{
	margin: 10px -10px -10px -10px;
	background: #F8F8F8;
    }
    .this_hiring_status{
	margin: 5px 0px 0px 10px;
    }

.search_icon_size
{
     font-size: 14px;
     margin: 2px;
     /*margin: 5px !important; */
}

.jobpost_bookmark_icon.btn:focus, .jobpost_alert_icon.btn:focus, .jobpost_bookmark_icon.btn:hover, .jobpost_alert_icon.btn:hover
{
    outline: none;
    background-color: white;
}





.inline_class{
     display: inline-block !important;
}

.my_td_width{
     width: 100px !important;
}


.mycloseicon{
     font-size: 16px;
}
.mycloseicon:hover{
     opacity: 0.8;
     cursor: pointer;
}

.arrow_right_class{
     font-size: 40px !important;
     color: white;

}
.mysilver{
     background: gainsboro !important;
     vertical-align: middle;

}

.mysilver:hover{
     cursor: pointer;
     background: silver !important;
}
.mysilver:hover .arrow_right_class{
     color: gainsboro;
}


.align_top{
     vertical-align: top !important;
}

.align_middle{
     vertical-align: middle !important;
}

.align_bottom{
     vertical-align: bottom !important;
}

.width30percent{
     width: 30%;
}

.my_close_icon{
	font-size: 25px;
	opacity: 0.6;
	margin: -4px 0px 0px 0px;
    }
    .my_close_icon:hover{
	opacity: 1;
	cursor: pointer;
    }

.my_button_group{
     min-width: 150px;
}

.newcontact_add_class
{
     opacity: 0.5;
}
.newcontact_add_class:hover
{
     opacity: 0.8;
     cursor: pointer;
}

.my_add_icon{
     opacity: 0.5;
     color: green;
     font-size: 18px;
}
.my_add_icon:hover{
     opacity: 0.8;
     cursor: pointer;
}


.modal_top
{
     background: gainsboro;
     /*margin: -21px -21 10 -21; */
     margin: -16px -15px 16px -15px;
     padding: 5px;

}



.datefield {


  /*
   * width: 100%;
   *width: 150px;
    display: inline;
    padding: 8px;
    background: #FFF;
    border-radius: 4px;
    color: #666;
  */
}



.datefield * {
    display: inline-block;
}

.datefield input {
    width: 2.0em; /*1.7em; */
    padding: 0px 0px 0px 2px;
    border: none;
    font-size: 100%;
    background: none;
    color: #000;
}

.datefield input#year { width:3.0em; }
.datefield input:focus { outline:none; }


#dob_placeholder{
  width: 130px;
}


  #better_method_textbox{
    min-height: 150px;
    background: lightyellow;
  }

.advertise_top
{
    padding: 30px !important;
    color: white !important;
    background: LightSkyBlue !important;
    text-align: center;
    font-size: 18px;
}

.color_tan
      {
	    color: black;
	    background: #fef1d8;
	    border: 1px solid gainsboro;
	    padding: 10px;
      }
     .create_a_jobpost
      {
	    background: lightyellow;
	    border: 1px solid orange;
	    padding: 10px;
	    text-align: center;

      }


/* get rid of table stripes for child element */
.undo_stripes tr:nth-child(odd)    { background-color: inherit !important; }
.undo_stripes tr:nth-child(even)    { background-color:inherit !important; }

.color_lightyellow_tr:nth-child(odd)    { background-color: lightyellow !important; }
.color_lightyellow_tr:nth-child(even)    { background-color:LemonChiffon !important; }
.color_lightyellow_tr:hover {background-color: gold !important;}

.color_red_div:nth-child(odd)    { background-color: #FACCCC !important; }
.color_red_div:nth-child(even)    { background-color:#FCE6E6 !important; }
.color_red_div:hover {background-color: #F8B2B2 !important;}


.color_lightgreen_tr:nth-child(odd)    { background-color: lightgreen !important;}
.color_lightgreen_tr:nth-child(even)    { background-color:PaleGreen !important;}
.color_lightgreen_tr:hover td {background-color:GreenYellow !important; }

.color_lightgreen_nohover_tr:nth-child(odd)    { background-color: lightgreen !important;}
.color_lightgreen_nohover_tr:nth-child(even)    { background-color:PaleGreen !important;}

/*other green*/
.color_othergreen_nohover_tr:nth-child(odd)    { background-color: #b3ffb3 !important;}
.color_othergreen_nohover_tr:nth-child(even)    { background-color:none}

/*jobpost green*/
.color_jobpostgreen_nohover_tr:nth-child(odd)    { background-color: #daffb3 !important;}
.color_jobpostgreen_nohover_tr:nth-child(even)    { background-color:none !important}

/* google table color with div */
.google_row_color:nth-child(odd)    { background-color: #f9f9f9 !important;}
.google_row_color:nth-child(even)    { background-color:white !important}

.google_row_color .google_row_inner
{
     padding: 8px;
     line-height: 1.42857143;

}

button
{
  outline: none !important;
}

.google_row_color
{
     border-top: 1px solid #ddd;
}




.undo_table_padding td
{
     padding: 0px !important;

}


    #overlayer
    {
	position: absolute;
	top: 0;
	bottom: 0;
	background: pink;
	color: red;
	opacity: 0.4;
	z-index: 9999;
	height: 100%;
	width: 100%;
    }


#register_employer
{
     text-align: center;
     padding: 40px 0px 40px 0px;
     background: lightgreen;
     font-size: 18;
     color: green;
     font-weight: bold;
}

#register_applicant
{
     text-align: center;
     padding: 40px 0px 40px 0px;
     background: dodgerblue;
     font-size: 18;
     color: white;
     font-weight: bold;
}

#register_employer:hover
{
     background: green;
     color: white;
     cursor: pointer;
}

#register_applicant:hover
{
     background: blue;
     cursor: pointer;
}

.active_view_class
{
     background: pink !important;
     border: 1px solid red;
}

.view_this_rating
{

}

.view_this_rating:hover, .open_upgrade_modal:hover
{
     cursor: pointer;
     text-decoration: underline;
}


/*
 *https://github.com/twbs/bootstrap/issues/5704
 *was causing button to shift because of popover
 *this fixes it
 */
.btn-group > .tooltip + .btn,
.btn-group > .popover + .btn{
margin-left:-1px;
}



.upper_right_close_class
{
     position: absolute;
     top: 0;
     right: 0;
     width: 24px;
     text-align: center;
     background: pink;
     border: 1px solid pink;
}

.upper_right_close_class:hover{
     cursor: pointer;
     border: 1px solid deeppink;
}

/*ellipsis truncate inside of a table*/
.truncate_container {
    position: relative;
}
.truncate_content {
    position: absolute;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.truncate_spacer {
    height: 0;
    overflow: hidden;
}




/*
.add_another_one
{
    opacity: 0.5;
    font-size: 18px;
    color: green;

}
.add_another_one:hover
{
    opacity: 0.8;
    cursor: pointer;
}
*/

/*stye placeholder txt*/
::-webkit-input-placeholder {
   color: silver !important;
}

:-moz-placeholder { /* Firefox 18- */
   color: silver !important;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: silver !important;
}

:-ms-input-placeholder {
   color: silver !important;
}


/*do this so google places autocomplete can be viewed in modal*/
    .modal{
    z-index: 20;
}
.modal-backdrop{
    z-index: 19;
}

/*make googleautocomplete show entire line*/
.pac-item{
  white-space:pre-line;
}

.rating_counter
{
    padding-top: 7px;
    font-weight: bold;
    width: 150px;
    position: absolute;
    right: 170px;
    text-align: right;
}


.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}


.my_active_button
{
    color: white !important; /*purple !important;*/
    background: #72bf48 !important; /*lavender !important;*/
}


.pricetag{
    white-space:nowrap;
    position:relative;
    margin:0 5px 0 10px;
    displaY:inline-block;
    height:25px;
    border-radius: 0 5px 5px 0;
    padding: 0 15px 0 15px;
    background:#E8EDF0;
    border: 1px solid #C7D2D4;
    color:#999;
    line-height:23px;
}
.pricetag:before{
    position:absolute;
    background:#E8EDF0;
    content:"\25CF";
    color:white;
    text-shadow: 0 0 1px #aaa;
    font-size:12px;
    line-height:13px;
    text-indent:6px;
    top:3px;
    left:-10px;
    width: 18px;
    height: 18px;
    transform: rotate(45deg);
    border-left:1px solid #C7D2D4;
    border-bottom:1px solid #C7D2D4;
}


/* will add brief color to new messages */
@-webkit-keyframes fadeIt {
  0%   { background-color: lightyellow; }
  100% { background-color: white; }
}
@-moz-keyframes fadeIt {
  0%   { background-color: lightyellow; }
  100% { background-color: white; }
}
@-o-keyframes fadeIt {
  0%   { background-color: lightyellow; }
  100% { background-color: white; }
}
@keyframes fadeIt {
  0%   { background-color: lightyellow; }
  100% { background-color: white; }
}

.backgroundAnimated{
    background-image:none !important;
    -webkit-animation: fadeIt 4s ease-in-out;
       -moz-animation: fadeIt 4s ease-in-out;
         -o-animation: fadeIt 4s ease-in-out;
            animation: fadeIt 4s ease-in-out;
}

     .recruiter_button_active
     {
	  border: 1px solid green;
	  color: black;
	  background-color: lightgreen;
	  outline: none;
     }
     .select_recruiter_type_button:active, .select_recruiter_type_button:hover, .select_recruiter_type_button:focus
     {
	  /* border: 1px solid deeppink; */
	  outline: none !important;
     }

     .accept_or_not_class:active, .accept_or_not_class:hover, .accept_or_not_class:focus
     {
	  /* border: 1px solid deeppink; */
	  outline: none !important;
     }


     /*gets rid of 1px index on left of tab */
     .nav-tabs
     {
          margin-left: 0px;
     }
     .content_class
     {
          border-bottom: 1px solid #ddd;
          border-left: 1px solid #ddd;
          border-right: 1px solid #ddd;
          background: white;
          padding: 10px;
          /*min-height: 100px;*/
     }
     #this_tablist .active a
     {
          background: white !important;

     }

     #this_tablist li
     {
	  margin-left: -1px !important;
     }


/*...stuff for resume....*/
.title_row
{
     border-bottom: 1px solid silver;
     margin-top: 10px;
     margin-bottom: 5px;

}
.first_row_class
                    {
                         vertical-align: top;
                         width: 200px;
                    }
                    .pdf_table
                    {
                         border-collapse: collapse;
                         width: 100%;
                         /*border: 1px solid black;*/
                         margin: 0 !important;
                    }
                    .pdf_table td
                    {
                         padding: 0;
                         vertical-align: top;
			font-size: 12px;
                    }
                    .spacer
                    {
                        margin-bottom: 10px !important;
                    }
                    #smaller_image
                    {
                         height: 100px;
                    }
                    .date_col
                    {
                         text-align: right;
                         font-size: 14px;
                         width: 25%;
                    }


                    .text-muted
                    {
                         opacity: 0.5;
                    }
                    .width0
                    {
                         width: 10%;
                    }
                    .top_row
                    {
                         padding-left: 10px !important;
                    }

     .active_page
     {
	  background: azure;
	  border: 1px solid blue;
     }

     .dynamic_padding_for_messages
    {
	padding: 0px 0px 0px 10px !important;
    }
    @media(max-width: 767px)
    {
	.dynamic_padding_for_messages
	{
	    padding-left: 0px !important;
	}
    }

    .list-group button:focus
    {
	outline:0;
    }




     @media(min-width: 767px)
     {
	 .joblist_who_pays_selector
	 {
	     background: lightyellow;
	 }
     }



     .custom_circle_css
     {
          height: 200px;
          width: 200px;
          border-radius: 200px;
     }
     .custom_circle_td
     {
          height: 200px;
          width: 150px;
          padding: 15px;
     }


     @media(max-width: 767px)
     {
	 .custom_circle_css
          {
               height: 150px;
               width: 150px;
               border-radius: 150px;
          }
          .custom_circle_td
          {
               height: 150px;
               width: 150px;
               padding: 15px;
          }
     }

     .edit_me_container
     {
          border: 1px dashed red;
          padding: 5px !important;
          margin-bottom: 10px !important;
          background: mistyrose;
     }

     .edit_me_container:hover
     {
          background: lightgreen;
          cursor: pointer;
     }

.special_checkbox
{
    margin: 0px;
}

.special_checkbox input {
  display: none;

}

.special_checkbox input[type=checkbox] ~ span {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  background: #fff;
  border: 1px solid #888;
  padding: 1px;
  height: 20px;
  width: 20px;
}

.special_checkbox input[type=checkbox]:checked ~ span {
  /* image: Picol.org, cc-by 3.0, https://commons.wikimedia.org/wiki/File:Accept_Picol_icon.svg */
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path d="M14 18L26 6l4 4-16 16L4 16l4-4z"/></svg>');
  background-size: 100%;
}


.table_vertical_align > tbody > tr > td {
     vertical-align: middle;
}

.edit_width{
     width: 44px;
 }

/*------------------------------------------------*/
/* Switch SECTION START*/
/*------------------------------------------------*/
.Switch {
position: relative;
display: inline-block;
font-size: 14px;
font-weight: bold;
color: #ccc;
text-shadow: 0px 1px 1px rgba(255,255,255,0.8);
height: 29px;
padding: 6px 6px 5px 6px;
border: 1px solid #ccc;
border: 1px solid rgba(0,0,0,0.2);
border-radius: 4px;
background: #ececec;
box-shadow: 0px 0px 4px rgba(0,0,0,0.1), inset 0px 1px 3px 0px rgba(0,0,0,0.1);
cursor: pointer;
}

body.IE7 .Switch { width: 78px; }

.Switch span { display: inline-block; width: 30px; }
.Switch span.On { color: #33d2da; }

.Switch .Toggle {
position: absolute;
top: 1px;
width: 35px;
height: 25px;
border: 1px solid #ccc;
border: 1px solid rgba(0,0,0,0.3);
border-radius: 4px;
background: #fff;
background: -moz-linear-gradient(top,  #ececec 0%, #ffffff 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ececec), color-stop(100%,#ffffff));
background: -webkit-linear-gradient(top,  #ececec 0%,#ffffff 100%);
background: -o-linear-gradient(top,  #ececec 0%,#ffffff 100%);
background: -ms-linear-gradient(top,  #ececec 0%,#ffffff 100%);
background: linear-gradient(top,  #ececec 0%,#ffffff 100%);

box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.5);
z-index: 999;

-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
}

.Switch.On .Toggle { left: 2%; }
.Switch.Off .Toggle { left: 54%; }

/*------------------------------------------------*/
/* Switch SECTION END*/
/*------------------------------------------------*/

.smaller_padding_table td
{
     padding: 3px !important;
     vertical-align: middle !important;
}

.table_align_middle
{
     vertical-align: middle !important;
}

.friend_row td
{
     padding: 0px !important;
}

/*--for network profile tabs---*/
.special_active
{
    border-bottom: 2px solid red;
}
.friend_inner_navbar a
{
    padding: 3px 5px 3px 5px !important;
}

.friend_inner_navbar a:focus
{
    background-color: transparent !important;
}

.friend_inner_navbar a:hover
{
    background-color: transparent !important;
    color: grey;
}
/*--end notwork profile tabs--*/

.searchclear {
    position:absolute;
    right:5px;
    top:0;
    bottom:0;
    height:18px;
    margin:auto;
    font-size:18px;
    cursor:pointer;
    color:#ccc;
    opacity: 0.6;
}
.searchclear:hover
{
     cursor: pointer;
     opacity: 1;
     color: grey;
}


/*---top of page navbars----*/
#webtitle{
	color: orange;
	font-weight: bold;
    }

#navright
{
     margin: 0 !important;
}

.nav-tabs{
     margin-left: 1px;
     margin-right: 1px;
}

.nav-tabs a{
     background: gainsboro;
     color: gray;
}

.last_tab{
     margin-right: 0 !important;
}

.nav-tabs .active a{
     background: #F6F6F6 !important;
}

#topnav{
	margin: 0;
    }

.navbar-header{
     margin: 0 !important;
}

.admin_style{
	color: white;

    }

/*-----end top of page navbars-----*/

.green_button_class
{
     opacity: 1 !important;
     background: #e6ffcc !important;  /* lightgreen' */
}
.my_green_button_class:focus, .my_green_button_class:active
{
     outline: none !important;

}

.my_custom_star_table td, .my_custom_star_table_disabled td
{
     text-align: center;
     vertical-align: middle;
}
.my_custom_star_table td div, .my_custom_star_table_disabled td div
{
     margin-right: 3px;
     padding: 1px 2px 3px 3px;
     font-size: 21px;
     background-color: gainsboro; /*rgb(176, 139, 215);*/
     color: white;
}


.my_custom_star_table_hover{
     cursor: pointer !important;
     background-color: green !important; /*rgb(125, 64, 188) !important;*/
}

.my_custom_star_table_click
{
     background-color: green !important; /*rgb(125, 64, 188) !important;*/
}

.view_this_message:hover, .view_this_notification:hover{
     cursor: pointer;
}


/*-----for map infowindow helper-----*/
.gm-style-iw {
	width: 350px !important;
	top: 15px !important;
	left: 0px !important;
	background-color: #fff;
	box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
	border: 1px solid rgba(72, 181, 233, 0.6);
	border-radius: 2px 2px 10px 10px;
}
#iw-container {
	margin-bottom: 10px;
}
#iw-container .iw-title {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding: 10px;
	background-color: #48b5e9;
	color: white;
	margin: 0;
	border-radius: 2px 2px 0 0;
}
#iw-container .iw-content {
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	margin-right: 1px;
	padding: 5px 5px 20px 5px;
	max-height: 140px;
	overflow-y: auto;
	overflow-x: hidden;
}

.iw-subTitle {
	font-size: 16px;
	font-weight: 700;
	padding: 5px 0;
}
.iw-bottom-gradient {
	position: absolute;
	width: 326px;
	height: 25px;
	bottom: 10px;
	right: 18px;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}
/* --- end map inforwindow helper -----*/

.table_inner_rows_only tr:first-child td
{
     border-top: none !important;
}

.table_with_last_border tr:last-child td
{
      border-bottom: 1px solid #ddd;
}

.div_inner_rows
{
     border-top: 1px solid #ddd;
}
.div_inner_rows_only:first-child
{
     border-top: none !important;
}

#progressBar {
    width: 400px;
    height: 22px;
    border: 1px solid #111;
    background-color: #292929;
}
#progressBar div {
    height: 100%;
    color: #fff;
    text-align: right;
    line-height: 22px; /* same as #progressBar height if we want text middle aligned */
    width: 0;
    background-color: #0099ff;
}

.joblist_select_row
{
     border: 1px solid red !important;
}
.joblist_select_row_td
{
     border-top: 1px solid red !important;
     border-bottom: 1px solid red !important;
}

/*==================================================
 * Effect 7
 * ===============================================*/

.effect1{
    -webkit-box-shadow: 0 10px 6px -6px #777;
       -moz-box-shadow: 0 10px 6px -6px #777;
            box-shadow: 0 10px 6px -6px #777;
}
/*-------------------*/


 .popover-content {
    color: green;
    font-weight: bold;
}

.input-xs {
    height: 22px;
    padding: 5px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}



/*to fill empty spaces with dots to justify text*/
/*dl { width: 300px }*/
/*dd { float: left; width: 100px; overflow: hidden }*/
.fill_empty_space { float: left; width: 150px; overflow: hidden; white-space: nowrap }
.fill_empty_space:after { content: " .................................................................................." }




.star_rating_class ul, .star_rating_class_display_only ul
{
    list-style: none outside none;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 !important;
    margin: 0 !important;
    display: inline-block;
    vertical-align: top;

}
.star_rating_class .glyphicon-star, .star_rating_class_display_only .glyphicon-star
{
    font-size: 13px;
    color: white;
    margin: 0px;
}

.star_rating_class li, .star_rating_class_display_only li
{
    background: silver;
    display: inline-block;
    vertical-align: middle;
}


.my_custom_star_table button:hover ~ button {
    background-color: transparent;
}


.review_completed_true
{
     color: forestgreen !important;
     opacity: 1 !important;
}
.review_completed_icon
{
     color: default;
     opacity: 0.1;
}

.review_input_container
{
     /*
     padding: 15px;
     margin-left: -15px;
     margin-right: -15px;
     */
}

.review_adj_selector
{
     margin-bottom: 1px;
}

.reviews_table_padding td
{
     padding: 8px 0px 8px 0px !important;
}

.review_active_question
{
     margin: 0px -5px;
     background-color: gainsboro;
     padding: 5px;
}
.reviews_newopen_class
{
     background: white !important;
     border: 1px solid silver !important;
     border-radius: 4px;
}

.unknown_employer_class_css
{
     background: gainsboro;
     padding: 5px;
     margin-top: 5px;
}


.this_selected_jobtag_row_active
{
     background: #c1ff80 !important;
     outline: none;
}









/* ---- this makes the arrow progress bar being used in the set hiring modal --------*/
.wrap1 {
  width: 100%;
  height: 30px;
  z-index:-2;
  white-space: nowrap;
  overflow:hidden;
}
.wrap1 div:first-child{margin-left:-2%;}
.progress1 {
  margin:0;
  margin-left:0.5%;
  height: 30px;
  width: 25%;
  position: relative;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  transition: all 0.8s;
}
.progress_textbox {
  margin:0;
  margin-left:0.5%;
  height: 30px;
  width: 25%;
  position: relative;
  display: inline-block;
  text-align: center;
  line-height: 30px;
}

.progress1:before,
.progress1:after {
  content: "";
  position: absolute;
  transition: all 0.8s;
  z-index: 1;
  /*z-index:-1;*/
}
.progress1:before {
  height: 50%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transform: skew(45deg);
  -moz-transform: skew(45deg);
  transform: skew(45deg);
}
.progress1:after {
  height: 50%;
  width: 100%;
  top: 50%;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transform: skew(-45deg);
  -moz-transform: skew(-45deg);
  transform: skew(-45deg);
}






.mywrap
{
     white-space: nowrap;
     overflow:hidden;
}
.mywrap div:first-child {margin-left: -2%;}
.outer_box
{
     width: 25%;
     position: relative;
     display: inline-block;
     margin-left:0.5%;
     text-align: center;
     line-height: 30px;
}

.progress_text
{
     position: absolute;
     text-align: center;
     width: 100%;
     z-index: 2;
}

.arrow_container {
  margin:0;

  height: 30px;
  width: 100%;

  transition: all 0.8s;
}

.arrow_container:before,
.arrow_container:after {
  content: "";
  position: absolute;
  transition: all 0.8s;
}
.arrow_container:before {
  height: 50%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transform: skew(45deg);
  -moz-transform: skew(45deg);
  transform: skew(45deg);
}
.arrow_container:after {
  height: 50%;
  width: 100%;
  top: 50%;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transform: skew(-45deg);
  -moz-transform: skew(-45deg);
  transform: skew(-45deg);
}

.progress1_active .arrow_container:before,
.progress1_active .arrow_container:after
{
     background: green !important;

}

.progress1_active .progress_text
{
     color: white !important;
}

.outer_box_hover:hover{
     cursor: pointer;
}
.outer_box_hover:hover .arrow_container:before,
.outer_box_hover:hover .arrow_container:after {
  background: green;

}

.outer_box_hover:hover .progress_text{
  color: white;
}

/*-----------------------------*/

.arrow_box {
	position: relative;
}
.arrow_box:after, .arrow_box:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(0, 0, 0, 0);
	border-bottom-color: white;
	border-width: 10px;
	margin-left: -10px;
        margin-bottom: -2px;
}
.arrow_box:before {
	border-color: rgba(0, 0, 0, 0);
	border-bottom-color: #ccc;
	border-width: 11px;
	margin-left: -11px;
        margin-bottom: -2px;
}


.surround_me .arrow_box:after {
     border-bottom-color: #e6e6e6 !important;
}
.surround_me .arrow_box:before {
     border-bottom-color: #adadad !important;
}

.surround_this .arrow_box:after {
     left: 10%;
     border-bottom-color: lightyellow !important;
}
.surround_this .arrow_box:before {
     left: 10%;
     border-bottom-color: grey !important;
}

/*bluearrow*/


.blue_arrow_container .arrow_box:after {
     border-bottom-color: #d9edf7 !important;
}
.blue_arrow_container .arrow_box:before {
     border-bottom-color: #829fff !important;
}

/*-----------to stripe elements ---------*/
.example.example1 {
  background-color: #6772e5;
}

.example.example1 * {
  font-family: Roboto, Open Sans, Segoe UI, sans-serif;
  font-size: 16px;
  font-weight: 500;

}

.example.example1
{
     margin: 0px !important;
}

.example.example1 fieldset {
  /*margin: 0 10px 20px;*/
  padding: 0;
  border-style: none;
  background-color: #7795f8;
  box-shadow: 0 6px 9px rgba(50, 50, 93, 0.06), 0 2px 5px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 #829fff;
  border-radius: 4px;
}

.example.example1 .rower {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 15px;
}

.example.example1 .rower + .rower {
  border-top: 1px solid #819efc;
}

.example.example1 label {
  width: 15%;
  min-width: 70px;
  padding: 11px 0;
  color: #c4f0ff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.example.example1 input, .example.example1 button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-style: none;
}

.example.example1 input:-webkit-autofill {
  -webkit-text-fill-color: #fce883;
  transition: background-color 100000000s;
  -webkit-animation: 1ms void-animation-out;
}

.example.example1 .StripeElement--webkit-autofill {
  background: transparent !important;
}

.example.example1 .StripeElement {
  width: 100%;
  padding: 11px 15px 11px 0;
}

.example.example1 input {
  width: 100%;
  padding: 11px 15px 11px 0;
  color: #fff !important;
  background-color: transparent;
  -webkit-animation: 1ms void-animation-out;
}


.example.example1 input::-webkit-input-placeholder {
  color: #87bbfd !important;
}

.example.example1 input::-moz-placeholder {
  color: #87bbfd !important;
}

.example.example1 input:-ms-input-placeholder {
  color: #87bbfd !important;
}


.example.example1 button {

 /* display: block;
  width: calc(100% - 30px);
  height: 40px;
  margin: 20px 15px 0;
  border-radius: 4px;
  text-shadow:1px 1px 0 #444;

   background-color: #f6a4eb;
  box-shadow: 0 6px 9px rgba(50, 50, 93, 0.06), 0 2px 5px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 #ffb9f6;
    color: #fff;
  font-weight: 600;
  cursor: pointer;
  */




}

.example.example1 button:active {
  background-color: #d782d9;
  box-shadow: 0 6px 9px rgba(50, 50, 93, 0.06), 0 2px 5px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 #e298d8;
}

.example.example1 .error svg .base {
  fill: #fff;
}

.example.example1 .error svg .glyph {
  fill: #6772e5;
}

.example.example1 .error .message {
  color: #fff;
}

.example.example1 .success .icon .border {
  stroke: #87bbfd;
}

.example.example1 .success .icon .checkmark {
  stroke: #fff;
}

.example.example1 .success .title {
  color: #fff;
}

.example.example1 .success .message {
  color: #9cdbff;
}

.example.example1 .success .reset path {
  fill: #fff;
}
/*-----------end stripe elements-------------*/




.stripe_credit_card_class
{
     border-radius: 4px !important;
}

.cc_name_class:focus
{
    outline: none;
}

/*
.stripe_credit_card_class input
{
     color: black !important;
     margin: 5px !important;
}
*/

.hiring_helper_class_inactive
{
     border: 1px dashed grey;
     opacity: 0.5;
}

.hiring_plan_button
{
     outline: none !important;
}

.hiring_plan_button_active
{
     outline: none;
     background: #72bf48;
     color: white
}

.custom_checkbox_container
{
     outline: none !important;
}
.custom_checkbox_container:hover
{
     /*background-color: gainsboro !important;*/
     cursor: pointer;
}

.custom_checkbox_container:active
{
     /*background-color: silver !important;*/
     border: 2px solid DimGray !important;
}


.rangeslider__fill
{
    background: dodgerblue !important;
}

.rangeslider
{
    z-index: 30;
}

body.modal-open {
    overflow: hidden;
}

.upgrade_helper_tr
{
     padding: 7px 10px !important;
}

.upgrade_helper_tr_active
{
     background: Honeydew;
     font-weight:bold;
     border: 1px solid limegreen;
}



.custom_backdrop
{
    background: black;
    opacity: 0.3;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 15;
    top: 0px;
}

.cutom_backdrop_white
{
    background: black;
    opacity: 0.7;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 16;
    top: 0px;

}

.mymodal
{
    z-index: 15;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    max-width: 750px;
    background: white;
    border: 1px solid black;
    overflow: scroll;
    height: 300px;
    overflow: scroll;

}

.outer_second_modal
{
    z-index: 17;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;

    /*max-width: 500px;*/
    width: 100%;
    overflow: scroll;

}

.secondary_modal
{
    background: white;
    border: 1px solid black;
    margin-left: auto;
    margin-right: auto;
    min-height: 300px;
    max-width: 500px;
    margin-top: 50px;
    margin-bottom: 50px;
    /*padding-top: 50px;*/
    border-radius: 4px;
    padding: 10px;


}


.mytable .innertd
{
    border-left: 1px solid honeydew;
    border-right: 1px solid honeydew;
}

.mytable td:hover
{
    cursor: pointer;
    color: green;
}


.helper_container_tr_active
{
     background: gainsboro !important;
     margin: 0px -5px !important;
     padding-left: 5px !important;
     padding-right: 5px !important;
     border-top: 1px solid gainsboro !important;
}


.stop_scrolling {
  height: 100%;
  overflow: hidden;
}


.resume_element_class:focus-within {
  background: lavender !important;
}
.resume_element_class:hover-within {
  background: lavender !important;
}


/*-------------beating heart--------------*/

.heart{
    position: relative;
    display: inline-block;
    width: 25px;
    height: 13px;
    margin:0 auto

}

.beating_heart
{
     animation: heartbeat 1s;
}



.heart:before,
.heart:after {
     background: DarkSeaGreen;
}


.beating_heart:before,
.beating_heart:after {
     background: Crimson !important;


}


.heart:before,
.heart:after{
    position: absolute;
    content: "";
     left: 12px;
     top: 0px;
     width: 12px;
     height: 18px;
     -moz-border-radius: 12px 12px 0 0;
     border-radius: 12px 12px 0 0;
    -moz-border-radius: 12px 12px 0 0;
    border-radius: 12px 12px 0 0;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: 0 100%;
       -moz-transform-origin: 0 100%;
        -ms-transform-origin: 0 100%;
         -o-transform-origin: 0 100%;
            transform-origin: 0 100%;
}
.heart:after{
    left: 0;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: 100% 100%;
       -moz-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
         -o-transform-origin: 100% 100%;
            transform-origin :100% 100%;
}

.heart_smaller:before,
.heart_smaller:after
{
  width: 9px !important;
  height: 15px !important;
  top: 2px !important;
  background: silver;
}
.heart_smaller:after
{
  left: 3px;

}

@keyframes heartbeat
{
  0%
  {
    transform: scale( 1 );
  }
  20%
  {
    transform: scale( 1.25 );
  }
  40%
  {
    transform: scale( 1 );
  }
  60%
  {
    transform: scale( 1.25 );
  }
  80%
  {
    transform: scale( 1 );
  }
  100%
  {
    transform: scale( 1 );
  }
}
/*--------------end heart-------------*/

.text_fade
{
     background: -webkit-linear-gradient(to top, white 3%, rgba(255,255,255,0));
     background: -o-linear-gradient(to top, white 3%, rgba(255,255,255,0));
     background: -moz-linear-gradient(to top, white 3%, rgba(255,255,255,0));
     background: linear-gradient(to top, white 3%, rgba(255,255,255,0));
     height: 45%;
     bottom: 0px;
     margin: 0;
     position: absolute;
     width: 100%;
     z-index: 2;
}

.add_something_class:hover
{
     cursor: pointer;
}

.application_profile_folder:hover
{
     cursor: pointer;
     color: gray;
}
.application_profile_folder_active
{
     border-bottom: 1px solid red;
}

.change_this_status_modal
{
     padding-left: 15px;
}



.show_lg, .show_md, .show_sm, .show_xs
{
     display: none;
}

@media (min-width:1200px)
{
    .show_lg{
        display: block;
    }
}
@media(max-width: 1200px) and (min-width : 990px)
{
    .show_md{
        display: block;
    }
}
@media(max-width: 990px) and (min-width : 767px)
{
    .show_sm{
        display: block;
    }
}
@media(max-width: 767px)
{
    .show_xs{
        display: block;
    }
}



.view_password_class:hover, .hide_password_class:hover
{
     cursor: pointer;
     color: black !important;
}

.hiring_active_class
{
     background: dodgerblue;
     color: white !important;
}

.hiring_active_class_lavender
{
     background: lavender !important;
     color: black !important;
     outline: none !important;
}

.show_hiring_status_jobs_active
{
     background: darkcyan;
     color: white;
}
.show_hiring_status_jobs:hover{
     background: darkcyan;
     color: white;
     cursor: pointer;
}

.hiring_completed_class
{
     background: #F6F6F6 !important;
     font-weight: normal !important;
}
.hiring_completed_class:hover
{
     background: lavender !important;
     cursor: pointer;
}

.change_job_type_class:hover
{
     color: purple !important;
     cursor: pointer;
}
.select_this_config_class:hover, .invite_completed_container:hover
{
  cursor: pointer !important;
  background: lavender !important;
}
.remove_job_config_class:hover
{
  cursor: pointer;
  color: maroon !important;
  opacity: 1 !important;
}
.application_section_title:hover
{
  cursor: pointer;
  background: lavender !important;
  color: purple;
}
.delete_this_payment_method:hover
{
  cursor: pointer;
  opacity: 1;
  color: deeppink;
}

.recruiter_border_class
{
  border: 1px solid grey;
}
.recruiter_border_class:hover
{
  border: 1px solid dodgerblue;
  background: white;
}

.nice_size
{
   font-size: 15px;
   line-height: 1.5;
   font-family: Gotham,gotham,Verdana,sans-serif;
}
.display_choice_container:hover
{
  cursor: pointer;
}

.checkout_back_button:hover
{
  cursor: pointer;
  color: lavender;
}

.navbar_class
{
  font-size: 17px;
  padding-left: 30px;
  padding-top: 3px;
}

.lower_nav_container a
{
  color: white;
  text-decoration: none;
}
.lower_nav_container a:hover
{
  cursor: pointer;
  color: deeppink;
}

.myotherhover:hover
  {
	cursor: pointer;
	color: lavender !important;
	background: purple !important;
  }

  div.sticky
  {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10;
    padding: 50px;
    font-size: 20px;
  }

/* small screens */
@media(max-width: 767px)
{
  .container_small_padding{
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .delivery_display
  {
    margin: 10px !important;
  }
}

.disable_scroll
{
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: fixed;
}

.footer-social a
{
  background: rgba(0, 0, 0, .15);
  color: #ccc;
  height: 37px;
  width: 37px;
  text-align: center;
  line-height: 37px;
  display: inline-block;
  transition: all .5s ease;
}

.footer-social a:hover
{
  cursor: pointer;
  transition: all .5s ease;
  background: #5cb85c;
}

.footer_link_class
{
  margin-bottom: 10px;
}
.footer_link_class a:hover
{
  transition: all .5s ease;
  color: #5cb85c;
}

.myheader
{
  transition: all .5s ease;
}

.top_sticky_header
{
  transition: all .5s ease;
  background: #292929;
}

.top_sticky_header_fixed
{
  background: #292929;
}

.shadow
{
  -moz-box-shadow: 0px 3px 8px rgb(100,100,100);
  -webkit-box-shadow: 0px 3px 8px rgb(100,100,100);
  box-shadow: 0px 3px 8px rgb(100,100,100);
}

.contact_input_class:focus
{
  border: 1px solid deeppink;
  border-top: 1px solid deeppink !important;
}
