/* Minification failed. Returning unminified contents.
(406,11): run-time error CSS1035: Expected colon, found 'family'
(417,11): run-time error CSS1035: Expected colon, found 'family'
(436,14): run-time error CSS1035: Expected colon, found 'left'
(442,17): run-time error CSS1035: Expected colon, found 'right-radius'
(510,11): run-time error CSS1035: Expected colon, found 'family'
(523,14): run-time error CSS1035: Expected colon, found 'left'
(529,17): run-time error CSS1035: Expected colon, found 'right-radius'
(543,14): run-time error CSS1035: Expected colon, found 'right'
(548,23): run-time error CSS1035: Expected colon, found 'radius'
(591,11): run-time error CSS1035: Expected colon, found 'size'
(603,11): run-time error CSS1035: Expected colon, found 'size'
(676,11): run-time error CSS1035: Expected colon, found 'size'
(691,11): run-time error CSS1035: Expected colon, found 'size'
(712,11): run-time error CSS1035: Expected colon, found 'weight'
(750,15): run-time error CSS1035: Expected colon, found 'align'
(821,21): run-time error CSS1035: Expected colon, found 'color'
(838,21): run-time error CSS1035: Expected colon, found 'color'
(878,11): run-time error CSS1035: Expected colon, found 'align'
(907,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(909,9): run-time error CSS1035: Expected colon, found 'transition'
(958,10): run-time error CSS1035: Expected colon, found 'width'
(978,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(980,9): run-time error CSS1035: Expected colon, found 'transition'
(1030,10): run-time error CSS1035: Expected colon, found 'width'
(1050,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1052,9): run-time error CSS1035: Expected colon, found 'transition'
(1102,10): run-time error CSS1035: Expected colon, found 'width'
(1134,14): run-time error CSS1035: Expected colon, found 'left'
(1140,17): run-time error CSS1035: Expected colon, found 'right-radius'
(1154,14): run-time error CSS1035: Expected colon, found 'right'
(1159,23): run-time error CSS1035: Expected colon, found 'radius'
(1248,21): run-time error CSS1035: Expected colon, found 'color'
(1265,21): run-time error CSS1035: Expected colon, found 'color'
(1298,17): run-time error CSS1035: Expected colon, found 'color'
(1380,14): run-time error CSS1035: Expected colon, found 'top'
(1398,14): run-time error CSS1035: Expected colon, found 'right'
(2341,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/'
(2354,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/'
 */


#companyLogo
{
    float:left;
/*margin-top:12px;*/
margin-bottom:10px;
margin-left:20px;
background: transparent url("Images/company-logo.JPG") no-repeat;
}
/*
@font-face {
    font-family: 'HPSimplified';
    src: url("../fonts/hps-euro-regular-eot.eot?#iefix") format("embedded-opentype"), url("../fonts/hps-euro-regular-woff.woff") format("woff"), url("../fonts/HPSimplified_Rg.ttf") format("opentype"), url("../fonts/hps-euro-regular-ttf.ttf") format("truetype");
}
*/
@font-face{font-family:'gt-walsheim-regular';src:url('../fonts/GT-Walsheim-Regular.svg') format('svg'),url('../fonts/GT-Walsheim-Regular.woff') format('woff');font-weight:normal;font-style:normal}
@font-face{font-family:'gt-walsheim-bold';src:url('../fonts/GT-Walsheim-Bold.svg') format('svg'),url('../fonts/GT-Walsheim-Bold.woff') format('woff');font-weight:bold;font-style:normal}


body {
    overflow: auto;
    font-family: gt-walsheim-regular;
    padding: 0;
    margin: 0;
    color: #000;
    background-color: #fcfcfc;
    font-size: 90%;
}


/* Milesh. This background color is used in the normal style for tables as well 
    body * {
        font-family: gt-walsheim-regular, Arial;
    }
        */
#companyLogo {
    float: left;
    margin-left: 20px;
	margin:20px 0 0 15px !important;
	height:auto !important;
}
#companyLogo1 {
    float: left;
    margin-left: 20px;
	margin:20px 0 0 15px !important;
	height:auto !important;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    body * {
        font-family: gt-walsheim-regular, Arial;
    }
}

:focus {
    outline: 0;
}

a {
    padding: 3px;
    font-family: gt-walsheim-regular;
    text-decoration: none;
    color: #000;
}
    /* Milesh. No underlines for links. The color of the links is set to the body color as above */
    a:hover {
        cursor: pointer;
        text-decoration: none;
    }

    a:focus {
        outline: 0;
        border-style: none;
    }




/* Common styles */

.main {
    float: left;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #FFF;
}

.titleHeader {
    float: left;
    position: relative;
    width: 100%;
    height: 60px;
    background-color: #0096D6;
}

.titleAlign {
    margin: 0 auto;
    position: relative;
    width: 95%;
}

.logo {
    float: left;
    position: relative;
    width: 2%;
    height: 60px !important;
}

.titlebar {
    float: left;
    position: relative;
    width: 96%;
    height: 60px;
}

.lblTitle {
    width: auto;
    display: table;
    margin: 0 auto;
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
}

.article {
    float: left;
    position: relative;
    width: 100%;
    height: inherit;
}

/*HP color #0096D6*/

table {
    border-collapse: separate;
    border-spacing: 0px; /* Keerthi. changed border-spacing from 1px to 0px*/
}



#tdImage { /* Milesh. Set width for the image cell */
    width: 100%;
    white-space: nowrap;
    padding-left: 4px;
    padding-right: 4px;
}

.buttons {
    padding: 5px 5px 5px 5px;
    float: left;
}

td.hideDiv {
    display: none;
}

td.fieldName {
}

.input_disabled {
    background-color: #dddddd;
    color: #000000;
    cursor: default;
}


/*
#tdEdit4 {
    white-space: nowrap;
}
*/


