@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');

.deshboard-footer-pad{margin-top: 30px;}
.deshboard-sidebar {
    margin: 0px auto;
        margin-top: 0px;
    background: #f2f2f2;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 17px;
    color: #454545;
    display: inline-block;
    margin-top: 0px;
    width: 100%;
}
.deshboard-sidebar .text {
    margin: 0px auto;
    font-weight: 500;
    color: #fff;
    padding-bottom: 8px;
    width: 100%;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
    padding-top: 10px;
    padding-left: 12px;
    padding-right: 12px;
    background: #4286f4;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
font-weight: 400;
}
.deshboard-sidebar ul {
    margin: 0px auto;
    font-size: 16px;
    font-weight: 500;
    color: #454545;
    padding-left: 0px;
    list-style-type: none;
}
.deshboard-sidebar ul li {
    margin: 0px auto;
    font-size: 15px;
    font-weight: 500;
    color: #454545;
    list-style-type: none;
    border-bottom: 1px dotted #ccc;
    padding: 12px 12px;
    width: 100%;
	font-family: 'Open Sans', sans-serif;

}
.deshboard-sidebar ul li:hover {
    margin: 0px auto;
    font-size: 15px;
    font-weight: 500;
    color: #454545;
    list-style-type: none;
    border-bottom: 1px dotted #ccc;
    padding: 12px 12px;
    background: #fff;
}



.searchResultbar-deshboard {
    margin: 0px auto;
        margin-top: 0px;
    background: #fefefe;
    border: 1px solid #fff;
    padding: 10px 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 19px;
    color: #4286f4;
    margin-top:20px;
    display: inline-block;
    width: 100%;
	font-family: 'Open Sans', sans-serif;
}
.searchResultbar-deshboard span{
    font-size: 17px;
}
.searchResultbar-deshboard span strong{
    color: #454545;
font-weight: 400;
font-size: 16px;
}
.searchResultbar-deshboard .lft{
    float:left;
	width: auto;
}
.searchResultbar-deshboard .rgt{
    float:right;
	width: auto;
}

.exprienceForm{
	margin: 0px auto;
	width: 100%;
	display: inline-block;
}

