﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
for details on configuring this project to bundle and minify static web assets. */
@media (max-width: 1200px);

body {
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: 0;
    overflow-x: hidden;
    position: relative;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.navbar-inverse {
	background-color: white;
	border-color: #080808;
	border-width: 1px;
}


.navbar-fixed-top {
	top: 35px;
	border-width: 0 0 1px;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: white;
	color:black;
}

.navbar-inverse .navbar-toggle {
	border-color: #333;
}

	.navbar-inverse .navbar-toggle .icon-bar {
		background-color: black;
	}

.navbar {
	position: relative;
	margin-bottom: 0px;
	border: 1px solid transparent;
	border-color: white;
	color:black;
	background-color:white;
}



.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background-color: black;
}

.navbar-brand {
	float: left;
	height: 50px;
	padding: 2px 15px;
	font-size: 18px;
	line-height: 20px;
}

.navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
	color: black;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
}


.logo a {
	font-size: 32px;
	color: #1e83f0;
	font-family: 'Source Sans Pro', sans-serif;	
}

.container {
	padding-right: 15px;
	padding-left: 5px;
	margin-right: auto;
	margin-left: 7px;
	
}



.containerFullWidth {
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.body-contentFullWidth {
	padding-left: 0px;
	padding-right: 0px;
}

#rcorners {
    border-radius: 25px;
    background: white;
    width: 100%;
    min-height: 106px;
    margin-top:10px;
    
}

#rcorners_small {
    border-radius: 25px;
    background: white;
    padding:10px;
    align-content:center;    
    min-height: 203px;
    min-width:293px;
}

.verticalLine {
    border-left: solid thin #bdbdbd ;
    height: 65px;
}

hr {
    border: 1px;
    border-right-style: initial;
}



.cand-dashboard-sec {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1000px;
    content: "";
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    margin-top: 0px;
}

    .cand-dashboard-sec .cand-dashboard.style2 > span {
        opacity: 1;
    }


.cand-dashboard-sec.style3 {
    -webkit-transform: translateX(-50%) translateY(0%);
    -moz-transform: translateX(-50%) translateY(0%);
    -ms-transform: translateX(-50%) translateY(0%);
    -o-transform: translateX(-50%) translateY(0%);
    transform: translateX(-50%) translateY(0%);
    width: 1000px;
    left: 50%;    
    bottom: -42px;
}

    .cand-dashboard-sec .job-search > h3 {
        font-weight: normal;
    }

    .cand-dashboard-sec.style3 .style2 {
        margin-bottom: 0px;
    }

.inner-header.wform .cand-dashboard-sec {
    position: relative;
    float: left;
    z-index: 4;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.cand-dashboard {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 50px;
}

.cand-dashboard > h3 {
    float: left;
    width: 100%;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 50px;
    font-weight: normal;
    color: #ffffff;
    letter-spacing: 0px;
    text-align: center;
    line-height: 39px;
    margin-bottom: 13px;
}

.cand-dashboard > span {
    float: left;
    width: 100%;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #d5d8f3;
    text-align: center;
    margin-top: 10px;
}

.cand-dashboard form {
    float: left;
    width: 100%;
    margin-top: 40px;
}


.cand-dashboard .tags-bar {
    padding: 0 120px;
    border: none;
}

    .cand-dashboard .tags-bar > span {
        border: 2px solid #ffffff;
        background: none;
        color: #ffffff;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
        border-radius: 30px;
    }

        .cand-dashboard .tags-bar > span > i {
            color: #fba735;
            background: #ffffff;
        }

    .cand-dashboard .tags-bar .action-tags a {
        color: #ffffff;
    }


/* Heading */
.heading_other {
    float: left;
    width: 100%;
    text-align: left;
    margin-bottom: 40px;
}

    .heading_other > h2 {
        float: left;
        width: 100%;
        margin: 0;
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: bold;
        font-size: 30px;
        color: #202020;
        line-height: 23px;
    }

    .heading_other span {
        float: left;
        width: 100%;
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 15px;
        color: #888888;
        margin-top: 8px;
        line-height: 29px;
    }

.block_other {
    float: left;
    padding: 20px 0;
    position: relative;
    width: 100%;
    z-index: 1;
}


.p-category.style3 {
    background: #e0e0e0;
    border: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    margin-top: 30px;
}

    .p-category.style3 > a {
        border: none;
    }

        .p-category.style3 > a i {
            color: #647585;
        }

        .p-category.style3 > a p {
            color: #b1b1b1;
        }

.p-category.style3 {
    height: auto;
    width: 100%;
    margin-left: 0px;
}


.p-category.style3:hover > a i {
    color: #fba735;
}

#circle {
    border-radius: 50% 50% 50% 50%;
    width: 56px;
    height: 56px;
    background-color:white;
}