.normal {
    padding-top: 7px;
    padding-bottom: 7px;
    border-color: black;
    border: 0px;
    border-style: solid;
    border-spacing: 1px;
    background-color: #f8f8f8;
}

.alternate {
    padding-top: 7px;
    padding-bottom: 7px;
    border-color: black;
    border: 0px;
    border-style: solid;
    border-spacing: 1px;
    background-color: #ececec;
}

#divImageOnly {
    overflow: hidden;
    height: 750px; /* Milesh. Moved style="HEIGHT: 750px" from DMSWorkItem.ascx */
}

    #divImageOnly:hover {
        overflow: auto;
    }

input {
    border-color: none;
	border:1px solid #ddd;
	padding:6px;
    border-radius: 4px;
    margin: 2px;
    font-family: gt-walsheim-regular;
}

textarea {
    border-color: #ededed;
    border-radius: 4px;
    margin: 2px;
    overflow: auto;
}
/* overflow:auto to remove scrollbars in IE 

when no data present */
select {
    border-color: #ededed;
    border-radius: 4px;
    margin: 2px;
}

/* Milesh. Moved this inline style block from DMSWorkItem.ascx into the CSS file */
div.hideDiv {
    display: none;
}

input.hideDDL {
    display: none;
}

div.showGrid { /* Milesh. Used in user lookup grid. Removed FONT-FAMILY: Arial;. */
    position: absolute;
    margin: auto;
    visibility: visible;
}
/* End of moved style block */


.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 10px 15px;
    font-size: 15px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-primary {
    color: #000;
    background-color: #aaadae;
    /* margin-left: 5px; Milesh. Added to base css for additional space */
    margin-right: 5px; /* Milesh. Added to base css for additional space */
}

.btn-primarywq {
    color: #ffffff;
    background-color: #2c3e50;
    border-color: #2c3e50;
}

.btn-primary .badge {
    color: #2c3e50;
    background-color: #ffffff;
}

.btn-success {
    color: #ffffff;
    background-color: green;
    border-color: #18bc9c;
    margin-right: 20px; /* Milesh. Added to base css for space between buttons; note that there is no left margin */
}

.btn-danger {
    color: #ffffff;
    background-color: red;
    border-color: #e74c3c;
    margin-right: 20px; /* Milesh. Added to base css for space between buttons; note that there is no left margin */
}

.btn-lg,
.btn-group-lg > .btn {
    padding: 18px 27px;
    font-size: 19px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 3px 3px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 3px;
}

.lbtn-sm,
.btn-group-sm > .btn {
    padding: 6px 6px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    input[type="submit"].btn-block,
    input[type="reset"].btn-block,
    input[type="button"].btn-block {
        width: 100%;
    }

/* End */
/*tr {border-color: black; border-width: 0px; border-style: solid;border-spacing: 2px;background-color: white;}*/



/* Login page styles */

.signinBox {
    position: relative;
    width: auto;
    display: table;
    margin: 0 auto;
}

.lblSignIn {
    float: left;
    position: relative;
    clear: both;
    font-size: 20px;
    font-weight: bold;
    padding: 30px 0px 10px 0px;
}

.txtUserId {
    float: left;
    position: relative;
    clear: both;
    padding: 10px 0px 10px 0px;
}

.errorRow {
    float: left;
    position: relative;
    clear: both;
    padding: 5px 0 5px 0;
}

.txtPwd {
    float: left;
    position: relative;
    clear: both;
    padding: 10px 0px 10px 0px;
}

.divBorder {
    float: left;
    position: relative;
    border: 1px solid #CCC;
}

.inputTxtUserId {
    font-size: 14px;
    font-weight: normal;
    padding: 0px 5px 5px 10px;
    color: #767676;
    border: none;
    font- family:gt-walsheim-regular;
    width: 250px;
    height: 30px;
}

.inputTxtPwd {
    font-size: 14px;
    font-weight: normal;
    padding: 0px 5px 5px 10px;
    color: #767676;
    border: none;
    font- family:gt-walsheim-regular;
    width: 250px;
    height: 30px;
}

.divPadding {
    float: left;
    position: relative;
    padding-bottom: 20px;
}

.butnLogin {
    float: left;
    position: relative;
    clear: both;
    width: auto;
    position: relative;
    height: 26px;
    padding-top: 5px;
    padding- left:20px;
    padding-right: 20px;
    text-align: center;
    color: #000;
    background-color: #D7410B;
    border-bottom-left-radius: 5px;
    border-top- right-radius:5px;
    cursor: pointer;
    font-weight: bold;
}
#ContentPlaceHolder1_login1 span {
	font-weight:normal !important;
	font-size:14px !important;
	color:#000 !important;
}
table td span, table th span {
	font-weight:normal !important;
}
table td img {
	margin-right:10px;
	margin-bottom:3px;
}
.lnkForgotPwd {
    float: right;
    position: relative;
    padding-top: 5px;
    color: #000;
    cursor: pointer;
}
.lnkForgotPwd:hover, #ContentPlaceHolder1_lblContactBPS:hover {
	//text-decoration:underline;
	//text-decoration-color:#feed00;
}

/* Forgot Password page styles */

.forgotPwdBox {
    position: relative;
    width: auto;
    display: table;
    margin: 0 auto;
}

.lblforgotPwd {
    float: left;
    position: relative;
    clear: both;
    font-size: 20px;
    font-weight: bold;
    padding: 30px 0px 10px 0px;
}

.lblforgotPwdTwo {
    float: left;
    position: relative;
    clear: both;
    font-size: 16px;
    font-weight: normal;
    padding: 10px 0px 10px 0px;
}

.txtEmailId {
    float: left;
    position: relative;
    clear: both;
    padding: 10px 0px 10px 0px;
}

