html, body{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

body{
    font-family: sans-serif !important;
    background: #fff;
    font-size: 13px;
    line-height: 24px;
    color: #666;
    
}
#min-resolution-warning{
    display: none;
    color: #ffffff;
    background-color: rgba(0,0,0,0.90);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    text-align: center;
    font-size: 24px;
}

@media screen and (max-height: 300px), screen and (max-width: 415px){
    #min-resolution-warning{
        display: block;
    }
}

header{
    position: fixed;
    z-index: 998;
    top: 0;
    left: 0;
    right: 0;
    height: 40px;
    line-height: 40px;
    padding: 0 2%;
    background: #ffffff;
    border-bottom: solid 2px #DF2426;
    font-size: 17px;
}

header > #app-title > div{
    height: 40px;
    float: left;
    margin-right: 10px;
}

header > #app-title > .tool-name{
    height: 40px;
    line-height: 40px;
}


header > #user-avatar{
    position: absolute;
    top: 3px;
    right: 75px;
    height: 35px;
    width: 35px;
    margin-right: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 40px;
}

header > #welcome-user{
    display: inline-block;
    position: absolute;
    top: 3px;
    right: 5px;
    height: 35px;
    margin-right: 100px;
}

header > #welcome-user > span{
    display: inline-block;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

#main-cont{
    position: absolute;
    left: 0;
    right: 0;
    top: 42px;
    bottom: 0;
    background-color: #ECF0F1;
}

nav {
    position: fixed;
    top: 42px;
    left: 0;
    right: 0;
    height: 25px;
    padding: 0 15px;
    padding-top: 5px;
    border-bottom: solid 1px #EBEFF0;
    text-transform: capitalize;
    background: #ffffff;
    z-index: 60;
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

nav > a{
    border-bottom: solid 3px transparent;
    padding-bottom: 3px;
    padding: 3px 5px;
    margin-right: 16px;  
    color: #9e9e9e;
}

.triangle-bottom{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 7px 0 7px;
    border-color: #df2427 transparent transparent transparent;
}

nav > a.active{
    border-color: #df2426;
    color: #666666;
}

nav > a:hover{
    cursor: pointer;
    color:#828181;
}

nav > a{
    
}

nav > a#nav-logout{
    float:right;
    padding: 0;
}

nav > a#nav-logout > span{
    font-size: 18px;
}

section{
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

#main-footer{
    position: relative;
    bottom:0;
    height: 75px;
    left:0;
    right:0;
    text-align: center;
    background-color: rgba(255,255,255,0.9);
    font-size: 15px;
    border-top: 2px solid red;
    color: #53585a;
}

#absolute-footer{
    position: absolute;
    bottom:0;
    height: 75px;
    left:0;
    right:0;
    text-align: center;
    background-color: rgba(255,255,255,0.9);
    font-size: 15px;
    border-top: 2px solid red;
    color: #53585a;
}

footer > div {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

footer > div > span{
    display:block;
}

.logo-img{
    height: 40px;
}

.logo-bce{
    font-size: 15px;
    font-weight: bold;
    color: #53585a;
}

.logo-bce > span:first-child{
    font-size: 19px;
    font-weight: bold;
    color: #df2426;
    margin-left: 2px;
}

.logo-bce > span:last-child{
    font-size: 21px;
    font-weight: bold;
    color: #df2426;
}

/*----------------------------------------

*/
.heat{
    font-weight: bold;
    color:#DF2426;
}

h2{
    font-size:17px;
    font-weight: normal;
}


/*----------------------------------------

*/

.container{
    position: absolute;
    top: 0;
    left:0;
    right:0;
    bottom:0;
}

.container.login{
    margin-top: 0px;
    padding-top: 31px;
    
}

.container.login .bg{
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    background-image: url(../Content/images/RTLCITY-BG.jpg);
    background-position: bottom;
    background-repeat:no-repeat;
    background-size: cover;
    margin-top: 0px;
    padding-top: 31px;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

.input-container{
    position: relative;
    border: solid 1px #a9a9a9;
    background: #ffffff;  
    height: 24px;
    width: 160px;
}
.input-container>.ic-icon{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 25px;   
    text-align: center;
    /*border-right: solid 1px #a9a9a9;*/
    font-size: 14px;
    color: #8c8b8b;
}
.input-container>.ic-input{
    position: absolute;
    top: 0;
    left: 30px;
    bottom: 0;
    right: 0;    
}
.input-container>.ic-input>input{
    border:none;
    background: transparent;
    width: 100%;
    height: 100%;
    outline: none;
}

/*----------------------------------------
LOGIN
*/
#login-container{
    position: relative;
    margin: auto;
    width: 450px;
    border: solid 1px #d2d2d2; 
    background-color: #ffffff;
    text-align: center;
    padding-bottom: 60px;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(146, 146, 146, 0.75);
    -moz-box-shadow: 0px 2px 3px 0px rgba(146, 146, 146, 0.75);
    box-shadow: 0px 2px 3px 0px rgba(146, 146, 146, 0.75);
    background-color: rgba(255,255,255,0.8);
}

#login-container h2{
    color: #5a5a5a;
    text-align: left;
    padding-left: 50px;
    font-size: 22px;
    margin-top: 35px;
    margin-bottom: 45px; 
}

