
@CHARSET "UTF-8";
body {
  background-color: #ECF0F5;
}

.skin-blue-light .main-header .navbar {
  background-color: #009EC8 !important;;
}

.skin-blue-light .main-header .logo {
  background-color: #009EC8 !important;
  color: #ffffff;
  border-bottom: 0 solid transparent;
}

.skin-blue-light .main-header li.user-header {
  background-color: #009EC8 !important;
}

.skin-blue-light .sidebar-menu > li.active {
  border-left-color: #009EC8 !important;;
}

.skin-blue.layout-top-nav .main-header > .logo {
  background-color: #009EC8 !important;;
  color: #ffffff;
  border-bottom: 0 solid transparent;
}

.box.box-success {
    border-top-color: #009EC8;
}

.main-header .logo {
  color: #FFFFFF !important;
}
.main-header .logo-lg {
  font-size: 24px !important;
}
.main-header .logo img {
  height: 30px;
}

.skin-purple-light .treeview-menu > li.active > a {
    font-weight: 500;
    background: #E0E0E0;
}

.btn-primary {
    background-color: #009EC8 !important;
    border-color: #46BDDD !important;
}

.btn-info {
    background-color: #789CE4;
    border-color: #89AEF6;
}
.btn-info:hover, .btn-info:active, .btn-info.hover {
    background-color: #5181E0;
}

.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff !important;
    border-top: 0px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.box-success {
    border-top: 3px solid; 
    border-top-color: #1abcff;
}

.fade-animation {
  position: relative;
}
.fade-animation.ng-enter,
.fade-animation.ng-leave,
.fade-animation.ng-move {
  -webkit-transition: 1s linear all;
  -moz-transition: 1s linear all;
  -ms-transition: 1s linear all;
  -o-transition: 1s linear all;
  transition: 1s linear all;
}
.fade-animation.ng-enter {
  opacity: 0;
}
.fade-animation.ng-enter.ng-enter-active {
  opacity: 1;
}
.fade-animation.ng-leave {
  opacity: 1;
  display: none !important;
}
.fade-animation.ng-leave.ng-leave-active {
  opacity: 0;
}
.fade-animation.ng-move {
  opacity: 0.5;
}
.fade-animation.ng-move.ng-move-active {
  opacity: 1;
}

.main-footer {
  background-color: rgba(255, 255, 255, 0.8);
  border-top: 0 !important;
  padding: 8px 8px 8px 8px;
}
.main-footer img {
  height: 20px;
}
.main-container {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  overflow: hidden;
}
.responsive-image {
  width: 100%;
  background-size: 100% 100%;
}
.disabled-link {
  cursor: not-allowed;
  pointer-events: none;
  color: #CCCCCC !important;
}
.alerts {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 9999;
  max-width: 800px;
}
.alerts .alert {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 10px;
}
.fade-alert {
  list-style: none;
  box-sizing: border-box;
}
.fade-alert.ng-move,
.fade-alert.ng-enter,
.fade-alert.ng-leave {
  -webkit-transition: all linear 0.5s;
  -moz-transition: all linear 0.5s;
  -ms-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
  transition: all linear 0.5s;
}
.fade-alert.ng-leave.ng-leave-active,
.fade-alert.ng-move,
.fade-alert.ng-enter {
  opacity: 0;
  max-height: 0;
}
.fade-alert.ng-leave,
.fade-alert.ng-move.ng-move-active,
.fade-alert.ng-enter.ng-enter-active {
  opacity: 1;
  max-height: 40px;
}

