﻿/* File Created: February 22, 2016 */

/*==========  Non-Mobile First Method  ==========*/

.tableGridHeaderBelizeBlue tr th {
    background-color: #2980b9 !important;
    color: White !important;
}

/*=======================HR TAG STARTS===================*/
.hr-midnight-blue {
    background-color: #2c3e50;
    border-color: #2c3e50;
    color: #2c3e50;
    height: 5px;
}

.hr-green-sea {
    background-color: #16a085;
    border-color: #16a085;
    color: #16a085;
    height: 2px;
}

.hr-belize-hole {
    background-color: #2980b9;
    border-color: #2980b9;
    color: #2980b9;
    height: 1px;
}

/*=======================HR TAG ENDS===================*/

/*=======================PANEL SECTION STARTS===================*/
.panel-pomegranate-header {
    color: White !important;
    background-color: #e74c3c !important;
    border-color: #e74c3c !important;
}

.panel-pomegranate-border {
    border-color: #e74c3c !important;
}

.panel-green-sea-header {
    color: White !important;
    background-color: #16a085 !important;
    border-color: #16a085 !important;
}

.panel-green-sea-border {
    border-color: #16a085 !important;
}

.panel-turquoise-header {
    color: White !important;
    background-color: #1abc9c !important;
    border-color: #1abc9c !important;
}

.panel-turquoise-border {
    border-color: #1abc9c !important;
}

.panel-belizehole-header {
    color: White !important;
    background-color: #2980b9 !important;
    border-color: #2980b9 !important;
}

.panel-belizehole-border {
    border-color: #2980b9 !important;
}

.panel-midnightblue-header {
    color: White !important;
    background-color: #2c3e50 !important;
    border-color: #2c3e50 !important;
}

.panel-midnightblue-border {
    border-color: #2c3e50 !important;
}

.panel-carrot-header {
    color: White !important;
    background-color: #e67e22 !important;
    border-color: #e67e22 !important;
}

.panel-carrot-border {
    border-color: #e67e22 !important;
}

.panel-amethyst-header {
    color: White !important;
    background-color: #9b59b6 !important;
    border-color: #9b59b6 !important;
}

.panel-amethyst-border {
    border-color: #9b59b6 !important;
}

/*=======================PANEL SECTION ENDS===================*/

.minHeightFirstRow {
    min-height: 190px;
    max-height: 200px;
    overflow: auto;
}

/*=======================TEXT COLORS STARTS===================*/
.text-amethyst {
    color: #9b59b6;
}

.text-carrot {
    color: #e67e22;
}

.text-midnightblue {
    color: #2c3e50;
}

.text-belizehole {
    color: #2980b9;
}

.text-turquoise {
    color: #1abc9c;
}

/*=======================TEXT COLORS ENDS===================*/

#searchMenu::-ms-clear {
    display: none;
}

.input:focus {
    outline: none !important;
    border: 1px solid #2980b9;
    box-shadow: 0 0 10px #719ECE;
}

.form-control:focus {
    outline: none !important;
    border: 1px solid #2980b9 !important;
    box-shadow: 0 0 10px #719ECE !important;
}

input[type="radio"]:checked + label, input[type="checkbox"]:checked + label {
    color: #2980b9;
}

input[type="radio"] + label, input[type="checkbox"] + label {
    margin-left: 10px !important;
    margin-bottom: 15px !important;
}


.radio-list-custom label {
    margin-right: 30px;
    margin-left: 3px;
}

.radio-list-custom input {
    vertical-align: top;
    margin-top: 5px;
}

.chk-list-custom label {
    margin-right: 30px;
    margin-left: 3px;
    min-width: 18%;
}

.chk-list-custom input {
    vertical-align: top;
    margin-top: 5px;
}

.cursor-pointer:hover {
    cursor: pointer;
}

.bg-primary {
    color: #fff !important;
    background-color: #337ab7 !important;
}

.modal {
    overflow: hidden;
}

.hr-margin-5px {
    margin-bottom: 5px !important;
    margin-top: -10px !important;
}

.text-danger label {
    color: White !important;
}

.bootstrap-dialog-title #infoHeader {
    color: White;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 1.0 !important;
    filter: alpha(opacity=20);
}

/*=======================BUTTON COLOR STARTS===================*/
.btn-midnight-blue {
    color: white;
    background-color: #2c3e50;
    border-color: #2c3e50;
}

    .btn-midnight-blue:hover {
        color: white;
        background-color: #34495e;
        border-color: #34495e;
    }

    .btn-midnight-blue:focus {
        color: white;
        background-color: #34495e;
        border-color: #34495e;
    }

.btn-green-sea {
    color: white;
    background-color: #16a085;
    border-color: #16a085;
}

    .btn-green-sea:hover {
        color: white;
        background-color: #1abc9c;
        border-color: #1abc9c;
    }

    .btn-green-sea:focus {
        color: white;
        background-color: #1abc9c;
        border-color: #1abc9c;
    }

    .btn-opacity_1 {
        opacity: 1 !important;
        cursor: pointer !important;
    }

    .btn-pumpkin {
        color: white;
        background-color: #d35400;
        border-color: #d35400;
    }

    .btn-pumpkin:hover {
        color: white;
        background-color: #e67e22;
        border-color: #e67e22;
    }

    .btn-pumpkin:focus {
        color: white;
        background-color: #e67e22;
        border-color: #e67e22;
    }