#login-container .input-container{
    width: 390px;
    margin-left: 30px;
    margin-bottom: 15px;
    background: transparent;
    border: none;
}
#login-container .input-container>.ic-input>input{
    border-bottom: solid 1px #a9a9a9;
    padding: 0 5px;
}
#login-container .input-container>.ic-input>input:focus{
    border-color:#DF2426;
}

#login-container button{
    width: 75px;
    height: 24px;
    border: solid 1px #29A849;
    background: #29A849;
    color: #ffffff;
    outline: none;
    float: right;
    margin-right: 30px;
    border-radius: 2px;
    margin-top: 12px;
}

#login-container button:hover{
    background: #29c350;
    color: #ffffff;
}

#login-container button:active{
    background: #068c28;
    color: #ffffff;    
}




/*----------------------------------------
PATCHING
*/

#patching-header{
    position: absolute;
    height: 35px;
    left: 0;
    right: 0;
    top: 0;  
    background: #828788;
    color: #ffffff;
}

#patching-header button{
    border: solid 1px #828788;
    background-color: #828788;
    color: #ffffff;
    outline: none;
}

#patching-header button:hover{
    background-color: #909090;    
}

#patching-header button:active{
    background-color: #717070; 
}

.show-list-div{
    display: none;
    position: absolute;
    left: 10px;
}

#patching-header #ph-prevbt{
    position: absolute;
    left: 0;
    width: 40px;
    top: 0;
    bottom: 0; 
    border-right: 1px solid #ecf0f1;
}

#patching-header #ph-nextbt{
    position: absolute;
    right: 0;
    width: 40px;
    top: 0;
    bottom: 0;    
    border-left: 1px solid #ecf0f1;
}

#patching-header #pages-list{
    position: absolute;
    left: 40px;
    right: 40px;
    top: 0;
    bottom: 0;  
    line-height: 35px;
    text-align: center;
}

#patching-header #pages-list > div{
  
}

#patching-header #pages-list > div.active{
    background: #0288D1;    
}

#patching-footer{
    position: relative;
    line-height: 34px;
    left:0;
    right: 0;
    bottom: 0px;
    text-align: right;
    padding: 2px 6px;
}

#add-patching-div{
    top: 25%;
    position: absolute;
    right: 0;
    left: 0;
    line-height: 64px;
    height: 64px;
    text-align: center;
}

#add-patching-div > *{
    
}

#add-patching-div>span{
    display: block;
    position: relative;
    font-size: 52px;
    text-transform: uppercase;
    font-weight: bold;
    color: #c4c4c4;
    height: 28px;
    line-height: 28px;
    text-align: center;
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: 3px;
}

#cur-patching{
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    overflow-y: scroll;
}

#add-patching-div select{
    height: 28px;
    font-size: 13px;
    padding: 2px 4px;
    border: solid 1px #bdbdbd;
    background-color: #ffffff;
    color: #6f6f6f;
    outline: none;
    width: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#add-patching-div button{
    display: inline-block;
    background: #8BC34A;
    border: solid 1px #4CAF50;
    color: #ffffff;
    padding: 5px;
    width: 50px;
    height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2px 4px;
    outline: none;
}