.filters .box {
  background-color: #F9FAFC !important;
}
.filters .box-header {
  margin-top: 10px !important;
  padding-bottom: 15px !important;
  background-color: #F9FAFC !important;
}
.filters .box-body {
  background-color: #F9FAFC !important;
}
.filters input[type='checkbox'] {
  margin: 5px 5px;
}
.filters li {
  padding: 5px 10px;
}
.filters .form-grp .input-group {
  padding: 5px 10px;
}
.filters .calendar .form-control {
  height: 11px;
  padding: 12px;
}
.filters .calendar .btn {
  padding: 2px 4px;
}
.box-subtitle {
    font-size: 13px;
    font-weight: bold;
    color: #009EC8;
    margin-left: 10px;
    line-height: 1.2;
}
.form-box-subtitle {
    font-size: 13px;
    font-weight: bold;
    color: #009EC8;
    margin: 5px 5px;
    line-height: 1.2;
}
.box-body .form-elm {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.box-tools .search {
  width: 200px;
}
.text-left {
  text-align: left !important;
}
.list-comma::before {
  content: ',';
}
.list-comma:first-child::before {
  content: '';
}
.scrollable-list {
  height: 65vh;
  overflow-x: auto;
}
.selectable li {
  cursor: pointer;
}
.selectable li.active {
  background-color: #BDBDBD;
}
.selectable li:hover {
  background-color: #E0E0E0;
}
.modal-dialog.script-model{
  width: 75%;
  max-height: 600px;
}
.modal-dialog.script-model .modal-body{
  max-height: 500px;
  overflow-y: auto;
}
.modal-confirm .modal-header {
  background-color: #DB8B0B !important;
  padding: 5px 15px;
}
.modal-body i {
  color: #DB8B0B;
  padding-right: 5px;
}
.modal-confirm .modal-footer {
  padding: 5px 15px;
  text-align: center;
}
.small-box {
  height: 120px !important; 
}
.small-box h4 small {
  color: #E0E0E0;
}
.small-box .inner .row {
  padding-top: 5px;
  padding-bottom: 5px;
}
.small-box .inner .row .val {
  font-size: 18px !important;
  font-weight: bold;
}

.skin-red-light .treeview-menu > li.active > a {
    font-weight: 500;
    background: #E0E0E0;
}

.form-bond {
    float: left;
    padding-left: 8px;
}
.form-bond-padding {
    float: left;
    padding-top:10px;
}
.table-head {
    font-size: 12px;
    margin-bottom:5px !important;

}
.table-head thead > tr > th, .table-head > tr > th {
    
    padding: 4px !important;
}

.table-head  tr > td  {
    padding: 4px 6px 0 4px !important;
    font-size: 13px;
}
.panels-add-custom {
    background-color: #ffcc8a !important;
    /* border: 3px solid #b1b1b1; */
    color: #1abcff;
    font-weight: bold;
}
.clock{
    width: 70px;
    padding-left: 7px;
} 
.mrf-import {
    min-height: 500px;
}
.candidate-view {
    /*margin-top: 20px;*/
}
.glyphicon-triangle-top, .glyphicon-triangle-bottom {
    padding-left: 10px !important;
    color: #009EC8;
    font-size: 10px;
}
.candidate-group-item {
    position: relative;
    display: block;
    padding: 3px 15px;
    margin-bottom: -1px;
}

.level-list li:first-child {
    margin-left: -35px !important;
}
.candidate-view-group .profile-user-img {
    height: 100px;
    display: initial;
}
.filter-status { 
    height: 110px !important;  
}
.blockUI.blockMsg{
    border: none !important;   
    background: none !important;
}
.blockUI.blockOverlay {
    z-index: 1010 !important;
}
.sweet-overlay {
    z-index: 1010 !important;
}
.candidate-group-level-item {
   
    display: block;
    padding:  15px 3px;
    margin-bottom: 20px;
    margin-left:15px;
    background-color: #fff;
}
.candidate-group-level-item1 {
    
    display: block;
    padding:  15px 0px;
    margin-bottom: 20px;
    margin-left:5px;
    background-color: #fff;
}
.candidate-group-level-item2 {
    
    display: block;
    padding:  15px 0px;
    margin-bottom: 20px;   
    background-color: #fff;
}
.candidate-level-div {
    padding-left:10px;  
    width:65%;
    float:left;
}
.candidate-level-label-float {
    float:left;
    width:30%;
}
.candidate-level-label-to {
     float: left;
    padding: 5px;
    width: 7%;
}
.candidate-level-div-float {
    float:left;
    width:27%;
}
.candidate-level-label-sm {
    float:left;
    width:27%;
    padding-top:5px;
}
.candidate-level-label {
    float:left;
    width:35%;
    padding-top:5px;
}
.popover {
    /*top: -0.0138874px !important;
    left: -102.004px !important;
    display: block !important;
    width: 250px !important;
    margin-left: -150px !important;    
    border-left-color: #008080;
    border-right-color: #008080;
    border-top-color: #008080;
    border-bottom-color: #008080;*/
}
.popover-title {
    color: #0080ff;
}
.scheduler .table-responsive {
    padding-left: 8px;
} 
.candidate-view-group {
    /* border-bottom: 1px solid #E1DEDE; */
    margin: 10px 5px 10px 5px;
}
.control-label {
    text-align: left !important;
    padding-top: 5px !important;
    padding-left: 3px;
}
.followupStatus .followup, .notinterest {
    max-width: 203px;
    padding-left: 0px;
}
.followupStatus .form-control .input-group{
   width: 125px;
}
.followup-group {
    margin: 5px 5px 0px 0px;
}
div.profile-image {
    padding-right: 0px;
    max-width: 200px;
}
.candidate-view .form-group {
    margin-bottom: 10px !important;
}
.candidate-view .box-body {
    padding: 5px;
}
.processForm .form-group {
    margin-bottom: 10px !important;
}
.processForm .form-control, .schedulerForm .form-control{
    height: 30px;
    padding: 3px 6px;
}
.script-button {
    margin-right: 7px;
}
.processForm .btn {
    min-width: 62.5px;
}
.schedulerForm .form-group{
   margin-bottom: 5px !important;
}
.panels{
  table-layout:fixed;
}
.panels td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.candidate-view .list-group {
    margin-bottom: 5px !important;
}
.notinterestStatus .form-control, .followupStatus .form-control {
    height: 30px;
    padding: 3px 6px;
}
.gender-icon {
    font-size: 24px; 
    line-height: 1.5em;
}
.message-bg {
    background-color: #EBEBEB;
    border-radius: 15px;
    border-top-left-radius: 0em;
    margin-right: 50px;
}
.message-list {
    list-style: none;
    padding-bottom: 15px;
    cursor: 
}
.sep-light-top-gray1 {
    border-bottom: 1px solid #D6D0D0;
    padding-bottom: 10px;
    padding-top: 10px;
}
textarea {
    resize: none;
}
.picker-text-bg {
    background: #FFFFFF !important;
}
.eod_list_tr, .today_candidates, .all_candidates th,td{
    white-space: nowrap !important;
}
.icon-cusr {
    cursor: pointer;
    font-size: 1em;
}
.eod_checklist{
    margin-right: 10px !important;
}
.eod_checklist_header{
    border-bottom: 0px solid #e5e5e5 !important;
}
.eod_checklist_content {
    width: 900px;
    margin-left: -150px;
}
.checklist_print_btn{
    margin-right: 50px;
    background-color: #0088CC !important;
    width: 50px !important;
}
.eod_checklist_header{
    font-weight: bold;
    font-size: 18px;
}
.eod_checklist_title{
    font-size: 15px !important;
    color: #0088CC !important;
}
.content-wrapper .cur {
    cursor: pointer;
}
.asset-info.collapse.in {
    padding-top: 10px;
    margin-left: 90px;
    margin-right: 25px;
}
.collapse.in {
    display: block;
}
.asset-info {
    background-color: #ECF0F5 !important;
    width:700px;
    text-align:center;
}
.today-listingtr_tr {
    background-color: #FFFFFF !important;
}
.asset-submit {
    margin-right: 25px;
}
.eod_checklist_btn{
    background-color: #0088CC !important;
}
.highlight {
    height: 25px !important;
    background-color: #9BDCEC !important;
    padding-left: 0px !important;
    margin-left: -8px !important;
    color: #1B1A1A !important;
}
.asset-status {
    margin-left: 25px;
}
.issue-checkbox {
    margin-left: 20px;
}
.blink {
    color: #FF0000;
    margin-left: 5px;
}
.asset-form-err{
    margin-left: 50px !important;
}
.asset_form_row{
    margin-left: 25px !important;
}
#candidatesTab > li > a {
    padding: 2px 15px;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
    background-color: #4287CC;
    color: #FFF;
}
.candidates.nav-tabs-custom {
    margin-bottom: 5px;
    max-height: 40px;
}
.alert-success {
    background-color: #8FCEE4 !important;
    border-color: #009EC8 !important;
    color: #131010 !important;
}
.dataTable tr:first-child {
    background-color: #E0E0E0;
}
.checklist-div {
    margin-bottom: 5px !important;
}
.unassign_checkbox{
    padding: 10px !important;
}
.unassign_font{
    font-size: 17px !important;
}
.panel-unassign-btn{
    margin-bottom: 10px !important;
    font-size: 13px !important;
}

