/* Minification failed. Returning unminified contents.
(6,1): run-time error CSS1019: Unexpected token, found '@charset'
(6,10): run-time error CSS1019: Unexpected token, found '"utf-8"'
(6,17): run-time error CSS1019: Unexpected token, found ';'
(219,8): run-time error CSS1036: Expected expression, found ';'
(221,19): run-time error CSS1036: Expected expression, found ';'
(225,19): run-time error CSS1036: Expected expression, found ';'
(506,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(507,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(523,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(524,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(540,1): run-time error CSS1019: Unexpected token, found '@-ms-keyframes'
(541,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(574,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(575,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */
/* Minification failed. Returning unminified contents.
(192,8): run-time error CSS1036: Expected expression, found ';'
(194,19): run-time error CSS1036: Expected expression, found ';'
(198,19): run-time error CSS1036: Expected expression, found ';'
 */
@charset "utf-8";

body {font-family: Arial, Helvetica, sans-serif; font-size: 12px; padding:10px 30px 30px 10px;  position:relative;}


/* Structure */

/* Admin */
#admin_applicant_table_info_wrap td {border-bottom:1px solid #000000;} 

#admin_applicant_table_info_wrap .admin-header {font-size:16px; font-weight:bold;} 
#admin_applicant_table_info_wrap .admin_utbildning {font-weight:bold; width:300px;}

#admin_applicant_table_info_wrap td.column { background-color:#eeefff;}


/* Bedömnng */

#content {width:1270px; margin:0 auto;} 
.top_right {float:right; text-align:right;}
.top_left {float:left;}
.name_log_out {margin:0px 0px 10px 0px;}
.education {font-size:14px; font-weight:bold; margin:0px 25px 20px 0px; float:left;}

#applicant_table_info_wrap {}
#applicant_table {width:900px; float:left;}

#applicant_info_wrap {width:280px; margin-left:30px; float:left;}

.applicant_info_div {margin:35px 15px 15px 10px;}
.files {width:240px; margin:20px 0px 15px 10px; padding:5px;}
.files-list {margin-bottom:8px;}
.kommentarer {width:240px; margin:20px 0px 20px 10px; padding:5px;}


/* Text */
.heading {margin-bottom:10px; font-size:24px; font-weight:bold;}
.text14px {font-size: 14px; font-weight:bold;}
.font-size_9px {font-size: 9px;}

a {color: #33F;}
a.visited {color:#33F;}

#leftCol {
  float: left;
}

#centerCol {
  float: right;
    margin-top: 10px;
}

#rightCol {
  margin-left: 100px;
  margin-right: 100px;
}

