﻿* {
 margin: 0;   
}

html, body {
    height: 100%;
     font-family: Arial, Helvetica, 'Helvetica Neue', Verdana, sans-serif; 
    font-size: 0.9em; 
}

/* Login */
#loginbox  {
     margin:300px auto auto auto; 
     border: 1px solid #c0c0c0; 
     padding: 20px;
     width:500px;
     height: 150px;
     background-color: #ffffff;
     font-size: 16px;
     -moz-border-radius: 10px; 
     -webkit-border-radius: 10px; 
     border-radius: 10px; 
     -moz-box-shadow: 2px 2px 3px #e8e8e8; 
     -webkit-box-shadow: 2px 2px 3px #e8e8e8; 
     box-shadow: 2px 2px 3px #e8e8e8; 
}

/* Layout register */

img { border:0 }
hr {
    height: 1px;
    border: 0;
    background-color: #ccc;
}

#cpMain_cblMilforarbevis input[type="checkbox"] {
    margin-bottom: 11px;
}



input, textarea, select {
    margin: 3px;
}

input[type=text], input[type=password], textarea 
{
    color: #000; 
    background-color: #fff !important;
    border: 1px solid #c0c0c0;   
    padding:2px; 
}

input[type=submit]
{
    cursor: pointer;
}


input.round, textarea.round {
        border: 1px solid #d0d0d0;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        -moz-box-shadow: 2px 2px 3px #e8e8e8;
        -webkit-box-shadow: 2px 2px 3px #e8e8e8;
        box-shadow: 2px 2px 3px #e9e9e8;
        font-size: 12px;
        padding: 7px 13px;
        outline: 0;
        color: #808080;
        background-color: #f8f8f8;
        -webkit-transition: box-shadow 1s; /* Safari */
        transition: box-shadow 1s, border 1s;
        transition-timing-function: ease-out;
   }


select.round {
    border: 1px solid #d0d0d0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 2px 2px 3px #e8e8e8;
    -webkit-box-shadow: 2px 2px 3px #e8e8e8;
    box-shadow: 2px 2px 3px #e9e9e8;
    font-size: 14px;
    padding: 7px 13px;
    outline: 0;
    color: #000;
    background-color: #f8f8f8;
    -webkit-transition: box-shadow 1s; /* Safari */
    transition: box-shadow 1s, border 1s;
    transition-timing-function: ease-out;
}

select.round:hover{
    color: #606060;
    -moz-box-shadow: 1px 1px 4px #e8e8e8;
    -webkit-box-shadow: 1px 1px 4px #e8e8e8;
    box-shadow: 2px 2px 20px #c0c0c0;
    border: 1px solid #909090;
}

    input.round:hover, textarea.round:hover {
        color: #606060;
        -moz-box-shadow: 1px 1px 4px #e8e8e8;
        -webkit-box-shadow: 1px 1px 4px #e8e8e8;
        box-shadow: 2px 2px 20px #c0c0c0;
        border: 1px solid #909090;
    }

input.round_old
{

border: 1px solid #ccc; 
-moz-border-radius: 10px; 
-webkit-border-radius: 10px; 
border-radius: 10px; 

-moz-box-shadow: 2px 2px 3px #e8e8e8; 
-webkit-box-shadow: 2px 2px 3px #e8e8e8; 
box-shadow: 2px 2px 3px #e8e8e8; 

font-size: 12px; 
padding: 4px 7px; 

outline: 0;   
color: #404040;   
}

.green {
    background-color:#76FF5E !important;
}

.red {
    background-color:#FF897C !important;
    color: #000 !important;
}

.clear { clear:both }

.container {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -26px;
}
 
.top  {
    height: 105px;
    min-width: 1000px;
    background-image: url('../images/bg_top.png');
    background-repeat: repeat-x;  
    padding: 8px;
}

.top .logo { float: left; width: 100px; padding-left: 20px; border:0; margin:0 }
.top .info  {
    float:left;
    padding-top:20px; 
    width: 400px;
    min-width: 220px;
    margin-right:25px;
    border-right: 1px solid #f1f1f1;
}

.top .headmenu  {
    padding-top:10px;
    min-width: 1250px;
}

#maintenencearea {  
    min-height: 40px;
    line-height:40px;
    text-align: center;
    margin-bottom:15px;
    display:none;
}

    #maintenencearea a {
        text-decoration: none;
    }