.mandatory {
    padding-left: 2px;
    color: #ff1a1a !important;
}

.interview_time {
    padding-left: 5px !important;
}
.schedule-button {
    padding-right: 15px;
}
.schedule-list {
    background-color: #ECF0F5 !important;
    border-radius: 20px;
    border-top-left-radius: 0em;
}
.schedulerForm .table > thead > tr > th, 
.table > tbody > tr > th, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > tbody > tr > td, 
.table > tfoot > tr > td {
  padding-bottom: 2px;
  padding-top: 2px;
}
.schedule-list:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.schedule-list:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}
/* .label-style{
    color: #4FC3F7;
    font-size: 12px;
    font-weight:500 !important;
} */
.control-label {
    text-align: left !important;
    padding-top: 5px !important;
    padding-left: 3px;
}
.resource-assign .control-label {
    padding-top: 3px !important;
}
.resource-assign label.control-label {
    min-width: 115px !important;
}
.sms_form_container .label-style{
    font-weight:100;
    padding-left:10px;
}
.profile-success {
    font-size: 15px;
    color: #009EC8;
}

/* jq grid style has over rided */

.jqgrid_green .ui-state-default,.jqgrid_green .ui-widget-content .ui-state-default,.jqgrid_green .ui-widget-header .ui-state-default {
    background: none;
}

