﻿@font-face
 {
 font-family: glyphicons;
 src: url('/apps/scripts/bootstrap/fonts/glyphicons-halflings-regular.woff'), url('/apps/scripts/bootstrap/fonts/glyphicons-halflings-regular.svg'), url('/apps/scripts/bootstrap/fonts/glyphicons-halflings-regular.ttf'),url('/apps/scripts/bootstrap/fonts/glyphicons-halflings-regular.eot');
}

.icon {
    font-family: glyphicons;
    margin-right: 5px;
    color: #808080;
}
#ctl00_databContainer {
    font-size: 16px;
}

.dropdown-menu {
    
}

    #ctl00_databContainer div.container-fluid.pt-2 {
        margin-top: 5px;
        margin-bottom: 10px;
    }


/* Splash Styling */
.splashbody
{
background-image:url(images/bg_03.gif);
background-repeat:repeat-x;
background-color:#004669;
height:100%;
padding: 0px;
margin: 0px;
}

.splashbox
{
    width: 456px;    
}
.splashcontainer
{
    padding-top: 5px;
    padding-left: 40px;
    padding-right: 40px;
    vertical-align: top;
    background-image: url('images/splash-repeat.png');
    background-repeat: repeat-y;
}
.splashcontainer .smalltype {
    line-height: 1.5em;
}
.splashcontainer a,.splashcontainer a:visited
{
color: #315785;
}
.splashcontainer a:hover
{
    color: Red;
}
.splashcontainer .smalltype,.splashcontainer .smalltype a,.splashcontainer .smalltype a:visited
{
color: #315785;
}
.splashcontainer .smalltype a:hover
{
color: Red;
}

.splashcontainer table {
border-collapse: collapse;
width: 100%;
}

.splashcontainer td {
padding-top: 5px;
padding-bottom: 5px;
}

.splashheader
{   
    width: 456px;
    height: 41px;
    background-image: url('images/splash-top.png');
    background-repeat: no-repeat;
}
.splashheader h4
{
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    color: #fff;
    text-align:center;
}
.splashbox .mnbuttons
{
    background-image: url(images/bluebutton.jpg);
    border: solid 1px #154d69;
    color: #fff;
    height: 26px;
    width: 80px;
}
.splashfooter
{
    background-image: url('images/splash-bottom.png');
    background-repeat: no-repeat;
    width: 456px;
    height: 38px;
    text-align: center;
    color: #5e8ca4;
    text-decoration: none;
}
.splashfooter a,.splashfooter a:visited
{
    color: #5e8ca4;
    text-decoration: none;
}
/* End Splash Styling */

/* Inner Page Layout */