/* Main Slider Sec */
.main-slider-secd {
    float: left;
    width: 100%;
    position: relative;
    z-index: 0;
    margin: 0;
    margin-bottom:-20px;
    background: #141f72;
}

    .main-slider-secd img {
        float: left;
        width: 100%;
        opacity: 0.8;
    }

    .main-slider-secd::before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: "";
        z-index: 1;
        background: rgb(139,145,221);
        background: -moz-linear-gradient(45deg, rgba(139,145,221,1) 0%, rgba(16,25,93,1) 71%, rgba(16,25,93,1) 100%);
        background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(139,145,221,1)), color-stop(71%,rgba(16,25,93,1)), color-stop(100%,rgba(16,25,93,1)));
        background: -webkit-linear-gradient(45deg, rgba(139,145,221,1) 0%,rgba(16,25,93,1) 71%,rgba(16,25,93,1) 100%);
        background: -o-linear-gradient(45deg, rgba(139,145,221,1) 0%,rgba(16,25,93,1) 71%,rgba(16,25,93,1) 100%);
        background: -ms-linear-gradient(45deg, rgba(139,145,221,1) 0%,rgba(16,25,93,1) 71%,rgba(16,25,93,1) 100%);
        background: linear-gradient(45deg, rgba(139,145,221,1) 0%,rgba(16,25,93,1) 71%,rgba(16,25,93,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b91dd', endColorstr='#10195d',GradientType=1 );
        opacity: 0.8;
    }

    .main-slider-secd li {
        margin: 0;
    }

    .main-slider-secd::after {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: "";
        background-image: url('../images/lines.png');
        z-index: 3;
        opacity: 0.1;
    }


main-slider-secd.style3::before {
    display: none;
}

.main-slider-secd.style3::after {
    display: none;
}

.main-slider-secd.style3 {
    background: #000;
}

    .main-slider-secd.style3 img {
        opacity: 0.5;
    }

/* Badge for Notifications*/
.badge {
    position: relative;
    margin-left: 60%;
    margin-top: -37%;
    background-color:#bf360c;
}

.fa-black{
    color:black;
}

.fa-white {
    color: white;
}

button, select {
    text-transform: none;
}

input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}


select {
    float: left;
    width: 100%;
    padding: 0 15px;
    border: 1px solid #d6d6d6;
    font-size: 13px !important;
    color: #888888;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
}

.job-field select {
    border: none;
}

.job-search .job-field {
    margin: 0 0 15px 0;
}

.job-field .chosen-container-single .chosen-single {
    padding: 13px 20px;
}

.job-search form button {
    height: 50px;
    padding: 0 0;
}


.viewinternships {
    padding: 10px 20px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    border-style: solid;
    color: #8b91dd;
    background-color: white;
    border: 1px;
    border-color: #8b91dd;
    border-radius: 15px;
}

    .viewinternships:hover {
        background-color: #8b91dd;
        color: white;
    }

    .viewinternships:active {
        background-color: #8b91dd;
        box-shadow: 0 5px #666;
        transform: translateY(4px);
        color: white;
    }

/*------------------------------------------------------------------
Border Color
-------------------------------------------------------------------*/
.border-color,
.select-user > span.active,
.browse-all-cat a {
    border-color: #fba735;
}

.close-popup, .blog-metas a::before {
    background-color: #fba735;
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}


.datepicker.dropdown-menu {
    z-index: 100000 !important;
}

.datepicker {
    z-index: 1000000;
}

.datetimepicker {
    z-index: 100000 !important;
}

/*@media all and (min-width:992px)*/
.col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 100%;
}


/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(https://www.internmatchillinois.com/InternMatchIllinois/images/preloader.gif);
}
