/* 
Abstract Management Base Additional Style Sheet

Created by: Bob
Created on: March 7, 2017
Modified
Version: 1.0

*/

/*****************************************************************
GENERAL STYLE
*****************************************************************/


@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

.row {
    margin: 0px;
}

html {
    background: #efefef;
    font-size: 100% !important;
    line-height: 1.5rem !important;
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 1.1rem !important;
    color: #333333;
    background: #ffffff;
    padding-top: 138px;
    line-height: 1.4 !important;
}

#wrapper {
    box-shadow: none;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin: 0 auto !important;
}

p {
    margin: 1.1rem;
}

/*****************************************************************
HEADER
*****************************************************************/
/* layout */
#header {
    /*background: url(https://events.decorporate.ca/ASADS2024/abstract/download.php?t=document&f=905&y=ZmlsZUlkPTkwNQ==) no-repeat 15px center / contain;*/
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-size: 185px;
    background: #ffffff;
    padding: 0px;
    height: auto;
    min-height: 84px;
}

/* styles */
#header h1,
#header h2 {
    padding: 0px;
    position: relative;
    float: left;
    font-family: "Fira Sans", sans-serif;
    color: #003f77;
}

#header h1 {
    font-size: 2.5rem;
    text-align: center;
    font-weight: 700;
    font-style: normal;
    font-family: "Fira Sans", sans-serif;
    padding: 0px;
    margin: 0px 10px 0px 0px;
}

#header h2 {
    font-size: 1.8rem;
    margin: 0;
    margin: 10px 0px 0px 15px;
    font-weight: 300;
    color: #333333;
}

#header #inner-header {
    display: grid;
    grid-template-columns:470px 48% 1fr;
    place-items: center;
}

#header #inner-header img {
	max-width: 270px;
    margin: 6px 13px;
    display: block;
}

#header .title-holder {}

/************************
	USER
************************/
#user {
    top: 0px;
}

#user li {
    border: none;
    padding: 0px;
    margin: 0px;
}

#user a {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    padding: 31px 30px;
    text-align: center;
    font-weight: 400;
    font-size: 1.1rem;
    display: block;
    color: #003f77;
    transition: all 0.3s ease-in-out;
}

#user a:before {
    display: block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #003f77;
}

#user a.welcomeMsg:before {
    content: "\f2be";
}

#user a.login_logout:before {
    content: "\f08b";
}

#user a.toggleEditMode:before {
    content: "\f044";
}

#user a:hover,
#user a:focus {
    text-decoration: none;
    background: #003f77;
    color: #ffffff;
}

#user a:hover:before {
    color: #ffffff;
}

/*****************************************************************
NAVIGATION
*****************************************************************/
/* layout */
#navigation {
	position: sticky;
    top: 145px;
}

p.lostPassword a,
p.createAccount a {
    padding: 0px;
    background: none;
    border-radius: 0px;
}

p.lostPassword a:hover,
p.createAccount a:hover {
    background: none;
}

/*****************************************************************
CONTENT
*****************************************************************/
/* layout */
#main {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-radius: 0px 0px 4px 4px;
}

#pa {
    border-radius: 0px;
    background: #ffffff;
    border: none;
    max-width: 90%;
    width: 100%;
    margin: 0px auto;
    min-height: 75vh;
}

#pa #main {
    border: none;
    border-radius: 0px;
}

#content-login label,
#retrieve label,
#register label {
    margin-top: 14px;
    font-size: 14px;
    font-weight: normal;
    display: block;
    clear: both;
    height: 100%;
    overflow: hidden;
}

#loginbtn,
#registerbtn {
    margin-top: 15px;
    display: inline-block;
    color: #ffffff;
    border: 1px solid #4cae4c;
    background-color: #5cb85c;
    padding: 6px 12px;
    border-radius: 4px;
    width: auto;
}

#loginbtn:hover,
#registerbtn:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

a.leftsidelink {
    font-size: 14px;
}


/* breadcrumb */
.navBreadcrumb {}