.jqgrid_green .ui-jqgrid tr.ui-row-ltr td {
    text-align: left;
    border:none;
    padding: 2px 32px 2px 7px;
    font-size: 13px;
    color: #777E7F;
    text-transform: capitalize;
}
.ui-jqgrid .ui-jqgrid-view input, .ui-jqgrid .ui-jqgrid-view select, .ui-jqgrid .ui-jqgrid-view textarea, .ui-jqgrid .ui-jqgrid-view button {
    font-size: 14px !important;
}
.jqgrid_green .ui-jqgrid-labels{
    font-size: 13px;
    font-weight: 900; 
    color: #5A5D5F !important;
}

.jqgrid_green .ui-jqgrid-labels th div{
    color: #5A5D5F !important;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    padding-left: 5px;
    overflow: initial !important;
}

.jqgrid_green tr:nth-child(odd)     { background-color:#F0F0F0; }

.jqgrid_green tr:nth-child(even)        { background-color:#FFFFFF; }

.jqgrid_green .ui-state-default{
    border: none;
}
.jqgrid_green .ui-widget-content {
    background: none;
    border:none;
}
.jqgrid_green .ui-widget-content input,.jqgrid_green .ui-widget-content select {
     border:none;
     box-shadow:0px 0px 5px #AAAAAA;
     padding:10px;
     margin-top: 5px;
     width:100%;
}
.jqgrid_green .ui-widget-content input[type=checkbox] {
     width:auto !important;
}
.jqgrid_green .ui-state-highlight,.jqgrid_green .ui-widget-content .ui-state-highlight,.jqgrid_green .ui-widget-header .ui-state-highlight {
     border: 1px solid #f0f0f0;
}

.jqgrid_green .ui-jqgrid .ui-jqgrid-btable {
    /*width: 780px !important;*/
}
.jqgrid_green .ui-jqgrid-hbox{
    background:#E2E5E7;
}
.jqgrid_green  .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr{
    padding:2px;
}
.jqgrid_green .ui-icon-trash{
    background-image: url("../img/remove-icon-new.png");
    background-position:0px 0px;
    background-size:17px;
}
.jqgrid_green .ui-icon-pencil{
    display:none;
}
.grid1 th {
    color: #5A5D5F;
    padding: 4px;
    font-size: 12px;
}
.grid1 {
    margin-top:50px;
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%;
    border: 1px solid #dddddd;
}
table.grid1 td {
    color: #777e7f;
    padding: 2px;
}
.gridmarg10 {
    margin: 10px;
}

.grid1 td {
  color: #777E7F;
  padding: 10px;
}
.error {
  color: #E60000;
}
.grid-error-style{
  color: #f44336;
  padding-left: 15px;
}

@media (max-width: 767px) {
.jqgrid_view .ui-jqgrid {
      max-width: 100% !important;
      width: auto !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
 .jqgrid_view .ui-jqgrid {
      max-width: 100% !important;
      width: auto !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
 .jqgrid_view .ui-jqgrid {
      max-width: 89% !important;
      width: auto !important;
    }

}
@media (min-width: 1200px) {
.jqgrid_view .ui-jqgrid {
      max-width: 89% !important;
      width: auto !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
 .jqgrid_view  .ui-jqgrid {
      max-width: 100% !important;
      width: auto !important;
    }
}
@media (min-width: 1200px) {
 .jqgrid_view .ui-jqgrid {
      max-width: 89% !important;
      width: auto !important;
    }
}
    
 .jqgrid_view .ui-jqgrid-view,
.ui-jqgrid-hdiv,
.ui-jqgrid-bdiv,
.ui-jqgrid-htable,
.ui-jqgrid-btable {
   width: 100% !important;
}
 .jqgrid_view .ui-jqgrid .ui-jqgrid-hbox{
    padding-right : 0 !important;
}
.jqgrid_view .ui-widget-content {
   /* background: none;*/
}
.jqgrid_green .ui-widget-content tr th{
    background-color: #E2E5E7 !important;
}
.grid-errorMsg{
    margin-left: 15px !important;
}
.ui-jqgrid .ui-jqgrid-bdiv{
    padding-right: 20px !important;
    background-color: #FFFFFF;
}
.jqgrid_view .ui-jqgrid .ui-jqgrid-bdiv{
    padding-right: 0px !important;
}

#dc_gridPager{
    display:none;
}

.ui-jqgrid-bdiv{
  height: auto !important;
}
/* grid closed */

.sms_form_container .label-style{
    font-weight:100;
    padding-left:10px;
}
.sms_create_form,.sms_list_skills{
    box-shadow: 0px 0px 5px #BFCAD1;
    margin-top: 10px;
    transition:500ms;
}
.sms_create_form:hover,.sms_list_skills:hover{
    box-shadow: 0px 0px 10px #BFCAD1;
}
.sms_create_form input,.sms_create_form select,.skills_list_table input{    
    height: 34px;
    padding: 5px;
    border-radius: 2px;
    box-shadow: none;
    transition: 500ms;
    font-size: 14px;
    padding-right: 5px;
}
.skills_list_table select{
    border-radius: 2px;
}
.sms_create_form input:hover,.sms_create_form select:hover,.skills_list_table input:hover{
    /*box-shadow: 0px 0px 5px #1A237E;*/
    cursor:auto;
}
.skills_list_table{
    width:100%;
}
.skills_list_table tr th{
    font-weight: 500 !important;
    font-size: 16px;
}
.skills_list_table tr td{
    padding:5px;
}
.js-sms_skilllist div.table_box{
    border:1px solid #DBDBDB;
    overflow-y:auto;
    height: 500px;
}
.head-text{
    font-size: 26px;
    font-weight: bold;
}
h5 {
    margin-top: 8px;
    margin-bottom: 8px;
}
.height-auto{
    height: auto !important;
}
.inner-addon .glyphicon {
  position: absolute;
  padding: 4px;
  pointer-events: none;
}

.left-addon .glyphicon  { left:  0px;}
.right-addon .glyphicon { right: 15px;}

.left-addon input {
    padding-left:  30px; 
}

.header-fixed {
    position: fixed;
    background-color:white;
}
.skill_header {
    height : 20px;
    margin: 5px;
}
.bg-DBDBDB{
    background:#EEEEEE;
}
/* grid closed */
.candidate-view-group h4 {
    margin-top: 5px;
}
hr {
    margin-top: 10px;
    margin-bottom: 10px;
}
.ui-icon {
    width: 16px;
    height: 16px;
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}
.help-block {
    color: #dd4b39 !important;
}

/* Grid delete dialog box
----------------------------------*/

.ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #ffffff url("../lib/jquery-ui/css/images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
    color: #222222;
}
.ui-widget-content a {
    color: #222222;
}
.ui-widget-header {
    border: 1px solid #aaaaaa;
    background: #cccccc url("../lib/jquery-ui/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
    color: #222222;
    font-weight: bold;
}
.ui-widget-header a {
    color: #222222;
}
.ui-state-default{
    border: 1px solid #d3d3d3;
    background: #e6e6e6 url("../lib/jquery-ui/css/images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #555555;
}
#sData, #cData, #dData, #eData {
    height: 30px;
}
.ui-state-hover {
    border: 1px solid #999999;
    background: #dadada url("../lib/jquery-ui/css/images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #212121;
}
.ui-widget-header .ui-icon {
    background-image: url("../lib/jquery-ui/css/images/ui-icons_222222_256x240.png");
}
.ui-icon-closethick {
    background-position: -96px -128px;
}
.ui-jqdialog .ui-jqdialog-titlebar-close span {
    display: block;
    margin: 1px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 4px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 4px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 4px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 4px;
}
.ui-jqdialog-content,.ui-jqdialog-title {
    font-family: Verdana,Arial,sans-serif;
    font-size: 1.1em;
}
.ui-jqdialog-title {
    margin-top: -5px !important;    
}
.delmsg{
    text-align: center !important;
    color: #222222;
    font-family: Verdana,Arial,sans-serif;
    font-size: 1.1em;
}
.ui-jqdialog>.ui-resizable-se {
    bottom: -3px;
    right: -3px;
}
.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}
.ui-resizable-se {
    cursor: se-resize;
}
.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    touch-action: none;
}