.cur-patching-wrapper{
    min-height: calc(100% - 77px);
}

#cur-patching.tmppatching{
    display: none;
    left: 0;    
}

#cur-patching-details{

}

#patching-srcdst{
    bottom:0;
}

#cur-patching-src{
    float: left;
    width: calc(50% - 5px);
    overflow: hidden;
}

#cur-patching-dest{
    float: right;
    width: calc(50% - 5px);
    overflow: hidden;
}

.cp-cont{
    padding: 15px 25px;  
}

.clear{
    clear: both;
}

.inputitem{
    display: inline-block;
    margin: 0 10px 15px 0px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.inputitem>label{
    font-size: 11px;
    color: #8c8b8b;
    height: 15px;
    line-height: 15px;
    text-align: left;
    text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.inputitem.text>label{
    display: block;  
    text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.inputitem.textarea>label{
    display: block; 
    text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.inputitem.select>label{
    display: block; 
    text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.inputitem.radiocheck>label{
    display: inline-block;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    width: calc(100% - 20px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.inputitem>input[type="text"],
.inputitem>input[type="email"],
.inputitem>input[type="date"],
.inputitem>input[type="number"],
.inputitem>select{
    height: 28px;
    width: 180px;
    font-size: 15px;
    padding: 2px 4px;
    border: solid 1px #bdbdbd;
    background-color: #ffffff;
    color: #6f6f6f;
    outline: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



.inputitem>input[readonly],
.inputitem>input[readonly="readonly"]{
    background: rgba(232, 232, 232, 0) !important;
    border: none;
    color: #b1b1b1 !important;   
}

.inputitem>input[type="date"]#decomdate{
    width: calc(100% - 40px);
}

.inputitem>input[type="text"]:disabled,
.inputitem>input[type="email"]:disabled,
.inputitem>input[type="date"]:disabled,
.inputitem>input[type="number"]:disabled,
.inputitem>select:disabled{
    background-color: #f3f2f2;
    color: #bdbdbd;
}

.inputitem>input[type="checkbox"]{
    position: relative;
    float: left;
    
}
.inputitem>input[type="checkbox"]#hasdecomdate{
    top: 3px;
}

.additional-details{
    width: 100%;
    height: 175px;
}

.additional-details>.left-side{
    padding: 15px;
    float: left;
    width: calc(50% - 8px);
    overflow: hidden;
}

.additional-details>.left-side>label,
.additional-details>.right-side>label{
    display: block;
    font-size: 11px;
    color: #8c8b8b;
    height: 15px;
    line-height: 15px;
    text-align: left;
}

.additional-details>.right-side{
    padding: 15px;
    width: calc(30%);
    min-width: 248px;
    overflow: hidden;
    padding-left: 0;
}

.additional-details>.right-side>.price-div{
    height: 100px;
    width: 80%;
    background-color: #fffde9;
    border: solid 1px #ffe575;
    border-radius: 10px;
    min-width: 248px;
}

.price-div>.total-price{
    height: auto;
    border-top: solid 1px black;
    float:right;
    width: 35%;
    text-align: right;
    padding-right: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
    font-weight: bold;
    font-size: 15px;
    overflow: hidden;
}

.price-div>.item{
    float: right;
    padding: 5px;
    margin: 5px;
    height: calc(60% - 15px);
    width: calc(100% - 30px);
    text-align: left;
    font-size: 15px;
}

.price-div>.item>div{
    display: inline-block;
}

.price-div>.item>.item-desc{
    
}

.price-div>.item>.item-price{
    float: right;
    display: inline-block;
    width: 35%;
    text-align: right;
    overflow: hidden;
}

.additional-details>.left-side>textarea{
    display: block;  
    height: 100px;
    width: calc(100% - 55px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
    outline: none;
}

#patching h2{
    background: #53585a;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    padding: 3px 15px; 
    margin: 0;
}

#cur-patching-details .inputitem{
    
}

#cur-patching-details .leftpart{
    float: left;
    width: calc(50% - 10px);
    overflow: hidden;  
}

#cur-patching-details .rightpart{
    float: right;
    width: calc(50% - 10px);
    overflow: hidden;  
}

#cur-patching-src .leftpart,
#cur-patching-dest .leftpart{
    float: left;
    width: calc(50% - 5px);
    overflow: hidden;  
}

#cur-patching-src .rightpart,
#cur-patching-dest .rightpart{
    float: right;
    width: calc(50% - 5px);
    overflow: hidden;  
}
#patching-footer button{
    width: 175px;
    margin-left: 4px;
}