/* navigation buttons */
div.navButtons {}

#navigation ul.main-nav li div.panel-heading a {
    background: #002F6C;
    color: #ffffff;
    padding: 18px 15px;
    font-size: 1.2rem;
    transition: all 0.3s ease-in-out;
}

#navigation ul.main-nav li div.sideSubNav {
    background: transparent;
    width: 94%;
}

#navigation ul.main-nav li div.sideSubNav ul li a {
    margin: 2px 0px;
    text-align: left;
    white-space: normal;
    background: #6CA0DC;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}

#navigation ul.main-nav li div.panel-heading a:hover,
#navigation ul.main-nav li div.panel-heading a:focus,
#navigation ul.main-nav li div.sideSubNav ul li a:hover,
#navigation ul.main-nav li div.sideSubNav ul li a:focus {
    background: #555;
    color: #fff;
    text-decoration: none;
}

#navigation ul.main-nav li div.sideSubNav ul {
    margin: 0px;
    padding: 2px 0px;
}

#navigation ul.main-nav li div.sideSubNav ul li {
    /*border-bottom: 1px solid #cccccc;*/
	border:none;
    margin: 0px;
	
}

#navigation ul.main-nav li div.sideSubNav ul li.active-breadcrumb a{
	background:#555555;
	font-size:1.1rem !important;
	position: relative;
}

#navigation ul.main-nav li div.sideSubNav ul li.active-breadcrumb a:before{
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	content: "\f054";
	position: absolute;
	left:-25px;
	display:inline-block;
	    color: #FFC107;
		top: 20px !important;
}

/* general styles */


/*****************************************************************
FOOTER
*****************************************************************/
/* layout */
#footer {
    font-size: 100%;
    border: none;
    background: #003f77;
    height: 100%;
    overflow: hidden;
    border-top: 10px solid #00a1ad;
    color: #ffffff;
}

#footer a {
    color: #ffffff;
}

#footer .inner-element {
    max-width: 80%;
    margin: 0 auto;
    height: 100%;
    overflow: hidden;
    padding: 50px 0px;
}


#ers {
    background: url(../../../asset/image/MYCS-Org.svg) no-repeat 0px 0px;
    top: 0px;
    height: 67px;
    width: 75px;
    position: relative;
    float: left;
}

#tagline {
    padding-top: 0px;
    margin-top: 0px;
    color: #ffffff;
    font-size: 200%;
    margin-top: 0;
    margin-left: 88px;
    position: relative;
    line-height: 35px;
    font-weight: 300 !important;
    font-family: 'Open Sans', sans-serif;
}

/* menu */
#footLinks {
    font-size: 100%;
    font-weight: 300;
    margin-left: 88px;
    height: 100%;
    overflow: hidden;
    display: block;
    float: left;
}

#footLinks li a,
#footLinks li a.btn {
    color: #ffffff;
    font-weight: 300;
}

#footLinks li {
    float: left;
    padding: 0 8px;
    border-right: 1px solid #ffffff;
    color: #ffffff;
}

.copyright {
    margin: 0px;
}

/*****************************************************************
PAGE SPECIFIC
*****************************************************************/
/* SUPPORT FORM */

/*****************************************************************
Custom
- set the custom field display options
*****************************************************************/
.dashnote h4,
.dashnote h5 {
    text-align: center;
}


.dashnote h4 {
    font-family: "Fira Sans", sans-serif;
    font-size: 2rem;
    color: #003f77;
    line-height: 3.3rem;
    font-weight: 700;
    margin-top: 16px;
}

.dashnote h5 {
    font-size: 1.5rem;
    font-family: 'Open Sans', sans-serif;
    margin: 15px 0px 50px 0px;
}

#main>h2 {
    text-align: center;
    font-size: 3rem;
    margin: 0;
}

.formatTypeincomplete.tablesorter colgroup col:nth-child(1),
.formatTypereview.tablesorter colgroup col:nth-child(1){
    width: 4.7% !important;
}