.exprienceForm .frmColsFull {
    margin: 0px auto;
        margin-bottom: 0px;
    width: 100%;
    float: left;
    padding: 0px 8px;
    margin-bottom: 10px;
}
.exprienceForm .frmCols {
    margin: 0px auto;
        margin-bottom: 0px;
    width: 33.33%;
    float: left;
    padding: 0px 8px;
    margin-bottom: 10px;
}
.exprienceForm .frmCols2 {
    margin: 0px auto;
        margin-bottom: 0px;
    width: 33.33%;
    float: left;
    padding: 0px 12px 0px 0px;
    margin-bottom: 10px;
	margin-top: 8px;
}
.exprienceForm .lebel{
	margin: 0px auto;
	width: 100%;
	display: inline-block;
	padding-bottom: 10px;
	font-size: 14px;
	color: #454545;
	padding-bottom: 3px;
}
.exprienceForm .lebel span {
    color: #ff1100;
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
    position: relative;
    top: 5px;
    padding-left: 4px;
}
.exprienceForm .input{
	margin: 0px auto;
	width: 100%;
	display: inline-block;
	padding-bottom: 10px;
	font-size: 14px;
	color: #454545;
	padding-bottom: 0px;
}
.exprienceForm .input input{
	display: block;
	width: 100%;
	height: auto;
	padding: 6px 12px;
	font-size: 14px;
	color: #454545;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: none;
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
.exprienceForm .input textarea{
	display: block;
	width: 100%;
	height: 80px;
	padding: 6px 12px;
	font-size: 14px;
	color: #454545;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: none;
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	font-family: 'Open Sans', sans-serif;
}
.exprienceForm .input .btn-select .btn-select-value {
    padding: 6px 12px;
    display: block;
    position: absolute;
    left: 0;
    right: 34px;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
	font-family: 'Open Sans', sans-serif;
	color: #454545;
}

.exprienceForm .input .btn-select .btn-select-arrow {
    float: right;
    line-height: 20px;
    padding: 6px 10px;
    top: 0;
}
.addRemove {
    margin: 0px auto;
    padding-left: 10px;
    width: 100%;
    display: inline-block;
}
.addRemove .contactNo {
    margin-top: 0px;font-weight: 600;
	font-size: 12px;
	
	
}
.addRemove .contactNo:hover {
    margin-top: 0px;
	font-weight: 600;
	font-size: 12px;
}
.SubmitbuttonRow {
    margin: 0px auto;
    padding-left: 10px;
    width: 100%;
    display: inline-block;margin-top: 12px;
}

.SubmitbuttonRow .contactNo {
    padding: 8px 45px;
    background-color: #1fdb54;
    border-color: #1fdb54;
    font-size: 14px;
    color: #fff;
    margin-top:5px;
    margin-bottom:0px;
    margin-right: 00px;
    border: none;
    font-weight: 600;
}
.SubmitbuttonRow .contactNo:hover {
    padding: 8px 45px;
    font-size: 14px;
    color: #fff;
    margin-top:5px;
    margin-bottom:0px;
    margin-right: 00px;
    border: none;
    font-weight: 600;
	background-color: #ffbe00;
border-color: #ffbe00;
}
.margin-top{margin-top:15px;}

.SubmitbuttonRow2 {
    margin: 0px auto;
        margin-top: 0px;
    padding-left: 00px;
    width: 100%;
    display: inline-block;
    margin-top: 00px;
}
.SubmitbuttonRow2 .contactNo {
    padding: 8px 18px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 00px;
    border: none;
    font-weight: 600;
}.SubmitbuttonRow2 .contactNo:hover {
    padding: 8px 18px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 00px;
    border: none;
    font-weight: 600;
}
.requestTable {
    margin: 0px auto;
    padding: 0px 0px;
    border: 1px solid #f2f2f2;
    background: #fefefe;
}
.requestTable .row{
    margin: 0px auto;
    padding: 8px 16px;
    border-bottom: 1px solid #f2f2f2;
	font-size: 14px;
	color: #454545;
	
    }
.requestTable .bg1 {
    background: #f2f2f2;
    color: #565656;
    font-weight: 600;
   /* text-transform: uppercase;*/
	font-size: 13px;
}
.requestTable .row .cols1{
   float: left;
	width: 18%;
	
    }
.requestTable .row .cols2{
   float: left;
	width: 64%;
	padding-left: 10px;padding-right: 20px;
	
    }

.requestTable .row .jobSrID{
   float: left;
	width:10%;
	padding-left: 10px;padding-right: 20px;
	
    }
.requestTable .row .jobTitleID{
   float: left;
	width:12%;
	padding-left: 2px;padding-right: 4px;
	
    }
.requestTable .row .CategoryID{
   float: left;
	width:13%;
	padding-left: 10px;padding-right: 20px;
	
    }

.requestTable .row .ContactID{
   float: left;
	width:12%;
	padding-left: 10px;padding-right: 20px;
    }

.requestTable .row .PhoneID{
   float: left;
	width:12%;
	padding-left: 10px;padding-right: 20px;
	
    }
.requestTable .row .JobCreatedID{
   float: left;
	width:14%;
	padding-left: 10px;padding-right: 20px;
	
    }

.requestTable .row .StatusID{
   float: left;
	width:9%;
	padding-left: 10px;padding-right: 20px;
	
    }
.requestTable .row .ActionID{
   float: left;
	width:10%;
	padding-left: 10px;padding-right: 0px;
	
    }

.requestTable .row .ActionID a{
	margin: 0px 3px;	   
}




.pegination {
    padding: 10px 12px;
    border: 1px solid #f2f2f2;
    background: #fefefe;
    width: 100%;
    font-size: 15px;
    color: #565656;
    display: table;
    margin: 0px auto;
        margin-top: 0px;
    float: none;
    margin-top: 13px;
    text-align: center;
}
.pegination .contactNo {
    width: auto;
    height: auto;
    padding: 4px 10px;
    font-size: 12px;
    color: #fff;
    border-radius: 2px;
    display: inline-block;
    margin-top: 0px;
    text-transform: uppercase;
    margin-bottom: 3px;
    float: none;
    margin-right: 1px;
    text-decoration: none;
    cursor: pointer;
    margin-left: 1px;
    text-align: center;
    font-weight: 600;
    display: initial;
}
.pegination .contactNoActive  {
    width: auto;
    height: auto;
    padding: 4px 10px;
    font-size: 12px;
    color: #fff;
    border-radius: 2px;
    display: inline-block;
    margin-top: 0px;
    text-transform: uppercase;
    margin-bottom: 3px;
    float: none;
    margin-right:1px;
    text-decoration: none;
    cursor: pointer;
    margin-left: 1px;
    text-align: center;
    font-weight: 600;
    display: initial;
	background-color: #ffbe00;
border-color: #ffbe00;
}

.frmCols .uploadPic{
 float: left;
	width: 50%;
	box-sizing: border-box;padding-right: 20px;
	position: relative;
	top:8px;
}
.frmCols .uploadPic img{
 float: left;
	width:100%;
	
	
}
.welcomeNote{
	
	margin: 0px auto;
	width: 100%;
	font-size: 20px;
	color: #4286f4;
	
}


.deshboard-destails{
	margin: 0px auto;
	width: 100%;
	display: inline-block;
	margin-top: 20px;
}
.deshboard-destails span{
	color: #454545;
font-weight: 400;
font-size: 16px;
}


.searchResultbar-deshboard .rgt .contactNo {
    width: auto;
    height: auto;
    padding: 3px 10px 4px 10px;
    background-color: #1fdb54;
    border-color: #1fdb54;
    font-size: 13px;
    color: #fff;
    border-radius: 2px;
    display: inline-block;
    margin-top: 2px;
    text-transform: uppercase;
    margin-bottom: 0px;
    float: left;
    margin-right: 00px;
    text-decoration: none;
    cursor: pointer;
	font-weight: 600;
}


.searchResultbar-deshboard .rgt .contactNo:hover {
    width: auto;
    height: auto;
    padding: 3px 10px 4px 10px;
    background-color: #ffbe00;
    border-color: #ffbe00;
    font-size: 13px;font-weight: 600;
    color: #fff;
    border-radius: 2px;
    display: inline-block;
    margin-top: 2px;
    text-transform: uppercase;
    margin-bottom: 0px;
    float: left;
    margin-right: 00px;
    text-decoration: none;
    cursor: pointer;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}
.bdr01{
	border-top: none;
	border-bottom: none;
	border-radius: 0;
}

.bdr01 .dropdown-menu > li > a{
    color: #fff;
    background-color: #4286f4;
}

.bdr01 .dropdown-menu > li > a:focus{
    color: #fff;
    background-color: #4286f4;
}

.bdr01 .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: #4286f4;
}
.dropSpace{padding: 10px 18px;}

