html, body {
    height: 100%;
    /*font-size: 16px;*/
    font-family: Tahoma;
}

/* Start login page*/
.bg {
    background: #21618c; /*#DE6262;*/ /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #ebf5fb, #21618c); /*-webkit-linear-gradient(to bottom, #FFB88C, #DE6262);*/ /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #ebf5fb, #21618c); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    min-height: 100vh;
    width: 100%;
}

.center-screen {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.banner-sec {
    background: url(../MainImage/people-meeting.jpg) no-repeat left bottom;
    background-size: cover;
    min-height: 450px;
    border-radius: 10px 10px 10px 10px;
    /*border-radius: 0 10px 10px 0;*/
    padding: 0;
}

.container_login {
    background: #fff;
    border-radius: 10px;
}
.login-sec {
    padding: 50px 30px;
    /*position: relative;*/
}

    .login-sec .copy-text {
        position: absolute;
        width: 80%;
        bottom: 20px;
        font-size: 13px;
        text-align: center;
    }

        .login-sec .copy-text i {
            color: #FEB58A;
        }

        .login-sec .copy-text a {
            color: #E36262;
        }

    .login-sec h2 {
        margin-bottom: 30px;
        font-weight: 800;
        font-size: 30px;
        /*color: #0094ff;*/ /*#DE6262;*/
    }

        .login-sec h2:after {
            content: " ";
            width: 100px;
            height: 5px;
            background: #b61308; /*#FEB58A;*/
            display: block;
            margin-top: 20px;
            border-radius: 3px;
            margin-left: auto;
            margin-right: auto
        }

.btn-login {
    background: #5d6d7e; /*#DE6262;*/
    color: #fff;
    font-weight: 600;
}
/*End login page*/

/*Start Master Page*/
.imgBrand {
    max-height: 60px;
    max-width: 102px;
}
.navbar-brand {
    float: left;
    height: 70px;
    padding-left: 20px;
    padding-top: 5px;
}
.nav > li  {
    /*font-size: 15px;*/
    font-weight: 600;
}
.navbar-nav > li  {
    padding-top: 10px;
}
.navbar-right {
    /*font-size: 15px;*/
    font-weight: 600;
}
.dropdown-menu > li > a {
    /*font-size: 13px;*/
    font-weight: 600;
}
.copyright {
    padding: 15px 0;
    background: #444;
    color: #f9f9f9;
    /*font-size: 15px;*/
    font-weight:600;
}
.pages {
    padding-top: 10px;
    padding-bottom: 60px;
    /*border-top: solid 1px #7e7b7b;*/   
    background-color: white;
    direction:rtl;
}
.loginPage {
    padding-top: 130px;
   /* padding-bottom: 60px;*/
    border-top: solid 1px #7e7b7b;
    background-color: white;
    /*direction: rtl;*/
}
a {
    color: #566573;
}
    a:focus, a:hover {
        color: #273746;
    }
 
        /*End Master Page*/
       
/* TextBox style*/
.textBox {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    line-height: 1.42;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #0b5fcb; /*#555;*/
    background-color: #fff;
}
.texteara {
	display: block;
	width: 100%;
	padding: 6px 12px;
	line-height: 1.42;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #0b5fcb;
	background-color: #fff;
	min-height: 300px;
}
.textearaMin {
	display: block;
	width: 100%;
	padding: 6px 12px;
	line-height: 1.42;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #0b5fcb;
	background-color: #fff;
	/*min-height: 300px;*/
}
    /**/
.header_grid {
    text-align: center;
}
.firstColumn_grid{
    padding-right:5px;
}
.labelColored{
    color:#21618c;
    font-weight:bold;
    margin-bottom:10px;
}
.box{
    padding-right:30px;
    padding-top:15px;
    padding-bottom:15px;
}
/*Start Tabs in Panel*/
.panel.with-nav-tabs .panel-heading {
    padding: 5px 5px 0 5px;
}

.panel.with-nav-tabs .nav-tabs {
    border-bottom: none;
}

.panel.with-nav-tabs .nav-justified {
    margin-bottom: -1px;
}
/*** PANEL INFO For Tabs ***/
.with-nav-tabs.panel-info .nav-tabs > li {
    float: right;
}

    .with-nav-tabs.panel-info .nav-tabs > li > a,
    .with-nav-tabs.panel-info .nav-tabs > li > a:hover,
    .with-nav-tabs.panel-info .nav-tabs > li > a:focus {
        color: #31708f;
    }

        .with-nav-tabs.panel-info .nav-tabs > .open > a,
        .with-nav-tabs.panel-info .nav-tabs > .open > a:hover,
        .with-nav-tabs.panel-info .nav-tabs > .open > a:focus,
        .with-nav-tabs.panel-info .nav-tabs > li > a:hover,
        .with-nav-tabs.panel-info .nav-tabs > li > a:focus {
            color: #31708f;
            background-color: #bce8f1;
            border-color: transparent;
        }

    .with-nav-tabs.panel-info .nav-tabs > li.active > a,
    .with-nav-tabs.panel-info .nav-tabs > li.active > a:hover,
    .with-nav-tabs.panel-info .nav-tabs > li.active > a:focus {
        color: #31708f;
        background-color: #fff;
        border-color: #bce8f1;
        border-bottom-color: transparent;
    }

    .with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu {
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a {
            color: #31708f;
        }

            .with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
            .with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
                background-color: #bce8f1;
            }

        .with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a,
        .with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
        .with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
            color: #fff;
            background-color: #31708f;
        }
/*End */

/*Start main page*/
.maintable {
    /*background-color:#e8e3e3;*/
    padding-top: 30px;
    padding-bottom: 30px;
}

    .maintable h1 {
        margin-bottom: 30px;
        color: #0277bd;
    }

    .maintable .box {
        /*background-color:#f6fafc;*/
        padding: 10px;
        border: 1px solid #146aa9;
        margin: 10px;
        border-radius: 15px;
    }

        .maintable .box h3 {
            margin: 5px 0 15px;
        }

        .maintable .box p {
            /*font-size: 16px;*/
        }
/*End main page*/
.fa-1x {
	font-size: 1.5em;
}
.required{
	border:1px solid;
	border-color: red;
}
/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}
    
.tabcontent {
    /*display: none;*/
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
} 

.Initial {
    display: block;
    padding: 4px 18px 4px 18px;
    float: right;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

    .Initial:hover {
        /*color: #0b3d62;*/
        background-color: #ddd;
    }

.Clicked {
    display: block;
    padding: 4px 18px 4px 18px;
    float: right;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    color: Black;
    color: #0b3d62;
    background-color: #ccc;
}

/*ranin*/
.navbar-default2 { 
    background-color: #0277bd; 
    border-color: #e7e7e7;
    color: white;
    padding-top: 10px;
}
.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.panel-info {
    border-color: #17a2b8;
}
    .panel-info > .panel-heading {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8;
    }
.card {
    padding: 2px 15px;
    margin: 5px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    border-radius: 5px;
    min-height: 100px;
}

/*
    color: #fff;
background-color: #343a40;
border-color: #343a40;
*/