﻿
* {
    box-sizing: border-box;
}

.pwlink {
    font-family: sans-serif;
    text-align: center;
}


body {
    position: relative;
    padding: 0px;
    margin: 0px;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-family: "Raleway", OpenSansRegular, "Century Gothic", CenturyGothic, AppleGothic, sans-serif !important;
    font-size: 100%;
    font-size:14pt;
}



/*hd desktops*/

.header{
    overflow:hidden;
}
     
    .content {
 
    }

    .footer {
       
        width: 100vw;
        height: 8vh;
        position: absolute;
        bottom: 0px;
    }

    .vLoginBanner {
        height: 90vh;
        width: 22vw;      
        position: absolute;
        right: 4vw;
        padding: 2vw;
    }

      .vLoginBanner .welcome h2{

         font-size:3.5vw;
         margin-bottom:.5vh;
         margin-top:1vh;
         font-weight: 900;
     
     }

        .vLoginBanner .message, .vLoginBanner .welcome p {
            color: #fff;
            width: 100%;
            font-weight: 700;
            overflow: hidden;
            max-height: 40%;
            width: 100%;
            margin-bottom: .25vh;
            margin-top: 0vh;
        }

        .vLoginBanner .disclaimer, .vLoginBanner .whatsnew {
            font-size: 70%;
        }

        .vLoginBanner .login-failure{
            color:#F00;
            text-align:center;
            padding-left:1vw;
        }

        .vLoginBanner .row {
            width: 100%;
            clear: both;
            color: inherit;
            /*text-align:center;*/
            padding-top: 4vh;
        }

            .vLoginBanner .row label {
                font-weight: bold;
                color: inherit;
                clear: both;
            }

        .vLoginBanner .inputWrapper {
            width: 100%;
            height: 6vh;
            background: #fff;
            border-radius: 6px;
            overflow: hidden;
            position: relative;
        }

        .vLoginBanner .inputWrapper.clear{
            background:none;
        }

            .vLoginBanner .inputWrapper input[type=text], .vLoginBanner .inputWrapper input[type=password] {
                width: 85%;
                height: 6vh;
                line-height: 6vh;
                border: none !important;
                outline: none;
                float: left;
                font-size:inherit;
                padding-left:.5vw;
            }

            .vLoginBanner .inputWrapper .pwLink {
                width: 15%;
                height: 100%;
                background: #b8b6b8;
                font-size: 6vh;
                font-weight:bold;
                color:#fff;
                line-height: 6vh;
                text-decoration: none;
                float: left;
                text-align:center;
                font-family: "Raleway", sans-serif
            }

        .vLoginBanner input[type=button], .vLoginBanner input[type=submit] {
            width: 100%;
            height: 100%;
            background: hsl(73, 47%, 46%);
            border-radius: 6px;
            overflow: hidden;
            position: relative;
            box-shadow: none;
            border: none;
            font-size: 150%;
            font-weight: bold;          
            cursor: pointer;
            -webkit-appearance:none !important;
        }

        .copyright{

            position:fixed;
            height:40px;
            line-height:40px;
            color:#fff;
            bottom:1vh;
            left:.5vh;
            /*z-index:100;*/
            background: url(/images/IRTLogo.png) top left no-repeat !important;
            padding-left:45px;

               

        }

    ::-webkit-input-placeholder {
        color: #fff;
    }

    :-moz-placeholder { /* Firefox 18- */
        color: #fff;
    }

    ::-moz-placeholder { /* Firefox 19+ */
        color: #fff;
    }

    :-ms-input-placeholder {
        color: #fff;
    }
	
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 10% auto; /* 15% from the top and centered */
    padding: 20px 40px 45px 40px;
    border: 1px solid #888;
    width: 35%; /* Could be more or less, depending on screen size */
    color:#232323;
	font-weight:500;
}
.modal-content p{
    margin-top:10px;
	margin-bottom:10px;
}
.modal-content ul{
	color:#232323;
}
/* The Close Button */
.close {
    color: #aaa;
    float: right;
    /*font-size: 28px;*/
	font-size:52px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
#btnModal{
	font-family: "Raleway",sans-serif;
	color:#fff;
	background: transparent; 
	border-color: transparent;
	/*font-size: x-large;*/
    font-weight: bold;
	text-align:left;
	padding-bottom:10px;
	padding-left: 0px;
	padding-right:0px;
	/*font-size:5px*/
	margin: auto;
    display: block;
	cursor:pointer;
}
#btnLegal{
	font-family: "Raleway",sans-serif;
	color:#fff;
	background: transparent; 
	border-color: transparent;
	/*font-size: x-large;*/
    font-weight: bold;
	text-align:left;
	padding-bottom:10px;
	padding-left: 0px;
	padding-right:0px;
	/*font-size:5px*/
	margin: auto;
    display: block;
	cursor:pointer;
}
div.left {
    width: 49%;
    display: inline-block;
}
@media screen and (max-device-width:1925px){
	.modal-content{
		width:30%;
	}
}

@media screen and (max-device-width:1366px){
	.modal-content{
		width:40%;
	}
	.modal-content p{
    margin-top:10px;
	margin-bottom:10px;
	font-size:20px;
	}
	.modal-content ul{
	color:#232323;
	font-size:16px;	
    }
}


@media screen and (max-device-width:1282px){
	.modal-content{
		width:55%;
	}
	.modal-content h3{
		font-size: 22px;
	}
	.modal-content p{
    	margin-top:10px;
		margin-bottom:10px;
		font-size:20px;
	}
	.modal-content ul{
		color:#232323;
		font-size:16px;	
    }
}

@media screen and (max-device-width:1024px){
	.modal-content{
		width:55%;
	}
}
@media screen and (max-width:768px){
	.modal-content{
		width:80%;
	}
	.modal-content h3{
		font-size: 22px;
	}
	.modal-content p{
    	margin-top:10px;
		margin-bottom:10px;
		font-size:20px;
	}
	.modal-content ul{
		color:#232323;
		font-size:16px;	
    }
}