.inputTxtEmailId {
    font-size: 14px;
    font-weight: normal;
    padding: 0px 5px 5px 10px;
    color: #767676;
    border: none;
    font- family:gt-walsheim-regular;
    width: 250px;
    height: 30px;
}

.fpSubmit {
    float: left;
    position: relative;
    clear: both;
    width: auto;
    position: relative;
    height: 26px;
    padding-top: 5px;
    padding- left:20px;
    padding-right: 20px;
    text-align: center;
    color: #FFF;
    background-color: #D7410B;
    border-bottom-left-radius: 5px;
    border-top- right-radius:5px;
    cursor: pointer;
    font-weight: bold;
    top: 10px;
}

.fpCancel {
    float: left;
    position: relative;
    width: auto;
    position: relative;
    height: 26px;
    padding-top: 5px;
    padding-left: 20px;
    padding- right:20px;
    text-align: center;
    color: #FFF;
    background-color: #767676;
    border-bottom-left-radius: 5px;
    border-top-right- radius:5px;
    cursor: pointer;
    font-weight: bold;
    left: 20px;
    top: 10px;
}

/* Home(Approve Work Queue) page styles */

.menu {
    float: left;
    position: relative;
    width: 2%;
    height: 60px;
}

.menuDropDown {
    float: right;
    position: absolute;
    width: 120px;
    height: 150px;
    background-color: #FFF;
    border: 1px solid #CCC;
    top: 45px;
    right: 15px;
    z-index: 200;
    display: none;
}

.menuAlign {
    float: right;
    width: auto;
    position: relative;
}

.menuBar {
    float: left;
    width: 100px;
    position: relative;
    height: 16px;
    border-bottom: 1px solid #CCC;
    clear: both;
    padding: 10px;
    font- size:14px;
    color: #767676;
    cursor: pointer;
}

.queueBar {
    float: left;
    width: 100%;
    position: relative;
    height: auto;
    border-bottom: 1px solid #CCC;
    clear: both;
    font- size:14px;
    color: #767676;
    cursor: pointer;
}

.queueLeft {
    float: left;
    position: relative;
    width: 80%;
}

.queueLeftInner {
    float: left;
    position: relative;
    width: 100%;
    font-size: 16px;
    color: #0096D6;
    padding: 15px 0px 15px 20px;
}

.queueRight {
    float: right;
    cursor: pointer;
    max-width: 80px;
    position: relative;
    width: 40px;
}

.queueRightInner {
    cursor: pointer;
    max-width: 80px;
    position: relative;
    width: 40px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.queueRightAlign {
    height: 30px;
    width: 40px;
}

/* Messaging Work Queue page styles */

.prev {
    float: left;
    position: relative;
    width: 2%;
    cursor: pointer;
    height: 60px;
}

#articleMessagingQueue {
    background-color: #EAEAEA;
    float: left;
    position: relative;
    width: 100%;
}

.mqList {
    background-color: #EAEAEA;
    float: left;
    position: relative;
    width: 100%;
}

.messagingQueueBar {
    display: table;
    position: relative;
    height: auto;
    border: 1px solid #CCC;
    clear: both;
    font- size:14px;
    color: #767676;
    background-color: #FFF;
    width: 95%;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 5px;
}

.messagingQueueSearchBar {
    display: table;
    position: relative;
    height: auto;
    border: 1px solid #CCC;
    clear: both;
    font- size:14px;
    color: #767676;
    background-color: #FFF;
    width: 95%;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 5px;
}

.staticDetails {
    float: left;
    width: 100%;
    position: relative;
    cursor: pointer;
}

.messagingQueueRow1Left {
    float: left;
    position: relative;
    width: 75%;
    font-size: 16px;
    font- weight:bold;
    color: #0096D6;
    padding: 10px;
    max-width: 171px;
}

.messagingQueueRow1Right {
    float: right;
    position: relative;
    color: #D7410B;
    font-size: 14px;
    padding: 10px;
    max-width: 80px;
}

.messagingQueueRowRestLeft {
    float: left;
    position: relative;
    width: 85%;
    font-size: 16px;
    color: #0096D6;
    clear: left;
}

.messagingQueueRowRestRight {
    float: right;
    cursor: pointer;
    max-width: 80px;
    position: relative;
    width: 40px;
}

.messagingQueueRowRestRightInner {
    cursor: pointer;
    max-width: 80px;
    position: relative;
    width: 40px;
    display: table-cell;
    vertical- align: middle;
    text-align: center;
}

.messagingQueueRowRestRightAlign {
    height: 40px;
    width: 40px;
    display: inline-block;
}

.messagingQueueRow2 {
    float: left;
    position: relative;
    width: 95%;
    font-size: 16px;
    color: #767676;
    padding: 5px 0px 0px 10px;
    clear: both;
}

.messagingQueueRow3 {
    float: left;
    position: relative;
    width: 95%;
    font-size: 16px;
    color: #767676;
    padding: 5px 0px 0px 10px;
    clear: both;
}

.messagingQueueRow4 {
    float: left;
    position: relative;
    width: 95%;
    font-size: 16px;
    color: #767676;
    padding: 5px 0px 10px 10px;
    clear: both;
}

.searchIcon {
    float: right;
    position: relative;
    color: #D7410B;
    font-size: 14px;
    padding: 7px 10px 0 0;
    width: 20px;
    cursor: pointer;
}

.messagingQueueRowApproveBar {
    float: left;
    width: 100%;
    height: 40px;
    background-color: #EEEEEE;
}

.divideAction {
    float: left;
    width: 33%;
    position: relative;
    border-right: 1px solid #CCC;
    height: 40px;
}

    .divideAction:hover {
        float: left;
        width: 33%;
        position: relative;
        border-right: 1px solid #CCC;
        height: 40px;
        background- color:#767676;
        color: #FFF;
        cursor: pointer;
    }

