body {
    font-family: "Segoe UI",Helvetica,Calibri,Arial,sans-serif;
    box-sizing: border-box;
    font-size: 14px;
    /*font-weight: 300; color: #888;*/
    /*line-height: 30px;*/ text-align: center;
    background-color: #f4f7fa;
}

strong {
    font-weight: 500;
}

a, a:hover, a:focus {
    color: #4aaf51;
    text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

h1, h2 {
    margin-top: 10px;
    font-size: 28px;
    font-weight: 100;
    color: #555;
    line-height: 50px;
}

h3 {
    font-size: 22px;
    font-weight: 300;
    color: #6e7174;
    line-height: 30px;
}

img {
    max-width: 100%;
}

.form-control::-moz-placeholder {
    color: #586068;
    font-style: italic;
    opacity: 1;
}

::-moz-selection {
    background: #4aaf51;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #4aaf51;
    color: #fff;
    text-shadow: none;
}

.btn-link-1 {
    display: inline-block;
    height: 50px;
    margin: 5px;
    padding: 16px 20px 0 20px;
    background: #4aaf51;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

    .btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active {
        outline: 0;
        opacity: 0.6;
        color: #fff;
    }

    .btn-link-1.btn-link-1-facebook {
        background: #4862a3;
    }

    .btn-link-1.btn-link-1-twitter {
        background: #55acee;
    }

    .btn-link-1.btn-link-1-google-plus {
        background: #dd4b39;
    }

    .btn-link-1 i {
        padding-right: 5px;
        vertical-align: middle;
        font-size: 20px;
        line-height: 20px;
    }

.btn-link-2 {
    display: inline-block;
    height: 50px;
    margin: 5px;
    padding: 15px 20px 0 20px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

    .btn-link-2:hover, .btn-link-2:focus,
    .btn-link-2:active, .btn-link-2:active:focus {
        outline: 0;
        opacity: 0.6;
        background: rgba(0, 0, 0, 0.3);
        color: #fff;
    }

.top-content .text {
    color: #fff;
}

    .top-content .text h1 {
        color: #fff;
    }

.top-content .description {
    margin: 20px 0 10px 0;
}

    .top-content .description p {
        opacity: 0.8;
    }

    .top-content .description a {
        color: #fff;
    }

        .top-content .description a:hover,
        .top-content .description a:focus {
            border-bottom: 1px dotted #fff;
        }

.form-box {
    margin-top: 35px;
}

.form-top {
    overflow: hidden;
    background: #1C2324;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    text-align: center;
    padding: 8px 0;
}

    .form-top h3 {
        margin: 0;
        color: #FFFFFF;
        font-weight: 500;
        font-size: 18px;
    }

.form-top-right {
    float: left;
    width: 25%;
    padding-top: 5px;
    font-size: 66px;
    color: #ddd;
    line-height: 100px;
    text-align: right;
}

.form-bottom {
    padding: 18px;
    background: #fff;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    text-align: right;
}

    .form-bottom form textarea {
        height: 100px;
    }
    /*.form-bottom form button.btn {
		background-color: #df9b61;
		color: white;
		width: 100%;
	}*/
    .form-bottom form .input-error {
        border-color: #4aaf51;
    }

.social-login {
    margin-top: 35px;
}

    .social-login h3 {
        color: #fff;
    }

.social-login-buttons {
    margin-top: 25px;
}

.col-sm-offset-3 {
    margin-left: 33.3%;
}

.lblControl {
    font-size: 12px;
    line-height: 24px !important;
    margin: 0;
    padding: 0;
    text-indent: 4px;
}

.CommonNotification {
    border-radius: 3px;
    color: white;
    display: none;
    font-size: 9.5pt;
    font-weight: 600;
    margin-bottom: 5px;
    max-width: 400px;
    min-width: 200px;
    opacity: 1;
    padding: 13px 4px 13px 36px;
    position: relative; /*text-align: left;*/
    z-index: 9999;
    /*-webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;*/
}

.logotext {
    margin-top: 0;
    color: #bdbdbd;
}

.login_topbar {
    min-height: 50px;
    line-height: 45px;
    border-bottom: 1px solid #e0e5eb;
    background: #ffffff;
}

    .login_topbar img {
        margin: 0;
    }

.login_footer {
    background: #072e4f;
    position: fixed;
    bottom: 0;
    width: 100%;
    min-height: 35px;
    padding: 5px;
}

    .login_footer p {
        margin: 0;
        font-size: 14px;
        color: #fff;
    }

.login_icon {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #888;
}

.inner-bg .form-group {
    position: relative;
}

.inner-bg .form-control {
    color: #50707c;
    border: 1px solid #cad1d8;
}

.login_content {
    width: 420px;
    margin: auto;
    box-shadow: 0 5px 10px 0 rgba(62,57,107,.2);
}

.btn-primary {
    background-color: #4ca8ec;
    border-color: #4ca8ec;
    font-weight: 600;
    color: #fff;
    box-shadow: none !important;
}

.btn-primary-login {
    background-color: #ffffff;
    border-color: #b0d6f8;
    font-weight: 600;
    color: #2196f3;
    box-shadow: none !important;
}

    .btn-primary-login:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

.btn-warning-cancel {
    color: #eea236;
    background-color: #fff;
    border-color: #eea236;
}

    .btn-warning-cancel:hover {
        color: #fff;
        background-color: #f0ad4e;
        border-color: #eea236;
    }


.btn-danger-cancel {
    color: #c82333;
    background-color: #fff;
    border-color: #c82333;
}

    .btn-danger-cancel:hover {
        color: #fff;
        background-color: #c82333;
        border-color: #c82333;
    }

.field-validation-error { /*color: red;*/
    font-size: 14px;
}

.inner-bg {
    /*position: absolute; top: 50%; margin-top: -115px; left: 0; width: 100%;*/
    height: 530px;
    display: flex;
}
/*Instance details*/
.instanceName {
    color: #3afd43;
    font-size: 18px;
    font-weight: 600;
    padding: 0 4px;
    position: absolute;
    right: 5px;
    top: 2px;
}

.instanceNamelb {
    border-left: 1px solid #115c9d;
    margin-left: 10px;
    padding-left: 10px;
}
/*Footer*/
#NotificationSection {
    height: auto;
    left: 50%;
    overflow: hidden;
    position: fixed;
    top: 20px;
    transform: translateX(-50%);
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    width: auto;
    z-index: 99999 !important;
}

    #NotificationSection .CommonNotification {
        border-radius: 3px;
        color: white;
        display: none;
        font-size: 9.5pt;
        font-weight: 600;
        margin-bottom: 5px;
        max-width: 450px;
        min-width: 200px;
        opacity: 1;
        padding: 13px 45px 13px 36px;
        position: relative;
        text-align: left;
        z-index: 9999;
        /*-webkit-user-select: none; /* webkit (safari, chrome) browsers */
        /* -moz-user-select: none; /* mozilla browsers */
        /*-khtml-user-select: none; /* webkit (konqueror) browsers */
        /*-ms-user-select: none; /* IE10+ */
    }

    #NotificationSection .btnClose {
        background-color: #fff;
        border-radius: 50%;
        cursor: pointer;
        display: inline-block;
        font-weight: bold;
        height: 22px;
        line-height: 22px;
        position: absolute;
        right: 10px;
        text-align: center;
        top: 10px;
        width: 22px;
        z-index: 99999;
    }

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (max-width: 767px) {
}

