﻿/* =================================================
color guide
-----------
#ed1b24		| red arabia	| used for main theme

#8f8f8f 	| dark grey		| used for search BG
#555555 	| headers grey	| used for titles txt
#f7f7f7 	| light grey	| used for main menu BG
#999999 	| text grey	    | used for body txt
#ffffff		| white			| generic white color
#fff7d7     | light creamy  | hover background
#f5d34d    | gold color    | jobCart Icon Color
================================================= */




.bold {
    font-weight: bold;
}

.green {
    color: #339933;
}
.orange {
    color: #ffae00;
}
.detailsSecion
{
	padding-bottom:10px;
}



.cont_link {
    font-size: 16px;
}


    .cont_link:hover {
        color: #286728;
        text-decoration: none !important;
        cursor: pointer;
    }

.container-message {
    margin-top: 20px;
    max-width: 750px;
}
.newStyle 
{
    margin-top: 20px !important;
    max-width: 600px !important;
}

.message-header {
    margin-bottom:6px!important;
	font-size:20px;
    color: #757575;
}

.message-body {
    margin-top: 0px !important;
    margin-bottom: 3px !important;
}




.cont_link-back{
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
    color: #e28686;
}


    .cont_link-back:hover {
        color:#bf0707 !important;
        text-decoration: none !important;
        cursor: pointer;
    }
.cont_warning-back
{
	 font-size: 18px;
}

	.cont_warning-back:hover
	{
		color:#f2a225 !important;
        text-decoration: none !important;
        cursor: pointer;
	}


    .appliedBeforeMsg .glyphicon-warning-sign {
    
    font-size: 23px;
    padding-left:12px;
    color: #B94A48;
   }


    .appliedBeforeMsg {
    width:95%;
    margin:0px auto;
    margin-top:12px;
   }

    .appliedBeforeMsg b {
    color:#b94a48;
    font-size:20px;
   }

.appliedMsgContent
{
  text-align:center;
}


.container-message .sectionContents
{
    margin-bottom: 2%;
    padding-top: 10px;
    background-color: whitesmoke;
    border: 1px solid #d6d6d6;
    border-radius: 10px 10px 0px 0px;
    padding: 30px;
}


.container-message .link-register-msg
{
display: block;
    margin-top: 19px;
    color: #ffae00;
    font-size: 16px;
}
.container-message .link-cancel-msg
{
   display:block;
   color:grey;
   font-size:16px;
   font-weight:normal;
}
.detailsSecion.sectionContents img{
     width: 4%;
    position: absolute;
    right: 49%;
    top: 19%;
}
.container-message .link-register-msg{
color: #ffae00;
    font-size: 16px;
}
.detailsSecion.sectionContents img.warrning {
    width: 4%;
    position: absolute;
    right: 52%;
    top: 21%;
}