.divideActionBorderLess {
    float: left;
    width: 33%;
    position: relative;
    height: 40px;
}

    .divideActionBorderLess:hover {
        float: left;
        width: 33%;
        position: relative;
        height: 40px;
        background- color:#767676;
        color: #FFF;
        cursor: pointer;
    }

.action {
    float: left;
    padding: 10px 0 10px 5px;
}

.actionImg {
    float: left;
    position: relative;
    padding-left: 5px;
    padding-top: 3px;
}

.actionText {
    float: left;
    position: relative;
    padding-left: 8px;
    padding-top: 1px;
    color: #767676;
    font-size: 16px;
}

/* Overlay */
.overlayer {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: #000000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha (Opacity=50)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
    opacity: 0.80;
    position: fixed;
    z-index: 5000;
    top: 0;
    left: 0;
    text- align:center;
    display: none;
}

.vAlign {
    width: 100%;
    position: absolute;
    top: 50px;
    margin: 0 auto;
}

.popCenter {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 6000;
    top: 20%;
    left: 0;
    display: none;
    margin: 0 auto;
}

.approveContainer {
    width: 300px;
    position: relative;
    z-index: 6500;
    margin: 0 auto !important;
    height: auto;
    background-color: #FFF;
    - webkit-transition:all 200ms cubic-bezier(.4,.1,.4,1) 200ms;
    -moz-transition: all 200ms cubic-bezier(.4,.1,.4,1) 200ms;
    -o- transition:all 200ms cubic-bezier(.4,.1,.4,1) 200ms;
    transition: all 200ms cubic-bezier(.4,.1,.4,1) 200ms;
    padding: 15px 0 0 0;
}

.approveHeader {
    margin: 0 auto;
    background-color: #FFF;
    color: #767676;
    width: 100%;
    height: 35px;
    font-size: 20px;
    position: relative;
}

.approveArticle {
    float: left;
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #FFF;
    padding-bottom: 20px;
}

.approveTxt {
    float: left;
    position: relative;
    padding-left: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #767676;
}

.actionField1 {
    float: left;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    color: #767676;
    padding: 15px 0 0 10px;
}

.actionField2 {
    float: left;
    position: relative;
    width: 75%;
    font-size: 16px;
    color: #0096D6;
    padding: 0 0 10px 10px;
    max- width:200px;
    clear: both;
    font-weight: bold;
}

.approveContent {
    float: left;
    position: relative;
    font-size: 14px;
    padding: 10px 0 20px 10px;
    color: #767676;
}

.rejectContainer {
    width: 300px;
    position: relative;
    z-index: 6500;
    margin: 0 auto !important;
    height: auto;
    background-color: #FFF;
    - webkit-transition:all 200ms cubic-bezier(.4,.1,.4,1) 200ms;
    -moz-transition: all 200ms cubic-bezier(.4,.1,.4,1) 200ms;
    -o- transition:all 200ms cubic-bezier(.4,.1,.4,1) 200ms;
    transition: all 200ms cubic-bezier(.4,.1,.4,1) 200ms;
    padding: 15px 0 0 0;
    display: none;
}

.rejectHeader {
    margin: 0 auto;
    background-color: #FFF;
    color: #767676;
    width: 100%;
    height: 35px;
    font-size: 20px;
    position: relative;
}

.rejectArticle {
    float: left;
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #FFF;
    padding-bottom: 20px;
}

.rejectTxt {
    float: left;
    position: relative;
    padding-left: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #767676;
}

.actionField1 {
    float: left;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    color: #767676;
    padding: 15px 0 0 10px;
}

.actionField2 {
    float: left;
    position: relative;
    width: 75%;
    font-size: 16px;
    color: #0096D6;
    padding: 0 0 10px 10px;
    max- width:200px;
    clear: both;
    font-weight: bold;
}

.rejectContent {
    float: left;
    position: relative;
    font-size: 14px;
    padding: 10px 0 20px 10px;
    color: #767676;
}

.reassignContainer {
    width: 300px;
    position: relative;
    z-index: 6500;
    margin: 0 auto !important;
    height: auto;
    background-color: #FFF;
    - webkit-transition:all 200ms cubic-bezier(.4,.1,.4,1) 200ms;
    -moz-transition: all 200ms cubic-bezier(.4,.1,.4,1) 200ms;
    -o- transition:all 200ms cubic-bezier(.4,.1,.4,1) 200ms;
    transition: all 200ms cubic-bezier(.4,.1,.4,1) 200ms;
    padding: 15px 0 0 0;
    display: none;
}

.reassignHeader {
    margin: 0 auto;
    background-color: #FFF;
    color: #767676;
    width: 100%;
    height: 35px;
    font-size: 20px;
    position: relative;
}

.reassignArticle {
    float: left;
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #FFF;
    padding-bottom: 20px;
}

.reassignTxt {
    float: left;
    position: relative;
    padding-left: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #767676;
}

.actionField1 {
    float: left;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    color: #767676;
    padding: 15px 0 0 10px;
}

.actionField2 {
    float: left;
    position: relative;
    width: 75%;
    font-size: 16px;
    color: #0096D6;
    padding: 0 0 10px 10px;
    max- width:200px;
    clear: both;
    font-weight: bold;
}

.reassignContent {
    float: left;
    position: relative;
    font-size: 14px;
    padding: 10px 0 20px 10px;
    color: #767676;
}

.closeBtn {
    float: right;
    position: relative;
    right: 5px;
    cursor: pointer;
    background: url(../images/closeBtn.svg) no-repeat top left;
    background-size: contain;
    width: 25px;
    height: 22px;
}

.mqSubmit {
    float: left;
    position: relative;
    clear: both;
    width: auto;
    position: relative;
    height: 26px;
    padding-top: 5px;
    padding- left:20px;
    padding-right: 20px;
    text-align: center;
    color: #FFF;
    background-color: #D7410B;
    border-bottom-left-radius: 5px;
    border-top- right-radius:5px;
    cursor: pointer;
    font-weight: bold;
    left: 10px;
}