.formatTypeincomplete.tablesorter colgroup col:nth-child(2),
.formatTypereview.tablesorter colgroup col:nth-child(2) {
    width: 40% !important;
}

.formatTypeincomplete.tablesorter colgroup col:nth-child(3),
.formatTypereview.tablesorter colgroup col:nth-child(3) {
    width: 4.3% !important;
}

.formatTypeincomplete.tablesorter colgroup col:nth-child(4),
.formatTypereview.tablesorter colgroup col:nth-child(4) {
    width: 4.3% !important;
}

.tooltip {
    margin: 0px;
    border: none;
    padding: 0px;
    position: absolute;
}

.tooltip:hover,
.tooltip:focus {
    margin: 0px;
    border: none;
    padding: 0px;
}

.table-bordered {
    border-color: rgba(255, 255, 255, 0.4);
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    background: #003f77;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.4);
}

#main>h2:last-of-type {
    margin-bottom: 15px;
    font-size: 2rem;
}

.breadcrumb {
    border: 1px solid #cbd2d9;
    border-radius: 0.3rem;
    display: inline-flex;
    overflow: hidden;
    background: #fcfcfc;
    list-style: none;
    margin: 0 !important;
    list-style-type: none;
	    width: 100%;
}

.breadcrumb>li {
    display: inline-block;
    font-size: 1.1rem !important;
    font-weight: normal !important;
    margin: 0 !important;
}

.breadcrumb li a {
    background: #A1A1A1;
    color: #ffffff;
    outline: none;
    padding: 0.75em 0.75em 0.75em 1.25em;
    position: relative;
    text-decoration: none;
    transition: background 0.2s linear;
}

.breadcrumb li a:hover:after,
.breadcrumb li a:hover{
    background: #555555;
}

.breadcrumb li a:focus:after,
.breadcrumb li a:focus,
.breadcrumb li a.is-active:focus,
.breadcrumb li.active-breadcrumb a:after{
    background: #FFC107;
    color: #fff;
}

.breadcrumb li a:after,
.breadcrumb li a:before {
    background: #A1A1A1;
    bottom: 0;
    clip-path: polygon(50% 50%, -50% -50%, 0 100%);
    content: "";
    left: 100%;
    position: absolute;
    top: 0;
    transition: background 0.2s linear;
    width: 2em;
    z-index: 1;
}

.breadcrumb li a:before {
    background: #555555;
    margin-left: 1px;
}

.breadcrumb li a:last-child {
    border-right: none;
}

.breadcrumb li.active-breadcrumb a {
    background: #FFC107;
}

.breadcrumb li:first-of-type {
    position: relative;
    left: -16px;
    z-index: 9;
}

.breadcrumb li:last-of-type {
    position: relative;
    left: -12px;
}

.breadcrumb>li+li:before {
    display: none;
}
h3.field-header{
	font-size: 1.3rem;
    border: none;
    margin: 0 !important;
    padding: 0 !important;
}
.field.message.notice{
	color: #3a87ad !important;
	background-color: #d9edf7 !important;
	border-color: #bce8f1 !important;
	padding: 15px !important;
	margin-bottom: 20px !important;
	border: 1px solid transparent !important;
	border-radius: 4px !important;
	font-size:1.1rem !important;
	text-align: center !important;
}
.field.message.notice h3{
	font-size:1.1rem !important;
	color: #3a87ad !important;
	line-height:1.4rem !important;
}

.btn {
    width: auto;
    height: auto;
    padding: 11px 20px;
    font-size: 1rem;
}
#btnNext{
	float:right;
}
.authorTypeSelection div .btn{
	background:#555555;
	color:#ffffff;
}

.authorTypeSelection div .btn:hover,
.authorTypeSelection div .btn:focus{
	background:#e91e63;
	color:#ffffff;
}

