/* As per "Orange_Design for digital platforms Guideline_March_2016.pdf"*/

/*** Headings ***/

/* Common Fonts */
@font-face {
    font-family: "Helvetica Neue webfont";
    src: url(../fonts/woff/HelvNeue55_W1G.woff);
}
@font-face {
    font-family: "Helvetica Neue Webfont Roman";
    src: url(../fonts/woff/HelvNeue55_W1G.woff);
}
@font-face {
    font-family: "Helvetica Neue Webfont Bold";
    src: url(../fonts/woff/HelvNeue75_W1G.woff);
}
/* Common Extra Fonts */
@font-face {
    font-family: "Helvetica Neue Webfont Light";
    src: url(../fonts/woff/HelvNeue45_W1G.woff);
}

@font-face {
    font-family: "Helvetica Neue Webfont Thin";
    src: url(../fonts/woff/HelvNeue35_W1G.woff);
}

@font-face {
    font-family: "Helvetica Neue Webfont Medium";
    src: url(../fonts/woff/HelvNeue65_W1G.woff);
}
/* Basic CSS - Start*/

/* For all common style can include here */
/* pg-27, 30 */
*, body, html{
    font-family: "Helvetica Neue Webfont Roman", Arial;
	text-align: left;
	font-size: 16px;
}

.ms-text-left{
	text-align: left !important;
}

.ms-text-justify, .ms-text-center{
	text-align: justify !important;
    text-justify: inter-word;
}

.ms-text-bold{
	font-weight: bold;
}


.ms-text-small{
	font-size: 14px;
}

/* Used for all headers, pg-30 */
.ms-header-text{
	font-size: 60px;
	font-weight: bold;
	font-family: "Helvetica Neue Webfont Bold", Arial;
	line-height: 60px;
}

/* Used for sub headers or titles, pg-29 */
.ms-title-text{
	font-size: 40px;
	font-weight: bold;
	font-family: "Helvetica Neue Webfont Bold", Arial;
	line-height: 30px;
}

/* Used for all generla text. pg-29 */
.ms-label-text{
	font-size: 16px;
	font-weight: bold;
	font-family: "Helvetica Neue Webfont Bold", Arial;
	line-height: 20px;
}
/* PG-72, DON'T APPLY FOR OTHER SUBSTITUTE BACKGROUND COLORS. */
.ms-a-bg-white-rollover:hover{
	color: #F16E00;
}
.ms-a-bg-black-rollover:hover{
	color: #FF7900;
}


/*End of Headings*/

/* Text color pg-16*/
.mb-text-black{
	color: #000000;
}
.mb-text-white{
	color: #FFFFFF;
}
.mb-text-orange{
	color: #F16E00;
}
.mb-text-grey{
	color: #666666;
}

.mb-bg-black{
	background-color: #000000;
}
.mb-bg-white{
	background-color: #FFFFFF;
}
/* For white text on orange */
.mb-bg-white-orange{
	background-color: #F16E00;
}
/* For black text on orange */
.mb-bg-black-orange{
	background-color: #FF7900;
}
/* For white text on orange */
.mb-bg-white-semi-dark-grey{
	background-color: #666666;
}

/* For tool tip Back Ground */
.mb-tooltip-grey-box{
	font-size: 14px !important;
	background-color: #DDDDDD;
}
/* End of Text color*/



/* Pg -68 */
.ms-title-container{
    padding-top: 20px;
    padding-bottom: 20px;
}