.mqCancel {
    float: left;
    position: relative;
    width: auto;
    position: relative;
    height: 26px;
    padding-top: 5px;
    padding-left: 20px;
    padding- right:20px;
    text-align: center;
    color: #FFF;
    background-color: #767676;
    border-bottom-left-radius: 5px;
    border-top-right- radius:5px;
    cursor: pointer;
    font-weight: bold;
    left: 20px;
}

/* Help Screen */

.paramSections {
    width: 95%;
    margin: 0 auto;
    position: relative;
    display: table;
    height: auto;
    overflow: hidden;
    padding: 15px 0 15px 0;
}

.headerE {
    width: 95%;
    margin: 0 auto;
    position: relative;
    display: table;
    height: 20px;
    color: #767676;
    cursor: pointer;
    padding: 15px 0 15px 0;
}

.paramHeaderPaddingTxt {
    float: left;
    position: relative;
    font-size: 16px;
    color: #767676;
    width: 50%;
    font-weight: bold;
}

.paramHeaderPaddingImg {
    float: right;
    position: relative;
}

.articleHelp {
    float: left;
    position: relative;
    width: 100%;
}

.divider {
    float: left;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #CCC;
}


/* Detail View */
.articleDetail {
    float: left;
    position: relative;
    width: 100%;
    height: auto;
}

.resetDivStyle {
    float: left;
    position: fixed;
    height: 50px;
    clear: both;
    background-color: #EEE;
    width: 100%;
    bottom: 0px;
}

.detailDivideAction {
    float: left;
    width: 33%;
    position: relative;
    border-right: 1px solid #CCC;
    height: 50px;
}

    .detailDivideAction:hover {
        float: left;
        width: 33%;
        position: relative;
        border-right: 1px solid #CCC;
        height: 50px;
        background- color:#767676;
        color: #FFF !important;
        cursor: pointer;
    }

.detailDivideActionBorderLess {
    float: left;
    width: 33%;
    position: relative;
    height: 50px;
}

    .detailDivideActionBorderLess:hover {
        float: left;
        width: 33%;
        position: relative;
        height: 50px;
        background- color:#767676;
        color: #FFF;
        cursor: pointer;
    }

.detailAction {
    float: left;
    padding: 10px 0 10px 5px;
}

.detailActionImg {
    float: left;
    position: relative;
    padding-left: 5px;
    padding-top: 7px;
}

.detailActionText {
    float: left;
    position: relative;
    padding-left: 10px;
    padding-top: 4px;
    color: #767676;
    font-size: 16px;
}

.detailImageView {
    display: table;
    position: relative;
    height: auto;
    clear: both;
    font-size: 14px;
    color: #767676;
    background- color:#FFF;
    width: 95%;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

/* Detail View Vendor Details */

.dv2row {
    float: left;
    position: relative;
    width: 100%;
    padding: 5px 0 5px 0;
}

.inputTxtArea {
    width: 96%;
    height: 100px;
    resize: none;
}

.inputTxt {
    width: 96%;
    height: 30px;
}
#ContentPlaceHolder1_login1 span.error {
    float: left;
    position: relative;
    width: 100%;
    color: #F00 !important;
    font-size: 14px;
}
.error {
    float: left;
    position: relative;
    width: 100%;
    color: #F00;
    font-size: 14px;
}


.genSelectDiv {
    float: left;
    position: relative; /*height:60px;width:226px;*/
}

.genSelectDivInner {
    float: left;
    width: 100%;
    position: relative;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
}

.genSelectStyle {
    float: left;
    position: relative;
    width: 100%; /*background:#fff url(../images/dropdown.jpg) no-repeat scroll right 

center;border:2px solid #b9b8bb;width:216px;height:36px;*/
    font-size: 14px;
}

    .genSelectStyle:hover {
        position: relative;
        width: 100%; /*background:#fff url(../images/dropdown.jpg) no-repeat scroll right 

center;border:2px solid #767676;width:216px;height:36px;*/
        font-size: 14px;
    }

.checkStyle {
    padding-bottom: 0;
    margin: 0;
    padding-left: 0;
    width: 100%;
    padding-right: 0;
    display: block;
    float: left;
    clear: both;
    padding- top:10px;
    margin-bottom: 5px;
    font-size: 14px;
}

.checkLabel {
    position: relative;
    bottom: 2px;
    font-size: 14px;
    color: #000;
}

.radioStyle {
    position: relative;
    padding-bottom: 0;
    margin: 0;
    padding-left: 0;
    width: 100%;
    padding- right:0;
    display: block;
    float: left;
    clear: both;
    padding-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
}

.radioLabel {
    position: relative;
    bottom: 2px;
    font-size: 14px;
    color: #000;
}



/* Image View */
.detailView {
    display: table;
    position: relative;
    height: auto;
    font-size: 14px;
    color: #767676;
    background-color: #FFF;
    width: 95%;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #EAEAEA;
}

.selectDiv {
    float: left;
    position: relative; /*width:90px;height:50px*/
}

.selectDivInner {
    float: left;
    width: 100%;
    position: relative;
}

.selectStyle {
    float: left;
    position: relative;
    width: 100%; /*background:#fff url(../images/dropdown.jpg) no-repeat scroll right 

center;border:2px solid #b9b8bb;width:80px;height:30px;*/
    font-size: 14px;
}

    .selectStyle:hover {
        position: relative;
        width: 100%; /*background:#fff url(../images/dropdown.jpg) no-repeat scroll right 

center;border:2px solid #767676;width:80px;height:30px;*/
        font-size: 14px;
    }

.imageAction {
    float: left;
    padding: 20px;
    position: relative;
    cursor: pointer;
}