.btn.author-btn.author-listing.form-control{
	color: #3a87ad !important;
	background-color: #d9edf7 !important;
	border-color: #bce8f1 !important;
}
#authorAddButtons>p{
	width: auto;
    float: left;
}
.userlistdisplay{
	width: 66%;
    float: left;
    margin: 8px 0px;
}

div.ui-sortable div.sortable{
    border: 1px dashed #2b5b62;
    padding: 5px 10px;
    position: relative;
    border-radius: 17px;
    width: 98%;
    margin: 20px auto;
}
div.ui-sortable div.sortable h4{
    width: 100%;
    float: left;
    background: #00a1ad;
    color: #ffffff;
    padding: 10px;
    border-radius: 8px;
}
div.ui-sortable div.sortable .errorReqFields{
    color:rgba(255, 242, 0,1.0) !important;
}
.author-information{
	position: relative;
	height: 100%;
    overflow: hidden;
    display: block;
    width: 100%;
    margin: 15px 10px;
}
div.ui-sortable div.sortable br.clear{
	display:none;
}
#main ul.author-option {
    list-style-type: none;
    display: inline-block;
    float: right;
    margin: 0px;
    padding: 0;
    position: absolute;
    top: -14px;
    right: -14px;
}
#main ul.author-option li{
	margin: 0;
    padding: 0;
}
#main ul.author-option li a.dropdown-toggle{
    padding: 7px;
    border-radius: 50%;
    background: rgba(192, 57, 43, 1.0);
    color: #ffffff;
    box-shadow: 0px 0px 4px rgba(00, 00, 00, 0.2)
}
#main ul.author-option li a.dropdown-toggle span.glyphicon{
	margin: auto;
	width:auto;
	font-size:0.9rem;
}
#main ul.author-option li a.dropdown-toggle:hover,
#main ul.author-option li a.dropdown-toggle:focus{
	background: rgba(192, 57, 43, 0.8);
}
#main ul.author-option li ul{
	padding:0px;
}

#main ul.author-option li ul.dropdown-menu li{
	margin: 0;
    padding: 0;
    border-radius: 0;
}
#main ul.author-option li ul.dropdown-menu li a{
    background: #ffffff;
    margin: 0;
    padding: 10px 15px;
    border-radius: 0;
}
#main ul.author-option li ul.dropdown-menu li a:hover,
#main ul.author-option li ul.dropdown-menu li a:focus{
	background:#555555;
	color:#ffffff;
	border-radius: 0;
	text-decoration: none;
}

a.switchAuthor:before,
a.modify-author:before,
a.switchAuthor:before,
a.removeAuthor:before,
a.author-photo:before{
	display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	content:"";
	margin-right:10px;
	color:#555555;
}

a.switchAuthor:hover:before,
a.modify-author:hover:before,
a.switchAuthor:hover:before,
a.removeAuthor:hover:before,
a.author-photo:hover:before{
	color:#ffffff;
}

a.switchAuthor:before{
	content: "\f0c0";
	margin-right: 15px;
}
a.modify-author:before{
	content: "\f234";
}
a.removeAuthor:before{
	content: "\f235";
}
a.author-photo:before{
	content: "\f2bd";
}
.glyphicon.glyphicon-plus-sign{
	display:none;
}


div.systemMsg ul.success{
	margin: 10px 0 !important;
    background: rgba(26, 188, 156, 0.3) !important;
    border-radius: 25px;
    padding: 1px 0px !important;
}
div#recentAbstract {
    padding: 15px;
    background: #01a3a4;
    border-radius: 25px;
    box-shadow: 0px 0px 10px rgba(00, 00, 00, 0.2);
}