#patching-footer button#newpatchbt{
    display: inline-block;
    background: #9E9E9E;
    border: solid 1px #757575;
    color: #ffffff;
    padding: 5px;
}




#patching-footer button#deletepatchbt{
    background: #f96a60;
    border: solid 1px #da0000;
    color: #ffffff;
    padding: 5px;
}
#patching-footer button#deletepatchbt:hover{
    background: #fb8981;
    border: solid 1px #da0000;
    color: #ffffff;
}
#patching-footer button#deletepatchbt:active{
    background: #f14e43;
    border: solid 1px #da0000;
    color: #ffffff;
}


#patching-footer button#savepatchbt{
    display: inline-block;
    background: #8BC34A;
    border: solid 1px #4CAF50;
    color: #ffffff;
    padding: 5px;
}

#patching-footer button#savepatchbt:disabled{
    display: inline-block;
    background: #9e9e9e;
    border: solid 1px #757575;
    color: #c3c3c3;
    padding: 5px;
}


.panel-container.lock{
    background-color: #f3f2f2;
}

.panel-container{
    position: relative;
    width: 100%;
    max-width: 888px;
    background-color: #ffffff;
    border: solid 1px #bdbdbd;
    overflow: hidden;
    text-align: center;
    display: inline-block;
    margin: 0;
    padding: 0;
    min-height: 108px;
}

.panel-container > .panel{
    overflow: hidden;
    text-align: center;
    position: relative;
    margin-right: 25px;
    top: 0;
    left: 0;
    bottom: 0;
}

.panel-help{
    padding-top: 5px;
    display: none;
    position: absolute;
    overflow: hidden;
    text-align: center;
    margin-right: 25px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: left;
    background: #f3f2f2;
    z-index: 50;
}

.panel-help > div{
    display: block;
    margin-left: 10px;
    height: 32px;
    line-height: 32px;
    height: calc(100%/3);
}

.panel-help > div > .port{
    display: inline-block;
    text-align: center;
}

.panel-help > div > span{
    margin-left: 10px;
}

.panel-help-btn{
    margin: 0;
    width: 24px;
    background-color: #636363;
    display: inline-block;
    border-left: solid 1px #bdbdbd;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index:75;
}

.panel-container > .panel-help-btn:hover{
    cursor: pointer;
    background-color: #acacac;
}


.panel-container > .panel-help-btn > div{
    position: absolute;
    top: calc(50% - 13px);
    right: 0;
    left: 0;
}

.panel-container > .panel-help-btn > div > span{
    color: white;
    height: 26px;
    text-align: center;
    width: 100%;
}

.subpanel{
    display: inline-block;
    height: 57px;
    width: 428px;
}

.port-container{
    position: relative;
    margin-right: 4px;
    margin-top: 8px;
    float: left;
    line-height: 10px;
    font-size: 12px;
    color: #9e9e9e;
    font-weight: bold;
}

.panel-container > .panel > .subpanel > .port-container:hover{
    cursor: pointer;
}

.panel-container > .panel > .subpanel > .port-container:hover .port{
    border-color:red;
}

.panel-container > .panel > .subpanel > .port-container:hover .port-number{
    color:red;
}


.panel-container.lock > .panel > .subpanel > .port-container:hover{
    cursor: default;
}

.panel-container.lock  > .panel > .subpanel > .port-container:hover .port{
    border-color:#bdbdbd;
}

.panel-container.lock  > .panel > .subpanel > .port-container:hover .port-number{
    color:#9e9eb3;
}