.logoutcell
{
    background-image: url(images/logoutcell.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 3px;
    padding-left: 25px;
    color: #FFFFFF;
    font-size: 9px;
    font-weight: bold;
    width: 200px;
}
.logoutcell a
{
color: #fff;
text-decoration: none;
margin-right: 10px;
}
.headercell
{
    height: 60px;
    vertical-align: middle;
}
.headercell h1
{
    color: #3c77b1;
    font: verdana;
    font-size: 16px;
    padding-left:20px;
}
.headercell #logo
{
    background-position: left center;
    margin-left: 20px;
    width: 100%;
    min-height: 50px;
    background-image: url(images/net3000logo.gif);
    background-repeat: no-repeat;
}

.maincontentcontainer
{
    padding: 10px;
    padding-bottom: 30px;
    background-color: #fff;
    border-bottom: solid 1px #ccc;
    border-bottom-color: #666666;
}
/* End Inner Page Layout */


/* Detail View Table */
.formheader
{
	font-size: 18px;
	padding-left: 15px;
	font-weight: bold;
	color: white;
	height: 37px;
	vertical-align: middle;
	background:url(images/formheader.jpg) repeat-x;
}

.formtable
{
	background-color: #ffffff;	
	border: 1px solid #326698;
	width: 100%;	
    border-collapse: collapse;	
}
.formbody
{
    padding: 10px;
}
.formbody h1
{
    font-family: 'Trebuchet MS';
    font-size: 18px;
}
.formbody #msgicon
{
    background-repeat: no-repeat;
    background-position: right top;
    padding-right: 50px;
    min-height: 70px;
    vertical-align: middle;
}
.formbody .msgok
{
    background-image: url('images/msg64/OKShield.png');
}
.formbody .error
{
    background-image: url('images/msg64/ErrorCircle.png');   
}

.formbody .info
{
    background-image: url('images/msg64/InfoBox.png');   
}

.detailview {
    margin-bottom: 10px;
}
/* End Detail View Table */

/* Message Control */

.msgbox
{
    border: 2px dotted #FF0000;
    background-position: left bottom;
    padding: 10px;
    width: auto;
    background-image: url('images/msgback.jpg');
    background-repeat: repeat-x;
    margin-bottom: 20px;
}

.msgbox h4
{
    font-size: 12px;
    padding: 0px;
    margin: 0px;
    margin-bottom: 5px;
}
.msgbox div
{
    background-image: url('images/msg32/OKShield.png');
    background-repeat: no-repeat;
    background-position: right top;
    padding-right: 50px;
}
.msgbox .error
{
    background-image: url('images/msg32/ErrorCircle.png');   
}

.msgbox .info
{
    background-image: url('images/msg32/InfoBox.png');   
}
/* End Message Control */

/* GLobal Font Settings */

p,td
{
   	font-size: 12px;
}

/* Input Controls & Forms */

.inputcontrols, select, textarea,.formbody input[type='text'],input[type='file']
{
    font-size: 12px;
    border: solid 1px gray;
    background-color: #E2E2E2;
} 

.inputcontrols:focus,.formbody input[type='text']:focus
{
    background-color: #fff;
}

.buttonrow
{
    background-color: #fff7cf;
    padding-bottom: 20px;
    padding-top: 25px;
    background-image: url(images/buttonrow.gif);
    background-repeat: repeat-x;
}

.buttonrow .secbuttons,.buttonrow input[type='button']
{
    margin-left: 50px;
}



.mnbuttons,.buttonrow input[type='submit']
{
    font-size: 11px;
    color: #000;
    background-image: url(images/buttonback.gif);
    background-repeat: repeat-x;
    padding-left: 3px;
    border: solid 1px #D7AE56;
    padding-right: 3px;
    font-weight: bold;
}
.secbuttons,.buttonrow input[type='button'],.secbutons,.buttonrow input[value='Cancel']
{
    font-size: 11px;
    color: #666666;
    background-image: url(images/buttonbacksec.gif);
    background-repeat: repeat-x;
    border: solid 1px #d5bc84;
    padding-left: 3px;
    padding-right: 3px;
    font-weight: bold;
}

.smallbuttons {
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(images/smallbuttbg.gif);
	background-repeat: repeat-x;
	border: 1px solid #91f06c;
	height: 17px;
	padding-left: 3px;
	padding-right: 3px;
}

/* End Controls */

.labels
{
	padding-right: 3px;
	color: #004b7f;
    vertical-align:top;
}

/* grid view */

.gridview
{
    border: solid 1px #326698;
}

.gridrow:hover,.gridalt:hover {
    background-color: #ccc;
}

tr.gridrow > td, tr.gridalt > td
{
    padding-left: 7px;
    border-left: solid 1px #326698;
}
.gridheader,th
{
    font-weight: bold;
    color: white;
    background-color: #87badb;
}

.gridheader th
{
	height: 25px;
    text-align: left;
    padding-left: 7px;
    border-left: solid 1px #326698;	
}

.gridheader th a,.gridheader th a:visited
{
    text-decoration: none;
    color: #fff;
}

.subform
{
    font-weight: bold;
    font-size: 14px;
    color: white;
    background-color: #87badb;
    padding-bottom: 7px;
    padding-top: 7px;
    padding-left: 7px;
}
.gridalt
{
    background-color: #eaeff5;
}
.gridborder
{
    border-right-style: solid;
    border-left-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-color: #000000;
    border-left-color: #000000;
}

.emptygrid
{
    border-right: gray 1px solid;
    border-top: gray 1px solid;
    border-left: gray 1px solid;
    border-bottom: gray 1px solid;
    background-color: #f9c96a;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
}

.gridview .gray td {
    background-color: #FFCC99;
    border-bottom: solid gray 1px;
    border-bottom-color: #999999;
}

/* end grid view */

.sidenote
{
    border: #d7ae56 1px solid;
    background-color: #fff7cf;
    padding: 10px;
    margin-bottom: 10px;
}

.graynote
{
    border: #ccc 1px solid;
    background-color: whitesmoke;
    padding: 10px;
    margin-bottom: 10px;
}

.smalltype
{
    font-size: 10px;
}

.bottomborder
{
    border-bottom: 1px dotted #000;
    padding-bottom: 10px;
}
.paddedtable td {
    padding-top: 5px;
    padding-bottom: 5px;
   padding-right: 5px;
}
.checkboxlist li {
    list-style-type: none;
}
.checkboxlist ul {
    margin: 0;
    list-style-type: none;
}

.checkboxlist .sublist {
    padding-left: 10px;
}

.imageorders  ul li{overflow:hidden;}

.largebuttons {
    background-color: #1f5f91;
    line-height: 30px;
    text-align: center;
    padding-right: 20px;
    padding-left: 20px;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    border-radius: 6px;
    text-decoration: none;
}

.largebuttons a {
color: #fff; text-decoration: none;}

.centerme {
    margin-left: auto;
    margin-right: auto;
}
.largebuttons:hover {
    background-color: #333333;
    transition: ease 0.5s;
}
#sortcontainer{margin:0px; padding:0px;}
#sortcontainer li{list-style:none; float:left; margin-left:6px;}




fieldset {margin-bottom: 20px;padding:10px;}
legend {display: block;
-webkit-margin-before: 1.33em;
-webkit-margin-after: 1.33em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
font-weight: bold;}
 
 .toolbox
{
    float: left;
    min-height: 200px;
    border-radius: 5px;
    border: 1px solid #CCCCCC;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10px;
    margin-top: 10px;
}

.toolbox ul
{
    padding-left: 0px;
}
.toolbox li
{
    padding-bottom: 5px;
    padding-left: 0px;
    margin-left: 0px;
    list-style-position: inside;
}
.toolbox a
{
    color: #000;
    text-decoration: none;
}
.toolbox a:hover
{
    color: Red;
}

/* ----------------- Start Image boxes  -------------------*/
.imageboxes li {
width: 200px;
min-height: 170px;
border: 1px solid #aeafaf;
padding: 7px;
float: left;
margin-right: 5px;
margin-bottom: 5px;
text-align:center;
cursor:pointer;
position: relative;
background-color: #fff;
}

    .imageboxes a {
    text-decoration: none;
    color: black;
    }

        .imageboxes a img {
        border: none;
        max-width: 100%;
        }

.imageboxes .imagecontainer {

margin-top: 20px;
height: 105px;
overflow: hidden;
display: inline-block;
overflow: hidden;
width: 180px;
}

.imageboxes .dragicon {
    position: absolute;
    left: 10px;
    top: 10px;
}

.imageboxes .deleteicon {
position:absolute;
color:red;
right: 10px;
top: 10px;
text-decoration:none;
cursor:pointer;
}
.imageboxes input[type],.imageboxes textarea {
    width: 100%;
}
/* ----------------- End Image box  -------------------*/