/* popup --------------------------*/
#popup_upload,
#popup_crop {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0 ,0, 0.7);
    z-index: 9999;
    text-align: center;
    display: none;
    overflow: auto;
}
.form_upload {
    width: 500px;
    height: 200px;
    border: 1px solid #999999;
    border-radius: 10px;
    background: #ffffff;
    color: #666666;
    margin: auto;
    margin-top: 160px;
    padding: 40px;
    text-align: left;
    position: relative;
}
.form_upload h2 {
    border-bottom: 1px solid #999999;
    padding: 0 0 5px 0;
    margin: 0 0 20px 0;
}
.upload_frame {
    width: 0;
    height: 0;
    display: none;
}
.file_input {
    width: 97%;
    color: #333333;
    padding: 1%;
    margin: 0 0 20px 0;
}
#upload_btn {
    background: #cccccc;
    color: #333333;
    border: 1px solid #999999;
    border-radius: 10px;
    float: right;
    line-height: 20px;
    font-size: 14px;
    font-weight: bold;
    font-family: arial;
    display: block;
    padding: 5px;
    cursor: pointer;
}
#upload_btn:hover {
    background: #eaeaea;
}
.close {
    position: absolute;
    display: block;
    right: 10px;
    cursor: pointer;
    font-size: 20px;
    line-height: 16px;
    width: 18px;
    height: 18px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    background: #F0F0F0;
    text-align: center;
    font-weight: bold;
}
.close:hover {
    background: #cccccc;
}
#loading_progress {
    float: left;
    line-height: 18px;
    padding: 8px 0 0 0;
}
#loading_progress img {
    float: left;
    margin: 0 5px 0 0;
    width: 16px !important;
}
.form_crop {
    width: auto;
    height: auto;
    display: inline-block;
    border: 1px solid #999999;
    border-radius: 10px;
    background: #ffffff;
    color: #666666;
    margin: auto;
    margin-top: 60px;
    padding: 10px;
    text-align: left;
    position: relative;
}
.form_crop h2 {
    border-bottom: 1px solid #999999;
    padding: 0 0 5px 0;
    margin: 0 0 20px 0;
}
.profile_image_label {
    position: absolute;
    top: 80px;
    left: 135px;
    color: #000000;
}
.btn-success {
    color: #fff;
    background-color:#009EC8;
    border-color:#009EC8;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #009EC8;
  border-color: #009EC8;
}
.btn-success:hover {
  color: #fff;
  background-color: #009EC8;
  border-color: #009EC8;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #009EC8;
  border-color: #009EC8;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #009EC8;
  border-color: #009EC8;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #009EC8;
  border-color: #009EC8;
}
.modal-close{
    cursor: pointer;
}
.declare {
    padding-bottom: 10px;
    margin-top: 10px;
}
.profile-user-img {
    margin: 0 auto;
    width: 100px;
    padding: 3px;
    border: 3px solid #d2d6de;
    height: 100px;
}
.profile-username {
    font-size: 21px;
    margin-top: 5px;
}
.nav-tabs > li > a {
    font-weight: 600;
}
.page-header {
    font-size: 16px;
    font-weight: 600;
}
.candidate-profile hr {
    margin-top: 5px;
    margin-bottom: 5px;
}
.js-document-icon{
    padding: 10px;
    margin-top: 3px;
}
.form-control[readonly], fieldset[disabled] .form-control {
    background-color: #FFFFFF !important;
}
.crop-image-btn {
    margin-top: 10px;
} 
.has-error .form-control {
    border-color: #dd4b39;
}
div.my-profile, .candidate-profile > div > section.content {
    margin-bottom: 30px !important;
}
}
.visa-remove-btn{
    margin-top: 5px !important;
}
#js-alert_message_close{
    cursor: pointer;
} 
@media only screen and (max-width: 768px) {
    /* For mobile phones: */
   .date-to {
        padding-left: 0px;
        padding-right: 0px;
    }
}