@media (max-width: 415px) {
    h1, h2 {
        font-size: 32px;
    }

    .login_content {
        width: 100%;
    }
}

#sendPassword .form-bottom {
    font-size: 12px;
    text-align: left !important;
    display: grid;
}

    #sendPassword .form-bottom label {
        margin-right: 10px;
        font-weight: 600;
        color: #50707c;
        font-size: 14px;
    }
/*#sendPassword .login_content {
    display: inline-grid;
}*/
a {
    font-size: 14px;
}

.lblrequired {
    color: red;
    margin-left: 5px;
    font-weight: bold;
}

.input-validation-error {
    border: 1px solid red !important;
}

.cstbtnlink {
    border: none;
    background: none;
    color: green !important;
    cursor: pointer;
}

    .cstbtnlink :hover {
        background-color: #4ca8ec;
    }

.mar-b-0 {
    margin-bottom: 0;
}

.mar-b-10 {
    margin-bottom: 10px;
}

/*redio button*/
.rbblue {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
    .rbblue input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #c6c5c5;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.rbblue:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.rbblue input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.rbblue input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.rbblue .checkmark:after {
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
/*redio button*/

/*alert*/
.CommonNotification {
    opacity: 1;
    color: white;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    display: block;
    font-size: 15px;
    text-align: center;
    z-index: 100100;
}
/*alert*/

/*loder*/
#loading {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999 !important;
}

#loadingcontent {
    display: table;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999 !important;
}

#loadingspinner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    font-size: larger;
    z-index: 9999999999 !important;
}
/*loder*/

.txt-aling-r {
    text-align: right;
}

.txt-aling-l {
    text-align: left;
}

.txt-aling-j {
    text-align: justify;
}