.imageFooter {
    float: left;
    position: fixed;
    height: 65px;
    clear: both;
    background-color: #EAEAEA;
    width: 100%;
    bottom: 0px;
}

/* Media queries */

@media only screen and (max-width:319px) {
    body {
        display: none;
    }
}

@media only screen and (min-width : 320px) and (max-width : 480px) {
    /* Detail View Main Details */

    .dvrow1 {
        float: left;
        position: relative;
        width: 100%;
        padding: 5px 0 5px 0;
    }

    .dvfield1 {
        float: left;
        position: relative;
        text-align: left;
        color: #767676;
        font-size: 14px;
    }

    .dvfield2 {
        float: right;
        position: relative;
        text-align: right;
        color: #767676;
        font-size: 14px;
    }

    .dvfield3 {
        float: left;
        position: relative;
        text-align: left;
        color: #0096D6;
        font-size: 18px;
        width: 100%;
        padding: 0px 0 5px 0;
    }

    .dvfield4 {
        float: left;
        position: relative;
        text-align: left;
        color: #767676;
        font-weight: bold;
        font-size: 16px;
        padding: 0px 0 5px 0;
        width: 100%;
    }

    .dvfield5 {
        float: left;
        position: relative;
        text-align: left;
        font-size: 14px;
        padding: 0px 0 5px 0;
        clear: both;
    }

    .dvlabel5 {
        float: left;
        position: relative;
        text-align: left;
        font-size: 14px;
        padding: 0px 0 5px 0;
        clear: both;
    }

    .inputTxtSearch {
        font-size: 16px;
        font-weight: normal;
        color: #767676;
        border: none !important;
        font-family: gt-walsheim-regular;
        width: 200px;
    }

    .txtSearch {
        float: left;
        position: relative;
        width: 80%;
        font-size: 16px;
        color: #0096D6;
        padding: 5px 0 5px 10px;
        max-width: 300px;
    }
}

@media only screen and (min-width : 481px) {
    /* Detail View Main Details */

    .dvrow1 {
        float: left;
        position: relative;
        width: 100%;
        padding: 5px 0 5px 0;
    }

    .dvfield1 {
        float: left;
        position: relative;
        text-align: left;
        color: #767676;
        font-size: 14px;
    }

    .dvfield2 {
        float: right;
        position: relative;
        text-align: right;
        color: #767676;
        font-size: 14px;
    }

    .dvfield3 {
        float: left;
        position: relative;
        text-align: left;
        color: #0096D6;
        font-size: 18px;
        width: 100%;
        padding: 0px 0 5px 0;
    }

    .dvfield4 {
        float: left;
        position: relative;
        text-align: left;
        color: #767676;
        font-weight: bold;
        font-size: 16px;
        padding: 0px 0 5px 0;
        width: 100%;
    }

    .dvfield5 {
        float: left;
        position: relative;
        text-align: left;
        font-size: 14px;
        padding: 0px 0 5px 10px;
    }

    .dvlabel5 {
        float: left;
        position: relative;
        text-align: left;
        font-size: 14px;
        padding: 0px 0 5px 0;
        clear: both;
    }

    .inputTxtSearch {
        font-size: 16px;
        font-weight: normal;
        color: #767676;
        border: none !important;
        font-family: gt-walsheim-regular;
        width: 100%;
    }

    .txtSearch {
        float: left;
        position: relative;
        width: 90%;
        font-size: 16px;
        color: #0096D6;
        padding: 5px 0 5px 10px;
    }
}

.header {
    width: 100%;
    height: auto;
    clear: both;
    /*font-family: 'HP Simplified';*/
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #000000;
	border:1px solid #dcdcdc;
}

.headerText {
    color: #ffffff;
    font-family: 'HP Simplified';
    display: block;
    line-height: 16px;
    font-weight: bold;
    margin-top: 28px;
    margin-left: 25px;
    float: left;
    z-index: 15;
    text-align: center;
}

.footerText {
    text-align: center;
    color: #5a5a5a;
    padding-top: 4px;
    font-size: 14px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-right: auto;
}

#CDMSLeftNavigation {
        list-style-type: none;
    float: left;
    margin-left: 5px;
    /* margin-left: -26px; */
    width: 97%;
	margin-top:10px;
}

    #CDMSLeftNavigation a {
       line-height: 22px;
padding-bottom: 5px;
padding-top: 5px;
padding: 5px;
color: #000;
padding-left: 5px;
list-style-type: none;
cursor: pointer;
direction: ltr;
text-decoration: none;
float: left;
width: 100%;
font-size: 15px;   
    }
#QuickLaunchMenu {
	width:100%;
}
#QuickLaunchMenu ul {
    list-style: none;
    width: 100% !important;
    /* margin: 0; */
    padding: 0;
    /* width: auto; */
    /* list-style-type: none; */
    float: left;
    /* margin-left: -35px; */
}

    #CDMSLeftNavigation li {
        clear: both;
    }

#form, #wrapper, body, html {
    min-height: 100%;
    height: 100%;
    width: 100%;
    margin: 0;
}

header {
    height: 70px;
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
    color: #fff;
}


#appTitle {
    margin: 10px;
    font-size: 32px;
    font-weight: 200;
    float: left;
    color: #000;
    /*margin-right:700px;*/
}

.loginbox {
    width: 100px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

* {
    box-sizing: border-box;
}

#loginInfo {
    float: right;
    margin: 24px 15px;;
    font-size: 15px;
    font-weight: 200;
    position: relative;
color:black;
}

    #loginInfo a {
        color: #000;
    }

#loginStatus {
    margin-left: 20px;
}

#DMSMain_lbTitleURL {
    font-size: 20px;
    font-weight: bold;
}


.lg {
    font-size: large;
}

.transparent {
    background-color: #f8f8f8;
    zoom: 1;
    filter: alpha(opacity=90);
    opacity: 0.9;
    border-style: none;
}