.panel-container > .panel > .subpanel > .port-container.focus .port{
    border-color:#ff9800 !important;
}

.panel-container > .panel > .subpanel > .port-container.focus .port-number{
    color:#ff9800;
}

.port{
    position: relative;
    width: 32px;
    height: 32px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    float: left;
    border: solid 1px #bdbdbd;
}

.subpanel .port-container:last-child{
    margin-right: 0;
}

.port .trunk{
    position: absolute;
    bottom: 0px;
    left:0px;
    right: 0px;
    height: 15%;
    background-color: #636363;
    z-index: 1;
    
}
.port .linkA{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 85%;
    width: 50.5%;
    background-color: #636363;
    z-index: 1;
}

/*
    vert : #47c951
    red : #e64a19
    orange : #ff9800
*/
.port .linkB{
    position: absolute;
    top: 0px;
    right: 0px;
    height: 85%;
    width: 50.5%;
    background-color: #636363;
    z-index: 1;
}
    

.port > .bg{
    position: absolute;
    top:0;
    left:0;
    right: 0;
    bottom: 0;
    
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center, center;
    z-index: 10;
}

.port > .linkA.plugged,
.port > .linkB.plugged,
.port > .trunk.unplugged{
    background-color: #e64a19;
}

.port > .linkA.unplugged,
.port > .linkB.unplugged{
    background-color: #636363;
}

.port > .trunk.customer{
    background-color: #e3e3e3;
}

.port > .trunk.plugged{
    background-color: #43a047;
}

.port > .linkA.booked,
.port > .linkB.booked,
.port > .trunk.booked{
    background-color: #03a9f4;
}

.port > .linkA.selected,
.port > .linkB.selected,
.port > .trunk.selected{
    background-color: #ff9800;
}

.port-hiding{
    display:none;
}

#error{
    display: block;
    position: absolute;
    top: -50px;
    left: 25%;
    right: 25%;
    height: 45px;
    background: #f96a60;
    border: solid 1px #da0000;
    color: #ffffff;
    z-index: 586;
    text-align: center;
    line-height: 45px;
    font-size: 15px;
    font-weight: bold;
    border-radius: 10px;
}

#lockmessage{
    display: none;
    position:fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.45);
}

#lockmessage > span{
    
}

.panel-label{
    margin-bottom: 0;
}

#infomessage{
    display: none;
    position:fixed;
    z-index: 999;
    height: 25px;
    width: auto;
    left: 0;
    bottom: 0;
    background-color: rgb(130, 135, 136);
    width: 25%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #ffffff;
    border-top-right-radius: 4px;
}

#infomessage > span{
    padding: 3px 10px;
    height: 25px;
    line-height: 25px;
}

#showPatchType{
    display: none;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 999;
}

#showPatchType>div>button{
    background: #42A5F5;
    border: solid 1px #64B5F6;
    color: #ffffff;
    padding: 5px;
    margin-bottom: 5px;
    height: 65px;
    width: 240px;
    margin-right: 15px;
    font-size: 17px;
}

#showPatchType>div>button:hover{
    cursor: pointer;
    background: #8cc1ec;
}

#showPatchType>div{
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    height: 59px;
    top: calc(50% - 80px);
}

.request-list-placeholder{
    position: absolute;
    top: 0;
    bottom: 80px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 500;
}

.request-list{
    height: 100%;
    width: 100%;
    z-index: 550;
    background-color: #ECF0F1;
    overflow: hidden;
}

.request-list > .list-header{
    display: block;
    width: 100%;
    padding: 3px 15px; 
    margin: 0;
    height: 30px;
    line-height: 30px;
    background: #53585a;
}

.request-list > .list-header > .list-title{
    
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    
    display: inline-block;
}

.search-list{
    text-align: right;
    padding-right: 25px;
    height: 40px;
    line-height: 40px;
}

.search-list > input{
    display: inline-block;
    min-width: 260px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 25px;
    margin-bottom: 15px;
    outline: none;
}

.request-list > .list{
    background-color: #ECF0F1;
    position: absolute;
    top: 75px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
    min-width: 400px;
    min-height: 148px;
}

