﻿@import url("/CollegeCommon_Th/Theme.CollegeTheme.css?1793");

/*---------------------------------------- Index: -----------------------------------------------------*/

/*
1 - Generic Page CSS

2 - Media Queries CSS
    
    2.1 - Mobile Portrait
    2.2 - Mobile Landscape
    2.3 - Tablet Portrait
    2.4 - Tablet Landscape
    2.4 - Desktop
    
3 - Desktop CSS

4 - Tablet CSS

5 - Desktop & Tablet CSS

6 - Tablet & Mobile CSS

7 - Mobile CSS

*/



/*---------------------------------------- 1 - Generic Page CSS -------------------------------------------*/

.desktop .layout-boundary {
    max-width: 1040px;   
}

.fromAndToCombo {
    width: 50px;   
}

.Not_Valid {
    border: #bf1601;
    border-style: solid;
    border-width: thin;
}



/*---------------------------------------- END Of Generic Page CSS ----------------------------------------*/

/*---------------------------------------- 2 - Media Queries CSS ------------------------------------------*/


/*------ 2.1 - Mobile Portrait ---------------------------------------------------*/

/*------ 2.2 - Mobile Landscape ---------------------------------------------------*/

/*------ 2.3 - Tablet Portrait ---------------------------------------------------*/

/*------ 2.4 - Tablet Landscape ---------------------------------------------------*/


/*---------------------------------------- END Of Media Queries CSS ---------------------------------------*/

/*---------------------------------------- 3 - Desktop CSS ------------------------------------------------*/




/*---------------------------------------- END Of Desktop CSS ---------------------------------------------*/

/*---------------------------------------- 4 - Tablet CSS -------------------------------------------------*/

.tablet .Title_Section {
    padding-top: 70px;   
}


/*---------------------------------------- END Of Tablet CSS -----------------------------------------------*/

/*---------------------------------------- 5 - Desktop & Tablet CSS ----------------------------------------*/



/*---------------------------------------- END Of Desktop & Tablet CSS -------------------------------------*/

/*---------------------------------------- 6 - Tablet & Mobile CSS ----------------------------------------*/

.phone .Content,
.tablet .Content {
    padding-top: 30px;
}

.tablet a.Header_ButtonMenu,
.phone a.Header_ButtonMenu {
    display: none;
}

.tablet .DefaultMenu,
.phone .DefaultMenu {
    display: none;
}


/*---------------------------------------- END Of Tablet & Mobile CSS -------------------------------------*/

/*---------------------------------------- 7 - Mobile CSS --------------------------------------------------*/



.phone .Header_Title {
    position: static;
}

.phone .Title_Section {
    padding: 50px 0px 0px 0px;
}

.phone h2 {
    font-size: 16px;   
}

.phone .FullWidthBtn {
    margin-top: 10px;   
}

.phone .detailsContent {
    padding: 10px;
    border: none;
}

.phone .Title_Section .Actions,
.phone .Title_Section a.ActionAdd,
.phone .Title_Section a.ActionEdit,
.phone .Title_Section a.ActionDelete,
.phone .Title_Section a.ActionChange {
    padding: 10px 20px;   
}

/*---------------------------------------- END Of Mobile CSS -----------------------------------------------*/






