﻿
/*MASTER PAGE

*/

/* JCROP */
.jcrop-holder { text-align: left; }

/* chrome applied this to local file but not on server... derp*/
input:not([type="image"]), textarea {
    box-sizing: border-box;
}


.jcrop-vline, .jcrop-hline
{
	font-size: 0px;
	position: absolute;
	background: white url('Jcrop.gif') top left repeat;
}
.jcrop-vline { height: 100%; width: 1px !important; }
.jcrop-hline { width: 100%; height: 1px !important; }
.jcrop-vline.right { right: 0px; }
.jcrop-hline.bottom { bottom: 0px; }
.jcrop-handle {
	font-size: 1px;
	width: 7px !important;
	height: 7px !important;
	border: 1px #eee solid;
	background-color: #333;
}

.jcrop-tracker { width: 100%; height: 100%; }

.custom .jcrop-vline,
.custom .jcrop-hline
{
	background: yellow;
}
.custom .jcrop-handle
{
	border-color: black;
	background-color: #C7BB00;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

a img
{
    border: none;
}

a, a:link, a:visited, a:active
{
    text-decoration: none;
    color: #000;
}

a:hover
{
    color: #f26122;
}

body
{
    margin: 20px 0px 0px 0px;
    font-family: "Open Sans",sans-serif;
    background: #f1f1f1;
}
.top {
    padding: 8% 0 0;
}
h1 {
    font-weight:normal;
}

h3
{
    padding: 0px;
    margin: 0px;
}

.content-holder
{
    margin: 0px auto;
    width: 940px;
    padding: 10px;
    
}

.content-left
{
    width: 620px;
    float: left;
}

.b-content
{
    padding: 10px;
    border-top: 2px solid #3b3b3b;
    margin-bottom: 20px;
    background-color: #FFF;
    min-height: 200px;
}

.header-bar
{
    text-align:center;    
    width: 150px;
    color: #FFF;      
    font-size: larger;
    background-color: #3b3b3b;    
    padding: 5px;
    font-family: 'Arial';    
    font-size:medium;
}

.checkbox 
{
    font-family: 'Arial';    
    font-size:medium;
}

.content-right
{
    width: 300px;
    float: right;
}
.clear
{
    clear: both;
}

.menu-button
{
    width: 220px;
    padding: 5px 0px;
    background-color: #f26122;
    color: #FFF;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
    text-align: center;
    margin-left: 40px;
}

.menu-button:hover
{
    background-color: #722E10;
}

.menu-button-inactive
{
    width: 220px;
    padding: 5px 0px;
    background-color: #CCC;
    color: #FFF;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
    text-align: center;
    margin-left: 40px;
}

.footer
{
    border-top: 2px solid #3b3b3b;
    text-align: right;
    padding: 10px;
    clear: both;
    margin-top: 50px;
}

/*POPUP STYLES*/

.modal-mask
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url('../Images/popupMaskBackground.png');
    z-index: 100;
    display:none;
}

.modal-box
{
    position: relative;
    margin: 0px auto;    
    width: 350px;
    margin-top: 180px;    
    background-color: #FFF;
    border:1px solid #D1D3D4;
    border-radius: 7px;
    z-index: 150;
    display: none;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.13);
    box-shadow: 0 1px 3px rgba(0,0,0,.13);
}
.login-logo
{    
    width: 350px;
    height: 150px;
    /*background-color:#414042; */
    background-image: url("../Images/login-logo.png");
    background-position:center;
    background-repeat:no-repeat;
    background-size:350px;
    position: absolute;
    border-radius:7px;
    left: 0px;
    top:0px;
    margin-top: -182px;
}

.form-login {
    font-family: 'Open Sans', Sans-Serif;
    font-size:14px;
    text-align:left;
    padding:10px;
    width:100%;
    border: 1px solid #ddd;
    color:#939598;
    background: #fbfbfb;
}
label {
    color: #777;
    font-size: 14px;
    font-weight: 400;
}
.modal-inner
{
    padding: 13px 12px 13px;
}