.mainfo {
    background-color: #FFEF68;
    color: #808080;
    border-bottom: 1px solid #F26000;
}

.mainfo a {
    color: #F26000;
}

.mamsg {
    background-color: #0094FF;
    color: #fff;
    border-bottom: 1px solid #004A7F;
}
.mamsg a {
    color: #fff;
}

.maneutral {
    background-color: #f9f9f9;
    color: #808080;
    border-bottom: 1px solid #c0c0c0;
}

    .maneutral a {
        color: #c0c0c0;
    }

#popupContainer {
    display: none;
    background-color: #fff;
    min-height: 300px;
    width: 900px;
    border: 2px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgb(96 96 96 / 20%);
}
      
#popupContainer iframe { width:900px; height:100%; min-height:300px }

#popupHeader {
    height: 35px;
    background-color: #ccc;
    border-bottom: 1px solid #c0c0c0;
    margin:0;
}

#AjaxProgress  
{
  position:fixed; 
  height: 35px;
  width:150px;
  background-color: #fff;
  border: 1px solid #ccc; 
  -moz-border-radius: 10px; 
  -webkit-border-radius: 10px; 
  border-radius: 10px; 
  -moz-box-shadow: 2px 2px 3px #e8e8e8; 
  -webkit-box-shadow: 2px 2px 3px #e8e8e8; 
  box-shadow: 2px 2px 3px #e8e8e8;   
  padding: 5px 5px 5px 5px;
  z-index:100;  
  left: 50%;
  top: 50%;
  margin-left:-150px;
  margin-top: -35px;
   }

#startpageleft  {
    float: left;
    width: 50%;
}

#startpageright  {
    float: right;
    margin-right:20px;
}

.main   
{
    position:relative;
    margin-left: 20px; /*Var 250*/
    padding-top: 10px;
    z-index: 1;
}

.bottom {
    position:relative;
    color: #808080;
    padding-left: 8px;
    padding-right: 8px;
    background-color: #f1f1f1;
    border-top: 1px solid #c0c0c0;
    z-index: 200;
}

.bottom, .expand {
    height: 25px;
    clear: both;
}

#messagesText { display:none }

.bottomleft { width:600px; float:left; margin-top:4px }
.bottomright { text-align: right; margin-top:4px }

/* Typsnitt och fontstorlekar */

h1, h2, h3, h4, h5, h6 {color: #426FC8; font-weight: 500;}
h1 { line-height: 1; margin-bottom:0.5em; font-weight: bold; letter-spacing: -1px; width: auto; color: #666;}
h2 {font-size:25px; }

h3 {font-size: 18px;line-height:1;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:0.4em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}


/* "Dialogrutor" */
.main fieldset  {
    margin-right:20px; 
    margin-bottom: 20px; 
    padding: 20px;  
    background-image: url('../images/bg_fieldset.png');
    background-repeat: repeat-x;       
    background-position: bottom;
    border: 1px solid #f1f1f1;
}

.main .fieldsethalf 
{
    float:left;   
}
.main legend  {
    font-size: 18px;
    font-weight: bold;
    vertical-align: middle;
}

.main legend img { float:left }

.infotext 
    {
    margin-top: 8px;
    margin-bottom: 8px;
}

#submenuimg
{
    
    display: none;
}


.divLabelSetting 
{
    position:absolute; 
    float:right; 
    right: 120px; 
    top:-190px; 
    width:250px; 
    height: 165px; 
    padding:8px; 
    background-color: #fff; 
    text-align:left;    
    border: 1px solid #ccc; 
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    border-radius: 10px; 

    -moz-box-shadow: 2px 2px 3px #e8e8e8; 
    -webkit-box-shadow: 2px 2px 3px #e8e8e8; 
    box-shadow: 2px 2px 3px #e8e8e8;     
}


#cbAvgiftBet {
    width: 20px;
    height: 20px;

}

/* Log */
dgLog { border: 0;  }

/* gridMain */

#gridMainOptions 
{
  border: 1px solid #f1f1f1;    
  margin-right:20px; 
  margin-bottom: 20px;
  padding: 7px;
  background-color: #f8f8f8;
  
}

.gridMain 
{
    width:99% ; 
    border: 1px solid #f1f1f1;
}

.gridMain tr {
    transition: background-color 1s;
}


.gridMain td, th  
{
    border: 1px solid #f1f1f1;
    text-align:left;
    padding: 3px;
    font-size: 14px
} 

.gridMainAltRow 
{
    background-color: #f8f8f8;   
}

.gridMainPager  
{
    width:auto;
    border:0px;    
}

/* Filter */
.gridFilter  
{
    margin-top: 20px;
    width: 99% !important;
    border: 0;
}

.gridFilter th 
{
    border: 1px solid #f1f1f1;  
}

.gridFilter td 
{
    border: 1px solid #f1f1f1;  
}

/* Kurskatalog v2*/


.gridKurs 
{
    width:99% ; 
    border: 1px solid #d6d6d6;
    margin-top: 10px;
} 

.gridKurs td, .gridKurs th  
{
    border-right: 1px solid #d6d6d6;
    text-align:left;
    font-family: 'Droid Sans', arial, serif;
    font-size: 14px;

    padding:10px;
   
}

.gridKurs td h5
{
    font-size: 16px !important;
    font-weight:bold !important;
}


.gridKurs td a 
{
    color:#FF5F13;
}

    

.gridKurs tr:hover {
        background-color: #ccc;
    }

#PlaceHolderSaveDiv  
{
    text-align:right;
}

#cpMainNoAJAX_panSearch {
    float: left;
}