.fixedCenter {
    width: 50%;
    margin: auto;
    position: fixed;
    height: 150px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.center {
    margin: 0 auto;
}

.buttonPanel {
    display: block;
    width: 100%;
    height: 50px;
    clear: left;
}


/* eForms styles start here */

.ajax__tab_yuitabview-theme .ajax__tab_header {
    font-family: gt-walsheim-regular;
    padding: 10px 15px;
    font-size: 13px;
    line-height: 1.5;
}

    .ajax__tab_yuitabview-theme .ajax__tab_header .ajax__tab_tab {
        color: #012b3e;
        padding: 0.35em 0.75em;
        margin-right: 0.01em;
        background-color: rgba(204, 204, 204, 1);
    }


.ajax__tab_yuitabview-theme .ajax__tab_active .ajax__tab_tab {
    color: #ffffff;
    background-color: #2c3e50;
}

.ajax__tab_yuitabview-theme .ajax__tab_body {
    font-family: gt-walsheim-regular;
    font-size: 10pt;
    padding: 0.25em 0.5em;
    background-color: rgb(248,248,248); /*#edf5ff;*/
    /*border: solid 1px white;*/
    border-top-width: 0px;
}

/*.LabelHeadings {
    font-size: 10pt;
    font-weight: bold;
    text-align: left;
}*/

.LabelContent {
    border-style: ridge;
    border-width: thin;
    font-size: 10pt;
    font-family: gt-walsheim-regular;
}

.ErrorMessage {
    font-family: gt-walsheim-regular;
    font-size: 10pt;
    font-weight: bold;
    color: Red;
}

.SectionHeadings {
    font-family: gt-walsheim-regular;
    font-size: 11pt;
    font-weight: bold;
    /*background-color: #ececec;*/
    text-align: left;
    margin-left: 8px;
}

.SaveSuccess {
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    color: Green;
}

.LabelHeadings {
    font-family: gt-walsheim-regular;
    font-size: 10pt;
    /*font-weight: bold;*/
    text-align: left;
}

.printArea {
    background-color: #D1DCE9;
}

.printMessage {
    font-family: Arial;
    font-weight: bold;
    font-size: 10pt;
    color: #0000FF;
}

.updateProgress {
    border-width: 1px;
    border-style: solid;
    background-color: #CCCCCC;
    width: 230px;
    height: 100px;
    position: absolute;
    z-index: 10;
    left: expression((this.offsetParent.clientWidth/2)-(this.clientWidth/2)+this.offsetParent.scrollLeft);
    top: expression((this.offsetParent.clientHeight/2)-(this.clientHeight/2)+this.offsetParent.scrollTop);
}

.updateProgressMessage {
    margin: 3px;
    font-family: Trebuchet MS;
    font-size: small;
    vertical-align: middle;
}

#lbTitleURL, .lbTitleURL {
    font-size: 20px;
    font-weight: bold;
}

/*eForms styles end here*/

.errorText {
    color: #ff0000;
}

.outerMargin {
    padding: 5px;
}

.btn-disabled {
    color: #f8f8f8;
    background-color: rgba(204, 204, 204, 1);
    border-color: rgba(204, 204, 204, 1);
    margin-right: 5px;
}

.successText {
    color: #298A08;
}


a.btn-disabled {
    cursor: not-allowed;
}

.fixedCenter table td {
    text-align: center;
}

.fieldName {
    padding-left: 3px;
    padding-right: 3px;
}

.headerSection {
    padding-left: 3px;
    cursor: pointer;
    margin-top: 0.2em;
    margin-bottom: 0.1em;
    font-weight: bold;
}

    .headerSection:hover {
        background-color: #ececec;
    }

.boldIcon {
    font-size: 1.3em;
    font-weight: bold;
}

#divEditLineItemLink, #divAddAttachmentLink, #divLinks {
    margin-top: 0.5em;
}

#divLinks {
    margin-bottom: 0.5em;
}

#propertiesTable {
    width: 100%;
    padding: 3px;
}

.actionPanel {
    margin-top: 0.7em;
}

.contentSection, .leftPad {
    padding-left: 4px;
}

.orgLeftPad {
    padding-left: 10px;
}

.bgColor {
    background-color: #f8f8f8;
}

#rubberBand {
    position: absolute;
    visibility: hidden;
    width: 0px;
    height: 0px;
    border: 2px solid red;
}

.RubberBand {
    background-color: transparent;
    background-image: url(../Images/CoreDMS/icon_selzoom.gif );
    padding: 2px;
    background-position: center center;
    width: 38px;
    height: 38px;
}

#wrapper {
    min-height: 89%;
    height: auto !important;
    height: 100%;
}

aside {
    width: 200px;
    border-right: 1px solid #ECECEC;
	
}
aside #CDMSLeftNavigation:after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  //border: 1px solid #dcdcdc;
  background:#dcdcdc;
  top: 0; 
  left: 199px;
  z-index:-1;
}
.welcometxt {
	padding:10px !important;
}
.welcometxt span {
	line-height:22px;
	color:#dcdcdc;
}
.welcometxt ul, .welcometxt li {
	
	color:#dcdcdc;
}
aside, section {
    padding: 2px;
    /* padding-left: 39px; */
    float: left;
    height: 100%;
    /* min-height: 100% !important; */
}

section {
    //margin-left: 176px;
  //margin-top:-267px;
  width:80%;
  border-left:1px solid #dcdcdc;
  padding-left:20px;
  margin-left:-1px;

}


    section h2 {
        //margin-top: 26px;
        //margin-bottom: 20px;
		margin-top: 20px;
    margin-bottom: 20px;
    color: #000;
    font-size: 28px;
    font-weight: 200;
    }