.request-list > .list  table{
    
    width: 100%;
    border-collapse: collapse;
    border-bottom: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.table-container .no-list{
    text-align: center;
    background: repeating-linear-gradient( 
        35deg, 
        #f6f7ff, 
        #f6f7ff 50px, 
        #ecf0f1 10px, 
        #ecf0f1 100px );
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid black; !important
    text-align: center;
}

.table-container .no-list > div{
   height: 100%;
    text-align: center;
}

.request-list > .list  table th:hover:not(:first-child):not(.no-hover){
    cursor: pointer;
    background-color: rgba(255,255,255,0.2);
}

.request-list > .list  table tr{
    border: 1px solid #c4c4c4;
    max-height: 30px;
}

.request-list > .list  table tr:last-child{
    border: 1px solid #c4c4c4;
    max-height: 100%;
}

.request-list > .list  table tr:nth-child(odd){
    background-color: #f6f7ff;
}

.request-list > .list  table tr:nth-child(even){
    background-color: #ffffff;
}

.request-list > .list  table tr:first-child{
    height: 35px;
    font-weight: bold;
    font-size: 14px;
    background-color: #53585a;
    color: #ffffff;
    border-top: none;
    border-right: none;
    border-left: none;
}

.request-list > .list  table tr:hover:not(:first-child):not(#line-edit){
    background-color: #2196F3;
    color: #ffffff;
    cursor: pointer;
}

.list > .table-container{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 30px;
    background: #ffffff;
    border: solid 2px #53585a;
    border-bottom: 0px;
    overflow: hidden;
}

div.table-nav{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    background-color: #bdbdbd;
    border: 2px solid #53585a;
    border-top: 1px solid;
    border-collapse: collapse;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;

}

div.table-nav > div{
    display: inline-block;
}

div.table-nav > div:first-child{
    float: left;
    border-right: 1px solid #828788;
    width: 50px;
}

div.table-nav > div:last-child{
    border-left: 1px solid #828788;
    float: right;
    width: 50px;
}

.prev-page-list:hover{
    background-color: #ecf0f1;
    cursor: pointer;
}

.next-page-list:hover{
    background-color: #ecf0f1;
    cursor: pointer;
}

.request-list > .list  table .request-head{
    min-width: 50px;
}

.request-list > .list  table .name-head{
    min-width: 250px;
}

.request-list > .list  table .status-head{
    min-width: 100px;
}

.request-list > .list  table .presence-head{
    width: 10px;
}

.request-list > .list  table .date-head{
    min-width: 75px;
}

.icon-right-open.hidden{
    display: none;
}

.icon-left-open.hidden{
    display: none;
}

.request-list-btn.hidden{
    background-color: rgba(223,36,38,0.3);
}

.request-list-btn.hidden:hover{
    background-color: #df2426;
    cursor: pointer;
}

#req-list .icon-ok{
    color: #4caf50;
    font-size: 18px;
}

#req-list .icon-cancel{
    color: #f44336;
    font-size: 18px;
}

.comments{
    margin-left: 10px;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
}

.discard{
    display:none;
}

.show-500px{
    display:none;
}

#create-child-patching{
    display: inline-block;
    margin-left: 75px;
    color: #ffffff;
}

#show-schema{
    display: inline-block;
    margin-left: 75px;
    color: #ffffff;
}

#cancel.newpatchbt{
    margin-top: 50px;
}

#loading{
    position: absolute;
    display:none;
    z-index: 999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.7);
}

#loading>div{
    display: block;
    position: absolute;
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
    font-size: 40px;
    color: #ffffff;
    vertical-align: middle;
    text-align: center;
}

#patching-display-placeholder{
    display: none;
    position: absolute; 
    z-index: 980;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.7);
}

.show-provider-edge{
    display: block;
}
.show-customer-edge{
    display: block;
}

.captcha-placeholder{
    position: relative;
    width: 100%
}

.captcha-placeholder>.g-recaptcha{
    position: relative;
    margin-left: 13%;
}

.cookie-footer{
    z-index: 100;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    background-color: rgba(0,0,0,0.6);
    color: #e8edf1;
    bottom: 77px;
}