div#recentAbstract h2{
	color: #ffffff;
    font-size: 1.3rem;
    margin: 10px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 10px;
    font-weight: normal;
    letter-spacing: normal;
}
div#recentAbstract ul.notice{
	margin:0px;
	padding:0px;
	background:none;
}
div#recentAbstract ul.notice li{
	margin: 10px 0px;
    padding: 5px 25px;
}
div#recentAbstract ul.notice li:before{
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f12a";
    position: relative;
    left: -10px;
    width: 33px;
    height: 33px;
    background: #ffffff;
    border-radius: 50%;
    text-align: center;
    line-height: 1.8rem;
    box-shadow: 0px 0px 6px rgba(00, 00, 00, 0.3);
    color: #ee5253;
    font-size: 1.5rem;
}
div.systemMsg ul{
	margin:0px;
	padding:0px;
	background:none;
}
div.systemMsg ul li{
	margin: 10px 0px !important;
    padding: 5px 25px !important;
}
div.systemMsg ul li:before{
	display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f12a";
    position: relative;
    left: -10px;
    width: 33px;
    height: 33px;
    background: #10ac84;
    border-radius: 50%;
    text-align: center;
    line-height: 1.8rem;
    box-shadow: 0px 0px 6px rgba(00, 00, 00, 0.3);
    color: #ffffff;
    font-size: 1.5rem;
	display: none;
}

div.systemMsg ul.success li:before{
	display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f12a";
    position: relative;
    left: -10px;
    width: 33px;
    height: 33px;
    background: #10ac84;
    border-radius: 50%;
    text-align: center;
    line-height: 1.8rem;
    box-shadow: 0px 0px 6px rgba(00, 00, 00, 0.3);
    color: #ffffff;
    font-size: 1.5rem;
	
}


div.systemMsg ul.notice,
div.systemMsg ul.success{
    background-image: none;
    margin: 0px 15px !important;
    padding: 0px !important;
}
div.systemMsg ul.notice li{
	padding: 12px 102px !important;
    position: relative;
    background: rgba(238, 82, 83, 10);
    border-radius: 45px;
    text-align: center;
    border: 2px solid rgba(238, 82, 83, 0.5);
    box-shadow: 0px 0px 10px rgba(00, 00, 00, 0.3);
}

input[type="radio"],
input[type="checkbox"]{
	width:18px;
	height:18px;
	margin:0px;
}
.form-control{
	height:auto;
	font-size: 1.1rem;
	line-height: normal;
}
input[type="radio"],
input[type="checkbox"]{
	width:18px;
	height:18px;
    margin:0px;
}
p.lostPassword,
p.createAccount{
    margin:15px 0px;
}
p.lostPassword a,
p.createAccount a{
    padding:0px;
    background:none;
    margin:0;
    color:#333333;
    border:none;
}

p.lostPassword a:hover,
p.lostPassword a:focus,
p.createAccount a:hover,
p.createAccount a:focus{
    background:none;
    text-decoration: underline;
    color:rgba(26, 188, 156, 1);
}
#content-login,
#content-register{
        width: 43%;
    margin: 0px auto;
    background: #ffffff;
}
#content-register{
    right:0;
}
input[id="loginbtn"],
input[id="registerbtn"]{
    background: linear-gradient(135deg,  #2b5b62 0%,#46868b 55%,#46868b 67%,#3c7a81 100%);
	color:#ffffff;
}
input[id="loginbtn"]:hover,
input[id="loginbtn"]:focus,
input[id="registerbtn"]:hover,
input[id="registerbtn"]:focus{
    background: linear-gradient(135deg,  #2b5b62 0%,#2b5b62 55%,#2b5b62 67%,#2b5b62 100%);
}


.login #page .slider h2{
        background: rgba(255, 132, 14, 0.9);
    text-align: center;
    padding: 15px 20px;
    border-radius: 36px;
    font-size: 1.5rem;
    color: #ffffff;
    text-shadow: 2px 2px 2px rgba(00, 00, 00, 0.3);
    border: 4px solid rgba(255, 132, 14, 1);
    box-shadow: 0px 0px 6px rgba(00, 00, 00, 0.3);
    height: 100%;
    overflow: visible;
}

form[name="register"] p{
    margin:15px 0px;
    text-align: right;
}
#submitHldr{
    text-align: right;
}

.login label{
    color:#2b5b62;
}