.rownotvalid {
    background-image: url('../images/icons/notvalid.png');
    background-position: left;
    background-repeat: no-repeat;
}
.hiddentext {
    padding: 0 !important;
    margin: 0;
    font-size: 0 !important;
    width: 0;
}

/* Medlem/Personkort */

.mwMenu { margin:0; padding: 0 }

.mwMenu ul
{
    margin:0;
    padding: 0 ;
    list-style: none;  
}

.mwMenu ul li  
{
    background-image: url('../images/mvMenubg_left.png'), url('../images/mvMenubg_right.png'), url('../images/mvMenubg_center.png');
    background-position: left,right, center;
    background-repeat: no-repeat, no-repeat, repeat-x ;
    padding: 10px 15px 0 15px;
    float:left;
    }

.menuactive 
{
    background-image: url('../images/mvMenubgActive_left.png'), url('../images/mvMenubgActive_right.png'), url('../images/mvMenubgActive_center.png') !important;
}

.trkursstats {
    background-color: #f5f5f5 
}

.trkursstats:hover {
    border: 1px solid #c0c0c0;
}

.trkursstats:hover td {
    background-color: #A2C2D8 !important;
}

.mwMenu ul .mvMenuLast { float:none; background: none}

.mwMenu  a 
{
      color: #000;
      text-decoration: none; 
}

.mwMenu a:hover 
{
      color: #808080;
      text-decoration: none; 
      background-color:transparent;
}

.mvMedlem  
{
    margin:0;
    margin-right:20px;
    padding: 15px;
    border: 1px solid #f1f1f1;
}

.mvMedlem .atotext { color:#000000; text-decoration:none } 
.mvMedlem a { color:#000000; text-decoration:none } 

.mvListbox { overflow:auto; }

.tdinput { width:155px; height:30px }
.tdHeader { font-weight: bold }


#MedlemFileMenu 
{
    text-align:right;
    margin-top: 10px;
    margin-right:20px;
}

/* Menysystem i multiview */

.viewMenu 
{
    margin-left:10px;
    margin-bottom: 20px;
}

/* Ny medlem */

#nymedlemform .text, textarea 
{
    width: 180px;   
}

.radio 
{
    width: 50px;   
}

.attentionlines 
{
    background-image: url('../images/attentionlines.png');
    border-bottom: 1px solid #c0c0c0;
    height: 31px;    
}


#form1 {
    height: 100%;
      
}

.attentiontext 
{
    padding:20px;
    margin: auto 0 auto 0;
    height:80%;
}

.bottombtn {
    position:fixed;
    bottom:20px;
    right:20px;
}

.listcomplete 
{
    margin:0;
    list-style: none;
    font-size: 12px;
    padding: 3px 0 0 4px;
    min-width:250px;
    border: 1px solid #ccc;   
    z-index:10;
    background-color: #fff;
    cursor:pointer; 
}

.listcomplete :hover {
 background-color: #f5f5f5;
}

.error { 
       color: red;
       font-weight: bold;
}

.error a { 
       color: red;
}

.warning {
    color: #FF740A;
    font-weight: bold;
}
.warning a { 
       color: #FF740A;
} 

.ok { 
       color: green; 
       font-weight: bold;
}

#msgbox {
    position: fixed;
    background-color:#f1f1f1;
    border: 1px solid #dedede;
    z-index: 999;
    min-width:400px;
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    border-radius: 10px; 
    -moz-box-shadow: 2px 2px 3px #e8e8e8; 
    -webkit-box-shadow: 2px 2px 3px #e8e8e8; 
    box-shadow: 2px 2px 3px #e8e8e8;     
} 