#footer {
    width: 100%;
	float:left;
    height: auto;
    background-color: #fcfcfc;
	border-top:1px solid #dcdcdc;
	padding-top:10px;  
//margin-top:10px;	
}

#footer, .push {
    clear: both;
}
.footer-left {
	float:left;
	width:27%;
	margin:10px;
}
.footer-right {
	width:69%;
	float:left;
	margin:0px;
}
.footer-btm {
	    width: 70%;
    float: left;
    margin: 0px;
    text-align: center;
}
html, body form {
    min-height: 100%;
    height: 100%;
}
#footer #footerPrivStmnt a:hover {
    //text-decoration: underline;
    //text-decoration-color: #feed00;
}
#footerServicePrv {
    float: left;
    margin: 10px 5px 0px 11px;
    font-weight: normal;
}

#footerImage {
   float: left;
    margin: -23px 0px 0 152px !important;
    height: 33px !important;
}

#footerMakIt {
    float: left;
    margin: 35px 0px 0px 5px; /*23px 0px 0px 5px;*/
    font-size: 0.8em;
    font-weight: bold;
}

/*-----------------------------------------------------*/
#footerNavigation {
        float: left;
    margin: 0;
    position: relative;
}
/*-------------------------------------------------------*/

#footerPrivStmnt {
       float: left;
    margin: 5px 5px 0px 5px;
    position: relative;
    width: 90%;
}

#footerVersionStmt {
     float: left;
    margin: 5px;
    position: relative;
    width: 90%;
}

.lookupLayer {
    position: absolute;
    /*width:350px;50px;*/
    /*height:150px;/*120px;*/
    top: 0px;
    left: 0px;
    border: none;
    display: block;
    z-index: 20;
}

#propertiesTable {
    width: 100%;
    padding: 3px;
}

#tblLineItems td {
    padding: 3px;
    text-align: center;
}

#tblLineItems {
    margin-bottom: 10px;
}

.noWrap {
    white-space: nowrap;
}

.standardGridView td, standardGridView th {
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
}

.gridNumberCell {
    text-align: right;
}

.gridCellLink {
    text-align: center;
}

.gridCellAmount {
    text-align: right;
}

/* Basavaraju*/

#loginStatus {
    margin-left: 20px;
}

#DMSMain_lbTitleURL {
    font-size: 20px;
    font-weight: bold;
}

/*#CDMSLeftNavigation a:hover {
    background-color: #feed00;
    text-decoration: none;
    border-left: 2px solid #0096D6;
}*/

#CDMSLeftNavigation a:hover {
    background-color: #feed00;
    color:#000 !important;
    text-decoration: none;
    border-left: 0px solid gray;
}


#Welcome {
    width: 800px;
}

#WelcomeLeft {
    float: left;
    width: 238px;
}

#WelcomeRight {
    /*float: left;*/
    /*width: 285px;  */
    /*margin-top:-35px;*/
    padding-left: 200px;
    padding-top: 0px;
}

    #WelcomeRight ul {
        margin-left: 17px;
        margin-top: 0px;
    }

    #WelcomeRight span {
        color: #5b5b5b;
    }

/*End of Welcome user conrol*/



/*Contact BPO*/
#ContactBPO {
    height: 400px;
}

.ContactBPOGridView {
    border: 0px;
    width: 100%;
}


    .ContactBPOGridView td {
        border: 0px;
        padding: 3px,10px,0px,0px;
        font-size: 8pt;
        font-family: gt-walsheim-regular;
        color: #4c4c4c;
    }

    .ContactBPOGridView th {
        border: 0px;
        color: #b2b2b2;
        text-align: left;
        font-size: 8pt;
        font-family: gt-walsheim-regular;
        BACKGROUND-COLOR: #f2f2f2;
    }
/*End of Contact BPO*/

/*Access Denied Page*/

#AccessDenied {
    height: 400px;
}

/*End of Access Denied Page*/
.wrapMain {
    width: 800px;
    padding-top: 0px;
    margin-left: 170px;
}

.CDMSLeftNavigationNode2 {
    background-color: rgb(236, 236, 236);
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    white-space: nowrap;
    font-size: 1em;
    font-weight: bold;
    width: 180px;
}

.ms-listviewtable .HyperLink1 {
    margin-top: 5px;
    margin-left: 5px;
}

.ms-WPTitle {
    //font-weight: bold;
    //padding: 2px 5px 6px 9px;
   /// padding-left: 0px;
    /font-size: 16px;
	margin-top: 15;
    margin-bottom: 15px;
    color: #000;
    font-size: 26px;
	    float: left;
    width: 100%;
    font-weight: 200;
}
.ms-WPUTitle {
    //font-weight: bold;
    //padding: 2px 5px 6px 9px;
   /// padding-left: 0px;
    /font-size: 16px;
	margin-top: 15px;
    margin-bottom: 15px;
    color: #000;
    font-size: 26px;
    font-weight: 200;
	    float: left;
    width: 100%;
}

.ms-WPTitlesub {
    padding: 5px;
    font-size: 14px;
	line-height:22px;
    padding-left: 0px;
	border-spacing:0px !important;
}
.ms-WPTitlesub th {
	background:#111;
	border:1px solid #444;
}
.ms-WPTitlesub td {
	border:1px solid #444;
}
.ms-gridesub {
    font-size: 16px;
    padding-left: 0px;
}

.IPAddress {
    font-size: 13px;
}

/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.2.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
    font-size: 1.3em;
    line-height: .75em;
    vertical-align: -15%;
}
.lfa-lg {
    font-size: 1em;
    line-height: .75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

    .fa-ul > li {
        position: relative;
    }

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center;
}

    .fa-li.fa-lg {
        left: -1.85714286em;
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before, .fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before, .fa-users:before {
    content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before, .fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158";
}

.fa-won:before, .fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before, .fa-rebel:before {
    content: "\f1d0";
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