.field p{
    height: 100%;
    overflow: hidden;
}
.field p label{
    display: inline-block;
    float: right;
    width: 97%;
    font-weight: normal;
}
.field-body{
    padding:15px;
}
.field h3.field-header{
    font-size: 1.2rem;
    border: none;
    margin: 0 !important;
    line-height: normal;
    border: none;
    background: #003f77;
    padding: 10px 15px !important;
    display: block;
    color: #ffffff;
    border-radius: 6px;
    margin-right: 10px;
    box-shadow: 0px 4px 7px rgba(00, 00, 00, 0.3);
    margin-bottom: 12px !important;
}
.required-dynamic{
	height: 100%;
    display: inline-block;
    float: left;
    min-height: 6vh;
}

.field-values p{
	margin:5px 15px;
}

div[id="submission-11491"] h3.field-header,
div[id="submission-11489"] h3.field-header{
	font-size: 1.5rem;
    margin: 0 !important;
    padding: 10px 15px !important;
    line-height: 1.7rem;
    border: 1px solid rgba(00, 00, 00, 0.1);
    font-family: "Fira Sans", sans-serif;
    border-radius: 7px;
	background:#555555;
	color:#ffffff;
}

div[data-validation="required"] .required{
	display:none;
}
div[data-validation="required"] h3:after{
	content:"*";
	display:inline-block;
	color:#ffffff;
}
.field-information-display{
	padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    border-color: #ebccd1;
	color: #b94a48;
    background-color: #f2dede;
	border-style: solid;
}
p.invalid-notification-block{
	color:rgba(192, 57, 43,1.0) !important;
}
.field-invalid{
	border-color: rgba(192, 57, 43,1.0) !important;
}
#submission-11496 div.field-body{
	color: #3a87ad;
    background-color: #d9edf7;
	margin-bottom: 20px;
    border: 1px solid #bce8f1;
    border-radius: 4px;
}

.block-wrapper.active-page .btn-group{
	float:right;
}

.block-wrapper.active-page {
    display: block;
    height: 100%;
    overflow: hidden;
}

.nav-link.btn.btn-lg{
    background: #e91e63;
    color: #ffffff;
    padding: 10px 27px;
    font-size: 1.3rem;
    text-shadow: none;
    border-color: #e91e63;
    border-radius: 40px;
    box-shadow: 0px 0px 7px rgba(00, 00, 00, 0.3);
	 transition: all 0.3s ease-in-out;
}

.nav-link.btn.btn-lg:hover,
.nav-link.btn.btn-lg:focus{
    background:#555555;
	border-color: #555555;
}
#submitAbstract{
    background: rgba(26, 188, 156, 1.0);
	border-color: rgba(26, 188, 156, 1.0);
    padding: 15px 20px;
    font-size: 1.2rem;
    text-shadow: none;
    color: #ffffff;
    position: relative;
    top: 5px;
	border-radius: 50px;
	box-shadow: 0px 0px 7px rgba(00, 00, 00, 0.3);
	 transition: all 0.3s ease-in-out;
}
#submitAbstract:hover,
#submitAbstract:focus{
    background:rgba(22, 160, 133,1.0);
    color:#ffffff;
}

#alertModal div.alert{
	border:none;
	background:#ffffff;
	color:rgba(192, 57, 43,1.0);
	text-align: center;
}
#alertModalHeader{
	padding: 3px;
}
#alertModal div.alert .close {
    color: #ffffff;
    text-shadow: none;
    border-radius: 50%;
    background: rgba(192, 57, 43, 1.0);
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1rem;
    text-shadow: 2px 2px 3px rgba(00, 00, 00, 0.3);
    box-shadow: 1px 1px 3px rgba(00, 00, 00, 0.3);
	transition: transform 0.3s ease;
}
#alertModal div.alert .close:hover,
#alertModal div.alert .close:focus{
	transform: scale(1.2);
}
#alertModal .modal-dialog.modal-lg{
	width:50%;
}
#alertModal .modal-footer{
	display:none;
}
/*
.modal-header{

}
*/