#msgbox .title {
    padding: 15px;
    padding-bottom:0px;
    font-weight:bold;
} 

#msgbox img {
    float:right;
    cursor: pointer;

} 

#msgbox .message {
    padding: 15px;
    float:left;
} 

#msgbox .message input {
    float: right;
}

#sparview {
    padding: 40px;
    border: 1px solid #c0c0c0;
    width:94%
}

#helphead {
    margin:0;
    padding:25px;
    padding-right:0;
    background-color: #004A7F;
    color: #ffffff;
    position:fixed;
    width: 100%;
}

#helphead h3 {
    margin:0;
    padding-top: 5px;
    color: #ffffff;
}

.helpSelect {
    width:150px;
}


.popupContentsButtons { 
    position: absolute;
    bottom: 15px;
    right: 25px; 
}

#profileMenu {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 40px;
}

#profileMenu li {
    list-style: none;
    float: left;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #c0c0c0;
}

#profileMenu li a {
    font-weight: bold;
}

.admin-list {width:98%}

.admin-list td, .admin-list th {
    padding: 3px;
}

.admin-list .centertext {
    text-align: center
}

#form-ny-kurs  {
   width:900px;
}

#form-ny-kurs td  {
    height: 40px;
}

#form-ny-kurs tr td {
    font-size: 14px;
}

.kalender-picker {
    background-color: #fff;
    width: 350px;
    border: 1px solid #c0c0c0 !important;
    visibility: hidden;
    margin: 8px 0 0 0;
    border-radius: 10px;
}

.kalender-picker td a {
    text-decoration: none;
    transition: background-color .5s ease-in
}

.kalender-picker td  {
    transition: background-color .5s ease-in
}

.kalender-picker td:hover {
    background-color: #f5f5f5;
}

.kalender-picker table { border: 1px solid #f8f8f8 }

.kalender-picker-dayheader {
    padding: 10px;
    background-color: #f1f1f1;
    border: 1px solid #c0c0c0;
}

.kalender-picker-title {
    background-color: #c0c0c0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    border: 0 !important;
}

.kalender-picker-title td {

}

.kalender-picker-title td:hover {
    background-color: #c0c0c0;
}

.kalender-picker-nextprev {
    padding: 8px;
    vertical-align: middle;
    font-size: 19px !important;
}

.kalender-picker-weekend  {
    background-color: #E0F6FF !important;
    transition: background-color .5s ease-in
}

.ploppupp {
    position: absolute;
    float: left;
    right: 129px;
    padding: 20px 30px 20px 30px;
    background: #fff;
    border: 1px solid #c0c0c0;
    box-shadow: 2px 2px 3px #e8e8e8;
}

.ploppupp div {
    position: absolute;
    right: 10px;
    top: 5px;
    color: #C0BFF3;
    font-weight: bold;
    cursor: pointer;
}

.div-select {
    background-color: #f6f6f6;
    border: 1px solid #c7c7c7;
    box-shadow: 2px 2px 2px #ececec;
}

#cpMain_txtPersNrSearchKurschef.aspNetDisabled, #cpMain_txtPersNrSearchInstruktorsansvarig.aspNetDisabled {
    color: #808080 !important;
}

#messagepopup {
    position: fixed;
    bottom: 40px;
    left: 30px;
    z-index: 199;
    min-width: 300px;
    padding: 15px;
    border: 2px solid #ccc;
    background-color: #f5f5f5;
    border-radius: 10px;
    animation-name: message;
    animation-duration: 1.0s;
    animation-timing-function: ease-out;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-play-state: running;
}

@keyframes message {
    0% {
        transform: scale(1);
    }

    50% {
        background-color: #f1f1f1;
    }

    100% {
        background-color: #f9f9f9;
    }
}



#txtOvrigtPrint, #txtKommentarFVRFPrint {
    display: none;
}