.alert-success {
    color: #3c763d;
background-color: #f3f2f2;
border-color: #eee;
margin-bottom: 2px;
margin-top: 9px;
padding: 8px;
font-size: 14px;
border-radius: 1px;
margin-bottom: 9px;
}

.alert-success a{
   border:none;
}


#notice_count {position: absolute;
margin-top: -57px;
width: 17px;
height: 17px;
background: #ff3c0f;
color: #fff;
border-radius: 150px;
text-align: center;
line-height: 17px;
font-size: 11px;
font-weight: 800;
right: 5px;
float: none;
	top:0px;
}


.remove_button {
	
	margin-top: 14px;
border: 1px solid #ddd;
font-size: 13px;
padding: 4px 12px;
border-radius: 2px;
}
.add_button{
	
	margin-top: 14px;
border: 1px solid #ddd;
font-size: 13px;
padding: 4px 12px;
border-radius: 2px;
	
}
.job_add_button{
	
	margin-top: 14px;
border: 1px solid #ddd;
font-size: 13px;
padding: 4px 12px;
border-radius: 2px;
	
}

.awards_add_button{
	
	margin-top: 14px;
border: 1px solid #ddd;
font-size: 13px;
padding: 4px 12px;
border-radius: 2px;
	
}

.inputFileBtn{width: 165px;}

.frmColsFull{padding-left: 10px;
padding-right: 10px;}

.pageClass01{float: left;
width: 100%;
padding-bottom: 10px;
font-size: 14px;}

.pageClass01{}


.pageClass2{}