.ms-right-global-navigation{float:right;}
.ms-right-global-navigation .divider{padding: 0 20px;}
.ms-right-global-navigation img{ width: 30px; height: 30px; border: 0px; }
.ms-right-global-navigation ul li {display: block;position: relative;float: left; }
.ms-right-global-navigation ul li a {display: block;text-decoration: none; white-space: nowrap;color: #fff;font-weight: normal;}  
.bottomHeaderContent .ms-right-global-navigation ul li a{margin-top:44px;}


/* Basic CSS - End*/

/* As per "Orange_Design for digital platforms Guideline_March_2016.pdf"*/

/*Headings*/
.mb-main-heading, .mb-bold-60{
}
.mb-bold-50{
}
.mb-sub-heading, .mb-bold-40{
}
.mb-bold-34{
}
.mb-bold-30{
}
.mb-bold-24{
}
.mb-bold-20{
}
.mb-bold-18{
	font-size: 18px;
	font-weight: bold;
	font-family: "Helvetica Neue Webfont Bold", Arial;
	line-height: 18px;
}
.mb-reg-18{
}
.mb-bold-16{
}
.mb-reg-16,.mb-content{
}
.mb-bold-14{
}
.mb-reg-14,.mb-text-small{
}

/*End of Headings*/

/* Text color pg-16*/
.mb-text-black{
	color: #000000;
}
.mb-text-white{
	color: #FFFFFF;
}
.mb-text-orange{
	color: #F16E00;
}
.mb-text-grey{
	color: #666666;
}

.ms-bg-black{
	background-color: #000000;
}
.ms-bg-white{
	background-color: #FFFFFF;
}
/* For white text on orange */
.ms-bg-white-orange{
	background-color: #F16E00;
}
/* For black text on orange */
.ms-bg-black-orange{
	background-color: #FF7900;
}
/* For white text on orange */
.ms-bg-white-semi-dark-grey{
	background-color: #666666;
}

/* For tool tip Back Ground */
.ms-tooltip-grey-box{
	font-size: 14px !important;
	background-color: #DDDDDD;
}
/* End of Text color*/


/* textbox css [page no - 90, 91]*/
.ms-input{
	padding-top: 9px;
    padding-bottom: 9px;
	font-weight: bold;
	font-size: 16px;
	padding-left: 10px;
	padding-right: 10px;
	color: #000000;
	border: 2px solid #CCCCCC;
}
.ms-input:active,.ms-input:focus{
	border: 2px solid #999999;
	outline: none;
}
.ms-input-error{
	border: 2px solid #B9441F !important;
}
.ms-input-error-cross{
	border: 2px solid #B9441F !important;
    background-image: url("../images/cross.png");
    background-position: 98% 50%;
    background-repeat: no-repeat;
	padding-right: 35px;
}
.ms-input-success-tick{
    background-image: url("../images/Tick_Circle.png");
    background-position: 98% 50%;
    background-repeat: no-repeat;
	padding-right: 35px;
}

/* dropdownlist css [page no - 88]*/
.ms-select::-ms-expand{display:none}
.ms-select{
	width:300px;
	height:44px;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 10px;
	padding-right: 60px;
    border: 2px solid #CCCCCC;
    color: #000000;
    box-shadow: none;
    background: #fff url(../images/arrowdown.gif) no-repeat;
    background-position: right 4px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	font-size: 15px;
	font-weight: bold
}

.ms-select option{
	font-size: 15px;
	font-weight: bold;
}
.ms-select option:hover{
	background-color: #000000;
	color: #FFFFFF;
}
.ms-select:active,.ms-select:focus{
	outline: none;
	border: 2px solid #999999;
}

.ms-select-list{
	width:300px;
	height:44px;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 10px;
	padding-right: 203px;
    border: 2px solid #CCCCCC;
    color: #000000;
    box-shadow: none;
    background: #fff url(../images/arrowdown.gif) no-repeat;
    background-position: right 4px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	font-size: 15px;
	font-weight: bold;
}


.ms-select-list option{
	font-size: 15px;
	font-weight: bold;
}
.ms-select-list option:hover{
	background-color: #000000;
	color: #FFFFFF;
}
.ms-select-list:active,.ms-select-list:focus{
	outline: none;
	border: 2px solid #999999;
}
.ms-select-list-dropdown{
	width:450px;
	height:44px;
    padding-top: 9px;
    padding-bottom: 9px;
    border: 2px solid #CCCCCC;
    color: #000000;
    box-shadow: none;
    background: #fff url(../images/arrowdown.gif) no-repeat;
    background-position: right 4px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	font-size: 15px;
	font-weight: bold;
}

.ms-select-list-dropdown option{
	font-size: 15px;
	font-weight: bold;
}
.ms-select-list-dropdown option:hover{
	background-color: #000000;
	color: #FFFFFF;
}
.ms-select-list-dropdown:active,.ms-select-list-dropdown:focus{
	outline: none;
	border: 2px solid #999999;
}
/* checkbox css [page no - 93]*/
.ms-checkbox{
    display: none;
}
.ms-checkbox  + label{
	position: relative;
	font-size: 15px;
	font-weight: bold;
}
.ms-checkbox  + label::before {
    content: "";
    display: inline-block;
    vertical-align: -5px;
    height: 18px;
    width: 18px;
    border: 2px solid #CCCCCC;
    margin-right: 5px;
	box-sizing: content-box;
}
.ms-checkbox  + label:hover{
	cursor: pointer;
}
.ms-checkbox:checked + label::before{
    background-color: #F16E00;
	border: 2px solid #F16E00;
}
.ms-checkbox:checked + label::after ,.ms-checkbox:disabled:checked + label::after{
	content: '';
    position: absolute;
    width: 10px;
    height: 4px;
    top: 4px;
    left: 4px;
    border: 3px solid #ffffff;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
	box-sizing: content-box;
}
.ms-checkbox:disabled + label{
	color: #CCCCCC;
	cursor: not-allowed;
}
.ms-checkbox:disabled:checked+ label{
	color: #CCCCCC;
	cursor: not-allowed;
}
.ms-checkbox:disabled:checked + label::before{
    background-color: #CCCCCC;
	border: 2px solid #CCCCCC;
}

/* radio button css [page no - 93]*/
.ms-radio{
    display: none;
}
.ms-radio  + label{
	position: relative;
	font-size: 15px;
	font-weight: bold;
}
.ms-radio  + label::before {
    content: "";
    display: inline-block;
    vertical-align: -5px;
    height: 20px;
    width: 20px;
    border: 3px solid #CCCCCC;
	margin-right: 5px;
	border-radius: 50%;
	box-sizing: border-box;
}
.ms-radio  + label:hover{
	cursor: pointer;
}
.ms-radio:checked + label::before{
	border: 6px solid #F16E00;
}

.ms-radio:disabled + label{
	color: #CCCCCC;
	cursor: not-allowed;
}
.ms-radio:disabled:checked+ label{
	color: #CCCCCC;
	cursor: not-allowed;
}
.ms-radio:disabled:checked + label::before{
	border: 7px solid #CCCCCC;
}

.ms-input-error-text-color{
color: #B9441F;
}