/* JQ GRID STYLE STARTS */ 
#reference_gridPager,#dc_gridPager,#lp_gridPager,#skillset_gridPager{
    display:none !important;
}
#gbox_reference_grid, #gview_reference_grid,#gbox_dc_grid, #gview_dc_grid ,#gbox_lp_grid, #gview_lp_grid
,#gbox_skillset_grid, #gview_skillset_grid {
    width : 100% !important;
}
#reference_grid_toppager_center, #reference_grid_toppager_right, #reference_grid_top_iledit,
#reference_grid_top_ilsave , #reference_grid_top_ilcancel,
#dc_grid_toppager_center, #dc_grid_toppager_right, #dc_grid_top_iledit,
#dc_grid_top_ilsave , #dc_grid_top_ilcancel,
#lp_grid_toppager_center, #lp_grid_toppager_right, #lp_grid_top_iledit,
#lp_grid_top_ilsave , #lp_grid_top_ilcancel,
#skillset_grid_toppager_center, #skillset_grid_toppager_right, #skillset_grid_top_iledit,
#skillset_grid_top_ilsave , #skillset_grid_top_ilcancel {
    display : none;
}
#reference_grid div.ui-inline-cancel.ui-state-hover,#reference_grid div.ui-inline-del.ui-state-hover,
#dc_grid div.ui-inline-cancel.ui-state-hover,#dc_grid div.ui-inline-del.ui-state-hover,
#lp_grid div.ui-inline-cancel.ui-state-hover,#lp_grid div.ui-inline-del.ui-state-hover,
#skillset_grid div.ui-inline-cancel.ui-state-hover,#skillset_grid div.ui-inline-del.ui-state-hover{
    color: #dd4b39 !important ;
}
#reference_grid .ui-jqgrid > .loading,#dc_grid .ui-jqgrid > .loading,#lp_grid .ui-jqgrid > .loading 
,#skillset_grid .ui-jqgrid > .loading {
    border: none !important;
    color : #008d4c !important;
}
#reference_grid .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default,
#dc_grid .ui-state-default,#lp_grid .ui-state-default,#skillset_grid .ui-state-default{
    background :#E0E0E0 !important;
}
#reference_grid_toppager_left,#dc_grid_toppager_left,#lp_grid_toppager_left,#skillset_grid_toppager_left {
    background: white !important;
}
.ui-state-default.ui-state-active.loading{
    background: #fff !important;
    border: 1px solid #fff;
}
#gbox_reference_grid,#gbox_dc_grid,#gbox_lp_grid,#gbox_skillset_grid{
    border: none;
 }
 .ui-jqgrid-sortable{
    padding: 4px;
    font-weight: bold;
    font-size: 14px;
 }
 .ui-jqgrid-hbox tr.ui-jqgrid-labels > th.ui-state-default {
    border-right : 1px solid #fff;
    background: transparent !important;
    font-weight: bold;
}
.jqgrid_green tr:nth-child(odd) {
    background-color: #F0F0F0 !important;
}
.ui-jqgrid-bdiv tr.ui-row-ltr > td {
    border-right: none !important;
    padding-top: 5px;
    padding-bottom: 5px;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1;
    background: #fbf9ee url(../lib/jquery-ui/css/images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
    color: #363636;
}
#reference_grid div.ui-inline-save , #reference_grid div.ui-inline-edit,
#dc_grid div.ui-inline-save , #dc_grid div.ui-inline-edit,
#lp_grid div.ui-inline-save , #lp_grid div.ui-inline-edit,
#skillset_grid div.ui-inline-save , #skillset_grid div.ui-inline-edit{
    background-color: #00a65a;
    border-color: #008d4c;
    color: #ffffff;
    padding: 2px;
}
#reference_grid div.ui-inline-cancel , #reference_grid div.ui-inline-del,
#dc_grid div.ui-inline-cancel , #dc_grid div.ui-inline-del,
#lp_grid div.ui-inline-cancel,#lp_grid div.ui-inline-del,
#skillset_grid div.ui-inline-cancel,#skillset_grid div.ui-inline-del{
    background-color: #dd4b39;
    border-color: #d73925;
    color: #ffffff;
    padding: 2px;
}
/* JQ GRID STYLE ENDS */ 
.doc-closebutton {
    position: absolute;
    top: 0;
    right: 0;
    padding: 2px;
}
.documents-list {
    border: 1px solid #D2D6DE;
    margin-bottom: 10px;
    min-height: 185px;
    max-width: 200px;
    margin-right: 5px;
}
.js-skill_name{
    width: 80% !important;
} 
.ui-jqgrid-bdiv{
    overflow-y : hidden !important;
}
.select2-container{
    width: 160px !important;
}
.select2-selection{
    border: none;
    box-shadow: 0px 0px 5px #AAAAAA;
    padding: 10px;
    margin-top: 5px;
    height : 37px !important;
}
.ui-jqgrid-jquery-ui.ui-jqgrid .ui-jqgrid-bdiv tr.ui-row-ltr > td{
    padding-left : 19px !important;
}
.margin-top{
	margin-top: 15px !important;
}
#js-college{
	display: none;
}
.cursor-pointer {
	cursor: pointer;
}
.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}