@media only screen and (max-width: 767px) {
	
	
	#notice_count {
    position: absolute;
    margin-top: 9px;
    width: 17px;
    height: 17px;
    background: #ff3c0f;
    color: #fff;
    border-radius: 150px;
    text-align: center;
    line-height: 17px;
    font-size: 11px;
    font-weight: 800;
    right: -4px;
		    top: -6px
}
	
	
	.display_desk{display:none;}

.exprienceForm .frmCols2 {
    margin: 0px auto;
        margin-top: 0px;
        margin-bottom: 0px;
    margin-bottom: 0px;
    width: 50%;
    float: left;
    padding: 0px 12px 0px 0px;
    margin-bottom: 10px;
    margin-top: 8px;
}




}



@media only screen and (max-width: 600px) {


.exprienceForm .frmCols {
    margin: 0px auto;
        margin-bottom: 0px;
    margin-bottom: 0px;
    width: 50%;
    float: left;
    padding: 0px 8px;
    margin-bottom: 10px;
}
	
.pageClass01{float: left;
width: 100%;
padding-bottom: 10px;
font-size: 14px;}


.pageClass2{float: left;
width: 100%;font-size: 12px;}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}





@media only screen and (max-width: 480px) {
	
	.exprienceForm .frmColsFull {
    margin: 0px auto;
        margin-bottom: 0px;
    margin-bottom: 0px;
    width: 100%;
    float: left;
    padding: 0px 0px;
    margin-bottom: 10px;
}
	
	.container {
    padding-right:15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
	
	.searchResultbar-deshboard {
    margin: 0px auto;
        margin-top: 0px;
    margin-top: 0px;
    background: #fefefe;
    border: 1px solid #fff;
    padding: 10px 12px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 19px;
    color: #4286f4;
    margin-top: 12px;
    display: inline-block;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
}
	
	.pegination {
    padding: 0px 2px;
    border: 1px solid #f2f2f2;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-right-color: rgb(242, 242, 242);
        border-bottom-color: rgb(242, 242, 242);
        border-left-color: rgb(242, 242, 242);
    background: #fefefe;
    width: 100%;
    font-size: 15px;
    color: #565656;
    display: table;
    margin: 0px auto;
        margin-top: 0px;
    margin-top: 0px;
    float: none;
    margin-top: -1px;
    text-align: center;
    border-left: none;
    border-right: none;
    border-bottom: none;
}
	
	
	.searchResultbar-deshboard .rgt {
    float: right;
    width: 100%;
    padding-top: 6px;
}
	
	.exprienceForm .frmCols {
    margin: 0px auto;
        margin-bottom: 0px;
    margin-bottom: 0px;
    width: 100%;
    float: left;
    padding: 0px 0px;
    margin-bottom: 10px;
}
.SubmitbuttonRow .contactNo {
    padding: 8px 0px;
    background-color: #1fdb54;
    border-color: #1fdb54;
    font-size: 14px;
    color: #fff;
    margin-top: 1px;
    margin-bottom: 0px;
    margin-right: 00px;
    border: none;
    font-weight: 600;
    width: 100%;
}	
.SubmitbuttonRow .contactNo:hover {
    padding: 8px 0px;
    margin-top: 1px;
    margin-bottom: 0px;
    margin-right: 00px;
    border: none;
    font-weight: 600;
    width: 100%;
}	
	
	.SubmitbuttonRow {
   margin: 0px auto;
    margin-top: 0px;
margin-top: 0px;
padding-left: 00px;
width: 100%;
display: inline-block;
margin-top: 12px;
padding-right: 00px;
}
	
	.exprienceForm .frmCols2 {
    margin: 0px auto;
        margin-top: 0px;
        margin-bottom: 0px;
    margin-bottom: 0px;
    width: 100%;
    float: left;
    padding: 0px 0px 0px 0px;
    margin-bottom: 10px;
    margin-top: 8px;
}
.SubmitbuttonRow2 .contactNo {
    padding: 8px 18px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 00px;
    border: none;
    font-weight: 600;
    width: 100%;
    margin-bottom: 7px;
}
	
	.SubmitbuttonRow2 .contactNo:hover {
    padding: 8px 18px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 00px;
    border: none;
    font-weight: 600;
    width: 100%;
    margin-bottom: 7px;
}
	
	
	.pagination span {
    font-size: 14px;
}
	
	
}