/* Table */
table {border-collapse:separate; border-spacing:0px;}
td {vertical-align:top; padding:5px; /*border: 1px solid #c6c9cc;*/ }
tr.active td {border:#000 2px solid;}
td.column { background-color: lightsteelblue;}


.applicant_info td {border:0px;}


/* Hovers */
.export-excel-link {margin:0px 0px 10px 0px;}
.export-excel {display:none; width:230px; background-color:#FFF; border:4px solid #FF66CC; margin-left:-30px; padding:10px; position:absolute; text-align:left; font-size:12px; z-index:666;}
.export-excel-link:hover .export-excel {display:block !important;}

.antagningslista-link {margin:10px 0px 10px 0px;}
.antagningslista {display:none; width:230px; background-color:#FFF; border:4px solid #FF66CC; margin-left:-30px; padding:10px; position:absolute; text-align:left; font-size:12px; z-index:666;}
.antagningslista-link:hover .antagningslista {display:block !important;}

.help-link {margin:0px 0px 15px 0px; font-size:11px;}
.help {display:none; width:230px; background-color:#FFF; border:4px solid #FF66CC; margin-left:10px; padding:10px; position:absolute; text-align:left; font-size:12px; z-index:666;}
.help-link:hover .help {display:block !important;}
.help-list {margin-bottom:8px;}



/* Login */
body.epi-loginBody {
    background: white;
    font-family:Arial, Verdana, Sans-Serif;
    font-size: 70%;
    color: #000000;
}

.login-Container { 
font-family:Arial,Verdana,Sans-Serif; 
line-height:1.3em; 
margin:0 auto; 
width:550px; 
text-align:left; 
border:dotted 3px #939; 
padding:10px; 
margin-top:15px; 
}

.login-Form {
    padding: 0;
    margin: 30px;
}


.Credentials_Container {
    margin-bottom: 5px;
    margin-top:4px;
    overflow: hidden;
}

.clear_both {
	clear:both;
	}

.login-Content h1 {
font-size: 1.5em; 
padding: 0; 
margin: 0 0 15px 0; 
font-weight: bold; 
}


.Credentials_Row {
	margin-top:10px;
}


.login-label {
	float: left;
	width:70px;
}


.login-textfield { 

}

.input-Text { 
    width:250px;
}

.login-button {
	float: right;
	margin-top:15px;
}

.select_label {
	margin-top:15px;	
	}

.select_utbildningar {
	margin-top:5px;	
	}

#SelectedProgram {
    width: 99%;
}

.login-Container a, .login-Container a:link, .login-Container a:active .login-Container a:visited {
    text-decoration: none;
}

.login-Container a:hover {
    text-decoration: underline;
}

input[type="text"] {
    border: 1px solid darkgrey;
}



/***********************/
/* Ajax Loader styles */
#overlay {
  background-color: black;
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  opacity: 0.2; /* also -moz-opacity, etc. */
  z-index: 10;
}

.ajax_loader {background: url("/Images/spinner_squares_circle.gif") no-repeat center center transparent;width:100%;height:100%;}
.blue-loader .ajax_loader {background: url("/Images/ajax-loader_blue.gif") no-repeat center center transparent;}
/* tables */
table.tablesorter {
	margin:10px 0pt 15px;
	width: 100%;
	text-align:left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	/*padding: 4px;*/
}

table.tablesorter thead tr .header {
	background-image: url(/Images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
    text-align: left;
}

table.tablesorter tbody tr {
    cursor: pointer;
}

table.tablesorter tbody td {
	color:;
	padding: 4px;
	background-color:;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(/Images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(/Images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}

.selectNone {}
.selectGreen {
    background-color: #ACFCB8;
}
.selectYellow {
    background-color: #F6FCAC;
}
.selectRed {
    background-color: #FCACB4;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  /*margin: 20px 0;*/
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 1px 10px;
  margin-left: -1px;
  /*line-height: 1.428571429;*/
  text-decoration: none;
  background-color: #ffffff;
  /*border: 1px solid #dddddd;*/
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}

.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  /*margin: 20px 0;*/
  text-align: center;
  list-style: none;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
}



input[type="text"] {
    border: 1px solid darkgrey;
}



#followingBallsG {
    position: relative;
    width: 150px;
    height: 12px;
}

.followingBallsG {
    background-color: #C4C8F2;
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    -moz-border-radius: 6px;
    -moz-animation-name: bounce_followingBallsG;
    -moz-animation-duration: 1.3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: linear;
    -webkit-border-radius: 6px;
    -webkit-animation-name: bounce_followingBallsG;
    -webkit-animation-duration: 1.3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: linear;
    -ms-border-radius: 6px;
    -ms-animation-name: bounce_followingBallsG;
    -ms-animation-duration: 1.3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: linear;
    -o-border-radius: 6px;
    -o-animation-name: bounce_followingBallsG;
    -o-animation-duration: 1.3s;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: linear;
    border-radius: 6px;
    animation-name: bounce_followingBallsG;
    animation-duration: 1.3s;
    animation-iteration-count: infinite;
    animation-direction: linear;
}

#followingBallsG_1 {
    -moz-animation-delay: 0s;
}

#followingBallsG_1 {
    -webkit-animation-delay: 0s;
}

#followingBallsG_1 {
    -ms-animation-delay: 0s;
}

#followingBallsG_1 {
    -o-animation-delay: 0s;
}

#followingBallsG_1 {
    animation-delay: 0s;
}

#followingBallsG_2 {
    -moz-animation-delay: 0.13s;
    -webkit-animation-delay: 0.13s;
    -ms-animation-delay: 0.13s;
    -o-animation-delay: 0.13s;
    animation-delay: 0.13s;
}

#followingBallsG_3 {
    -moz-animation-delay: 0.26s;
    -webkit-animation-delay: 0.26s;
    -ms-animation-delay: 0.26s;
    -o-animation-delay: 0.26s;
    animation-delay: 0.26s;
}

#followingBallsG_4 {
    -moz-animation-delay: 0.39s;
    -webkit-animation-delay: 0.39s;
    -ms-animation-delay: 0.39s;
    -o-animation-delay: 0.39s;
    animation-delay: 0.39s;
}

@-moz-keyframes bounce_followingBallsG {
    0% {
        left: 0px;
        background-color: #C4C8F2;
    }

    50% {
        left: 139px;
        background-color: #E7E6F7;
    }

    100% {
        left: 0px;
        background-color: #C4C8F2;
    }
}

@-webkit-keyframes bounce_followingBallsG {
    0% {
        left: 0px;
        background-color: #C4C8F2;
    }

    50% {
        left: 139px;
        background-color: #E7E6F7;
    }

    100% {
        left: 0px;
        background-color: #C4C8F2;
    }
}

@-ms-keyframes bounce_followingBallsG {
    0% {
        left: 0px;
        background-color: #C4C8F2;
    }

    50% {
        left: 139px;
        background-color: #E7E6F7;
    }

    100% {
        left: 0px;
        background-color: #C4C8F2;
    }
}

@-o-keyframes bounce_followingBallsG {
    0% {
        left: 0px;
        background-color: #C4C8F2;
    }

    50% {
        left: 139px;
        background-color: #E7E6F7;
    }

    100% {
        left: 0px;
        background-color: #C4C8F2;
    }
}

@keyframes bounce_followingBallsG {
    0% {
        left: 0px;
        background-color: #C4C8F2;
    }

    50% {
        left: 139px;
        background-color: #E7E6F7;
    }

    100% {
        left: 0px;
        background-color: #C4C8F2;
    }
}