.btn-pomegranate {
    color: white;
    background-color: #c0392b;
    border-color: #c0392b;
}

    .btn-pomegranate:hover {
        color: white;
        background-color: #e74c3c;
        border-color: #e74c3c;
    }

    .btn-pomegranate:focus {
        color: white;
        background-color: #e74c3c;
        border-color: #e74c3c;
    }

.btn-belize-hole {
    color: white;
    background-color: #337ab7;
    border-color: #337ab7;
}

    .btn-belize-hole:hover {
        color: white;
        background-color: #3498db;
        border-color: #3498db;
    }

    .btn-belize-hole:focus {
        color: white;
        background-color: #3498db;
        border-color: #3498db;
    }

/*=======================BUTTON COLOR ENDS===================*/

/*=======================PADDING - MARGIN VALUE STARTS===================*/

.paddingTopFormControls-8px {
    padding-top: 8px;
}

.marginTopFormControls-8px {
    margin-top: 8px;
}

/*=======================PADDING - MARGIN VALUE ENDS===================*/

/* Addition by Apurba Aparajita(161194)*/
/* [BEGINS] */

/*======================= MANDATORY FIELDS CSS STARTS===================*/

.spnMandatory {
    color: red;
}

/*======================= MANDATORY FIELDS CSS ENDS===================*/

/*======================= MULTI SELECT DROPDOWN CSS STARTS===================*/


.lstMultiSelect div button {
    text-align: left !important;
}

    .lstMultiSelect div button .caret {
        margin-left: 74% !important;
    }

.lstMultiSelect div ul {
    width: 100% !important;
}


.demo {
    top: 45%;
    height: 53rem;
}

.login__form {
    top: 25%;
}

.container-fluid {
    font-size: 1em;
    line-height: 1.42857143;
    /*line-height:1.428571*/
    color: #333;
}

.vertical-padding-20 {
    padding: 20px 0;
}

.social-header {
    color: #ffffff;
    text-align: center;
    padding: 0 0 35px 0;
    font-size: 20px;
    text-transform: uppercase;
}

.text-center {
    text-align: center;
}

.top-padding-20 {
    padding-top: 20px;
}

.social-header h2 {
    font-size: 2.5rem;
    color: white;
}

.social-btns ul li {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("./images/circleicon.png");
    background-origin: padding-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: inline-block;
    float: left;
    height: 52px;
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0;
    width: 33.33%;
}

    .social-btns ul li a {
        color: #373737;
        display: table;
        height: 100%;
        left: 0;
        margin-left: auto;
        margin-right: auto;
        right: 0;
        vertical-align: middle;
    }

/*.footer-list ul li {
    display: inline;
    padding: 0 18px;
    border-right: 1px solid #999999;
}*/

    .footer-list ul li:last-child {
        border: none;
    }

.social-btns ul li a i {
    display: table-cell;
    left: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    right: 0;
    text-align: center;
    vertical-align: middle;
    font-size: 20px !important;
}

.footer-list ul li {
    display: inline;
    padding: 0 18px;
    border-right: 1px solid #999999;
}

    .footer-list ul li a:hover {
        color: #dddddd;
    }

    .footer-list ul li a {
        color: #999999;
        font-size: 1rem;
        text-transform: uppercase;
        transition: all ease 0.5s;
        text-decoration: none;
        font-weight: 700;
    }

.home_rowsix {
    background: #000000;
    color: #707070;
    height: auto;
    font-size: 1.3rem;
    font-weight: 700;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    top:73%;
}

.div_logo {
    top: 10%;
    left: 20%;
    
    background: url(../../images/eproc-final1.png) no-repeat center;
}


/*======================= MULTI SELECT DROPDOWN CSS ENDS===================*/

/* [ENDS] */

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

    .demo {
        top: 40%;
        height: 70rem;
        width: 40rem;
        left: 45%;
    }

    .login__check {
        position: absolute;
        left: 0;
        width: 100%;
        height: 32%;
    }

    .login__form {
        top: 27%;
    }

    .givemargintop {
        top: 30% !important;
    }

    .footer {
        position: absolute;
        bottom: 0%;
        width: 100%;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

    .demo {
        top:43%;
        height: 64rem;
        width: 30rem;
        left: 50%;
    }

    .login__check {
        position: absolute;
        left: 0;
        width: 100%;
        height: 25%;
    }

    .login__form {
        top: 21%;
    }

    .givemargintop {
        top: 30% !important;
    }

    .footer {
        position: absolute;
        bottom: 0%;
        width: 100%;
        
    }
    .footer-list ul li {
    display: inline;
    padding: 0 15px;
    border-right: 1px solid #999999;
    }
   
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
}