#msg-saved
{
    width:200px;
    position:fixed;
    top:0;
    left:50%;
    margin-left:-110px;
    background-color:#39b549;
    padding:10px;
    text-align:center;
    color: #FFF;
    margin-top: -50px;
}

/*ASK A QUESTION*/
.aaq-box {
    position:relative;
}

.aaq-box:hover .aaq-delete {
    display:block;
}

.aaq-name {
    font-size:18px;
    border-bottom:2px solid #3b3b3b;
}

.aaq-question {
    background-color:#F7F7F6;
    margin-bottom:40px;
    padding:20px;
}

.aaq-delete {
    position:absolute;
    top:0px;    
    display:none;
    right:0px;
}
.aaq-delete-span:hover {
    color:#f26122;
    cursor:pointer;
}

/*DATAGRID STYLE*/

.dg-table
{
    width: 100%;
}

.dg-table td
{
    border-style: none;
    padding: 10px 2px;
    font-size:small;
}

.dg-asset-name
{
    float:left;
    width:260px;
}

.dg-item
{
    font-size:small;
    display: block;    
    padding: 10px;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    height: 20px;
}

.dg-reorder-item 
{
    font-size:small;
    display: block;    
    padding: 10px;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    height: 20px;
}

.dg-flag-holder 
{
    float:left;
    height:25px;
    margin-top:-1px;    
    margin-right: 10px;
}

.dg-flag-holder .disabled
{
    background-color:#DDD;
}

.dg-flag-holder .enabled
{
    background-color:#333;
}

.dg-name
{
    
    width: 75%;
    float: left;
    height: 18px;
    overflow:hidden;
}

.dg-header
{
    background-color: #888;
    color: #fff;
    border-style: none;
    padding: 10px;
    margin-bottom: 10px;
    
}

.dg-button-holder
{
    text-align: right;
    height:25px;
    float:right;
    margin-top: -3px;
    
}

.dg-button
{
    background-color:#f26122;
    display:none;
    float:left;
    margin-left: 6px;
    cursor: pointer;
}

.dg-reorder-item:hover
{
    color:#f26122;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

.dg-item:hover
{
    color:#f26122;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}


.dg-item:hover .dg-button
{
    display: block;
}

.dg-item:hover .dg-button-disabled
{
    display: block;
}

.dg-button:hover
{
    background-color:#722E10;
    
}

.dg-button-disabled
{
    background-color:#DDD;
    display:none;
    float:left;
    margin-left: 10px;   
}

           


/*COMMON ELEMENTS*/

.box-title
{
    border-bottom: 2px solid #3b3b3b;
    font-size: large;
    margin-bottom: 20px;
    padding: 5px;    
}
.crumbs
{
    font-family: 'Arial Narrow';
}

.box-details
{
    margin: 20px 30px 20px 30px;
    padding:10px;
    background-color: #f9f9f9;  
    
}

.link-button-disabled
{
    padding: 8px 15px;
    background-color: #b9b9b9;
    color: #FFF;
    text-decoration: none;
    text-align:center;
    min-width: 150px;
    display:inline-block;    
    margin-right:5px;
    border-radius:5px;
    text-transform:uppercase;   
}

.link-button
{
    padding: 8px 15px;
    background-color: #414042;
    color: #FFF;
    text-decoration: none;
    text-align:center;
    min-width: 150px;
    display:inline-block;
    cursor: pointer;    
    margin-right:5px;
    border-radius:5px;
    text-transform:uppercase; 
}
.link-button:hover
{
    background-color: #2c2c2c;    
}

.login-button {
	border:1px solid #4c4d4f;
	margin-right:0px;
	border-radius:0px;
	font-size:0.8em;
	padding:5px 0px;
	width:80px;
	display:inline-block;
	color:#4c4d4f;
	cursor:pointer;
	text-decoration:none;
	text-align:center;
}

.login-button:hover {
	color:#FFF;
	background-color:#4c4d4f;
}

/*.login-button
{
    background: #4c4d4f;
    background: -moz-linear-gradient(top, #4c4d4f 0%, #353536 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#252525), color-stop(100%,#353536));
    background: -webkit-linear-gradient(top, #4c4d4f 0%,#353536 100%);
    background: -o-linear-gradient(top, #4c4d4f 0%,#353536 100%);
    background: -ms-linear-gradient(top, #4c4d4f 0%,#353536 100%);
    background: linear-gradient(to bottom, #4c4d4f 0%,#353536 100%);
    border-color: #4c4d4f;
    -webkit-box-shadow: inset 0 1px 0 rgba(76,77,79,.5),0 1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 1px 0 rgba(76,77,79,.5),0 1px 0 rgba(0,0,0,.15);
    color: #fff;
    text-decoration: none;
    font-family: 'Open Sans', Sans-Serif;
    display: inline-block;
    font-size: 13px;
    margin: 0;
    padding: 0 10px 1px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 30px;
    line-height: 28px;
    padding: 0 12px 2px;
}
.login-button:hover {
    background: #353536;
    background: -moz-linear-gradient(top, #353536 0%, #4c4d4f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#353536), color-stop(100%,#4c4d4f));
    background: -webkit-linear-gradient(top, #353536 0%,#4c4d4f  100%);
    background: -o-linear-gradient(top, #353536 0%, #4c4d4f 100%);
    background: -ms-linear-gradient(top, #353536 0%, #4c4d4f 100%);
    background: linear-gradient(to bottom, #353536 0%, #4c4d4f 100%);
    border-color: #353536;
}
*/
.forgot-pass-button {
    float:left; 
    color:#c6c6c6; 
    font-size:12px; 
    padding-top:10px;
    cursor:pointer;
    font-family: 'Open Sans', Sans-Serif;
}
.forgot-pass-button:hover {
    color:#b6b6b6; 
}

.form-label
{
    
}
.form-text
{
    padding: 5px;
    border: 1px solid #CCC;
    border-left: 5px solid #dbcf14; /*#f26122*/
    width: 300px;
    margin-bottom: 10px;
}

.form-text-short
{
    padding: 5px;
    border: 1px solid #CCC;
    border-left: 5px solid #f26122;
    width: 100px;
    margin-bottom: 10px;
}

.form-text-long
{
    padding: 5px;
    border: 1px solid #CCC;
    border-left: 5px solid #f26122;
    width: 580px;
    margin-bottom: 10px;
}

.form-ddl 
{
    padding: 5px;
    border: 1px solid #CCC;
    border-left: 5px solid #2563c6;
    width: 314px;
    margin-bottom: 10px;    
}
.form-text-area
{
    padding:5px;
    border: 1px solid #CCC;
    border-left: 5px solid #f26122;
    margin-bottom: 10px;
    width:580px;
    height: 150px;
}
.app-icon
{
    float:left;
    padding:10px;
}
.app-details
{
    float:left;
    padding-left:20px;
    width: 450px;
}

.clear
{
    clear:both;
}

.app-table
{
    margin-bottom: 30px;
}
.app-table-title
{
    font-weight: bold;
    padding-right: 20px;
}
.device-table
{
    width:100%;   
    margin-bottom: 30px; 
}
.device-table td
{
    width: 25%;
    text-align: center;
    vertical-align: top;    
    font-weight: bold;
    border-left: 1px solid #DDD;    
    font-size: small;
    padding: 10px;    
}
.device-table .first-td
{
    border-left: none;
}

.app-box:hover
{
    background-color:#fcfcef;
}
.list
{
    margin-bottom:30px;
}fil
.tooltip {
    display:none;
    background-color:#3b3b3b;
    font-family: Arial;    
    padding:5px;
    font-size:medium;
    color: #fff;
}
#image-upload-step-2
{
    display:none;
    padding-top:20px;
}

.loading-mask
{
    position:absolute;
    top:0;
    left:0;
    background-image: url('../Images/popupMaskBackground.png');
    width: 100%;
    height: 100%;
    display:none;
}